summaryrefslogtreecommitdiff
path: root/docs/theme/almodovar.css
blob: c7f250b6f00873ee901ca57654c363ca03c35fd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
/*
 * Original theme modified by Evan Rosson
 * http://erosson.com/migrate
 * ---
 *
 * Theme Name: Almodovar
 * Theme URI: http://blog.ratterobert.com/archiv/2005/03/09/almodovar/
 * Description: Das Theme basiert im Ursprung auf Michael Heilemanns <a href="http://binarybonsai.com/kubrick/">Kubrick</a>-Template und ist von dem einen oder anderen Gimmick anderer sehr guter Templates inspiriert worden.
 * Version: 0.7
 * Author: ratte / robert
 * Author URI: http://blog.ratterobert.com/
 * */

/* Begin Typography & Colors */
body {
    font-size: 75%;
    font-family: 'Lucida Grande', 'Trebuchet MS', 'Bitstream Vera Sans', Sans-Serif;
    background-color: #CCF;
    color: #333;
    text-align: center;
}

#page {
    background-color: #fff;
    border: 1px solid #88f;
    text-align: left;
}

#content {
    font-size: 1.2em;
    margin: 1em;
    }

#content p,
#content ul,
#content blockquote { 
  line-height: 1.6em;
}

#footer {
    border-top: 1px solid #006;
  margin-top: 2em;
}

small {
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
    }

h1, h2, h3 {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
  margin-top: .7em;
  margin-bottom: .7em;
    }

h1 { 
  font-size: 2.5em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.5em;
}

h1, h2, h3 {
    color: #33a;
}

h1 a, h2 a, h3 a {
    color: #33a;
}

h1, h1 a, h1 a:hover, h1 a:visited, 
h2, h2 a, h2 a:hover, h2 a:visited, 
h3, h3 a, h3 a:hover, h3 a:visited, 
cite {
    text-decoration: none;
}

#content p a:visited {
    color: #004099;
    /*font-weight: normal;*/
}

small, blockquote, strike {
    color: #33a;
}

#links ul ul li, #links li {
    list-style: none;
}

code {
    font: 1.1em 'Courier', 'Courier New', Fixed;
}

acronym, abbr, span.caps {
    font-size: 0.9em;
    letter-spacing: .07em;
}

a {
    color: #0050FF;
    /*text-decoration: none;*/
    text-decoration:underline;
    /*font-weight: bold;*/
}
a:hover {
    color: #0080FF;
}

/* Special case doc-title */
h1.doc-title { 
  text-transform: lowercase;
  font-size: 4em;
  margin: 0;
}
h1.doc-title a { 
  display: block;
  padding-left: 0.8em;
  padding-bottom: .5em;
  padding-top: .5em;
  margin: 0;
  border-bottom: 1px #fff solid;
}
h1.doc-title, 
h1.doc-title a, 
h1.doc-title a:visited,
h1.doc-title a:hover {
    text-decoration: none;
    color: #0050FF;
}
/* End Typography & Colors */


/* Begin Structure */
body {
    margin: 0;
    padding: 0;
}

#page {
    background-color: white;
    margin: 0 auto 0 9em;
    padding: 0;
    max-width: 60em;
    border: 1px solid #555596;
}
* html #page { 
*   width: 60em;
*   }
*
*   #content {
*       margin: 0 1em 0 3em;
*       }
*
*       #content h1 { 
*         margin-left: 0;
*         }
*
*         #footer {
*           padding: 0 0 0 1px;
*               margin: 0;
*                 margin-top: 1.5em;
*                   clear: both;
*                       }
*
*                       #footer p {
*                           margin: 1em;
*                               }
*
*/* End Structure */



/*  Begin Headers */
.description {
    text-align: center;
    }

/* End Headers */


/* Begin Form Elements */
#searchform {
    margin: 1em auto;
    text-align: right;
    }

#searchform #s {
    width: 100px;
    padding: 2px;
    }

#searchsubmit {
    padding: 1px;
    }
/* End Form Elements */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #CCC;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

hr {
    display: none;
}

a img {
    border: none;
}

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
}
/* End Various Tags & Classes*/

span a { color: #CCC; }

span a:hover { color: #0050FF; }

#navcontainer {
    margin-top: 0px;
    padding-top: 0px;
    width: 100%;
    background-color: #AAF;
    text-align: right;
}

#navlist ul {
    margin-left: 0;
    margin-right: 5px;
    padding-left: 0;
    white-space: nowrap;
}

#navlist li {
    display: inline;
    list-style-type: none;
}

#navlist a {
  padding: 3px 10px;
  color: #fff;
    background-color: #339;
    text-decoration: none;
    border: 1px solid #44F;
  font-weight: normal;
}

#navlist a:hover {
    color: #000;
    background-color: #FFF;
    text-decoration: none;
  font-weight: normal;
}

#navlist a:active, #navlist a.selected {
    padding: 3px 10px;
    color: #000;
    background-color: #EEF;
    text-decoration: none;
    border: 1px solid #CCF;
    font-weight: normal;
}