~ubuntu-branches/ubuntu/gutsy/kde4libs/gutsy

« back to all changes in this revision

Viewing changes to doc/common/doxygen.css

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-02-21 11:00:12 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070221110012-6kw8khr9knv6lmg1
Tags: 3.80.3-0ubuntu1
New upstream unstable release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/**
2
 
 * based on code by Sebastian Faubel
3
 
 * modified by Christoph Cullmann
4
 
 */
5
 
 
6
 
/* common (X)HTML formats */
7
 
 
8
 
body {
9
 
font-size: 100%;
10
 
line-height: 1.2em; /* Note: it is inherited as is, not recalculated! */
11
 
background-color: white;
12
 
color: black;
13
 
font-family: sans-serif;
14
 
padding: 0;
15
 
margin: 0;
16
 
}
17
 
 
18
 
table, td, th {
19
 
font-family: sans-serif;
20
 
padding: 0;
21
 
margin: 0;
22
 
text-align: left;
23
 
}
24
 
 
25
 
input, select {
26
 
font-size: 0.8em;
27
 
line-height: 1em;
28
 
}
29
 
 
30
 
optgroup {
31
 
font-style: normal;
32
 
}
33
 
 
34
 
a:link {
35
 
color: #0000C0;
36
 
text-decoration: none;
37
 
}
38
 
 
39
 
a:visited {
40
 
color: #800080;
41
 
text-decoration: none;
42
 
}
43
 
 
44
 
a:hover {
45
 
text-decoration: underline;
46
 
}
47
 
 
48
 
/* navigation header, this is the combined area with logo and section links */
49
 
 
50
 
#nav_header_top {
51
 
        position: absolute;
52
 
        z-index: 5;
53
 
 
54
 
        top: 0px;
55
 
        left: 0px;
56
 
        right: 0px;
57
 
        width: 100%;
58
 
        height: 52px;
59
 
 
60
 
        text-align: right;
61
 
 
62
 
  background-color: #418ade;
63
 
        border-bottom: 1px solid #000000;
64
 
}
65
 
 
66
 
#nav_header_bottom {
67
 
        margin-top: 52px;
68
 
        padding: 6px 6px 6px 84px;
69
 
        background-color: #dfe7f3;
70
 
        border-bottom: 1px solid #000000;
71
 
        height: 1em;
72
 
}
73
 
 
74
 
#nav_header_logo {
75
 
        float: left;
76
 
        margin-top: 10px;
77
 
        margin-left: 10px;
78
 
        border: 0px;
79
 
        z-index: 10;
80
 
}
81
 
 
82
 
#nav_header_logo a img {
83
 
        width: 64px;
84
 
        height: 64px;
85
 
}
86
 
 
87
 
/* title text */
88
 
#nav_header_title {
89
 
        position: absolute;
90
 
        top: 12px;
91
 
        left: 86px;
92
 
        border: 0px;
93
 
        font-size: 32px;
94
 
        font-weight: bold;
95
 
        color: white;
96
 
        white-space: nowrap;
97
 
 
98
 
        line-height: 36px;
99
 
}
100
 
 
101
 
/* location combo */
102
 
#nav_header_location {
103
 
        position: absolute;
104
 
        top: 12px;
105
 
        right: 8px;
106
 
        border: 0px;
107
 
        color: #444;
108
 
        vertical-align: middle;
109
 
        white-space: nowrap;
110
 
 
111
 
        font-size: 14px;
112
 
}
113
 
 
114
 
/* location URL */
115
 
#nav_header_bottom_left {
116
 
  float:left;
117
 
  text-align: left;
118
 
  vertical-align: middle;
119
 
 
120
 
  font-size: 0.8em;
121
 
  line-height: 1.1em;
122
 
}
123
 
 
124
 
/* place for the links to contact, sitemap, ... s*/
125
 
#nav_header_bottom_right {
126
 
  text-align: right;
127
 
  vertical-align: middle;
128
 
 
129
 
  font-size: 0.8em;
130
 
  line-height: 1.1em;
131
 
}
132
 
 
133
 
#nav_header_bottom a:link, #nav_header_bottom a:visited {
134
 
  text-decoration: none;
135
 
}
136
 
 
137
 
