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