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