#nav_header_bottom a:hover {
138
 
  text-decoration: underline;
139
 
}
140
 
 
141
 
.nav_list ul {
142
 
margin: 0px;
143
 
padding: 0em;
144
 
}
145
 
 
146
 
.nav_list ul li {
147
 
list-style-type: none;
148
 
position: relative;
149
 
left: -2em;
150
 
padding: 0px;
151
 
}
152
 
 
153
 
/* main color definitions */
154
 
 
155
 
.invisible {
156
 
display: none;
157
 
}
158
 
 
159
 
.menuheader {
160
 
height: 0;
161
 
line-height: 0;
162
 
margin: 0;
163
 
padding: 0;
164
 
font-size: 0;
165
 
background-color: #3E91EB;
166
 
}
167
 
 
168
 
#leftmenu, #rightmenu {
169
 
width: 20%;
170
 
}
171
 
 
172
 
#leftmenu h2, #rightmenu h2 {
173
 
font-size: 1em;
174
 
padding-left: 1em;
175
 
vertical-align: middle;
176
 
background-color: #418ade;
177
 
border-top: 0.3em solid #418ade;
178
 
border-bottom: 0.3em solid #418ade;
179
 
color: white;
180
 
margin-top: 0;
181
 
}
182
 
 
183
 
#leftmenu ul, #rightmenu ul {
184
 
margin: 0;
185
 
padding-left: 0.5em;
186
 
padding-bottom: 1em;
187
 
}
188
 
 
189
 
#leftmenu li, #rightmenu li {
190
 
font-size: 0.8em;
191
 
margin-left: 2em;
192
 
}
193
 
 
194
 
#leftmenu ul ul, #rightmenu ul ul {
195
 
margin: 0;
196
 
padding-left: 0;
197
 
}
198
 
 
199
 
#leftmenu li li, #rightmenu li li{
200
 
font-size: 0.8em;
201
 
margin-left: 1em;
202
 
}
203
 
 
204
 
/**
205
 
 * page footer
206
 
 */
207
 
 
208
 
/* background + border at top */
209
 
#footer {
210
 
  border-top: 1px solid #000000;
211
 
  background-image: url(/media/images/footer_bg.png);
212
 
  background-repeat: repeat-x;
213
 
  background: #418ADE;
214
 
  width: 100%;
215
 
  height: 100px;
216
 
  bottom:0px;
217
 
}
218
 
 
219
 
/* right footer, contains the wave image */
220
 
#footer_right {
221
 
  float: right;
222
 
  right: 0px;
223
 
  text-align: right;
224
 
  z-index: 5;
225
 
}
226
 
 
227
 
#footer_right img {
228
 
display: none;
229
 
}
230
 
 
231
 
/* left footer, contains the text */
232
 
#footer_left {
233
 
  float: left;
234
 
  text-align: left;
235
 
  padding: 1em 1.5em 0em 1.5em;
236
 
  clear: both;
237
 
  z-index: 10;
238
 
}
239
 
 
240
 
#header {
241
 
font-size: 0.8em;
242
 
height: 1.2em;
243
 
padding-left: 1em;
244
 
vertical-align: middle;
245
 
background-color: #418ade;
246
 
color: white;
247
 
margin: 0;
248
 
padding: 0;
249
 
border-top: 1px solid white;
250
 
border-bottom: 1px solid #206dcd;
251
 
}
252
 
 
253
 
#headerpath {
254
 
text-align: left;
255
 
font-weight: bold;
256
 
padding-left: 0.5em;
257
 
}
258
 
 
259
 
#headermenu {
260
 
text-align: right;
261
 
font-weight: bold;
262
 
padding-right: 0.5em;
263
 
}
264
 
 
265
 
#rightmenu h3 {
266
 
padding: 0.3em 1.3em;
267
 
font-size: 1em;
268
 
}
269
 
 
270
 
/* classes */
271
 
 
272
 
/* static IDs, ordered top to bottom */
273
 
 
274
 
#location {
275
 
padding-right: 1em;
276
 
vertical-align: middle;
277
 
text-align: right;
278
 
}
279
 
 
280
 
#location i {
281
 
color: #036;
282
 
font-style: normal;
283
 
