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