File: doxygen.css

package info (click to toggle)
kdelibs 4%3A3.5.10.dfsg.1-5%2Bdeb6u1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze-lts
  • size: 98,764 kB
  • ctags: 76,783
  • sloc: cpp: 578,944; xml: 117,726; ansic: 28,321; sh: 11,188; perl: 6,290; java: 4,069; makefile: 3,795; yacc: 2,437; lex: 643; ruby: 329; asm: 166; jsp: 128; haskell: 116; f90: 99; ml: 75; awk: 71; tcl: 29; lisp: 24; php: 9
file content (416 lines) | stat: -rw-r--r-- 6,152 bytes parent folder | download | duplicates (5)
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
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
/**
 * based on code by Sebastian Faubel
 * modified by Christoph Cullmann
 */

/* common (X)HTML formats */

body {
font-size: 100%;
line-height: 1.2em; /* Note: it is inherited as is, not recalculated! */
background-color: white;
color: black;
font-family: sans-serif;
padding: 0;
margin: 0;
}

table, td, th {
font-family: sans-serif;
padding: 0;
margin: 0;
text-align: left;
}

input, select {
font-size: 0.8em;
line-height: 1em;
}

optgroup {
font-style: normal;
}

a:link {
color: #0000C0;
text-decoration: none;
}

a:visited {
color: #800080;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

/* navigation header, this is the combined area with logo and section links */

#nav_header_top {
	position: absolute;
	z-index: 5;

	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 52px;

	text-align: right;

  background-color: #418ade;
	border-bottom: 1px solid #000000;
}

#nav_header_bottom {
	margin-top: 52px;
	padding: 6px 6px 6px 84px;
	background-color: #dfe7f3;
	border-bottom: 1px solid #000000;
	height: 1em;
}

#nav_header_logo {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	border: 0px;
	z-index: 10;
}

#nav_header_logo a img {
	width: 64px;
	height: 64px;
}

/* title text */
#nav_header_title {
	position: absolute;
	top: 12px;
	left: 86px;
	border: 0px;
	font-size: 32px;
	font-weight: bold;
	color: white;
	white-space: nowrap;

	line-height: 36px;
}

/* location combo */
#nav_header_location {
	position: absolute;
	top: 12px;
	right: 8px;
	border: 0px;
	color: #444;
	vertical-align: middle;
	white-space: nowrap;

	font-size: 14px;
}

/* location URL */
#nav_header_bottom_left {
  float:left;
  text-align: left;
  vertical-align: middle;

  font-size: 0.8em;
  line-height: 1.1em;
}

/* place for the links to contact, sitemap, ... s*/
#nav_header_bottom_right {
  text-align: right;
  vertical-align: middle;

  font-size: 0.8em;
  line-height: 1.1em;
}

#nav_header_bottom a:link, #nav_header_bottom a:visited {
  text-decoration: none;
}

#nav_header_bottom a:hover {
  text-decoration: underline;
}

.nav_list ul {
margin: 0px;
padding: 0em;
}

.nav_list ul li {
list-style-type: none;
position: relative;
left: -2em;
padding: 0px;
}

/* main color definitions */

.invisible {
display: none;
}

.menuheader {
height: 0;
line-height: 0;
margin: 0;
padding: 0;
font-size: 0;
background-color: #3E91EB;
}

#leftmenu, #rightmenu {
width: 20%;
}

#leftmenu h2, #rightmenu h2 {
font-size: 1em;
padding-left: 1em;
vertical-align: middle;
background-color: #418ade;
border-top: 0.3em solid #418ade;
border-bottom: 0.3em solid #418ade;
color: white;
margin-top: 0;
}

#leftmenu ul, #rightmenu ul {
margin: 0;
padding-left: 0.5em;
padding-bottom: 1em;
}

#leftmenu li, #rightmenu li {
font-size: 0.8em;
margin-left: 2em;
}

#leftmenu ul ul, #rightmenu ul ul {
margin: 0;
padding-left: 0;
}

