Ticket #716: white.css

File white.css, 6.2 KB (added by Simek, 16 years ago)
Line 
1/*   General   */
2
3a, a:link, a:visited, a:active {
4    color: #0069A1; 
5    text-decoration: none;
6}
7
8a:hover {
9    color: #E8AE00;
10    text-decoration: underline;
11}
12
13body {
14    background-image: url("http://img229.imageshack.us/img229/7558/lolnc2.png");
15    background-repeat: repeat-x;
16    background-color: white;
17    font-family: Verdana, Arial, Sans Serif;
18    font-size: 12px;
19    margin: 5px 10px;
20    color: black;
21}
22
23h1, h2 {
24    font-size: x-large;
25    font-weight: normal;
26}
27
28h1 {
29        color: #203C66;
30    margin: 10px;
31}
32
33h2, h3, h4 { color: black; }
34
35h3, h4 { font-weight: bold; }
36
37hr {
38    size: 0px;
39    border-top: 2px solid #e8e8e8;
40    margin: 8px 2px;
41}
42
43table {
44    border: 2px solid #e8e8e8;
45    padding: 5px;
46        margin: 2px 2px 6px 2px;
47        -moz-border-radius: 6px;
48        background-color: white;
49}
50
51ul { list-style-type: circle; }
52
53th {
54    background-color: #c0c0c0;
55    font-weight: bold;
56        -moz-border-radius: 6px;
57        border: 0px;
58}
59
60td {
61    border: 0px;
62    vertical-align: top;
63    padding: 5px;
64}
65
66td.bordered {
67    border: 1px solid gray;
68}
69
70td.shaded {
71    background-color: #f0f0f0;
72        padding: 4px 8px;
73        -moz-border-radius: 10px;
74}
75
76td.indent { border-left: 4px solid white; }
77
78td.heading, td.heading2 {
79    font-weight: bold;
80        margin: 4px 0px;
81        -moz-border-radius: 6px;
82}
83
84td.heading { background-color: #d8d8d8; }
85
86td.heading2 { background-color: #cfd0ff; }
87
88td.fieldname {
89    background-color: #eeeeee;
90    text-align: right;
91    padding-right: 10px;
92    vertical-align: middle;
93        margin: 2px 0px;
94        -moz-border-radius: 10px;
95}
96
97td.fieldvalue {
98        margin: 2px 0px;
99    vertical-align: middle;
100}
101
102td.fieldname_error {
103    background-color: #ff8888;
104    text-align: right;
105}
106
107td.fieldvalue_error {
108    background-color: #ff8888;
109    font-weight: bold;
110}
111
112td.navbar {
113    border: 0px;
114    text-align: center;
115    vertical-align: middle;
116}
117
118td.friend {
119    background-color: #e8e8e8;
120    text-align: center;
121    vertical-align: middle;
122}
123
124tr.row0 {
125    background-color: #d9d9d9;
126    text-align: left;
127        -moz-border-radius: 6px;
128}
129
130tr.row1 {
131    background-color: #eeeeee;
132    text-align: left;
133        -moz-border-radius: 6px;
134}
135
136tr.row_hd0 { background-color: rgb(207,250,207); }
137
138tr.row_hd1 { background-color: rgb(222,250,222); }
139
140tr.message { background-color: #e0e0e0; }
141
142input, select, textarea{
143    border: 1px solid #d8d8d8;
144        background color: #eeeeee;
145        -moz-border-radius: 5px;
146    padding: 2px;
147}
148
149input[type="button"], input[type="submit"], input.btn {
150    padding: 2px 8px;
151    color: #203C66;
152        font-weight: bold;
153}
154
155img { border: 0px; }
156
157img.userimg { border: 0px; }
158
159/*   Main Page   */
160
161#news {
162    background-color: #dff0ff;
163        border: 2px solid lightblue;
164        padding: 10px;
165        margin: 4px;
166    -moz-border-radius: 10px;
167}
168
169#news h2, #uotd h2, #mainnav h2 {
170    margin-top: 0px;
171    font-size: 1.2em;
172    font-weight: bold;
173}
174
175#news h3 {
176    color: #666666;
177    font-size: 1em;
178    margin-bottom: 2px;
179}
180
181#news p {
182    margin-top: 0px;
183}
184
185#uotd {
186    background-color: #eeeeee;
187        padding: 10px;
188        margin: 4px;
189    -moz-border-radius: 10px;
190}
191
192/*   Forum   */
193
194td.category , tr.subtitle{
195    background-color: #dddddd;
196    -moz-border-radius: 6px;
197        border: 0px;
198    margin: 6px 0px;
199}
200
201th.heading {
202    font-weight: bold;
203        margin: 4px 2px;
204}
205
206td.postheader { 
207    background-color: rgb(220,210,210);
208    border-bottom: 1px solid rgb(190,190,200);
209    border-left: none;
210    border-right: none;
211        border-top: none;
212        margin-left: 4px;
213    -moz-border-radius: 10px 10px 0px 0px;
214}
215
216td.postbody { 
217    font-size: 9pt;
218    -moz-border-radius: 0px;
219        margin-left: 4px;
220}
221
222td.postfooter {
223    background-color: rgb(220,210,210);
224    border-top: 1px solid rgb(190,190,200);
225    border-left: none;
226    border-right: none;
227        border-bottom: none;
228        margin-left: 4px;
229    -moz-border-radius: 0px 0px 10px 10px;
230}
231
232tr.helpdeskseperator { height: 10pt; }
233
234tr.postseperator {
235    background-color: rgb(200,200,200);
236    border: 1px solid rgb(170,170,170);
237    -moz-border-radius: 6px;
238        margin: 4px 0px;
239}
240
241tr.postseperator td {
242    border: none;
243}
244
245td.threadline { text-align: left; }
246
247.title {
248    font-size: small;
249    font-weight: bold;
250}
251
252.description {
253    font-size: 80%;
254    font-weight: normal;
255}
256
257.authorcol {
258    width: 120px;
259    overflow: hidden;
260}
261
262.cellwrap{
263    width: 100%;
264    overflow: auto;
265}
266
267blockquote.postbody {
268    border-left: 2px solid blue;
269    border-color: blue;
270    background-color: rgb(240,240,255);
271        padding: 0px 0px 0px 5px;
272    margin: 0px 100px 0px 15px;
273    font-style: italic;
274} 
275
276#thread {
277    width: 100%;
278    table-layout: fixed;
279    overflow: overflow;
280    word-wrap: break-word;
281}
282
283td.lastpost { background-color: white; }
284
285.sigdelim {
286    width: 60%;
287    height: 1px;
288    background-color: black;
289    color: black;
290    border: 0;
291    margin-right: 100%;
292}
293
294span.page_title {
295    font-size: 24px;
296    margin: 20px;
297}
298
299span.note {
300    font-weight: normal;
301    font-size: 0.9em;
302    font-style: italic;
303}
304
305span.news_date {
306    color: rgb(100,100,100);
307    font-size: 0.9em;
308}
309
310span.inboxunread {
311    font-weight: bold;
312}
313
314span.highlight {
315    background-color: #ffffcc;
316}
317
318.code {
319    font-family: "Courier New", courier, monospace;
320    display: block;
321    margin-left: 5em;
322    border-left: 3px solid #ccaaaa; 
323    padding-left: 1em;
324    white-space: nowrap;
325    overflow: auto;
326    color: #000000;
327}
328
329.smalltext {
330    font-size: 0.8em;
331}
332
333.error {
334    color: #ff0000;
335    font-weight: bold;
336    font-size: 1.1em;
337}
338
339.notice {
340    color: #009900;
341    font-weight: bold;
342    font-size: 1.1em;
343}
344
345#preview {
346    border: 2px solid #cccccc;
347    background-color: #eeeeee;
348    margin: 1em;
349    padding: 0.2em;
350}
351
352#preview .header {
353    font-weight: bold;
354    font-size: 1.3em;
355    border-bottom: 1px solid #cccccc;
356}
357
358/*   Server Status Page   */
359
360td.running { background-color: #00ff00; }
361
362td.notrunning { background-color: #ff0000; }
363
364td.disabled { background-color: #ff8800; }
365
366/*   IE hack   */
367
368* html body .code {
369    white-space: normal;
370}