summaryrefslogtreecommitdiff
path: root/www/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/style.css')
-rw-r--r--www/style.css216
1 files changed, 0 insertions, 216 deletions
diff --git a/www/style.css b/www/style.css
deleted file mode 100644
index 35add1ba48..0000000000
--- a/www/style.css
+++ /dev/null
@@ -1,216 +0,0 @@
1BODY, HTML {
2 background-color: #b6c6e5;
3 color: black;
4 margin: 0px;
5}
6
7H1 {
8 text-decoration: none;
9 font-family: sans-serif;
10 font-style: normal;
11 font-weight: bold;
12 font-size: 150%;
13}
14
15H2 {
16 text-decoration: none;
17 font-family: sans-serif;
18 font-style: normal;
19 font-weight: bold;
20 font-size: 130%;
21}
22
23H3, div.h5, .newsdate {
24 text-decoration: none;
25 font-family: sans-serif;
26 font-style: normal;
27 font-weight: bold;
28 font-size: 110%;
29}
30
31BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT
32{
33 text-decoration: none;
34 font-family: sans-serif;
35 font-style: normal;
36 font-size: 13px;
37}
38
39LI {
40 margin-top: 3px;
41}
42
43P.ind {
44 margin-left: 3em;
45}
46
47A {
48 text-decoration: underline;
49}
50
51pre {
52 overflow: auto;
53}
54
55.bgbox {
56 border-left: 1px;
57 border-color: #000000;
58}
59
60.menulink {
61 color: #f0f0f0;
62 line-height: 140%;
63}
64
65.menutext {
66 color: #f0f0f0;
67 font-size: 7pt;
68}
69
70td.building {
71 text-align: center;
72 background-color: #d6d6f5
73}
74
75.buildok {
76 background-color: #00ff00;
77}
78
79.buildwarn {
80 background-color: #ffff00;
81}
82
83.buildfail {
84 background-color: #ff8080;
85}
86
87.gccwarn {
88 background-color: #ffff00;
89}
90
91.gccerror {
92 background-color: #ff8080;
93}
94
95.faqq {
96 font-weight: bold;
97 font-size: 110%;
98}
99
100.faqa {
101 margin-left: 2em;
102}
103
104PRE {
105 font-size: 9pt;
106}
107
108
109.rockbox, .changetable, .bugs, .requests, .patches, .dailymod, .buildstatus, .archive, .buttontable, .changesummary, .tools
110{
111 border: outset 2px #ffffff;
112}
113
114.listtable tr {
115 vertical-align: top;
116}
117
118.filechange {
119 background-color: #c6d6f5;
120 font-weight: bold;
121 padding: 4px;
122}
123
124.buildstatus th
125{
126 vertical-align: top;
127}
128
129.rockbox td, .changetable td, .bugs td, .requests td, .patches td, .archive td, .buttontable td, .tools td
130{
131 background-color: #c6d6f5;
132 padding: 4px;
133}
134
135.fixed td {
136 background-color: #aae8aa;
137 padding: 4px;
138}
139
140.bad td {
141 background-color: #f0c0c0;
142}
143
144.feature {
145 font-weight: bold;
146}
147
148td.fgood {
149 background-color: #aae8aa;
150}
151
152td.fbad {
153 background-color: #f0a0a0;
154}
155
156td.toolscat {
157 background-color: #b6c6e5;
158}
159
160.vc_diff_nochange {
161 background-color: #ffffff;
162}
163
164.vc_navheader {
165 background-color: #7897cb;
166}
167
168.vc_diff_chunk_header {
169 background-color: #90afe3;
170}
171
172.twikiDiffLineNumberHeader {
173 background-color: #d6e6f5;
174}
175
176.twikiDiffChangedHeader {
177 background-color: #d0ffd0;
178}
179
180.twikiDiffDeletedMarker {
181 background-color: #e81412;
182}
183
184.twikiDiffAddedMarker {
185 background-color: #25e914;
186}
187
188.twikiDiffUnchangedText {
189 background-color: #b6c6e5;
190}
191
192.twikibar {
193 border: 2px outset white;
194}
195
196.bstamp {
197 text-decoration: none;
198}
199
200.bstamp:hover {
201 text-decoration: underline;
202}
203
204.blink {
205 text-decoration: none;
206}
207
208.blink:hover {
209 text-decoration: underline;
210}
211
212.devcon {
213 color: #ff0;
214 font-weight: bold;
215 font-size: 10px;
216} \ No newline at end of file