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