Script stats added in footer
[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 }
343
344 .footer {
345         text-align                      : center;
346 }
347
348 .footer_lines {
349         font-size           : 10px;
350         width                           : 380px;
351         height                          : 40px;
352         vertical-align          : middle;
353         background-color        : #E5EFE5;
354         margin-top                      : 5px;
355         margin-bottom           : 5px;
356 }
357
358 .dashed {
359         border                          : solid 1px;
360         border-color            : #AA0044;
361 }
362
363 .switch_sw1, .switch_mem1 {
364         background-color        : #b8efc1;
365 }
366
367 .switch_sw2, .switch_mem2 {
368         background-color        : #b8fccb;
369 }
370
371 .impressum {
372         font-size                       : 12px;
373         width                           : 320px;
374         vertical-align          : middle;
375         background-color        : #E5EFE5;
376         height                          : 70px;
377 }
378
379 .mediadata {
380         background-color        : #eeffee;
381 }
382
383 .media_header, .impressum_header {
384         background-color        : #b8fccb;
385         text-align                      : center;
386         color                           : #009900;
387         height                          : 26px;
388         font-weight                     : bold;
389         font-size                       : 20px;
390 }
391
392 .media_left {
393         font-size                       : 14px;
394         width                           : 200px;
395 }
396
397 .media_right {
398         color                           : #009900;
399         font-weight                     : bold;
400         font-size                       : 14px;
401         width                           : 70px;
402 }
403
404 .admin_sep_footer {
405         background-color        : #DDEEDD;
406         font-size           : 1px;
407 }
408
409 .admin_sep_footer2 {
410         background-color        : #eeffee;
411         font-size           : 1px;
412 }
413
414 .admin_footer, .member_refbanner, .member_update, .admin_del_link {
415         background-color        : #DDEEDD;
416 }
417
418 .member_footer {
419         height                          : 30px;
420         background-color        : #DDEEDD;
421 }
422
423 .admin_footer {
424         height                          : 30px
425 }
426
427 .admin_task_header {
428         background-color        : #ddeedd;
429         color                           : #009900;
430         vertical-align          : middle;
431         font-size                       : 18px;
432         height                          : 35px;
433 }
434
435 .seperator {
436         font-size                       : 1px
437 }
438
439 .tab1 {
440         text-align                      : center
441 }
442
443 .admin_delete, .admin_yes {
444         border-style            : groove;
445         border                          : solid 1px #00AA00;
446         background-color        : #AA0044;
447         color                           : #DDEEDD;
448 }
449
450 .guest_stats {
451         background-color        : #eeffee;
452         width                           : 460px;
453 }
454
455 .guest_stats_title {
456         color                           : #009900;
457         vertical-align          : middle;
458         background-color        : #DDEEDD;
459         height                          : 30px;
460 }
461
462 .guest_stats_l {
463         width                           : 344px;
464         text-align                      : right;
465 }
466
467 .guest_stats_m {
468         width                           : 2px;
469 }
470
471 .guest_stats_r, .guest_stats_lr, .guest_stats_rr {
472         color                           : #009900;
473         width                           : 28px;
474         font-weight                     : bold;
475         text-align                      : center;
476 }
477
478 .guest_stats_ll, .guest_stats_rl {
479         width                           : 192px;
480         text-align                      : right;
481 }
482
483 .guest_stats_footer {
484         color                           : #009900;
485         vertical-align          : middle;
486         background-color        : #DDEEDD;
487         height                          : 20px;
488 }
489
490 .task_pre {
491         font-weight                     : bold;
492         margin-left                     : 0px;
493         margin-right            : 0px;
494         margin-top                      : 10px;
495         margin-bottom           : 10px;
496 }
497
498 .impressum_body {
499         background-color        : #DDEEDD;
500 }
501
502 .guest_content_align, .member_content_align, .admin_content_align {
503         text-align                      : center;
504         align                           : center;
505         vertical-align          : top;
506 }
507
508 .member_mailidtop {
509         background-color        : #DDEEDD;
510         width                           : 100%;
511         height                          : 100%;
512 }
513
514 .list_categories, .admin_action_header, .admin_main, .admin_menu_main, .admin_menu_sub {
515         text-align                      : left;
516         width                           : 100%;
517 }
518
519 .admin_alpha {
520         text-align                      : center;
521         height                          : 40px;
522         vertical-align          : middle;
523 }
524
525 .admin_sortlinks {
526         text-align                      : center;
527         height                          : 20px;
528         vertical-align          : middle;
529 }
530
531 .admin_title2 {
532         background-color        : #ddeedd;
533         color                           : #000099;
534         text-align                      : center;
535         height                          : 25px;
536         font-size                       : 14px;
537 }
538
539 .member_unconfirmed {
540         background-color        : #DDEEDD;
541         width                           : 100%;
542         text-align                      : center;
543 }
544
545 .you_are_here {
546         white-space                     : nowrap;
547         font-size                       : 14px;
548         text-align                      : left;
549 }
550
551 .tiny   { font-size             : 12px; }
552 .medium { font-size             : 14px; }
553 .big    { font-size             : 20px; }
554
555 .top    { border-top            : 1px solid #4400AA; }
556 .bottom { border-bottom         : 1px solid #4400AA; }
557 .left   { border-left           : 1px solid #4400AA; }
558 .right  { border-right          : 1px solid #4400AA; }
559
560 .top2    { border-top           : 1px solid #AA0044; }
561 .bottom2 { border-bottom        : 1px solid #AA0044; }
562 .left2   { border-left          : 1px solid #AA0044; }
563 .right2  { border-right         : 1px solid #AA0044; }
564
565 .nobr {
566         white-space                     : nowrap;
567 }
568
569 .guest_table {
570         background-color    : #eeffee;
571 }
572
573 .main {
574         height                          : 99%
575 }
576
577 .footer {
578         height                          : 1%;
579         vertical-align          : bottom;
580 }
581
582 .menu_blur {
583         display                         : block;
584 }
585
586 .menu_blur:hover {
587         background-color        : #deefac;
588 }
589
590 .guest_footer {
591         height              : 30px;
592         background-color    : #E5E5F5;
593 }
594
595 .disabled {
596         border-style            : groove;
597         background-color        : #660000;
598         color                           : #FF9900;
599 }
600
601 .mini_select {
602      border              : dotted 1px;
603      border-color        : #009900;
604      background-color    : #EEFFEE;
605      font-size           : 10px;
606 }
607
608 .theme_box {
609      border             : 1px dotted #AA0044;
610      border-top         : 0px;
611         width               : 100%;
612         height              : 70px;
613      background-color   : #eeffbc;
614 }
615
616 .theme_note {
617         font-size           : 12px;
618         font-weight         : bold;
619 }
620
621 .theme_content {
622         color               : #009900;
623 }
624
625 .agb_box {
626         text-align                      : left;
627 }
628
629 .agb_title, .fatal_title {
630         font-size                       : 16px;
631         text-align                      : center;
632         height                          : 40px;
633         font-weight                     : bold;
634 }
635
636 .agb_para {
637         text-indent             : 8px;
638         text-align              : left;
639         margin-left             : 5px;
640         margin-right    : 5px;
641         margin-bottom   : 12px;
642 }
643
644 .fatal_box {
645         text-align              : center;
646         width                   : 100%;
647         margin-top              : 10px;
648 }
649
650 .admin_message {
651         margin-bottom   : 15px;
652 }
653
654 #footer_stats_block {
655         margin-top                      : 5px;
656         tex-align                       : center;
657         border              : solid 1px;
658         border-color        : #AA0044;
659         background-color    : #ddeedd;
660         font-size           : 10px;
661         vertical-align          : middle;
662         width                           : 465px;
663         height                          : 22px;
664         z-index                         : 0;
665 }
666
667 .footer_stats_column {
668         z-index                         : 10;
669         top                                     : 3px;
670         background-color    : #EEFFEE;
671         position                        : relative;
672         margin                          : 0px;
673         width                           : 150px;
674         display                         : block;
675         border              : solid 1px;
676         border-color        : #009900;
677 }
678
679 .footer_stats_data {
680         font-weight                     : bold;
681 }