00a36a5ce7848cb68409742db70ce8dbdd7b4e7a
[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         font-family             : Verdana, Arial, Geneva, Helvetica, sans-serif;
24         text-decoration : none;
25 }
26
27 A:link {
28         color                   : #880000;
29 }
30
31 A:visited {
32         color                   : #880000;
33 }
34
35 A:active {
36         color                   : #880000;
37         background-color        : transparent;
38 }
39
40 A:hover {
41         background-color        : transparent;
42 }
43
44 input, textarea, select, option {
45         color                           : #880000;
46         background-color        : #FFFFCC;
47         border                          : 1px solid #880000;
48         text-decoration         : none;
49 }
50
51 ul, ol {
52         margin-top              : 0px;
53         margin-bottom           : 0px;
54 }
55
56 .admin_reset, .guest_reset, .member_reset {
57         border-style            : groove;
58         border                  : solid 1px #880000;
59         color                   : #880000;
60 }
61
62 .admin_submit, .guest_submit, .member_submit {
63         color                   : #880000;
64         border-color            : #880000;
65 }
66
67 .admin_submit_reject {
68         border-style            : groove;
69         color                   : #880000;
70         border-color            : #880000;
71 }
72
73 .runtime_fatal, .runtime_fatalcontent {
74         color                   : #880000;
75         background-color        : #FFFFCC;
76         font-family             : Verdana, Arial, Geneva, Helvetica, sans-serif;
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         font-family             : Verdana, Arial, Geneva, Helvetica, sans-serif;
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;
127         border-color            : #880000;
128         background-color        : #DDDDAA;
129 }
130
131 .admin_register, .admin_desc_header, .admin_done, .admin_title, .member_title2, .guest_title2, .admin_message {
132         background-color        : #DDDDAA;
133         color                   : #880000;
134         text-align              : center;
135 }
136
137 .member_done, .guest_done {
138         color                   : #880000;
139 }
140
141 .member_misc {
142         background-color        : #FFFFCC;
143 }
144
145 .admin_misc, .member_misc {
146         color                   : #880000;
147 }
148
149 .admin_done2 {
150         color                   : #880000;
151 }
152
153 .admin_green, .admin_no {
154         color                   : #880000;
155 }
156
157 .admin_welcome {
158         background-color        : #DDDDAA;
159         color                   : #880000;
160         vertical-align          : middle;
161         font-size                       : 18px;
162         height                  : 50px;
163 }
164
165 .admin_header {
166         background-color        : #DDDDAA;
167 }
168
169 .admin_menu {
170         background-color        : #DDDDAA;
171         color                   : #880000;
172         width                   : 230px;
173 }
174
175 .admin_logout {
176         background-color        : #CCCCAA;
177         color                   : #880000;
178 }
179
180 .admin_desc_cont {
181         text-align              : left;
182         background-color        : #FFFFCC;
183 }
184
185 .admin_table, .member_table {
186         background-color        : #FFFFCC;
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_header_b1 {
222         border-bottom           : 1px solid #880000;
223         background-color        : #DDDDAA;
224         height                  : 22px;
225 }
226
227 .admin_snote {
228         font-size                       : 12px;
229 }
230
231 .admin_normal, .guest_normal, .member_normal {
232         border-style            : solid;
233         border                  : solid 1px;
234         border-color            : #880000;
235         background-color        : #DDDDAA;
236 }
237
238 .member_stats {
239         vertical-align          : top;
240         font-weight             : bold;
241         height                  : 23px;
242         font-size                       : 16px;
243         border-style            : none;
244         border                  : 0px;
245         background          : #FFFFCC;
246         color                   : #880000;
247         margin-top              : -4px;
248         margin-bottom           : 1px;
249         cursor                  : default;
250 }
251
252 .normal {
253         border-style            : groove;
254 }
255
256 .member_main {
257         background-color        : #FFFFCC;
258 }
259
260 .guest_title, .member_title {
261         text-align              : center;
262         color                   : #880000;
263         vertical-align          : middle;
264         background-color        : #DDDDAA;
265         height                  : 60px;
266 }
267
268 .guest_login_header {
269         color                   : #880000;
270         vertical-align          : middle;
271         background-color        : #DDDDAA;
272 }
273
274 .guest_menu, .member_menu {
275         width                   : 220px;
276         background-color        : #FFFFCC;
277         vertical-align          : top;
278 }
279
280 .guest_menu_title, .member_menu_title {
281         background-color        : #DDDDAA;
282         color                   : #880000;
283         height                  : 25px;
284         width                   : 200px;
285         border                  : 1px solid #880000;
286 }
287
288 .guest_menu_row, .guest_menu_bottom, .member_menu_row, .member_menu_bottom {
289         border                  : 1px solid #880000;
290         border-top              : 0px;
291         background-color        : #FFFFCC;
292         height                  : 22px;
293         text-align              : left;
294 }
295
296 .guest_menu_seperator, .member_menu_seperator {
297         height                  : 15px;
298 }
299
300 .guest_content, .member_content {
301         background-color        : #FFFFCC;
302         width                   : 99%;
303         padding-left            : 2px;
304         padding-right           : 2px;
305         margin-left             : 5px;
306         margin-right            : 5px;
307 }
308
309 .guest_advert, .guest_login, .member_advert, .member_login {
310         background-color        : #FFFFCC;
311         vertical-align          : top;
312         margin-top              : 10px;
313 }
314
315 #master {
316         width                   : 100%;
317         height                  : 100%;
318         min-height              : 90%;
319         max-height              : 100%;
320         vertical-align          : top;
321 }
322
323 .masterbox {
324         text-align              : center;
325 }
326
327 .footer_lines {
328         vertical-align      : bottom;
329         font-size           : 10px;
330         width                   : 380px;
331         vertical-align          : middle;
332         background-color        : #FFFFCC;
333         height                  : 40px;
334 }
335
336 .dashed {
337         border                  : solid 1px;
338         border-color            : #880000;
339 }
340
341 .switch_sw1, .switch_mem1 {
342         background-color        : #FFFFCC;
343 }
344
345 .switch_sw2, .switch_mem2 {
346         background-color        : #FFFFCC;
347 }
348
349 .impressum {
350         font-size                       : 12px;
351         width                   : 320px;
352         vertical-align          : middle;
353         background-color        : #FFFFCC;
354         height                  : 70px;
355 }
356
357 .mediadata {
358         background-color        : #FFFFCC;
359 }
360
361 .media_header, .impressum_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         height                  : 30px
403 }
404
405 .admin_task_header {
406         background-color        : #DDDDAA;
407         color                   : #880000;
408         vertical-align          : middle;
409         font-size                       : 18px;
410         height                  : 35px;
411 }
412
413 .seperator {
414         font-size                       : 1px
415 }
416
417 .tab1 {
418         text-align              : center
419 }
420
421 .admin_delete, .admin_yes {
422         border-style            : groove;
423         border                  : solid 1px #880000;
424         background-color        : #880000;
425         color                   : #FFFFCC;
426 }
427
428 .guest_stats {
429         background-color        : #FFFFCC;
430         width                   : 460px;
431 }
432
433 .guest_stats_title {
434         color                   : #880000;
435         vertical-align          : middle;
436         background-color        : #DDDDAA;
437         height                  : 30px;
438 }
439
440 .guest_stats_l {
441         width                   : 344px;
442         text-align              : right;
443 }
444
445 .guest_stats_m {
446         width                   : 2px;
447 }
448
449 .guest_stats_r, .guest_stats_lr, .guest_stats_rr {
450         color                   : #880000;
451         width                   : 28px;
452         font-weight             : bold;
453         text-align              : center;
454 }
455
456 .guest_stats_ll, .guest_stats_rl {
457         width                   : 192px;
458         text-align              : right;
459 }
460
461 .guest_stats_footer {
462         color                   : #880000;
463         vertical-align          : middle;
464         background-color        : #DDDDAA;
465         height                  : 20px;
466 }
467
468 .task_pre {
469         font-weight             : bold;
470         margin-left             : 0px;
471         margin-right            : 0px;
472         margin-top              : 10px;
473         margin-bottom           : 10px;
474 }
475
476 .impressum_body {
477         background-color        : #FFFFCC;
478 }
479
480 .guest_content_align, .member_content_align, .admin_content_align {
481         text-align              : center;
482         vertical-align          : top;
483 }
484
485 .member_mailidtop {
486         background-color        : #FFFFCC;
487         width                   : 100%;
488         height                  : 100%;
489 }
490
491 .list_categories, .admin_action_header, .admin_main, .admin_menu_main, .admin_menu_sub {
492         text-align              : left;
493         width                   : 100%;
494 }
495
496 .member_unconfirmed {
497         background-color        : #FFFFCC;
498         width                   : 100%;
499         text-align              : center;
500 }
501
502 .you_are_here {
503         white-space             : nowrap;
504         font-size                       : 14px;
505         text-align              : left;
506 }
507
508 .tiny   { font-size             : 12px; }
509 .medium { font-size             : 14px; }
510 .big    { font-size             : 20px; }
511
512 .top    { border-top    : 1px solid #880000; }
513 .bottom { border-bottom : 1px solid #880000; }
514 .left   { border-left   : 1px solid #880000; }
515 .right  { border-right  : 1px solid #880000; }
516
517 .top2    { border-top   : 1px solid #880000; }
518 .bottom2 { border-bottom        : 1px solid #880000; }
519 .left2   { border-left  : 1px solid #880000; }
520 .right2  { border-right : 1px solid #880000; }
521
522 .nobr {
523         white-space             : nowrap;
524 }
525
526 .guest_table {
527         background-color    : #FFFFCC;
528 }
529
530 .main {
531         height                  : 99%;
532         vertical-align  : top;
533 }
534
535 .footer {
536         height                          : 1%;
537         vertical-align          : bottom;
538 }
539
540 .menu_blur {
541         display                 : block;
542 }
543
544 .menu_blur:hover {
545         background-color        : #DDDDAA;
546 }
547
548 .guest_footer {
549         height              : 30px;
550         background-color    : #DDDDAA;
551 }
552
553 .admin_alpha {
554         text-align      : center;
555         height          : 40px;
556         vertical-align  : middle;
557 }
558
559 .admin_sortlinks {
560         text-align      : center;
561         height          : 20px;
562         vertical-align  : middle;
563 }
564
565 .disabled {
566         border-style: groove;
567         background-color: #660000;
568         color: #FFFFCC;
569 }
570
571 .mini_select {
572      border              : solid 1px;
573      border-color        : #880000;
574      background-color    : #DDDDAA;
575      font-size           : 10px;
576 }
577
578 .theme_box {
579      border              : 1px solid #880000;
580      border-top          : 0px;
581         width               : 100%;
582         height              : 70px;
583      background-color    : #FFFFCC;
584 }
585
586 .theme_note {
587         font-size           : 12px;
588         font-weight         : bold;
589 }
590
591 .theme_content {
592         color               : #880000;
593 }
594
595 .admin_title2 {
596         background-color        : #DDDDAA;
597         color                   : #880000;
598         text-align              : center;
599         height                  : 25px;
600         font-size                       : 14px;
601 }
602
603 .agb_box {
604         text-align      : left;
605 }
606
607 .agb_title, .fatal_title {
608         font-size               : 16px;
609         text-align      : center;
610         height          : 40px;
611         font-weight     : bold;
612 }
613
614 .agb_para  {
615         text-indent     : 8px;
616         text-align      : left;
617         margin-left     : 5px;
618         margin-right    : 5px;
619         margin-bottom   : 12px;
620 }
621
622 .fatal_box {
623         text-align      : center;
624         width           : 100%;
625         margin-top      : 10px;
626 }
627
628 .admin_message {
629         margin-bottom   : 15px;
630 }
631
632 #show_timings_block {
633         margin-top                      : 5px;
634         tex-align                       : center;
635         border              : solid 1px;
636         border-color        : #880000;
637         background-color    : #DDDDAA;
638         font-size           : 10px;
639         vertical-align          : middle;
640         width                           : 465px;
641         height                          : 22px;
642         z-index                         : 0;
643 }
644
645 .show_timings_column {
646         z-index                         : 10;
647         top                                     : 3px;
648         background-color    : #FFFFCC;
649         position                        : relative;
650         margin                          : 0px;
651         width                           : 150px;
652         display                         : block;
653         border              : solid 1px;
654         border-color        : #880000;
655 }
656
657 .show_timings_data {
658         font-weight                     : bold;
659 }