#leftmenu li li, #rightmenu li li{
font-size: 0.8em;
margin-left: 1em;
}

/**
 * page footer
 */

/* background + border at top */
#footer {
  border-top: 1px solid #000000;
  background-image: url(/media/images/footer_bg.png);
  background-repeat: repeat-x;
  background: #418ADE;
  width: 100%;
  height: 100px;
  bottom:0px;
}

/* right footer, contains the wave image */
#footer_right {
  float: right;
  right: 0px;
  text-align: right;
  z-index: 5;
}

#footer_right img {
display: none;
}

/* left footer, contains the text */
#footer_left {
  float: left;
  text-align: left;
  padding: 1em 1.5em 0em 1.5em;
  clear: both;
  z-index: 10;
}

#header {
font-size: 0.8em;
height: 1.2em;
padding-left: 1em;
vertical-align: middle;
background-color: #418ade;
color: white;
margin: 0;
padding: 0;
border-top: 1px solid white;
border-bottom: 1px solid #206dcd;
}

#headerpath {
text-align: left;
font-weight: bold;
padding-left: 0.5em;
}

#headermenu {
text-align: right;
font-weight: bold;
padding-right: 0.5em;
}

#rightmenu h3 {
padding: 0.3em 1.3em;
font-size: 1em;
}

/* classes */

/* static IDs, ordered top to bottom */

#location {
padding-right: 1em;
vertical-align: middle;
text-align: right;
}

#location i {
color: #036;
font-style: normal;
font-size: 0.8em;
}

#location form {
margin: 0;
}

#location input, #location select {
margin: 2px;
}

#content {
background-color: white;
padding: 0.5em 0.7em 1.5em 0.7em;
background-color: white;
text-align: justify;
}

#content td, #content th {
font-family: sans-serif;
padding: 0.25em;
margin: 0;
text-align: left;
}

#content h4, #content h3, #content h2, #content h1 {
color: #418ade;
text-align: left;
line-height: 1em; /* without this lines stick in each other for headings */
}

#quicklinks {
background-color: #E6F0F9;
font-size: 1em;
padding: 1em;
text-align: center;
margin-top: 1em;
margin-left: 0.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
}

#leftmenu, #rightmenu {
background-color: white;
color: #036;
}

.menu_box {
  border-top: 8px solid white;

  border-right: 8px solid white;
  border-left: 8px solid white;

  background-color: #dfe7f3;
}

#search {
text-align: center;
padding: 0.2em 0.2em 0.2em 0.2em;
}

#search label {
display: none;
}

#search input, #search select {
width: 95%;
margin-bottom: 2px;
}

#hotspot {
font-size: 0.8em;
line-height: 1em;
text-align: center;
padding: 0 0 0.8em 0;
}

#rightmenu h3 {
margin-bottom: 0;
}

.newsbox1 {
background-color: #E6F0F9;
margin-top: 1em;
margin-bottom: 0.5em;
}

.newsbox2 {
background-color: white;
margin-top: 1em;
margin-bottom: 0.5em
}

/* hidden stuff */
.doNotDisplay {
  display: none;
}

/* common style for tables used in the page */
.table_box {
  background-color: #dfe7f3;
  border: 0;
  padding: 0;
  margin: 0;
  border-spacing: 0;
}

.table_box th {
  background-color: #418ade;
  color: white;
}

td.indexkey {
vertical-align: top;
background: #dfe7f3;
}

#content td.memItemLeft {
text-align: right;
}

.groupHeader {
font-size: large;
color: #418ADE;
}

hr { display: none; }
#content h2 { margin-left: 0px; }
table.mdTable { background-color: #f8f8f8; border: .2em solid #d7d7d7; }
td.mdRow { padding: 8px 20px; }
td.md { font-weight: bold; }
td.mdname1 { font-weight: bold; color: #602020; }
td.mdname { font-weight: bold; color: #602020;  }