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