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