comparison src/serd-0.18.2/doc/style.css @ 0:c7265573341e

Import initial set of sources
author Chris Cannam
date Mon, 18 Mar 2013 14:12:14 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c7265573341e
1 body {
2 font-size: medium;
3 font-family: sans-serif;
4 }
5
6 #top {
7 background-color: #F3F3F3;
8 margin: 0;
9 padding: 0;
10 border-bottom: 1px solid #DDD;
11 margin-bottom: 1ex;
12 font-size: xx-large;
13 font-weight: bold;
14 }
15
16 div.header {
17 display: none;
18 }
19
20 .tabs {
21 display: none;
22 }
23
24 h1 h2 h3 h4 h5 h6 {
25 font-weight: bold;
26 }
27
28 h1 {
29 font-size: 164%;
30 }
31
32 h2 {
33 font-size: 132%;
34 }
35
36 h3 {
37 font-size: 124%;
38 }
39
40 h4 {
41 font-size: 116%;
42 }
43
44 h5 {
45 font-size: 108%;
46 }
47
48 h6 {
49 font-size: 100%;
50 }
51
52 p {
53 margin: 0 0 1ex 0;
54 }
55
56 br {
57 display: none;
58 }
59
60 dt {
61 font-weight: 700;
62 }
63
64 div.multicol {
65 }
66
67 p.startli,p.startdd,p.starttd {
68 margin-top: 2px;
69 }
70
71 p.endli {
72 margin-bottom: 0;
73 }
74
75 p.enddd {
76 margin-bottom: 4px;
77 }
78
79 p.endtd {
80 margin-bottom: 2px;
81 }
82
83 caption {
84 font-weight: 700;
85 }
86
87 span.legend {
88 font-size: 70%;
89 text-align: center;
90 }
91
92 h3.version {
93 font-size: 90%;
94 text-align: center;
95 }
96
97 div.qindex,div.navtab {
98 background-color: #EBEFF6;
99 border: 1px solid #A3B4D7;
100 text-align: center;
101 margin: 2px;
102 padding: 2px;
103 }
104
105 div.qindex,div.navpath {
106 width: 100%;
107 line-height: 140%;
108 }
109
110 div.navtab {
111 margin-right: 15px;
112 }
113
114 /* @group Link Styling */
115 a {
116 color: #3D8C57;
117 text-decoration: none;
118 }
119
120 .contents a:visited {
121 color: #50755E;
122 }
123
124 a:hover {
125 text-decoration: underline;
126 }
127
128 a.qindexHL {
129 background-color: #9CAFD4;
130 color: #FFF;
131 border: 1px double #869DCA;
132 }
133
134 a.code {
135 color: #4665A2;
136 }
137
138 a.codeRef {
139 color: #4665A2;
140 }
141
142 /* @end */
143 dl.el {
144 margin-left: -1cm;
145 }
146
147 .fragment {
148 font-family: monospace, fixed;
149 font-size: 105%;
150 }
151
152 pre.fragment {
153 border: 1px solid #C4C4C4;
154 background-color: #F9F9F9;
155 padding: 4px 6px;
156 margin: 4px 8px 4px 2px;
157 overflow: auto;
158 font-size: 9pt;
159 line-height: 125%;
160 }
161
162 div.ah {
163 background-color: #000;
164 font-weight: 700;
165 color: #FFF;
166 margin-bottom: 3px;
167 margin-top: 3px;
168 padding: .2em;
169 border: thin solid #333;
170 }
171
172 div.groupHeader {
173 margin-left: 16px;
174 margin-top: 12px;
175 margin-bottom: 6px;
176 font-weight: 700;
177 }
178
179 div.groupText {
180 margin-left: 16px;
181 font-style: italic;
182 }
183
184 body {
185 background: #FFF;
186 color: #000;
187 margin: 0;
188 }
189
190 div.contents {
191 margin-top: 10px;
192 margin-left: 10px;
193 margin-right: 10px;
194 }
195
196 td.indexkey {
197 background-color: #EBEFF6;
198 font-weight: 700;
199 border: 1px solid #C4CFE5;
200 margin: 2px 0;
201 padding: 2px 10px;
202 }
203
204 td.indexvalue {
205 background-color: #EBEFF6;
206 border: 1px solid #C4CFE5;
207 padding: 2px 10px;
208 margin: 2px 0;
209 }
210
211 tr.memlist {
212 background-color: #EEF1F7;
213 }
214
215 p.formulaDsp {
216 text-align: center;
217 }
218
219 img.formulaDsp {
220 }
221
222 img.formulaInl {
223 vertical-align: middle;
224 }
225
226 div.center {
227 text-align: center;
228 margin-top: 0;
229 margin-bottom: 0;
230 padding: 0;
231 }
232
233 div.center img {
234 border: 0;
235 }
236
237 address.footer {
238 text-align: right;
239 padding: 0 0.25em 0.25em 0;
240 }
241
242 img.footer {
243 border: 0;
244 vertical-align: middle;
245 }
246
247 /* @group Code Colorization */
248 span.keyword {
249 color: green;
250 }
251
252 span.keywordtype {
253 color: #604020;
254 }
255
256 span.keywordflow {
257 color: #e08000;
258 }
259
260 span.comment {
261 color: maroon;
262 }
263
264 span.preprocessor {
265 color: #806020;
266 }
267
268 span.stringliteral {
269 color: #002080;
270 }
271
272 span.charliteral {
273 color: teal;
274 }
275
276 span.vhdldigit {
277 color: #F0F;
278 }
279
280 span.vhdlkeyword {
281 color: #700070;
282 }
283
284 span.vhdllogic {
285 color: red;
286 }
287
288 /* @end */
289 td.tiny {
290 font-size: 75%;
291 }
292
293 .dirtab {
294 padding: 4px;
295 border-collapse: collapse;
296 border: 1px solid #A3B4D7;
297 }
298
299 th.dirtab {
300 background: #EBEFF6;
301 font-weight: 700;
302 }
303
304 hr {
305 height: 0;
306 border: none;
307 border-top: 1px solid #DDD;
308 margin: 2em 0 1em;
309 }
310
311 hr.footer {
312 height: 1px;
313 }
314
315 /* @group Member Descriptions */
316 table.memberdecls {
317 border-spacing: 0;
318 font-size: small;
319 }
320
321 .mdescLeft,.mdescRight,.memItemLeft,.memItemRight,.memTemplItemLeft,.memTemplItemRight,.memTemplParams {
322 background-color: #FBFBFB;
323 margin: 0;
324 padding: 0.25ex;
325 }
326
327 .mdescLeft,.mdescRight {
328 color: #555;
329 }
330
331 .memItemLeft,.memItemRight,.memTemplParams {
332 border-top: 1px solid #DDD;
333 }
334
335 .memItemLeft,.memTemplItemLeft {
336 white-space: nowrap;
337 padding-left: 2em;
338 }
339
340 .memTemplParams {
341 color: #464646;
342 white-space: nowrap;
343 }
344
345 /* @end */
346 /* @group Member Details */
347 /* Styles for detailed member documentation */
348 .memtemplate {
349 font-size: 80%;
350 color: #4665A2;
351 font-weight: bold;
352 }
353
354 .memnav {
355 background-color: #EBEFF6;
356 border: 1px solid #A3B4D7;
357 text-align: center;
358 margin: 2px;
359 margin-right: 15px;
360 padding: 2px;
361 }
362
363 .memitem {
364 padding: 0;
365 margin: 1ex 0 2ex 0;
366 border: 1px solid #CCC;
367 }
368
369 .memname {
370 white-space: nowrap;
371 font-weight: bold;
372 }
373
374 .memproto {
375 border-bottom: 1px solid #DDD;
376 padding: 0.5ex;
377 font-weight: bold;
378 background-color: #F3F3F3;
379 }
380
381 .memdoc {
382 padding: 1ex;
383 background-color: #FBFBFB;
384 border-top-width: 0;
385 }
386
387 .paramkey {
388 text-align: right;
389 }
390
391 .paramtype {
392 white-space: nowrap;
393 }
394
395 .paramname {
396 color: #602020;
397 white-space: nowrap;
398 }
399
400 .paramname em {
401 font-style: normal;
402 }
403
404 /* @end */
405 /* @group Directory (tree) */
406 /* for the tree view */
407 .ftvtree {
408 font-family: sans-serif;
409 margin: 0;
410 }
411
412 /* these are for tree view when used as main index */
413 .directory {
414 font-size: 9pt;
415 font-weight: bold;
416 margin: 5px;
417 }
418
419 .directory h3 {
420 margin: 0;
421 margin-top: 1em;
422 font-size: 11pt;
423 }
424
425 .directory > h3 {
426 margin-top: 0;
427 }
428
429 .directory p {
430 margin: 0;
431 white-space: nowrap;
432 }
433
434 .directory div {
435 display: none;
436 margin: 0;
437 }
438
439 .directory img {
440 vertical-align: -30%;
441 }
442
443 /* these are for tree view when not used as main index */
444 .directory-alt {
445 font-size: 100%;
446 font-weight: bold;
447 }
448
449 .directory-alt h3 {
450 margin: 0;
451 margin-top: 1em;
452 font-size: 11pt;
453 }
454
455 .directory-alt > h3 {
456 margin-top: 0;
457 }
458
459 .directory-alt p {
460 margin: 0;
461 white-space: nowrap;
462 }
463
464 .directory-alt div {
465 display: none;
466 margin: 0;
467 }
468
469 .directory-alt img {
470 vertical-align: -30%;
471 }
472
473 /* @end */
474 div.dynheader {
475 margin-top: 8px;
476 }
477
478 address {
479 font-style: normal;
480 color: #2A3D61;
481 }
482
483 table.doxtable {
484 border-collapse: collapse;
485 margin: 0.5ex;
486 }
487
488 table.doxtable td,table.doxtable th {
489 border: 1px solid #DDD;
490 padding: 3px 7px 2px;
491 }
492
493 table.doxtable th {
494 background-color: #F3F3F3;
495 color: #000;
496 padding-bottom: 4px;
497 padding-top: 5px;
498 text-align: left;
499 font-weight: bold;
500 }
501
502 .tabsearch {
503 top: 0;
504 left: 10px;
505 height: 36px;
506 z-index: 101;
507 overflow: hidden;
508 font-size: 13px;
509 }
510
511 .navpath ul {
512 font-size: 11px;
513 height: 30px;
514 line-height: 30px;
515 color: #8AA0CC;
516 border: 1px solid #C2CDE4;
517 overflow: hidden;
518 margin: 0;
519 padding: 0;
520 }
521
522 .navpath li {
523 list-style-type: none;
524 float: left;
525 padding-left: 10px;
526 padding-right: 15px;
527 color: #364D7C;
528 }
529
530 .navpath a {
531 height: 32px;
532 display: block;
533 text-decoration: none;
534 outline: none;
535 }
536
537 .navpath a:hover {
538 color: #6884BD;
539 }
540
541 div.summary {
542 float: right;
543 font-size: 8pt;
544 padding-right: 5px;
545 width: 50%;
546 text-align: right;
547 }
548
549 div.summary a {
550 white-space: nowrap;
551 }
552
553 div.header {
554 background-color: #F3F3F3;
555 margin: 0;
556 border-bottom: 1px solid #DDD;
557 }
558
559 div.headertitle {
560 padding: 5px 5px 5px 10px;
561 font-size: 180%;
562 font-weight: bold;
563 }