Huge patchset (I don't recall all details):
[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 .admin_reset, .guest_reset, .member_reset {
55         border-style: groove;
56         border: solid 1px #880000;
57         color: #880000;
58         cursor: pointer;
59 }
60
61 .admin_submit, .guest_submit, .member_submit {
62         color: #880000;
63         border-color: #880000;
64         cursor: pointer;
65 }
66
67 .admin_submit_reject {
68         border-style: groove;
69         color: #880000;
70         border-color: #880000;
71         cursor: pointer;
72 }
73
74 .runtime_fatal, .runtime_fatalcontent {
75         color: #880000;
76         background-color: #ffffcc;
77 }
78
79 .runtime_fatal {
80         color: #880000;
81 }
82
83 .runtime_fatalcontent {
84         text-align: left;
85         font-size: 12px;
86 }
87
88 .admin {
89         color: #880000;
90         background-color: #ffffcc;
91 }
92
93 .admin_note {
94         color: #880000;
95         font-size: 12px;
96 }
97
98 DIV.admin_note {
99         padding-top: 10px;
100         padding-right: 10px;
101         padding-left: 10px;
102 }
103
104 .admin_fatal {
105         color: #880000;
106         font-size: 18px;
107 }
108
109 .admin_edit, .member_confirm {
110         background-color: #ffffcc;
111 }
112
113 .member_banner {
114         background-color: #ffffcc;
115         width: 488px;
116 }
117
118 .admin_error {
119         background-color: #ffffcc;
120         color: #880000;
121         font-size: 10px;
122 }
123
124 .admin_select, .guest_select, .member_select {
125         border: solid 1px #880000;
126         background-color: #ddddaa;
127 }
128
129 .admin_register, .admin_desc_header, .admin_done, .admin_title, .admin_message {
130         background-color: #ddddaa;
131         color: #880000;
132         text-align: center;
133 }
134
135 .member_done, .guest_done, .admin_misc, .member_misc, .admin_done2, .admin_green, .admin_no {
136         color: #880000;
137 }
138
139 .member_misc {
140         background-color: #ffffcc;
141 }
142
143 .admin_welcome {
144         background-color: #ddddaa;
145         color: #880000;
146         vertical-align: middle;
147         font-size: 18px;
148         height: 50px;
149 }
150
151 .admin_menu {
152         background-color: #ddddaa;
153         color: #880000;
154         width: 230px;
155         height: 25px;
156 }
157
158 .admin_logout {
159         background-color: #ccccaa;
160         color: #880000;
161 }
162
163 a.admin_logout {
164         display: block;
165 }
166
167 .admin_logout:hover {
168         background-color: #aaaa88;
169         color: #aa0000;
170 }
171
172 .admin_desc_cont {
173         text-align: left;
174         background-color: #ffffcc;
175 }
176
177 .admin_table, .member_table {
178         background-color: #ffffcc;
179         width: 660px;
180         margin: 5px;
181 }
182
183 .admin_warning_table {
184         background-color: #ff8888;
185         width: 660px;
186         margin: 5px;
187 }
188
189 .admin_editmenu {
190         min-width: 500px;
191         max-width: 90%;
192 }
193
194 .admin_form_header {
195         text-align: center;
196         height: 36px;
197         background-color: #ddddaa;
198         color: #880000;
199 }
200
201 .member_header {
202         text-align: center;
203         height: 28px;
204         background-color: #ddddaa;
205 }
206
207 .admin_failed, .guest_failed, .member_failed, .member_note {
208         color: #880000;
209 }
210
211 .member_note_bg {
212         background-color: #ffffcc;
213 }
214
215 .member_data {
216         background-color: #ffffcc;
217         color: #880000;
218         height: 20px;
219 }
220
221 .admin_snote {
222         font-size: 12px;
223 }
224
225 .admin_normal, .guest_normal, .member_normal {
226         border-style: solid;
227         border: solid 1px #880000;
228         background-color: #ddddaa;
229 }
230
231 .member_stats {
232         vertical-align: top;
233         font-weight: bold;
234         height: 23px;
235         font-size: 16px;
236         border-style: none;
237         border: 0px;
238         background: #ffffcc;
239         color: #880000;
240         margin-top: -4px;
241         margin-bottom: 1px;
242         cursor: default;
243 }
244
245 .normal {
246         border-style: groove;
247 }
248
249 .member_main {
250         background-color: #ffffcc;
251 }
252
253 .guest_title, .member_title {
254         text-align: center;
255         color: #880000;
256         vertical-align: middle;
257         background-color: #ddddaa;
258         height: 60px;
259 }
260
261 .guest_login_header {
262         color: #880000;
263         vertical-align: middle;
264         background-color: #ddddaa;
265 }
266
267 .guest_menu, .member_menu {
268         width: 220px;
269         background-color: #ffffcc;
270         vertical-align: top;
271 }
272
273 .guest_menu_title, .member_menu_title {
274         background-color: #ddddaa;
275         color: #880000;
276         height: 25px;
277         width: 200px;
278         border: 1px solid #880000;
279 }
280
281 .guest_menu_row, .guest_menu_bottom, .member_menu_row, .member_menu_bottom
282         {
283         border: 1px solid #880000;
284         border-top: 0px;
285         background-color: #ffffcc;
286         height: 22px;
287         text-align: left;
288 }
289
290 .guest_menu_seperator, .member_menu_seperator {
291         height: 15px;
292 }
293
294 .guest_content, .member_content {
295         background-color: #ffffcc;
296         width: 99%;
297         padding-left: 2px;
298         padding-right: 2px;
299         margin-left: 5px;
300         margin-right: 5px;
301 }
302
303 .guest_advert, .guest_login, .member_advert, .member_login {
304         background-color: #ffffcc;
305         vertical-align: top;
306         margin-top: 10px;
307 }
308
309 #master {
310         width: 100%;
311         height: 100%;
312         min-height: 90%;
313         max-height: 100%;
314         vertical-align: top;
315 }
316
317 .masterbox {
318         text-align: center;
319 }
320
321 li.copyright_lines {
322         display:inline;
323 }
324
325 span.copyright_lines {
326         vertical-align: bottom;
327         font-size: 10px;
328         width: 380px;
329         vertical-align: middle;
330         background-color: #ffffcc;
331         height: 26px;
332         display: inline-block;
333         padding-top: 7px;
334         padding-bottom: 7px;
335 }
336
337 ul.copyright_box {
338         text-align: center;
339         width: 760px;
340         list-style: none inside;
341         padding-left:0px;
342         margin-bottom: 5px;
343 }
344
345 .dashed {
346         border: solid 1px #880000;
347 }
348
349 .switch_sw1, .switch_mem1 {
350         background-color: #ffffcc;
351 }
352
353 .switch_sw2, .switch_mem2 {
354         background-color: #ffffcc;
355 }
356
357 .mediadata {
358         background-color: #ffffcc;
359 }
360
361 .media_header, {
362         background-color: #ddddaa;
363         text-align: center;
364         color: #880000;
365         height: 26px;
366         font-weight: bold;
367         font-size: 20px;
368 }
369
370 .media_left {
371         font-size: 14px;
372         width: 200px;
373 }
374
375 .media_right {
376         color: #880000;
377         font-weight: bold;
378         font-size: 14px;
379         width: 70px;
380 }
381
382 .admin_sep_footer {
383         background-color: #ddddaa;
384         font-size: 1px;
385 }
386
387 .admin_sep_footer2 {
388         background-color: #ddddaa;
389         font-size: 1px;
390 }
391
392 .admin_footer, .member_refbanner, .member_update, .admin_del_link {
393         background-color: #ddddaa;
394 }
395
396 .member_footer {
397         height: 30px;
398         background-color: #ddddaa;
399 }
400
401 .admin_footer {
402         text-align: center;
403         height: 30px;
404         padding-left: 5px;
405         padding-right: 5px;
406 }
407
408 .admin_task_header {
409         background-color: #ddddaa;
410         color: #880000;
411         vertical-align: middle;
412         font-size: 18px;
413         height: 35px;
414 }
415
416 .seperator {
417         font-size: 1px
418 }
419
420 .tab1 {
421         text-align: center
422 }
423
424 .admin_delete, .admin_yes {
425         border-style: groove;
426         border: solid 1px #880000;
427         background-color: #880000;
428         color: #ffffcc;
429         cursor: pointer;
430 }
431
432 .guest_stats {
433         background-color: #ffffcc;
434         width: 460px;
435 }
436
437 .guest_stats_title {
438         color: #880000;
439         vertical-align: middle;
440         background-color: #ddddaa;
441         height: 30px;
442 }
443
444 .guest_stats_l {
445         width: 344px;
446         text-align: right;
447 }
448
449 .guest_stats_m {
450         width: 2px;
451 }
452
453 .guest_stats_r, .guest_stats_lr, .guest_stats_rr {
454         color: #880000;
455         width: 28px;
456         font-weight: bold;
457         text-align: center;
458 }
459
460 .guest_stats_ll, .guest_stats_rl {
461         width: 192px;
462         text-align: right;
463 }
464
465 .guest_stats_footer {
466         color: #880000;
467         vertical-align: middle;
468         background-color: #ddddaa;
469         height: 20px;
470 }
471
472 .task_pre {
473         font-weight: bold;
474         margin-left: 0px;
475         margin-right: 0px;
476         margin-top: 10px;
477         margin-bottom: 10px;
478 }
479
480 .guest_content_align, .member_content_align, .admin_content_align {
481         text-align: center;
482         vertical-align: top;
483 }
484
485 .list_categories, .admin_action_header, .admin_main, .admin_menu_main, .admin_menu_sub {
486         text-align: left;
487         width: 100%;
488 }
489
490 .member_unconfirmed {
491         background-color: #ffffcc;
492         width: 100%;
493         text-align: center;
494 }
495
496 .you_are_here {
497         white-space: nowrap;
498         font-size: 14px;
499         text-align: left;
500 }
501
502 .tiny {
503         font-size: 10px;
504 }
505
506 .medium {
507         font-size: 14px;
508 }
509
510 .big {
511         font-size: 20px;
512 }
513
514 .top, .top2 {
515         border-top: 1px solid #880000;
516 }
517
518 .bottom, .bottom2 {
519         border-bottom: 1px solid #880000;
520 }
521
522 .left, .left2 {
523         border-left: 1px solid #880000;
524 }
525
526 .right, .right2 {
527         border-right: 1px solid #880000;
528 }
529
530 .nobr {
531         white-space: nowrap;
532 }
533
534 .guest_table {
535         background-color: #ffffcc;
536 }
537
538 .main {
539         height: 99%;
540         vertical-align: top;
541 }
542
543 .footer {
544         height: 1%;
545         vertical-align: bottom;
546 }
547
548 .menu_blur {
549         display: block;
550 }
551
552 .menu_blur:hover {
553         background-color: #ddddaa;
554 }
555
556 .guest_footer {
557         height: 30px;
558         background-color: #ddddaa;
559 }
560
561 .admin_alpha {
562         text-align: center;
563         height: 40px;
564         vertical-align: middle;
565 }
566
567 .admin_sortlinks {
568         text-align: center;
569         height: 20px;
570         vertical-align: middle;
571 }
572
573 .disabled {
574         border-style: groove;
575         background-color: #aaaaaa;
576         color: #ffffcc;
577 }
578
579 .mini_select {
580         border: solid 1px #880000;
581         background-color: #ddddaa;
582         font-size: 10px;
583 }
584
585 .theme_box {
586         border: 1px solid #880000;
587         border-top: 0px;
588         width: 100%;
589         height: 70px;
590         background-color: #ffffcc;
591 }
592
593 .theme_note {
594         font-size: 12px;
595         font-weight: bold;
596 }
597
598 .theme_content {
599         color: #880000;
600 }
601
602 .agb_box {
603         text-align: left;
604 }
605
606 .agb_title, .fatal_title {
607         font-size: 16px;
608         text-align: center;
609         height: 40px;
610         font-weight: bold;
611 }
612
613 .para {
614         text-indent: 8px;
615         text-align: left;
616         margin-left: 5px;
617         margin-right: 5px;
618         margin-bottom: 12px;
619 }
620
621 .fatal_box {
622         text-align: center;
623         width: 100%;
624         margin-top: 10px;
625 }
626
627 .admin_message {
628         margin-bottom: 15px;
629 }
630
631 ul.show_timings_block {
632         border: solid 1px #880000;
633         background-color: #ddddaa;
634         font-size: 10px;
635         width: 565px;
636         height: 20px;
637         list-style: none inside;
638 }
639
640 .show_timings_column {
641         background-color: #ffffcc;
642         margin-top: 2px;
643         width: 130px;
644         border: solid 1px #880000;
645         height: 14px;
646 }
647
648 span.show_timings_column {
649         display: inline-block;
650 }
651
652 li.show_timings_column {
653         display: inline;
654 }
655
656
657 span.show_timings_data {
658         font-weight: bold;
659 }
660
661 .login_failure_header {
662         text-align: center;
663         background-color: #ddddaa;
664         font-weight: bold;
665 }
666
667 .login_failures {
668         text-align: center;
669         width: 400px;
670 }
671
672 .skyscraper {
673         width: 122px;
674         height: 602px;
675         border: 1px solid #880000;
676         margin: 0px;
677         padding: 0px;
678         padding-top: 1px;
679 }
680
681 ul.admin_menu_main,ul.admin_menu_sub {
682         list-style: none inside;
683 }
684
685 .pre {
686         display                         : block;
687 }
688
689 td {
690         padding-left: 2px;
691         padding-right: 2px;
692         padding-top: 2px;
693         padding-bottom: 2px;
694 }