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