]> git.gir.st - tmk_keyboard.git/blob - protocol/lufa/LUFA-git/LUFA/DoxygenPages/Style/Style.css
Squashed 'tmk_core/' changes from caca2c0..dc0e46e
[tmk_keyboard.git] / protocol / lufa / LUFA-git / LUFA / DoxygenPages / Style / Style.css
1 /* ============================= */
2 /* Page Header Formattings */
3 /* ============================= */
4 #titlearea {
5 background-color:#E1E7F4;
6 background-image:url('nav_f.png');
7 background-repeat:repeat-x;
8 color:#20335A;
9 font-weight:bold;
10 text-shadow:0 1px 1px rgba(255, 255, 255, 0.9);
11 }
12
13 #projectlogo {
14 padding-left: 10px;
15 }
16
17 /* ============================= */
18 /* General Text Formattings */
19 /* ============================= */
20 body,table,div,p,dl {
21 font-family:Lucida Grande, Verdana, Geneva, Arial, sans-serif;
22 font-size:13px;
23 line-height:1.3;
24 }
25
26 div.header, div.contents p {
27 padding-left:12px;
28 }
29
30 /* ============================= */
31 /* API Documentation Formattings */
32 /* ============================= */
33 div.contents table.memberdecls, .paramname {
34 font-family:Consolas, Monaco, courier, sans-serif;
35 font-size:105%;
36 padding-right:20px;
37 }
38
39 /* ============================= */
40 /* HTML Heading Formattings */
41 /* ============================= */
42 h1, h2, h3, h4 {
43 font-family:Lucida Grande, Verdana, Geneva, Arial, sans-serif;
44 }
45
46 h1 {
47 font-size:25px;
48 margin-bottom:10px;
49 }
50
51 h2 {
52 color:#42657B;
53 font-size:17px;
54 }
55
56 h3 {
57 font-size:15px;
58 }
59
60 h4 {
61 font-size:13px;
62 }
63
64 /* ============================= */
65 /* Code Snippet Formattings */
66 /* ============================= */
67 span.keyword {
68 color:#008000;
69 }
70
71 span.keywordtype {
72 color:#604020;
73 }
74
75 span.keywordflow {
76 color:#e08000;
77 }
78
79 span.comment {
80 color:#008000;
81 }
82
83 span.preprocessor {
84 color:#806020;
85 }
86
87 span.stringliteral {
88 color:#002080;
89 }
90
91 span.charliteral {
92 color:#008080;
93 }
Imprint / Impressum