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