Old config.php is now automatically updated to new config-local.php format, several...
[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         scrollbar-base-color: #E9E4AE;
8         scrollbar-face-color: #CDEFCD;
9         scrollbar-highlight-color: #EEFFEE;
10         scrollbar-shadow-color: #CDEFCD;
11         scrollbar-3dlight-color: #DDDDDD;
12         scrollbar-arrow-color: #000000;
13         scrollbar-track-color: #CCEFCC;
14         scrollbar-darkshadow-color: #999999;
15         margin: 0px;
16         margin-left: 0px;
17         margin-right: 0px;
18         margin-top: 0px;
19         margin-bottom: 0px;
20 }
21
22 table {
23         table-layout: auto;
24         border-spacing: 0px;
25         overflow: auto;
26 }
27
28 A {
29         font-style: normal;
30         text-decoration: none;
31 }
32
33 A:link {
34         color: #2e51a9;
35 }
36
37 A:visited {
38         color: #AA0044;
39 }
40
41 A:active {
42         color: #2e51a9;
43         background-color: transparent;
44 }
45
46 A:hover {
47         background-color: transparent;
48 }
49
50 input,textarea {
51         color: #009900;
52         background-color: #EEFFEE;
53         border: 1px solid #AA0044;
54         text-decoration: none;
55         border-style: groove;
56 }
57
58 select,option {
59         background-color: #EEFFEE;
60         border: solid 1px #009900;
61         color: #AA0044;
62         text-decoration: none;
63         border-style: groove;
64 }
65
66 ul,ol {
67         margin-top: 0px;
68         margin-bottom: 0px;
69 }
70
71 .admin_reset,.guest_reset,.member_reset {
72         border-style: groove;
73         border: solid 1px #009900;
74         color: #AA0044;
75         cursor: pointer;
76 }
77
78 .admin_submit,.guest_submit,.member_submit {
79         color: #AA0044;
80         border-color: #009900;
81         cursor: pointer;
82 }
83
84 .admin_submit_reject {
85         border-style: groove;
86         color: #881111;
87         border-color: #009900;
88         cursor: pointer;
89 }
90
91 .runtime_fatal,.runtime_fatalcontent {
92         width: 700px;
93         color: #118811;
94         background-color: #DDEEDD;
95 }
96
97 .runtime_fatal {
98         color: #00AA00;
99 }
100
101 .runtime_fatalcontent {
102         text-align: left;
103         font-size: 12px;
104 }
105
106 .admin {
107         color: #118811;
108         background-color: #DDEEDD;
109 }
110
111 .admin_note {
112         color: #FF0000;
113         font-size: 12px;
114 }
115
116 DIV.admin_note {
117         padding-top: 10px;
118         padding-right: 10px;
119         padding-left: 10px;
120 }
121
122 .admin_fatal {
123         font-size: 18px;
124         color: #00AA00;
125 }
126
127 .admin_edit,.member_confirm {
128         background-color: #eeffee;
129 }
130
131 .member_banner {
132         background-color: #eeffee;
133         width: 488px;
134 }
135
136 .admin_error {
137         background-color: #eeffee;
138         color: #00AA00;
139         font-size: 10px;
140 }
141
142 .admin_select,.guest_select,.member_select {
143         border: solid 1px #009900;
144         background-color: #EEFFEE;
145 }
146
147 .admin_register,.admin_desc_header,.admin_done,.admin_title,.member_title2,.guest_title2,.admin_message
148         {
149         background-color: #ddeedd;
150         color: #009900;
151         text-align: center;
152 }
153
154 .member_done,.guest_done {
155         color: #009900;
156 }
157
158 .member_misc {
159         background-color: #DDEEDD;
160 }
161
162 .admin_misc,.member_misc {
163         color: #000000;
164 }
165
166 .admin_done2 {
167         color: #AA0044;
168 }
169
170 .admin_green,.admin_no {
171         color: #009900;
172 }
173
174 .admin_welcome {
175         background-color: #DDEEDD;
176         color: #009900;
177         vertical-align: middle;
178         font-size: 18px;
179         height: 50px;
180 }
181
182 .admin_header {
183         background-color: #ddeedd;
184 }
185
186 .admin_menu {
187         background-color: #DDEEDD;
188         color: #000077;
189         width: 220px;
190 }
191
192 .admin_logout {
193         background-color: #AAFFAA;
194         color: #00AA00;
195 }
196
197 .admin_desc_cont {
198         text-align: left;
199         background-color: #eeffee;
200 }
201
202 .admin_table,.member_table {
203         background-color: #eeffee;
204 }
205
206 .admin_editmenu {
207         min-width: 500px;
208         max-width: 90%;
209 }
210
211 .admin_form_header {
212         text-align: center;
213         height: 36px;
214         background-color: #ddeedd;
215         color: #009900;
216 }
217
218 .member_header {
219         text-align: center;
220         height: 28px;
221         background-color: #ddeedd;
222 }
223
224 .admin_failed,.guest_failed,.member_failed,.member_note {
225         color: #00AA00;
226 }
227
228 .member_note_bg {
229         background-color: #eeffee;
230 }
231
232 .member_data {
233         background-color: #eeffee;
234         color: #009900;
235         height: 20px;
236 }
237
238 .admin_header_b1 {
239         border-bottom: 1px solid #AA0044;
240         background-color: #ddeedd;
241         height: 22px;
242 }
243
244 .admin_snote {
245         font-size: 12px;
246 }
247
248 .admin_normal,.guest_normal,.member_normal {
249         border-style: solid;
250         border: solid 1px #009900;
251 }
252
253 .member_stats {
254         vertical-align: top;
255         font-weight: bold;
256         height: 23px;
257         font-size: 16px;
258         border-style: none;
259         border: 0px;
260         background: #DDEEDD;
261         color: #000000;
262         margin-top: -4px;
263         margin-bottom: 1px;
264         cursor: default;
265 }
266
267 .normal {
268         border-style: groove;
269 }
270
271 .member_main {
272         background-color: #DDEEDD;
273 }
274
275 .guest_title,.member_title {
276         text-align: center;
277         color: #009900;
278         vertical-align: middle;
279         background-color: #DDEEDD;
280         height: 60px;
281 }
282
283 .guest_login_header {
284         color: #009900;
285         vertical-align: middle;
286         background-color: #DDEEDD;
287 }
288
289 .guest_menu,.member_menu {
290         width: 220px;
291         background-color: #DDEEDD;
292         vertical-align: top;
293 }
294
295 .guest_menu_title,.member_menu_title {
296         background-color: #BDEFCD;
297         color: #009900;
298         height: 25px;
299         width: 200px;
300         border: 1px solid #AA0044;
301 }
302
303 .guest_menu_row,.guest_menu_bottom,.member_menu_row,.member_menu_bottom
304         {
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         {
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         font-weight: bold;
546         padding: 4px;
547         background-color: #ddeedd;
548         color: #000099;
549         text-align: center;
550         font-size: 14px;
551 }
552
553 .member_unconfirmed {
554         background-color: #DDEEDD;
555         width: 100%;
556         text-align: center;
557 }
558
559 .you_are_here {
560         white-space: nowrap;
561         font-size: 14px;
562         text-align: left;
563 }
564
565 .tiny {
566         font-size: 12px;
567 }
568
569 .medium {
570         font-size: 14px;
571 }
572
573 .big {
574         font-size: 20px;
575 }
576
577 .top {
578         border-top: 1px solid #4400AA;
579 }
580
581 .bottom {
582         border-bottom: 1px solid #4400AA;
583 }
584
585 .left {
586         border-left: 1px solid #4400AA;
587 }
588
589 .right {
590         border-right: 1px solid #4400AA;
591 }
592
593 .top2 {
594         border-top: 1px solid #AA0044;
595 }
596
597 .bottom2 {
598         border-bottom: 1px solid #AA0044;
599 }
600
601 .left2 {
602         border-left: 1px solid #AA0044;
603 }
604
605 .right2 {
606         border-right: 1px solid #AA0044;
607 }
608
609 .nobr {
610         white-space: nowrap;
611 }
612
613 .guest_table {
614         background-color: #eeffee;
615 }
616
617 .main {
618         height: 99%
619 }
620
621 .footer {
622         height: 1%;
623         vertical-align: bottom;
624 }
625
626 .menu_blur {
627         display: block;
628 }
629
630 .menu_blur:hover {
631         background-color: #deefac;
632 }
633
634 .guest_footer {
635         height: 30px;
636         background-color: #E5E5F5;
637 }
638
639 .disabled {
640         border-style: groove;
641         background-color: #AAAAAA;
642         color: #FF9900;
643 }
644
645 .mini_select {
646         border: dotted 1px #009900;
647         background-color: #EEFFEE;
648         font-size: 10px;
649 }
650
651 .theme_box {
652         border: 1px dotted #AA0044;
653         border-top: 0px;
654         width: 100%;
655         height: 70px;
656         background-color: #eeffbc;
657 }
658
659 .theme_note {
660         font-size: 12px;
661         font-weight: bold;
662 }
663
664 .theme_content {
665         color: #009900;
666 }
667
668 .agb_box {
669         text-align: left;
670 }
671
672 .agb_title,.fatal_title {
673         font-size: 16px;
674         text-align: center;
675         height: 40px;
676         font-weight: bold;
677 }
678
679 .agb_para {
680         text-indent: 8px;
681         text-align: left;
682         margin-left: 5px;
683         margin-right: 5px;
684         margin-bottom: 12px;
685 }
686
687 .fatal_box {
688         text-align: center;
689         width: 100%;
690         margin-top: 10px;
691 }
692
693 .admin_message {
694         padding-top: 5px;
695         padding-bottom: 5px;
696 }
697
698 #show_timings_block {
699         float: left;
700         border: solid 1px #AA0044;
701         background-color: #ddeedd;
702         font-size: 10px;
703         vertical-align: middle;
704         width: 465px;
705         height: 20px;
706 }
707
708 .show_timings_column {
709         background-color: #EEFFEE;
710         margin-top: 2px;
711         width: 150px;
712         border: solid 1px #009900;
713         height: 14px;
714 }
715
716 .show_timings_data {
717         font-weight: bold;
718 }
719
720 .login_failure_header {
721         text-align: center;
722         background-color: #ddeedd;
723         font-weight: bold;
724 }
725
726 .login_failures {
727         text-align: center;
728         width: 400px;
729 }
730
731 .member_skyscraper,.guest_skyscraper {
732         width: 122px;
733         height: 602px;
734         border: 1px solid #AA0044;
735         margin: 0px;
736         padding: 0px;
737         padding-top: 1px;
738 }
739
740 ul.admin_menu_main,ul.admin_menu_sub {
741         list-style: none inside;
742         padding-left: 10px;
743 }