Remove non-functional maintenance link check.
[pub/USBasp.git] / LUFA / DoxygenPages / Style / Style.css
1 @media print
2 {
3 #top
4 {
5 display:none;
6 }
7
8 #side-nav
9 {
10 display:none;
11 }
12
13 #nav-path
14 {
15 display:none;
16 }
17
18 body
19 {
20 overflow:visible;
21 }
22
23 h1,h2,h3,h4,h5,h6
24 {
25 page-break-after:avoid;
26 }
27
28 .summary
29 {
30 display:none;
31 }
32
33 .memitem
34 {
35 page-break-inside:avoid;
36 }
37
38 #doc-content
39 {
40 display:inline;
41 height:auto !important;
42 margin-left:0 !important;
43 overflow:inherit;
44 width:auto !important;
45 }
46
47 pre.fragment
48 {
49 overflow:visible;
50 text-wrap:unrestricted;
51 white-space:pre-wrap;
52 word-wrap:break-word;
53 }
54 }
55
56 body,table,div,p,dl
57 {
58 font-family:Lucida Grande, Verdana, Geneva, Arial, sans-serif;
59 font-size:13px;
60 line-height:1.3;
61 }
62
63 div.contents p
64 {
65 padding-left:12px;
66 }
67
68 div.contents table.memberdecls,.paramname
69 {
70 font-family:Consolas, Monaco, courier, sans-serif;
71 font-size:105%;
72 padding-right:20px;
73 }
74
75 .title
76 {
77 font-size:150%;
78 font-weight:bold;
79 margin:10px 2px;
80 }
81
82 h1
83 {
84 font-size:30px;
85 margin-bottom:10px;
86 padding:0 0 20px;
87 }
88
89 h2
90 {
91 color:#42657B;
92 font-family:Lucida Grande, Verdana, Geneva, Arial, sans-serif;
93 font-size:17px;
94 }
95
96 h3
97 {
98 font-family:Lucida Grande, Verdana, Geneva, Arial, sans-serif;
99 font-size:15px;
100 }
101
102 h4
103 {
104 font-family:Lucida Grande, Verdana, Geneva, Arial, sans-serif;
105 font-size:13px;
106 }
107
108 dt
109 {
110 font-weight:bold;
111 }
112
113 div.multicol
114 {
115 -moz-column-count:3px;
116 -moz-column-gap:1em;
117 -webkit-column-count:3px;
118 -webkit-column-gap:1em;
119 }
120
121 p.startli,p.startdd,p.starttd
122 {
123 margin-top:2px;
124 }
125
126 p.endli
127 {
128 margin-bottom:0;
129 }
130
131 p.enddd
132 {
133 margin-bottom:4px;
134 }
135
136 p.endtd
137 {
138 margin-bottom:2px;
139 }
140
141 caption
142 {
143 font-weight:bold;
144 }
145
146 span.legend
147 {
148 font-size:70%;
149 text-align:center;
150 }
151
152 h3.version
153 {
154 font-size:90%;
155 text-align:center;
156 }
157
158 div.qindex,div.navtab
159 {
160 background-color:#EAEFF7;
161 border:1px solid #9EB3DC;
162 text-align:center;
163 }
164
165 div.qindex,div.navpath
166 {
167 line-height:140%;
168 width:100%;
169 }
170
171 div.navtab
172 {
173 margin-right:15px;
174 }
175
176 a
177 {
178 color:#355594;
179 font-weight:normal;
180 text-decoration:none;
181 }
182
183 .contents a:visited
184 {
185 color:#3D62AB;
186 }
187
188 a:hover
189 {
190 text-decoration:underline;
191 }
192
193 a.qindex
194 {
195 font-weight:bold;
196 }
197
198 a.qindexHL
199 {
200 background-color:#97ADD9;
201 border:1px double #7F9BD1;
202 color:#ffffff;
203 font-weight:bold;
204 }
205
206 .contents a.qindexHL:visited
207 {
208 color:#ffffff;
209 }
210
211 a.el
212 {
213 font-weight:bold;
214 }
215
216 a.code,a.code:visited
217 {
218 color:#4665A2;
219 }
220
221 a.codeRef,a.codeRef:visited
222 {
223 color:#4665A2;
224 }
225
226 dl.el
227 {
228 margin-left:-1cm;
229 }
230
231 .fragment
232 {
233 font-family:monospace, fixed;
234 font-size:105%;
235 }
236
237 pre.fragment
238 {
239 background-color:#F8F8F8;
240 border:1px solid #C1CEE8;
241 font-size:10pt;
242 line-height:125%;
243 margin:4px 8px 4px 20px;
244 overflow:auto;
245 padding:4px 6px;
246 word-wrap:break-word;
247 }
248
249 div.ah
250 {
251 -moz-border-radius:.5em;
252 -moz-box-shadow:rgba(0, 0, 0, 0.15) 2px 2px 2px;
253 -webkit-border-radius:.5em;
254 -webkit-box-shadow:2px 2px 3px #999;
255 background-color:black;
256 background-image:0;
257 border:solid thin #333;
258 border-radius:0.5em;
259 box-shadow:2px 2px 3px #999;
260 color:#ffffff;
261 font-weight:bold;
262 margin-bottom:3px;
263 margin-top:3px;
264 padding:0.2em;
265 }
266
267 div.groupHeader
268 {
269 font-weight:bold;
270 margin-left:16px;
271 margin-top:12px;
272 }
273
274 div.groupText
275 {
276 font-style:italic;
277 margin-left:16px;
278 }
279
280 body
281 {
282 background-color:white;
283 color:black;
284 margin:0;
285 }
286
287 div.contents
288 {
289 margin-left:8px;
290 margin-right:8px;
291 margin-top:10px;
292 }
293
294 td.indexkey
295 {
296 background-color:#EAEFF7;
297 border:1px solid #C1CEE8;
298 font-weight:bold;
299 margin:2px 0;
300 padding:2px 10px;
301 vertical-align:top;
302 white-space:nowrap;
303 }
304
305 td.indexvalue
306 {
307 background-color:#EAEFF7;
308 border:1px solid #C1CEE8;
309 margin:2px 0;
310 padding:2px 10px;
311 }
312
313 tr.memlist
314 {
315 background-color:#EDF1F8;
316 }
317
318 p.formulaDsp
319 {
320 text-align:center;
321 }
322
323 img.formulaInl
324 {
325 vertical-align:middle;
326 }
327
328 div.center
329 {
330 margin-bottom:0;
331 margin-top:0;
332 padding:0;
333 text-align:center;
334 }
335
336 div.center img
337 {
338 border:0;
339 }
340
341 address.footer
342 {
343 padding-right:12px;
344 text-align:right;
345 }
346
347 img.footer
348 {
349 border:0;
350 vertical-align:middle;
351 }
352
353 span.keyword
354 {
355 color:#008000;
356 }
357
358 span.keywordtype
359 {
360 color:#604020;
361 }
362
363 span.keywordflow
364 {
365 color:#e08000;
366 }
367
368 span.comment
369 {
370 color:#008000;
371 }
372
373 span.preprocessor
374 {
375 color:#806020;
376 }
377
378 span.stringliteral
379 {
380 color:#002080;
381 }
382
383 span.charliteral
384 {
385 color:#008080;
386 }
387
388 span.vhdldigit
389 {
390 color:#ff00ff;
391 }
392
393 span.vhdlchar
394 {
395 color:#000000;
396 }
397
398 span.vhdlkeyword
399 {
400 color:#700070;
401 }
402
403 span.vhdllogic
404 {
405 color:#ff0000;
406 }
407
408 blockquote
409 {
410 background-color:#F6F8FC;
411 border-left:2px solid #97ADD9;
412 margin:0 24px 0 4px;
413 padding:0 12px 0 16px;
414 }
415
416 td.tiny
417 {
418 font-size:75%;
419 }
420
421 .dirtab
422 {
423 border:1px solid #9EB3DC;
424 border-collapse:collapse;
425 padding:4px;
426 }
427
428 th.dirtab
429 {
430 background:#EAEFF7;
431 font-weight:bold;
432 }
433
434 hr
435 {
436 border:none;
437 border-top:1px solid #4067B4;
438 height:0;
439 }
440
441 hr.footer
442 {
443 height:1px;
444 }
445
446 table.memberdecls
447 {
448 border-spacing:0;
449 padding:0;
450 }
451
452 .mdescLeft,.mdescRight,.memItemLeft,.memItemRight,.memTemplItemLeft,.memTemplItemRight,.memTemplParams
453 {
454 background-color:#F9FAFC;
455 border:none;
456 margin:4px;
457 padding:1px 0 0 8px;
458 }
459
460 .mdescLeft,.mdescRight
461 {
462 color:#555;
463 padding:0 8px 4px;
464 }
465
466 .memItemLeft,.memItemRight,.memTemplParams
467 {
468 border-top:1px solid #C1CEE8;
469 }
470
471 .memItemLeft,.memTemplItemLeft
472 {
473 white-space:nowrap;
474 }
475
476 .memItemRight
477 {
478 width:100%;
479 }
480
481 .memTemplParams
482 {
483 color:#3D62AB;
484 white-space:nowrap;
485 }
486
487 .memtemplate
488 {
489 color:#3D62AB;
490 font-size:80%;
491 font-weight:normal;
492 margin-left:9px;
493 }
494
495 .memnav
496 {
497 background-color:#EAEFF7;
498 border:1px solid #9EB3DC;
499 margin:2px 15px 2px 2px;
500 padding:2px;
501 text-align:center;
502 }
503
504 .mempage
505 {
506 width:100%;
507 }
508
509 .memitem
510 {
511 margin-bottom:10px;
512 margin-right:5px;
513 padding:0;
514 }
515
516 .memname
517 {
518 font-weight:bold;
519 margin-left:6px;
520 white-space:nowrap;
521 }
522
523 .memproto,dl.reflist dt
524 {
525 -moz-border-radius-topleft:8px;
526 -moz-border-radius-topright:8px;
527 -moz-box-shadow:rgba(0, 0, 0, 0.15) 5px 5px 5px;
528 -webkit-border-top-left-radius:8px;
529 -webkit-border-top-right-radius:8px;
530 -webkit-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.15);
531 background-color:#E1E7F4;
532 background-image:url('nav_f.png');
533 background-repeat:repeat-x;
534 border-left:1px solid #A3B7DE;
535 border-right:1px solid #A3B7DE;
536 border-top:1px solid #A3B7DE;
537 border-top-left-radius:8px;
538 border-top-right-radius:8px;
539 box-shadow:5px 5px 5px rgba(0, 0, 0, 0.15);
540 color:#20335A;
541 font-weight:bold;
542 padding:6px 0;
543 text-shadow:0 1px 1px rgba(255, 255, 255, 0.9);
544 }
545
546 .memdoc,dl.reflist dd
547 {
548 -moz-border-radius-bottomleft:8px;
549 -moz-border-radius-bottomright:8px;
550 -moz-box-shadow:rgba(0, 0, 0, 0.15) 5px 5px 5px;
551 -webkit-border-bottom-left-radius:8px;
552 -webkit-border-bottom-right-radius:8px;
553 -webkit-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.15);
554 background-color:#FBFCFD;
555 background-image:0 color-stop(0.6,#FFFFFF), color-stop(0.60,#FFFFFF), color-stop(0.95,#F6F8FC), to(#EDF1F8));
556 border-bottom:1px solid #A3B7DE;
557 border-bottom-left-radius:8px;
558 border-bottom-right-radius:8px;
559 border-left:1px solid #A3B7DE;
560 border-right:1px solid #A3B7DE;
561 border-top-width:0;
562 box-shadow:5px 5px 5px rgba(0, 0, 0, 0.15);
563 padding:2px 5px;
564 }
565
566 dl.reflist dt
567 {
568 padding:5px;
569 }
570
571 dl.reflist dd
572 {
573 margin:0 0 10px;
574 padding:5px;
575 }
576
577 .paramkey
578 {
579 text-align:right;
580 }
581
582 .paramtype
583 {
584 white-space:nowrap;
585 }
586
587 .paramname
588 {
589 color:#602020;
590 white-space:nowrap;
591 }
592
593 .paramname em
594 {
595 font-style:normal;
596 }
597
598 .params,.retval,.exception,.tparams
599 {
600 border-spacing:6px 2px;
601 }
602
603 .params .paramname,.retval .paramname
604 {
605 font-weight:bold;
606 vertical-align:top;
607 }
608
609 .params .paramtype
610 {
611 font-style:italic;
612 vertical-align:top;
613 }
614
615 .params .paramdir
616 {
617 font-family:"courier new",courier,monospace;
618 vertical-align:top;
619 }
620
621 .ftvtree
622 {
623 font-family:sans-serif;
624 margin:0;
625 }
626
627 .directory
628 {
629 font-size:9pt;
630 font-weight:bold;
631 margin:5px;
632 }
633
634 .directory h3
635 {
636 font-size:11pt;
637 margin:1em 0 0;
638 }
639
640 .directory > h3
641 {
642 margin-top:0;
643 }
644
645 .directory p
646 {
647 margin:0;
648 white-space:nowrap;
649 }
650
651 .directory div
652 {
653 display:none;
654 margin:0;
655 }
656
657 .directory img
658 {
659 vertical-align:-30%;
660 }
661
662 .directory-alt
663 {
664 font-size:100%;
665 font-weight:bold;
666 }
667
668 .directory-alt h3
669 {
670 font-size:11pt;
671 margin:1em 0 0;
672 }
673
674 .directory-alt > h3
675 {
676 margin-top:0;
677 }
678
679 .directory-alt p
680 {
681 margin:0;
682 white-space:nowrap;
683 }
684
685 .directory-alt div
686 {
687 display:none;
688 margin:0;
689 }
690
691 .directory-alt img
692 {
693 vertical-align:-30%;
694 }
695
696 div.dynheader
697 {
698 margin-top:8px;
699 }
700
701 address
702 {
703 color:#253B67;
704 font-style:normal;
705 }
706
707 table.doxtable
708 {
709 border-collapse:collapse;
710 margin-bottom:4px;
711 margin-top:4px;
712 }
713
714 table.doxtable td,table.doxtable th
715 {
716 border:1px solid #273F6D;
717 padding:3px 7px 2px;
718 }
719
720 table.doxtable th
721 {
722 background-color:#304D86;
723 color:#FFFFFF;
724 font-size:110%;
725 padding-bottom:4px;
726 padding-top:5px;
727 }
728
729 table.fieldtable
730 {
731 -moz-border-radius:4px;
732 -moz-box-shadow:rgba(0, 0, 0, 0.15) 2px 2px 2px;
733 -webkit-border-radius:4px;
734 -webkit-box-shadow:2px 2px 2px rgba(0, 0, 0, 0.15);
735 border:1px solid #A3B7DE;
736 border-radius:4px;
737 border-spacing:0;
738 box-shadow:2px 2px 2px rgba(0, 0, 0, 0.15);
739 margin-bottom:10px;
740 width:100%;
741 }
742
743 .fieldtable td,.fieldtable th
744 {
745 padding:3px 7px 2px;
746 }
747
748 .fieldtable td.fieldtype,.fieldtable td.fieldname
749 {
750 border-bottom:1px solid #A3B7DE;
751 border-right:1px solid #A3B7DE;
752 vertical-align:top;
753 white-space:nowrap;
754 }
755
756 .fieldtable td.fielddoc
757 {
758 border-bottom:1px solid #A3B7DE;
759 width:100%;
760 }
761
762 .fieldtable tr:last-child td
763 {
764 border-bottom:none;
765 }
766
767 .fieldtable th
768 {
769 -moz-border-radius-topleft:4px;
770 -moz-border-radius-topright:4px;
771 -webkit-border-top-left-radius:4px;
772 -webkit-border-top-right-radius:4px;
773 background-color:#E1E7F4;
774 background-image:url('nav_f.png');
775 background-repeat:repeat-x;
776 border-bottom:1px solid #A3B7DE;
777 border-top-left-radius:4px;
778 border-top-right-radius:4px;
779 color:#20335A;
780 font-size:90%;
781 padding-bottom:4px;
782 padding-top:5px;
783 text-align:left;
784 }
785
786 .tabsearch
787 {
788 background-image:url('tab_b.png');
789 font-size:13px;
790 height:36px;
791 left:10px;
792 overflow:hidden;
793 top:0;
794 z-index:101;
795 }
796
797 .navpath ul
798 {
799 background-image:url('tab_b.png');
800 background-repeat:repeat-x;
801 border:solid 1px #BFCCE8;
802 color:#839ED2;
803 font-size:11px;
804 height:30px;
805 line-height:30px;
806 margin:0;
807 overflow:hidden;
808 padding:0;
809 }
810
811 .navpath li
812 {
813 background-image:url('bc_s.png');
814 background-position:right;
815 background-repeat:no-repeat;
816 color:#2F4B83;
817 float:left;
818 list-style-type:none;
819 padding-left:10px;
820 padding-right:15px;
821 }
822
823 .navpath li.navelem a
824 {
825 display:block;
826 height:32px;
827 outline:none;
828 text-decoration:none;
829 }
830
831 .navpath li.navelem a:hover
832 {
833 color:#6081C5;
834 }
835
836 .navpath li.footer
837 {
838 background-image:none;
839 background-position:right;
840 background-repeat:no-repeat;
841 color:#2F4B83;
842 float:right;
843 font-size:8pt;
844 list-style-type:none;
845 padding-left:10px;
846 padding-right:15px;
847 }
848
849 div.summary
850 {
851 float:right;
852 font-size:8pt;
853 padding-right:5px;
854 text-align:right;
855 width:50%;
856 }
857
858 div.summary a
859 {
860 white-space:nowrap;
861 }
862
863 div.ingroups
864 {
865 font-size:8pt;
866 margin-left:5px;
867 padding-left:5px;
868 text-align:left;
869 width:50%;
870 }
871
872 div.ingroups a
873 {
874 white-space:nowrap;
875 }
876
877 div.header
878 {
879 background-color:#F9FAFC;
880 background-image:url('nav_h.png');
881 background-repeat:repeat-x;
882 border-bottom:1px solid #C1CEE8;
883 margin:0;
884 }
885
886 div.headertitle
887 {
888 padding:5px 5px 5px 7px;
889 }
890
891 dl
892 {
893 padding:0 0 0 10px;
894 }
895
896 dl.section
897 {
898 border-left:4px solid;
899 padding:0 0 0 6px;
900 }
901
902 dl.note
903 {
904 border-color:#D0C000;
905 }
906
907 dl.warning,dl.attention
908 {
909 border-color:#FF0000;
910 }
911
912 dl.pre,dl.post,dl.invariant
913 {
914 border-color:#00D000;
915 }
916
917 dl.deprecated
918 {
919 border-color:#505050;
920 }
921
922 dl.todo
923 {
924 border-color:#00C0E0;
925 }
926
927 dl.test
928 {
929 border-color:#3030E0;
930 }
931
932 dl.bug
933 {
934 border-color:#C08050;
935 }
936
937 dl.section dd
938 {
939 margin-bottom:6px;
940 }
941
942 #projectlogo
943 {
944 border-collapse:separate;
945 text-align:center;
946 vertical-align:bottom;
947 padding-left: 20px;
948 }
949
950 #projectlogo img
951 {
952 border:0 none;
953 }
954
955 #projectname
956 {
957 font:280% Arial, sans-serif;
958 margin:0;
959 padding-left:20px;
960 }
961
962 #projectbrief
963 {
964 font:120% Tahoma, Arial, sans-serif;
965 margin:0;
966 padding:0;
967 }
968
969 #projectnumber:before
970 {
971 content:"Version ";
972 }
973
974 #projectnumber
975 {
976 font:50% Tahoma, Arial, sans-serif;
977 margin:0;
978 padding:0;
979 }
980
981 #titlearea
982 {
983 margin:0;
984 padding:0;
985 width:100%;
986 background-color:#E1E7F4;
987 background-image:url('nav_f.png');
988 background-repeat:repeat-x;
989 color:#20335A;
990 font-weight:bold;
991 text-shadow:0 1px 1px rgba(255, 255, 255, 0.9);
992 }
993
994 .image
995 {
996 text-align:center;
997 }
998
999 .dotgraph
1000 {
1001 text-align:center;
1002 }
1003
1004 .mscgraph
1005 {
1006 text-align:center;
1007 }
1008
1009 .caption
1010 {
1011 font-weight:bold;
1012 }
1013
1014 div.zoom
1015 {
1016 border:1px solid #8AA3D4;
1017 }
1018
1019 dl.citelist
1020 {
1021 margin-bottom:50px;
1022 }
1023
1024 dl.citelist dt
1025 {
1026 color:#2C477C;
1027 float:left;
1028 font-weight:bold;
1029 margin-right:10px;
1030 padding:5px;
1031 }
1032
1033 dl.citelist dd
1034 {
1035 margin:2px 0;
1036 padding:5px 0;
1037 }
1038
1039 div.toc
1040 {
1041 background-color:#F4F6FB;
1042 border:1px solid #D6DFF0;
1043 border-radius:7px 7px 7px 7px;
1044 float:right;
1045 height:auto;
1046 margin:0 20px 10px 10px;
1047 padding:14px 25px;
1048 width:200px;
1049 }
1050
1051 div.toc li
1052 {
1053 background:url("bdwn.png") no-repeat scroll 0 5px transparent;
1054 font:10px/1.2 Verdana,DejaVu Sans,Geneva,sans-serif;
1055 margin-top:5px;
1056 padding-left:10px;
1057 padding-top:2px;
1058 }
1059
1060 div.toc h3
1061 {
1062 border-bottom:0 none;
1063 color:#3D62AB;
1064 font:bold 12px/1.2 Arial,FreeSans,sans-serif;
1065 margin:0;
1066 }
1067
1068 div.toc ul
1069 {
1070 border:medium none;
1071 list-style:none outside none;
1072 padding:0;
1073 }
1074
1075 div.toc li.level1
1076 {
1077 margin-left:0;
1078 }
1079
1080 div.toc li.level2
1081 {
1082 margin-left:15px;
1083 }
1084
1085 div.toc li.level3
1086 {
1087 margin-left:30px;
1088 }
1089
1090 div.toc li.level4
1091 {
1092 margin-left:45px;
1093 }