c74c0d47188b10f2653cb1d102874f8a6409c353
[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
8         margin                  : 0px;
9         margin-left             : 0px;
10         margin-right            : 0px;
11         margin-top              : 0px;
12         margin-bottom           : 0px;
13 }
14
15 table {
16         table-layout            : auto;
17         border-spacing          : 0px;
18         overflow                        : auto;
19 }
20
21 A {
22         font-style              : normal;
23         text-decoration : none;
24 }
25
26 A:link {
27         color                   : #880000;
28 }
29
30 A:visited {
31         color                   : #880000;
32 }
33
34 A:active {
35         color                   : #880000;
36         background-color        : transparent;
37 }
38
39 A:hover {
40         background-color        : transparent;
41 }
42
43 input, textarea, select, option {
44         color                           : #880000;
45         background-color        : #FFFFCC;
46         border                          : 1px solid #880000;
47         text-decoration         : none;
48 }
49
50 ul, ol {
51         margin-top              : 0px;
52         margin-bottom           : 0px;
53 }
54
55 .admin_reset, .guest_reset, .member_reset {
56         border-style            : groove;
57         border                          : solid 1px #880000;
58         color                           : #880000;
59         cursor                          : pointer;
60 }
61
62 .admin_submit, .guest_submit, .member_submit {
63         color                           : #880000;
64         border-color            : #880000;
65         cursor                          : pointer;
66 }
67
68 .admin_submit_reject {
69         border-style            : groove;
70         color                           : #880000;
71         border-color            : #880000;
72         cursor                          : pointer;
73 }
74
75 .runtime_fatal, .runtime_fatalcontent {
76         color                           : #880000;
77         background-color        : #FFFFCC;
78 }
79
80 .runtime_fatal {
81         color                           : #880000;
82 }
83
84 .runtime_fatalcontent {
85         text-align                      : left;
86         font-size                       : 12px;
87 }
88
89 .admin {
90         color                           : #880000;
91         background-color        : #FFFFCC;
92 }
93
94 .admin_note {
95         color                           : #880000;
96         font-size                       : 12px;
97 }
98
99 DIV.admin_note {
100         padding-top                     : 10px;
101         padding-right           : 10px;
102         padding-left            : 10px;
103 }
104
105 .admin_fatal {
106         color                           : #880000;
107         font-size                       : 18px;
108 }
109
110 .admin_edit, .member_confirm {
111         background-color        : #FFFFCC;
112 }
113
114 .member_banner {
115         background-color        : #FFFFCC;
116         width                           : 488px;
117 }
118
119 .admin_error {
120         background-color        : #FFFFCC;
121         color                   : #880000;
122         font-size                       : 10px;
123 }
124
125 .admin_select, .guest_select, .member_select {
126         border                          : solid 1px #880000;
127         background-color        : #DDDDAA;
128 }
129
130 .admin_register, .admin_desc_header, .admin_done, .admin_title, .member_title2, .guest_title2, .admin_message {
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         border                  : 1px solid #880000;
288         border-top              : 0px;
289         background-color        : #FFFFCC;
290         height                  : 22px;
291         text-align              : left;
292 }
293
294 .guest_menu_seperator, .member_menu_seperator {
295         height                  : 15px;
296 }
297
298 .guest_content, .member_content {
299         background-color        : #FFFFCC;
300         width                   : 99%;
301         padding-left            : 2px;
302         padding-right           : 2px;
303         margin-left             : 5px;
304         margin-right            : 5px;
305 }
306
307 .guest_advert, .guest_login, .member_advert, .member_login {
308         background-color        : #FFFFCC;
309         vertical-align          : top;
310         margin-top              : 10px;
311 }
312
313 #master {
314         width                           : 100%;
315         height                          : 100%;
316         min-height                      : 90%;
317         max-height                      : 100%;
318         vertical-align          : top;
319 }
320
321 .masterbox {
322         text-align                      : center;
323 }
324
325 .footer_lines {
326         vertical-align          : bottom;
327         font-size                       : 10px;
328         width                           : 380px;
329         vertical-align          : middle;
330         background-color        : #FFFFCC;
331         height                          : 40px;
332 }
333
334 .footer_box {
335         text-align                      : center;
336         width                           : 760px;
337 }
338
339 .dashed {
340         border                          : solid 1px #880000;
341 }
342
343 .switch_sw1, .switch_mem1 {
344         background-color        : #FFFFCC;
345 }
346
347 .switch_sw2, .switch_mem2 {
348         background-color        : #FFFFCC;
349 }
350
351 .impressum {
352         font-size                       : 12px;
353         width                           : 320px;
354         vertical-align          : middle;
355         background-color        : #FFFFCC;
356         height                          : 70px;
357 }
358
359 .mediadata {
360         background-color        : #FFFFCC;
361 }
362
363 .media_header, .impressum_header {
364         background-color        : #DDDDAA;
365         text-align                      : center;
366         color                           : #880000;
367         height                          : 26px;
368         font-weight                     : bold;
369         font-size                       : 20px;
370 }
371
372 .media_left {
373         font-size                       : 14px;
374         width                           : 200px;
375 }
376
377 .media_right {
378         color                   : #880000;
379         font-weight             : bold;
380         font-size                       : 14px;
381         width                   : 70px;
382 }
383
384 .admin_sep_footer {
385         background-color        : #DDDDAA;
386         font-size           : 1px;
387 }
388
389 .admin_sep_footer2 {
390         background-color        : #DDDDAA;
391         font-size           : 1px;
392 }
393
394 .admin_footer, .member_refbanner, .member_update, .admin_del_link {
395         background-color        : #DDDDAA;
396 }
397
398 .member_footer {
399         height                  : 30px;
400         background-color        : #DDDDAA;
401 }
402
403 .admin_footer {
404         text-align              : center;
405         height                  : 30px
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 .impressum_body {
481         background-color        : #FFFFCC;
482 }
483
484 .guest_content_align, .member_content_align, .admin_content_align {
485         text-align              : center;
486         vertical-align          : top;
487 }
488
489 .member_mailidtop {
490         background-color        : #FFFFCC;
491         width                   : 100%;
492         height                  : 100%;
493 }
494
495 .list_categories, .admin_action_header, .admin_main, .admin_menu_main, .admin_menu_sub {
496         text-align              : left;
497         width                   : 100%;
498 }
499
500 .member_unconfirmed {
501         background-color        : #FFFFCC;
502         width                   : 100%;
503         text-align              : center;
504 }
505
506 .you_are_here {
507         white-space             : nowrap;
508         font-size                       : 14px;
509         text-align              : left;
510 }
511
512 .tiny   { font-size             : 12px; }
513 .medium { font-size             : 14px; }
514 .big    { font-size             : 20px; }
515
516 .top    { border-top    : 1px solid #880000; }
517 .bottom { border-bottom : 1px solid #880000; }
518 .left   { border-left   : 1px solid #880000; }
519 .right  { border-right  : 1px solid #880000; }
520
521 .top2    { border-top   : 1px solid #880000; }
522 .bottom2 { border-bottom        : 1px solid #880000; }
523 .left2   { border-left  : 1px solid #880000; }
524 .right2  { border-right : 1px solid #880000; }
525
526 .nobr {
527         white-space             : nowrap;
528 }
529
530 .guest_table {
531         background-color    : #FFFFCC;
532 }
533
534 .main {
535         height                  : 99%;
536         vertical-align  : top;
537 }
538
539 .footer {
540         height                          : 1%;
541         vertical-align          : bottom;
542 }
543
544 .menu_blur {
545         display                 : block;
546 }
547
548 .menu_blur:hover {
549         background-color        : #DDDDAA;
550 }
551
552 .guest_footer {
553         height              : 30px;
554         background-color    : #DDDDAA;
555 }
556
557 .admin_alpha {
558         text-align      : center;
559         height          : 40px;
560         vertical-align  : middle;
561 }
562
563 .admin_sortlinks {
564         text-align      : center;
565         height          : 20px;
566         vertical-align  : middle;
567 }
568
569 .disabled {
570         border-style            : groove;
571         background-color        : #AAAAAA;
572         color                           : #FFFFCC;
573 }
574
575 .mini_select {
576         border              : solid 1px #880000;
577         background-color    : #DDDDAA;
578         font-size           : 10px;
579 }
580
581 .theme_box {
582         border              : 1px solid #880000;
583         border-top          : 0px;
584         width               : 100%;
585         height              : 70px;
586         background-color    : #FFFFCC;
587 }
588
589 .theme_note {
590         font-size           : 12px;
591         font-weight         : bold;
592 }
593
594 .theme_content {
595         color               : #880000;
596 }
597
598 .admin_title2 {
599         font-weight             : bold;
600         padding                 : 4px;
601         background-color        : #DDDDAA;
602         color                   : #880000;
603         text-align              : center;
604         font-size                       : 14px;
605 }
606
607 .agb_box {
608         text-align      : left;
609 }
610
611 .agb_title, .fatal_title {
612         font-size               : 16px;
613         text-align      : center;
614         height          : 40px;
615         font-weight     : bold;
616 }
617
618 .agb_para  {
619         text-indent     : 8px;
620         text-align      : left;
621         margin-left     : 5px;
622         margin-right    : 5px;
623         margin-bottom   : 12px;
624 }
625
626 .fatal_box {
627         text-align      : center;
628         width           : 100%;
629         margin-top      : 10px;
630 }
631
632 .admin_message {
633         margin-bottom   : 15px;
634 }
635
636 #show_timings_block {
637         float                           : left;
638         border                          : solid 1px #880000;
639         background-color        : #DDDDAA;
640         font-size                       : 10px;
641         vertical-align          : middle;
642         width                           : 465px;
643         height                          : 20px;
644 }
645
646 .show_timings_column {
647         background-color        : #FFFFCC;
648         margin-top                      : 2px;
649         width                           : 150px;
650         border                          : solid 1px #880000;
651         height                          : 14px;
652 }
653
654 .show_timings_data {
655         font-weight                     : bold;
656 }
657
658 .login_failure_header {
659         text-align                      : center;
660         background-color        : #DDDDAA;
661         font-weight                     : bold;
662 }
663
664 .login_failures {
665         text-align                      : center;
666         width                           : 400px;
667 }
668
669 .member_skyscraper, .guest_skyscraper {
670         width                           : 122px;
671         height                          : 602px;
672         border                          : 1px solid #880000;
673         margin                          : 0px;
674         padding                         : 0px;
675         padding-top                     : 1px;
676 }