Release 4.0.7 tarball
[rtaudio.git] / doc / html / doxygen.css
1 /* The standard CSS for doxygen */
2
3 body, table, div, p, dl {
4         font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
5         font-size: 12px;
6 }
7
8 /* @group Heading Levels */
9
10 h1 {
11         text-align: center;
12         font-size: 150%;
13 }
14
15 h2 {
16         font-size: 120%;
17 }
18
19 h3 {
20         font-size: 100%;
21 }
22
23 dt {
24         font-weight: bold;
25 }
26
27 div.multicol {
28         -moz-column-gap: 1em;
29         -webkit-column-gap: 1em;
30         -moz-column-count: 3;
31         -webkit-column-count: 3;
32 }
33
34 p.startli, p.startdd, p.starttd {
35         margin-top: 2px;
36 }
37
38 p.endli {
39         margin-bottom: 0px;
40 }
41
42 p.enddd {
43         margin-bottom: 4px;
44 }
45
46 p.endtd {
47         margin-bottom: 2px;
48 }
49
50 /* @end */
51
52 caption {
53         font-weight: bold;
54 }
55
56 span.legend {
57         font-size: 70%;
58         text-align: center;
59 }
60
61 h3.version {
62         font-size: 90%;
63         text-align: center;
64 }
65
66 div.qindex, div.navtab{
67         background-color: #e8eef2;
68         border: 1px solid #84b0c7;
69         text-align: center;
70         margin: 2px;
71         padding: 2px;
72 }
73
74 div.qindex, div.navpath {
75         width: 100%;
76         line-height: 140%;
77 }
78
79 div.navtab {
80         margin-right: 15px;
81 }
82
83 /* @group Link Styling */
84
85 a {
86         color: #153788;
87         font-weight: normal;
88         text-decoration: none;
89 }
90
91 .contents a:visited {
92         color: #1b77c5;
93 }
94
95 a:hover {
96         text-decoration: underline;
97 }
98
99 a.qindex {
100         font-weight: bold;
101 }
102
103 a.qindexHL {
104         font-weight: bold;
105         background-color: #6666cc;
106         color: #ffffff;
107         border: 1px double #9295C2;
108 }
109
110 .contents a.qindexHL:visited {
111         color: #ffffff;
112 }
113
114 a.el {
115         font-weight: bold;
116 }
117
118 a.elRef {
119 }
120
121 a.code {
122         color: #3030f0;
123 }
124
125 a.codeRef {
126         color: #3030f0;
127 }
128
129 /* @end */
130
131 dl.el {
132         margin-left: -1cm;
133 }
134
135 .fragment {
136         font-family: monospace, fixed;
137         font-size: 105%;
138 }
139
140 pre.fragment {
141         border: 1px solid #CCCCCC;
142         background-color: #f5f5f5;
143         padding: 4px 6px;
144         margin: 4px 8px 4px 2px;
145         overflow: auto;
146         word-wrap: break-word;
147         font-size:  9pt;
148         line-height: 125%;
149 }
150
151 div.ah {
152         background-color: black;
153         font-weight: bold;
154         color: #ffffff;
155         margin-bottom: 3px;
156         margin-top: 3px
157 }
158
159 div.groupHeader {
160         margin-left: 16px;
161         margin-top: 12px;
162         margin-bottom: 6px;
163         font-weight: bold;
164 }
165
166 div.groupText {
167         margin-left: 16px;
168         font-style: italic;
169 }
170
171 body {
172         background: white;
173         color: black;
174         margin-right: 20px;
175         margin-left: 20px;
176 }
177
178 td.indexkey {
179         background-color: #e8eef2;
180         font-weight: bold;
181         border: 1px solid #CCCCCC;
182         margin: 2px 0px 2px 0;
183         padding: 2px 10px;
184 }
185
186 td.indexvalue {
187         background-color: #e8eef2;
188         border: 1px solid #CCCCCC;
189         padding: 2px 10px;
190         margin: 2px 0px;
191 }
192
193 tr.memlist {
194         background-color: #f0f0f0;
195 }
196
197 p.formulaDsp {
198         text-align: center;
199 }
200
201 img.formulaDsp {
202         
203 }
204
205 img.formulaInl {
206         vertical-align: middle;
207 }
208
209 div.center {
210         text-align: center;
211         margin-top: 0px;
212         margin-bottom: 0px;
213         padding: 0px;
214 }
215
216 div.center img {
217         border: 0px;
218 }
219
220 img.footer {
221         border: 0px;
222         vertical-align: middle;
223 }
224
225 /* @group Code Colorization */
226
227 span.keyword {
228         color: #008000
229 }
230
231 span.keywordtype {
232         color: #604020
233 }
234
235 span.keywordflow {
236         color: #e08000
237 }
238
239 span.comment {
240         color: #800000
241 }
242
243 span.preprocessor {
244         color: #806020
245 }
246
247 span.stringliteral {
248         color: #002080
249 }
250
251 span.charliteral {
252         color: #008080
253 }
254
255 span.vhdldigit { 
256         color: #ff00ff 
257 }
258
259 span.vhdlchar { 
260         color: #000000 
261 }
262
263 span.vhdlkeyword { 
264         color: #700070 
265 }
266
267 span.vhdllogic { 
268         color: #ff0000 
269 }
270
271 /* @end */
272
273 .search {
274         color: #003399;
275         font-weight: bold;
276 }
277
278 form.search {
279         margin-bottom: 0px;
280         margin-top: 0px;
281 }
282
283 input.search {
284         font-size: 75%;
285         color: #000080;
286         font-weight: normal;
287         background-color: #e8eef2;
288 }
289
290 td.tiny {
291         font-size: 75%;
292 }
293
294 .dirtab {
295         padding: 4px;
296         border-collapse: collapse;
297         border: 1px solid #84b0c7;
298 }
299
300 th.dirtab {
301         background: #e8eef2;
302         font-weight: bold;
303 }
304
305 hr {
306         height: 0;
307         border: none;
308         border-top: 1px solid #666;
309 }
310
311 /* @group Member Descriptions */
312
313 .mdescLeft, .mdescRight,
314 .memItemLeft, .memItemRight,
315 .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
316         background-color: #FAFAFA;
317         border: none;
318         margin: 4px;
319         padding: 1px 0 0 8px;
320 }
321
322 .mdescLeft, .mdescRight {
323         padding: 0px 8px 4px 8px;
324         color: #555;
325 }
326
327 .memItemLeft, .memItemRight, .memTemplParams {
328         border-top: 1px solid #ccc;
329 }
330
331 .memItemLeft, .memTemplItemLeft {
332         white-space: nowrap;
333 }
334
335 .memTemplParams {
336         color: #606060;
337         white-space: nowrap;
338 }
339
340 /* @end */
341
342 /* @group Member Details */
343
344 /* Styles for detailed member documentation */
345
346 .memtemplate {
347         font-size: 80%;
348         color: #606060;
349         font-weight: normal;
350         margin-left: 3px;
351 }
352
353 .memnav {
354         background-color: #e8eef2;
355         border: 1px solid #84b0c7;
356         text-align: center;
357         margin: 2px;
358         margin-right: 15px;
359         padding: 2px;
360 }
361
362 .memitem {
363         padding: 0;
364         margin-bottom: 10px;
365 }
366
367 .memname {
368         white-space: nowrap;
369         font-weight: bold;
370 }
371
372 .memproto, .memdoc {
373         border: 1px solid #84b0c7;      
374 }
375
376 .memproto {
377         padding: 0;
378         background-color: #d5e1e8;
379         font-weight: bold;
380         -webkit-border-top-left-radius: 8px;
381         -webkit-border-top-right-radius: 8px;
382         -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
383         -moz-border-radius-topleft: 8px;
384         -moz-border-radius-topright: 8px;
385         -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
386
387 }
388
389 .memdoc {
390         padding: 2px 5px;
391         background-color: #eef3f5;
392         border-top-width: 0;
393         -webkit-border-bottom-left-radius: 8px;
394         -webkit-border-bottom-right-radius: 8px;
395         -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
396         -moz-border-radius-bottomleft: 8px;
397         -moz-border-radius-bottomright: 8px;
398         -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
399 }
400
401 .paramkey {
402         text-align: right;
403 }
404
405 .paramtype {
406         white-space: nowrap;
407 }
408
409 .paramname {
410         color: #602020;
411         white-space: nowrap;
412 }
413 .paramname em {
414         font-style: normal;
415 }
416
417 /* @end */
418
419 /* @group Directory (tree) */
420
421 /* for the tree view */
422
423 .ftvtree {
424         font-family: sans-serif;
425         margin: 0.5em;
426 }
427
428 /* these are for tree view when used as main index */
429
430 .directory {
431         font-size: 9pt;
432         font-weight: bold;
433 }
434
435 .directory h3 {
436         margin: 0px;
437         margin-top: 1em;
438         font-size: 11pt;
439 }
440
441 /*
442 The following two styles can be used to replace the root node title
443 with an image of your choice.  Simply uncomment the next two styles,
444 specify the name of your image and be sure to set 'height' to the
445 proper pixel height of your image.
446 */
447
448 /*
449 .directory h3.swap {
450         height: 61px;
451         background-repeat: no-repeat;
452         background-image: url("yourimage.gif");
453 }
454 .directory h3.swap span {
455         display: none;
456 }
457 */
458
459 .directory > h3 {
460         margin-top: 0;
461 }
462
463 .directory p {
464         margin: 0px;
465         white-space: nowrap;
466 }
467
468 .directory div {
469         display: none;
470         margin: 0px;
471 }
472
473 .directory img {
474         vertical-align: -30%;
475 }
476
477 /* these are for tree view when not used as main index */
478
479 .directory-alt {
480         font-size: 100%;
481         font-weight: bold;
482 }
483
484 .directory-alt h3 {
485         margin: 0px;
486         margin-top: 1em;
487         font-size: 11pt;
488 }
489
490 .directory-alt > h3 {
491         margin-top: 0;
492 }
493
494 .directory-alt p {
495         margin: 0px;
496         white-space: nowrap;
497 }
498
499 .directory-alt div {
500         display: none;
501         margin: 0px;
502 }
503
504 .directory-alt img {
505         vertical-align: -30%;
506 }
507
508 /* @end */
509
510 address {
511         font-style: normal;
512         color: #333;
513 }
514
515 table.doxtable {
516         border-collapse:collapse;
517 }
518
519 table.doxtable td, table.doxtable th {
520         border: 1px solid #153788;
521         padding: 3px 7px 2px;
522 }
523
524 table.doxtable th {
525         background-color: #254798;
526         color: #FFFFFF;
527         font-size: 110%;
528         padding-bottom: 4px;
529         padding-top: 5px;
530         text-align:left;
531 }
532