diff options
Diffstat (limited to 'lib/lufa/LUFA/DoxygenPages/Style/Style.css')
| -rw-r--r-- | lib/lufa/LUFA/DoxygenPages/Style/Style.css | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/lib/lufa/LUFA/DoxygenPages/Style/Style.css b/lib/lufa/LUFA/DoxygenPages/Style/Style.css new file mode 100644 index 000000000..933215546 --- /dev/null +++ b/lib/lufa/LUFA/DoxygenPages/Style/Style.css | |||
| @@ -0,0 +1,93 @@ | |||
| 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 | } | ||
