Typo fixed
[mailer.git] / theme / desert / css / general.css
1 body {
2         background-color: #ffffcc;
3         color: #880000;
4         font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
5         font-size: 12px;
6         letter-spacing: 1px;
7         margin: 0px;
8         margin-left: 0px;
9         margin-right: 0px;
10         margin-top: 0px;
11         margin-bottom: 0px;
12 }
13
14 table {
15         table-layout: auto;
16         border-spacing: 0px;
17         overflow: auto;
18 }
19
20 A {
21         font-style: normal;
22         text-decoration: none;
23 }
24
25 A:link {
26         color: #880000;
27 }
28
29 A:visited {
30         color: #880000;
31 }
32
33 A:active {
34         color: #880000;
35         background-color: transparent;
36 }
37
38 A:hover {
39         background-color: transparent;
40 }
41
42 input,textarea,select,option {
43         color: #880000;
44         background-color: #ffffcc;
45         border: 1px solid #880000;
46         text-decoration: none;
47 }
48
49 ul,ol {
50         margin-top: 0px;
51         margin-bottom: 0px;
52 }
53
54 pre {
55         white-space: pre-wrap;
56         text-align: left;
57         padding: 5px;
58 }
59
60 .form_reset {
61         border: groove 1px #880000;
62         color: #880000;
63         cursor: pointer;
64 }
65
66 .form_submit {
67         color: #880000;
68         border-color: #880000;
69         cursor: pointer;
70 }
71
72 .form_delete {
73         border-style: groove;
74         color: #880000;
75         border-color: #880000;
76         cursor: pointer;
77 }
78
79 .runtime_fatalcontent {
80         color: #880000;
81         background-color: #ffffcc;
82         text-align: left;
83         font-size: 12px;
84 }
85
86 .admin {
87         color: #880000;
88         background-color: #ffffcc;
89 }
90
91 .notice {
92         color: #880000;
93         font-size: 12px;
94 }
95
96 .form_submit {
97         background-color: #ffffcc;
98 }
99
100 .banner {
101         background-color: #ffffcc;
102         width: 488px;
103 }
104
105 .fatal_error {
106         background-color: #ffffcc;
107         color: #880000;
108         font-size: 10px;
109 }
110
111 .form_select {
112         border: solid 1px #880000;
113         background-color: #ddddaa;
114 }
115
116 .description_header, .message {
117         background-color: #ddddaa;
118         color: #880000;
119         text-align: center;
120 }
121
122 .admin_menu {
123         background-color: #ddddaa;
124         color: #880000;
125         width: 230px;
126         height: 25px;
127 }
128
129 .logout_box {
130         background-color: #ccccaa;
131         color: #880000;
132 }
133
134 a.logout_box {
135         display: block;
136 }
137
138 .logout_box:hover {
139         background-color: #aaaa88;
140         color: #aa0000;
141 }
142
143 .description_text {
144         text-align: left;
145         background-color: #ffffcc;
146 }
147
148 .table {
149         background-color: #ffffcc;
150         width: 660px;
151         margin: 5px;
152 }
153
154 .table2 {
155         background-color: #ffffcc;
156         width: 680px;
157         margin: 5px;
158 }
159
160 .table3 {
161         background-color: #ffffcc;
162         width: 630px;
163         margin: 5px;
164 }
165
166 .warning_table {
167         background-color: #ff8888;
168         width: 660px;
169         margin: 5px;
170 }
171
172 .form_submitmenu {
173         min-width: 500px;
174         max-width: 90%;
175 }
176
177 .member_header {
178         text-align: center;
179         color: #880000;
180         vertical-align: middle;
181         background-color: #ddddaa;
182         height: 60px;
183 }
184
185 .member_data {
186         background-color: #ffffcc;
187         color: #880000;
188         height: 20px;
189 }
190
191 .form_field {
192         border: solid 1px #880000;
193         background-color: #ddddaa;
194 }
195
196 .normal {
197         border-style: groove;
198 }
199
200 .member_main {
201         background-color: #ffffcc;
202 }
203
204 .table_header {
205         text-align: center;
206         color: #880000;
207         vertical-align: middle;
208         background-color: #ddddaa;
209         padding-bottom: 5px;
210         padding-top: 5px;
211 }
212
213 .guest_login_header {
214         color: #880000;
215         vertical-align: middle;
216         background-color: #ddddaa;
217 }
218
219 .guest_menu, .member_menu {
220         width: 220px;
221         background-color: #ffffcc;
222         vertical-align: top;
223 }
224
225 .guest_menu_title, .member_menu_title {
226         background-color: #ddddaa;
227         color: #880000;
228         height: 25px;
229         width: 200px;
230         border: 1px solid #880000;
231 }
232
233 .guest_menu_row, .guest_menu_bottom, .member_menu_row, .member_menu_bottom {
234         border: 1px solid #880000;
235         border-top: 0px;
236         background-color: #ffffcc;
237         height: 22px;
238         text-align: left;
239 }
240
241 .guest_menu_separator, .member_menu_separator {
242         height: 15px;
243 }
244
245 .guest_content, .member_content {
246         background-color: #ffffcc;
247         width: 99%;
248         padding-left: 2px;
249         padding-right: 2px;
250         margin-left: 5px;
251         margin-right: 5px;
252 }
253
254 .guest_advert, .guest_login, .member_advert, .member_login {
255         background-color: #ffffcc;
256         vertical-align: top;
257         margin-top: 10px;
258 }
259
260 #master {
261         width: 100%;
262         height: 100%;
263         min-height: 90%;
264         max-height: 100%;
265         vertical-align: top;
266 }
267
268 .masterbox {
269         text-align: center;
270 }
271
272 li.copyright_lines {
273         display:inline;
274 }
275
276 span.copyright_lines {
277         vertical-align: bottom;
278         font-size: 10px;
279         width: 380px;
280         vertical-align: middle;
281         background-color: #ffffcc;
282         height: 38px;
283         display: inline-block;
284         padding-top: 7px;
285         padding-bottom: 7px;
286 }
287
288 ul.copyright_box {
289         text-align: center;
290         width: 760px;
291         list-style: none inside;
292         padding-left:0px;
293         margin-bottom: 5px;
294 }
295
296 .dashed {
297         border: solid 1px #880000;
298 }
299
300 .switch_sw1 {
301         background-color: #ffffcc;
302 }
303
304 .switch_sw2 {
305         background-color: #ffffcc;
306 }
307
308 .mediadata {
309         background-color: #ffffcc;
310 }
311
312 .media_header {
313         background-color: #ddddaa;
314         text-align: center;
315         color: #880000;
316         height: 26px;
317         font-weight: bold;
318         font-size: 20px;
319 }
320
321 .media_left {
322         font-size: 14px;
323         width: 200px;
324 }
325
326 .media_right {
327         color: #880000;
328         font-weight: bold;
329         font-size: 14px;
330         width: 70px;
331 }
332
333 .admin_sep_footer {
334         background-color: #ddddaa;
335         font-size: 1px;
336 }
337
338 .admin_sep_footer2 {
339         background-color: #ddddaa;
340         font-size: 1px;
341 }
342
343 .member_refbanner, .member_update, .admin_delete_link {
344         background-color: #ddddaa;
345 }
346
347 .table_footer {
348         background-color: #ddddaa;
349         text-align: center;
350         padding: 5px;
351 }
352
353 .admin_task_header {
354         background-color: #ddddaa;
355         color: #880000;
356         vertical-align: middle;
357         font-size: 18px;
358         height: 35px;
359 }
360
361 .separator {
362         font-size: 1px
363 }
364
365 .tab1 {
366         text-align: center
367 }
368
369 .form_delete, .form_delete {
370         border: groove 1px #880000;
371         background-color: #880000;
372         color: #ffffcc;
373         cursor: pointer;
374 }
375
376 .guest_stats {
377         background-color: #ffffcc;
378         width: 460px;
379 }
380
381 .guest_stats_l {
382         width: 344px;
383         text-align: right;
384 }
385
386 .guest_stats_m {
387         width: 2px;
388 }
389
390 .guest_stats_r, .guest_stats_lr, .guest_stats_rr {
391         color: #880000;
392         width: 28px;
393         font-weight: bold;
394         text-align: center;
395 }
396
397 .guest_stats_ll, .guest_stats_rl {
398         width: 192px;
399         text-align: right;
400 }
401
402 .guest_content_align, .member_content_align, .admin_content_align {
403         text-align: center;
404         vertical-align: top;
405 }
406
407 .list_categories, .admin_action_header, .admin_menu_main, .admin_menu_sub {
408         text-align: left;
409         width: 100%;
410 }
411
412 .you_are_here {
413         white-space: nowrap;
414         font-size: 14px;
415         text-align: left;
416 }
417
418 .tiny {
419         font-size: 10px;
420 }
421
422 .medium {
423         font-size: 14px;
424 }
425
426 .big {
427         font-size: 20px;
428 }
429
430 .top, .top2 {
431         border-top: 1px solid #880000;
432 }
433
434 .bottom, .bottom2 {
435         border-bottom: 1px solid #880000;
436 }
437
438 .left, .left2 {
439         border-left: 1px solid #880000;
440 }
441
442 .right, .right2 {
443         border-right: 1px solid #880000;
444 }
445
446 .nobr {
447         white-space: nowrap;
448 }
449
450 .main {
451         height: 99%;
452         vertical-align: top;
453 }
454
455 .footer {
456         height: 1%;
457         vertical-align: bottom;
458 }
459
460 .menu_blur {
461         display: block;
462 }
463
464 .menu_blur:hover {
465         background-color: #ddddaa;
466 }
467
468 .admin_alpha {
469         text-align: center;
470         height: 40px;
471         vertical-align: middle;
472 }
473
474 .admin_sortlinks {
475         text-align: center;
476         height: 20px;
477         vertical-align: middle;
478 }
479
480 .disabled {
481         border-style: groove;
482         background-color: #aaaaaa;
483         color: #ffffcc;
484 }
485
486 .mini_select {
487         border: solid 1px #880000;
488         background-color: #ddddaa;
489         font-size: 10px;
490 }
491
492 .theme_box {
493         border: 1px solid #880000;
494         border-top: 0px;
495         width: 100%;
496         height: 70px;
497         background-color: #ffffcc;
498 }
499
500 .theme_note {
501         font-size: 12px;
502         font-weight: bold;
503 }
504
505 .theme_content {
506         color: #880000;
507 }
508
509 .para {
510         text-indent: 8px;
511         text-align: left;
512         margin-left: 5px;
513         margin-right: 5px;
514         margin-bottom: 12px;
515 }
516
517 .message {
518         margin-bottom: 15px;
519 }
520
521 ul.show_timings_block {
522         border: solid 1px #880000;
523         background-color: #ddddaa;
524         font-size: 10px;
525         width: 645px;
526         height: 20px;
527         list-style: none inside;
528 }
529
530 .show_timings_column {
531         background-color: #ffffcc;
532         margin-top: 2px;
533         width: 150px;
534         border: solid 1px #880000;
535         height: 14px;
536 }
537
538 span.show_timings_column {
539         display: inline-block;
540 }
541
542 li.show_timings_column {
543         display: inline;
544 }
545
546
547 span.show_timings_data {
548         font-weight: bold;
549 }
550
551 .login_failure_header {
552         text-align: center;
553         background-color: #ddddaa;
554         font-weight: bold;
555 }
556
557 .login_failures {
558         text-align: center;
559         width: 400px;
560 }
561
562 .skyscraper {
563         width: 122px;
564         height: 602px;
565         border: 1px solid #880000;
566         margin: 0px;
567         padding: 0px;
568         padding-top: 1px;
569 }
570
571 ul.admin_menu_main,ul.admin_menu_sub {
572         list-style: none inside;
573 }
574
575 td {
576         padding-left: 2px;
577         padding-right: 2px;
578         padding-top: 2px;
579         padding-bottom: 2px;
580 }
581
582 div.menu_invisible, div.sub_menu_invisible, td.menu_invisible, td.sub_menu_invisible {
583         background-color: #dddddd;
584         font-style: italic;
585 }
586
587 strong.menu_invisible, strong.sub_menu_invisible {
588         color: #999999;
589         font-style: italic;
590 }
591
592 .menu_locked, .sub_menu_locked {
593         color: #ffeeee;
594 }
595
596 .rank_1 {
597         font-weight: bold;
598         font-size: 22px;
599 }
600
601 .rank_2 {
602         font-weight: bold;
603         font-size: 18px;
604 }
605
606 .rank_3 {
607         font-weight: bold;
608 }
609
610 ul.listing {
611         text-align: left;
612         margin-top: 5px;
613         margin-left: 5px;
614         margin-right: 5px;
615         padding-left: 5px;
616         list-style-type: none;
617 }
618
619 ol.listing {
620         text-align: left;
621         padding-top: 5px;
622         padding-bottom: 5px;
623         padding-left: 0px;
624         margin-left: 25px;
625 }
626
627 li.listing {
628         padding-bottom: 5px;
629 }
630
631 bad {
632         color: #aa0000;
633         font-style: italic;
634 }
635
636 good {
637         color: #00aa00;
638 }