4c301c2c57bf966b874a0bdc7375cf2db0b57c13
[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         cursor                          : pointer;
79 }
80
81 .admin_submit, .guest_submit, .member_submit {
82         color                           : #AA0044;
83         border-color            : #009900;
84         cursor                          : pointer;
85 }
86
87 .admin_submit_reject {
88         border-style            : groove;
89         color                           : #881111;
90         border-color            : #009900;
91         cursor                          : pointer;
92 }
93
94 .runtime_fatal, .runtime_fatalcontent {
95         width                           : 700px;
96         color                           : #118811;
97         background-color        : #DDEEDD;
98         font-family                     : Verdana, Arial, Geneva, Helvetica, sans-serif;
99 }
100
101 .runtime_fatal {
102         color                           : #00AA00;
103 }
104
105 .runtime_fatalcontent {
106         text-align                      : left;
107         font-size                       : 12px;
108 }
109
110 .admin {
111         color                           : #118811;
112         background-color        : #DDEEDD;
113         font-family                     : Verdana, Arial, Geneva, Helvetica, sans-serif;
114 }
115
116 .admin_note {
117         color                           : #FF0000;
118         font-size                       : 12px;
119 }
120
121 DIV.admin_note {
122         padding-top         : 10px;
123         padding-right       : 10px;
124         padding-left        : 10px;
125 }
126
127 .admin_fatal {
128         font-size                       : 18px;
129         color                           : #00AA00;
130 }
131
132 .admin_edit, .member_confirm {
133         background-color        : #eeffee;
134 }
135
136 .member_banner {
137         background-color        : #eeffee;
138         width                           : 488px;
139 }
140
141 .admin_error {
142         background-color        : #eeffee;
143         color                           : #00AA00;
144         font-size                       : 10px;
145 }
146
147 .admin_select, .guest_select, .member_select {
148         border                          : solid 1px;
149         border-color            : #009900;
150         background-color        : #EEFFEE;
151 }
152
153 .admin_register, .admin_desc_header, .admin_done, .admin_title, .member_title2, .guest_title2, .admin_message {
154         background-color        : #ddeedd;
155         color                           : #009900;
156         text-align                      : center;
157 }
158
159 .member_done, .guest_done {
160         color                           : #009900;
161 }
162
163 .member_misc {
164         background-color        : #DDEEDD;
165 }
166
167 .admin_misc, .member_misc {
168         color                           : #000000;
169 }
170
171 .admin_done2 {
172         color                           : #AA0044;
173 }
174
175 .admin_green, .admin_no {
176         color                           : #009900;
177 }
178
179 .admin_welcome {
180         background-color        : #DDEEDD;
181         color                           : #009900;
182         vertical-align          : middle;
183         font-size                       : 18px;
184         height                          : 50px;
185 }
186
187 .admin_header {
188         background-color        : #ddeedd;
189 }
190
191 .admin_menu {
192         background-color        : #DDEEDD;
193         color                           : #000077;
194         width                           : 230px;
195 }
196
197 .admin_logout {
198         background-color        : #AAFFAA;
199         color                           : #00AA00;
200 }
201
202 .admin_desc_cont {
203         text-align          : left;
204         background-color    : #eeffee;
205 }
206
207 .admin_table, .member_table {
208         background-color        : #eeffee;
209 }
210
211 .admin_editmenu {
212         min-width                       : 500px;
213         max-width                       : 90%;
214 }
215
216 .admin_form_header {
217         text-align          : center;
218         height                          : 36px;
219         background-color        : #ddeedd;
220         color                           : #009900;
221 }
222
223 .member_header {
224         text-align          : center;
225         height                          : 28px;
226         background-color        : #ddeedd;
227 }
228
229 .admin_failed, .guest_failed, .member_failed, .member_note {
230         color                           : #00AA00;
231 }
232
233 .member_note_bg {
234         background-color        : #eeffee;
235 }
236
237 .member_data {
238         background-color        : #eeffee;
239         color                           : #009900;
240         height                          : 20px;
241 }
242
243 .admin_header_b1 {
244         border-bottom           : 1px solid #AA0044;
245         background-color        : #ddeedd;
246         height                          : 22px;
247 }
248
249 .admin_snote {
250         font-size                       : 12px;
251 }
252
253 .admin_normal, .guest_normal, .member_normal {
254         border-style            : solid;
255         border                          : solid 1px;
256         border-color            : #009900;
257 }
258
259 .member_stats {
260         vertical-align          : top;
261         font-weight                     : bold;
262         height                          : 23px;
263         font-size                       : 16px;
264         border-style            : none;
265         border                          : 0px;
266         background          : #DDEEDD;
267         color                           : #000000;
268         margin-top                      : -4px;
269         margin-bottom           : 1px;
270         cursor                          : default;
271 }
272
273 .normal {
274         border-style            : groove;
275 }
276
277 .member_main {
278         background-color        : #DDEEDD;
279 }
280
281 .guest_title, .member_title {
282         text-align                      : center;
283         color                           : #009900;
284         vertical-align          : middle;
285         background-color        : #DDEEDD;
286         height                          : 60px;
287 }
288
289 .guest_login_header {
290         color                           : #009900;
291         vertical-align          : middle;
292         background-color        : #DDEEDD;
293 }
294
295 .guest_menu, .member_menu {
296         width                           : 220px;
297         background-color        : #DDEEDD;
298         vertical-align          : top;
299 }
300
301 .guest_menu_title, .member_menu_title {
302         background-color        : #BDEFCD;
303         color                           : #009900;
304         height                          : 25px;
305         width                           : 200px;
306         border                          : 1px solid #AA0044;
307 }
308
309 .guest_menu_row, .guest_menu_bottom, .member_menu_row, .member_menu_bottom {
310         border                          : 1px solid #AA0044;
311         border-top                      : 0px;
312         background-color        : #eeffbc;
313         height                          : 22px;
314         text-align                      : left;
315 }
316
317 .member_menu_whats {
318         border                          : 1px solid #AA0044;
319         border-top                      : 0px;
320         background-color        : #eeffee;
321         height                          : 20px;
322 }
323
324 .guest_menu_seperator, .member_menu_seperator {
325         height                          : 15px;
326 }
327
328 .guest_content, .member_content {
329         background-color        : #eeffee;
330         width                           : 99%;
331         padding-left            : 2px;
332         padding-right           : 2px;
333         margin-left                     : 5px;
334         margin-right            : 5px;
335 }
336
337 .guest_advert, .guest_login, .member_advert, .member_login {
338         background-color        : #DDEEDD;
339         vertical-align          : top;
340         margin-top                      : 10px;
341 }
342
343 #master {
344         width                           : 100%;
345         height                          : 100%;
346         min-height                      : 90%;
347         max-height                      : 100%;
348         text-align                      : center;
349 }
350
351 .masterbox {
352         text-align                      : center;
353 }
354
355 .footer {
356         text-align                      : center;
357 }
358
359 .footer_lines {
360         font-size           : 10px;
361         width                           : 380px;
362         height                          : 40px;
363         vertical-align          : middle;
364         background-color        : #E5EFE5;
365         margin-top                      : 5px;
366         margin-bottom           : 5px;
367 }
368
369 .dashed {
370         border                          : solid 1px;
371         border-color            : #AA0044;
372 }
373
374 .switch_sw1, .switch_mem1 {
375         background-color        : #b8efc1;
376 }
377
378 .switch_sw2, .switch_mem2 {
379         background-color        : #b8fccb;
380 }
381
382 .impressum {
383         font-size                       : 12px;
384         width                           : 320px;
385         vertical-align          : middle;
386         background-color        : #E5EFE5;
387         height                          : 70px;
388 }
389
390 .mediadata {
391         background-color        : #eeffee;
392 }
393
394 .media_header, .impressum_header {
395         background-color        : #b8fccb;
396         text-align                      : center;
397         color                           : #009900;
398         height                          : 26px;
399         font-weight                     : bold;
400         font-size                       : 20px;
401 }
402
403 .media_left {
404         font-size                       : 14px;
405         width                           : 200px;
406 }
407
408 .media_right {
409         color                           : #009900;
410         font-weight                     : bold;
411         font-size                       : 14px;
412         width                           : 70px;
413 }
414
415 .admin_sep_footer {
416         background-color        : #DDEEDD;
417         font-size           : 1px;
418 }
419
420 .admin_sep_footer2 {
421         background-color        : #eeffee;
422         font-size           : 1px;
423 }
424
425 .admin_footer, .member_refbanner, .member_update, .admin_del_link {
426         background-color        : #DDEEDD;
427 }
428
429 .member_footer {
430         height                          : 30px;
431         background-color        : #DDEEDD;
432 }
433
434 .admin_footer {
435         text-align                      : center;
436         height                          : 30px
437 }
438
439 .admin_task_header {
440         background-color        : #ddeedd;
441         color                           : #009900;
442         vertical-align          : middle;
443         font-size                       : 18px;
444         height                          : 35px;
445 }
446
447 .seperator {
448         font-size                       : 1px
449 }
450
451 .tab1 {
452         text-align                      : center
453 }
454
455 .admin_delete, .admin_yes {
456         border-style            : groove;
457         border                          : solid 1px #00AA00;
458         background-color        : #AA0044;
459         color                           : #DDEEDD;
460         cursor                          : pointer;
461 }
462
463 .guest_stats {
464         background-color        : #eeffee;
465         width                           : 460px;
466 }
467
468 .guest_stats_title {
469         color                           : #009900;
470         vertical-align          : middle;
471         background-color        : #DDEEDD;
472         height                          : 30px;
473 }
474
475 .guest_stats_l {
476         width                           : 344px;
477         text-align                      : right;
478 }
479
480 .guest_stats_m {
481         width                           : 2px;
482 }
483
484 .guest_stats_r, .guest_stats_lr, .guest_stats_rr {
485         color                           : #009900;
486         width                           : 28px;
487         font-weight                     : bold;
488         text-align                      : center;
489 }
490
491 .guest_stats_ll, .guest_stats_rl {
492         width                           : 192px;
493         text-align                      : right;
494 }
495
496 .guest_stats_footer {
497         color                           : #009900;
498         vertical-align          : middle;
499         background-color        : #DDEEDD;
500         height                          : 20px;
501 }
502
503 .task_pre {
504         font-weight                     : bold;
505         margin-left                     : 0px;
506         margin-right            : 0px;
507         margin-top                      : 10px;
508         margin-bottom           : 10px;
509 }
510
511 .impressum_body {
512         background-color        : #DDEEDD;
513 }
514
515 .guest_content_align, .member_content_align, .admin_content_align {
516         text-align                      : center;
517         align                           : center;
518         vertical-align          : top;
519 }
520
521 .member_mailidtop {
522         background-color        : #DDEEDD;
523         width                           : 100%;
524         height                          : 100%;
525 }
526
527 .list_categories, .admin_action_header, .admin_main, .admin_menu_main, .admin_menu_sub {
528         text-align                      : left;
529         width                           : 100%;
530 }
531
532 .admin_alpha {
533         text-align                      : center;
534         height                          : 40px;
535         vertical-align          : middle;
536 }
537
538 .admin_sortlinks {
539         text-align                      : center;
540         height                          : 20px;
541         vertical-align          : middle;
542 }
543
544 .admin_title2 {
545         background-color        : #ddeedd;
546         color                           : #000099;
547         text-align                      : center;
548         height                          : 25px;
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;
616      border-color        : #009900;
617      background-color    : #EEFFEE;
618      font-size           : 10px;
619 }
620
621 .theme_box {
622      border             : 1px dotted #AA0044;
623      border-top         : 0px;
624         width               : 100%;
625         height              : 70px;
626      background-color   : #eeffbc;
627 }
628
629 .theme_note {
630         font-size           : 12px;
631         font-weight         : bold;
632 }
633
634 .theme_content {
635         color               : #009900;
636 }
637
638 .agb_box {
639         text-align                      : left;
640 }
641
642 .agb_title, .fatal_title {
643         font-size                       : 16px;
644         text-align                      : center;
645         height                          : 40px;
646         font-weight                     : bold;
647 }
648
649 .agb_para {
650         text-indent             : 8px;
651         text-align              : left;
652         margin-left             : 5px;
653         margin-right    : 5px;
654         margin-bottom   : 12px;
655 }
656
657 .fatal_box {
658         text-align              : center;
659         width                   : 100%;
660         margin-top              : 10px;
661 }
662
663 .admin_message {
664         margin-bottom   : 15px;
665 }
666
667 #show_timings_block {
668         margin-top                      : 5px;
669         tex-align                       : center;
670         border              : solid 1px;
671         border-color        : #AA0044;
672         background-color    : #ddeedd;
673         font-size           : 10px;
674         vertical-align          : middle;
675         width                           : 465px;
676         height                          : 22px;
677         z-index                         : 0;
678 }
679
680 .show_timings_column {
681         z-index                         : 10;
682         top                                     : 3px;
683         background-color        : #EEFFEE;
684         position                        : relative;
685         margin                          : 0px;
686         width                           : 150px;
687         display                         : block;
688         border                          : solid 1px;
689         border-color            : #009900;
690 }
691
692 .show_timings_data {
693         font-weight                     : bold;
694 }
695
696 .login_failure_header {
697         text-align                      : center;
698         background-color        : #ddeedd;
699         font-weight                     : bold;
700 }
701
702 .login_failures {
703         text-align                      : center;
704         width                           : 400px;
705 }
706
707 .member_skyscraper, .guest_skyscraper {
708         width                           : 122px;
709         height                          : 602px;
710         border                          : 1px solid #AA0044;
711         margin                          : 0px;
712         padding                         : 0px;
713         padding-top                     : 1px;
714 }