font-size: 0.8em;
284
 
}
285
 
 
286
 
#location form {
287
 
margin: 0;
288
 
}
289
 
 
290
 
#location input, #location select {
291
 
margin: 2px;
292
 
}
293
 
 
294
 
#content {
295
 
background-color: white;
296
 
padding: 0.5em 0.7em 1.5em 0.7em;
297
 
background-color: white;
298
 
text-align: justify;
299
 
}
300
 
 
301
 
#content td, #content th {
302
 
font-family: sans-serif;
303
 
padding: 0.25em;
304
 
margin: 0;
305
 
text-align: left;
306
 
}
307
 
 
308
 
#content h4, #content h3, #content h2, #content h1 {
309
 
color: #418ade;
310
 
text-align: left;
311
 
line-height: 1em; /* without this lines stick in each other for headings */
312
 
}
313
 
 
314
 
#quicklinks {
315
 
background-color: #E6F0F9;
316
 
font-size: 1em;
317
 
padding: 1em;
318
 
text-align: center;
319
 
margin-top: 1em;
320
 
margin-left: 0.5em;
321
 
margin-bottom: 0.5em;
322
 
margin-right: 0.5em;
323
 
}
324
 
 
325
 
#leftmenu, #rightmenu {
326
 
background-color: white;
327
 
color: #036;
328
 
}
329
 
 
330
 
.menu_box {
331
 
  border-top: 8px solid white;
332
 
 
333
 
  border-right: 8px solid white;
334
 
  border-left: 8px solid white;
335
 
 
336
 
  background-color: #dfe7f3;
337
 
}
338
 
 
339
 
#search {
340
 
text-align: center;
341
 
padding: 0.2em 0.2em 0.2em 0.2em;
342
 
}
343
 
 
344
 
#search label {
345
 
display: none;
346
 
}
347
 
 
348
 
#search input, #search select {
349
 
width: 95%;
350
 
margin-bottom: 2px;
351
 
}
352
 
 
353
 
#hotspot {
354
 
font-size: 0.8em;
355
 
line-height: 1em;
356
 
text-align: center;
357
 
padding: 0 0 0.8em 0;
358
 
}
359
 
 
360
 
#rightmenu h3 {
361
 
margin-bottom: 0;
362
 
}
363
 
 
364
 
.newsbox1 {
365
 
background-color: #E6F0F9;
366
 
margin-top: 1em;
367
 
margin-bottom: 0.5em;
368
 
}
369
 
 
370
 
.newsbox2 {
371
 
background-color: white;
372
 
margin-top: 1em;
373
 
margin-bottom: 0.5em
374
 
}
375
 
 
376
 
/* hidden stuff */
377
 
.doNotDisplay {
378
 
  display: none;
379
 
}
380
 
 
381
 
/* common style for tables used in the page */
382
 
.table_box {
383
 
  background-color: #dfe7f3;
384
 
  border: 0;
385
 
  padding: 0;
386
 
  margin: 0;
387
 
  border-spacing: 0;
388
 
}
389
 
 
390
 
.table_box th {
391
 
  background-color: #418ade;
392
 
  color: white;
393
 
}
394
 
 
395
 
td.indexkey {
396
 
vertical-align: top;
397
 
background: #dfe7f3;
398
 
}
399
 
 
400
1
#content td.memItemLeft {
401
2
text-align: right;
402
3
}
409
10
hr { display: none; }
410
11
#content h2 { margin-left: 0px; }
411
12
 
 
13
table.memname {
 
14
background-color: #f8f8f8;
 
15
border: .2em solid #d7d7d7;
 
16
width: 80%;
 
17
}
 
18
 
 
19
td.memname {
 
20
white-space: nowrap;
 
21
font-weight: bold;
 
22
}
 
23
 
 
24
.paramtype {
 
25
white-space: nowrap;
 
26
font-weight: bold;
 
27
}
 
28
 
 
29
.paramname {
 
30
white-space: nowrap;
 
31
font-weight: bold;
 
32
}
 
33
 
 
34
.paramkey {
 
35
text-align: right;
 
36
}
 
37
 
 
38
 
412
39
table.mdTable {
413
40
background-color: #f8f8f8;
414
41
border: .2em solid #d7d7d7;