Use LCD_WHITE macro - this is defined for both greyscale and colour LCDs
[Rockbox.git] / www / style.css
blob4fd02022108159df8929ca54e901401aa988aca8
1 BODY, HTML {
2 background-color: #b6c6e5;
3 color: black;
4 margin: 0px;
7 H1 {
8 text-decoration: none;
9 font-family: sans-serif;
10 font-style: normal;
11 font-weight: bold;
12 font-size: 150%;
15 H2 {
16 text-decoration: none;
17 font-family: sans-serif;
18 font-style: normal;
19 font-weight: bold;
20 font-size: 130%;
23 H3, div.h5, .newsdate {
24 text-decoration: none;
25 font-family: sans-serif;
26 font-style: normal;
27 font-weight: bold;
28 font-size: 110%;
31 BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT
33 text-decoration: none;
34 font-family: sans-serif;
35 font-style: normal;
36 # font-size: 95%;
37 font-size: 13px;
40 LI {
41 margin-top: 3px;
44 P.ind {
45 margin-left: 3em;
48 A {
49 text-decoration: underline;
52 .bgbox {
53 left-border-width: 1px;
54 border-color: #000000;
57 .menulink {
58 color: #f0f0f0;
59 line-height: 140%;
62 .menutext {
63 color: #f0f0f0;
64 font-size: 7pt;
67 .buildok {
68 background-color: #00ff00;
71 .buildwarn {
72 background-color: #ffff00;
75 .buildfail {
76 background-color: #ff8080;
79 .gccwarn {
80 background-color: #ffff00;
83 .gccerror {
84 background-color: #ff8080;
87 .faqq {
88 font-weight: bold;
89 font-size: 110%;
92 .faqa {
93 margin-left: 2em;
96 PRE {
97 font-size: 9pt;
101 .rockbox, .changetable, .bugs, .requests, .patches, .dailymod, .buildstatus, .archive, .buttontable, .changesummary, .tools
103 border: outset 2px #ffffff;
106 .listtable tr {
107 vertical-align: top;
110 .filechange {
111 background-color: #c6d6f5;
112 font-weight: bold;
113 padding: 4px;
116 .buildstatus th
118 vertical-align: top;
121 .rockbox td, .changetable td, .bugs td, .requests td, .patches td, .archive td, .buttontable td, .tools td
123 background-color: #c6d6f5;
124 padding: 4px;
127 .fixed td {
128 background-color: #aae8aa;
129 padding: 4px;
132 .bad td {
133 background-color: #f0c0c0;
136 .feature {
137 font-weight: bold;
140 td.fgood {
141 background-color: #aae8aa;
144 td.fbad {
145 background-color: #f0c0c0;
148 td.toolscat {
149 background-color: #b6c6e5;
152 .vc_diff_nochange {
153 background-color: #ffffff;
156 .vc_navheader {
157 background-color: #7897cb;
160 .vc_diff_chunk_header {
161 background-color: #90afe3;