]> git.mxchange.org Git - mailer.git/blob - theme/default/css/general.css
CSS cleaned up
[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 groove #00aa44;
54         text-decoration: none;
55 }
56
57 select, option {
58         background-color: #eeffee;
59         border: groove 1px #009900;
60         color: #00aa44;
61         text-decoration: none;
62 }
63
64 input:hover, textarea:hover {
65         border-color: #00dd44;
66         color: #007700;
67 }
68
69 input.form_delete:hover {
70         background-color: #770044;
71         color: #aabbaa;
72 }
73
74 select:hover, option:hover {
75         border-color: #00cc00;
76         color: #007744;
77 }
78
79 ul,ol {
80         margin-top: 0px;
81         margin-bottom: 0px;
82 }
83
84 .form_reset {
85         border: groove 1px #009900;
86         color: #00aa44;
87         cursor: pointer;
88 }
89
90 .form_submit {
91         color: #00aa44;
92         border-color: #009900;
93         cursor: pointer;
94 }
95
96 .form_delete {
97         border-style: groove;
98         color: #881111;
99         border-color: #009900;
100         cursor: pointer;
101 }
102
103 .runtime_fatalcontent {
104         width: 700px;
105         color: #118811;
106         background-color: #ddeedd;
107         text-align: left;
108         font-size: 12px;
109 }
110
111 .admin {
112         color: #118811;
113         background-color: #ddeedd;
114 }
115
116 .notice {
117         color: #aa0000;
118         font-size: 12px;
119 }
120
121 .form_submit {
122         background-color: #eeffee;
123 }
124
125 .banner {
126         background-color: #eeffee;
127         width: 488px;
128 }
129
130 .fatal_error {
131         background-color: #eeffee;
132         color: #aa0000;
133         font-size: 10px;
134 }
135
136 .form_select {
137         border: groove 1px #009900;
138         background-color: #eeffee;
139 }
140
141 .description_header, .message {
142         background-color: #ddeedd;
143         color: #009900;
144         text-align: center;
145 }
146
147 .admin_menu {
148         background-color: #ddeedd;
149         color: #000077;
150         width: 220px;
151         height: 25px;
152 }
153
154 .logout_box {
155         background-color: #aaffaa;
156         color: #00aa00;
157 }
158
159 a.logout_box {
160         display: block;
161 }
162
163 .logout_box:hover {
164         background-color: #88dd88;
165         color: #00cc00;
166 }
167
168 .description_text {
169         text-align: left;
170         background-color: #eeffee;
171 }
172
173 .table {
174         background-color: #eeffee;
175         width: 660px;
176         margin: 5px;
177 }
178
179 .warning_table {
180         background-color: #ff8888;
181         width: 660px;
182         margin: 5px;
183 }
184
185 .form_submitmenu {
186         min-width: 500px;
187         max-width: 90%;
188 }
189
190 .member_header {
191         text-align: center;
192         color: #009900;
193         vertical-align: middle;
194         background-color: #ddeedd;
195         height: 60px;
196 }
197
198 .member_data {
199         background-color: #eeffee;
200         color: #009900;
201         height: 20px;
202 }
203
204 .form_field {
205         border: groove 1px #009900;
206 }
207
208 .normal {
209         border-style: groove;
210 }
211
212 .member_main {
213         background-color: #ddeedd;
214 }
215
216 .table_header {
217         text-align: center;
218         color: #009900;
219         vertical-align: middle;
220         background-color: #ddeedd;
221         padding-bottom: 5px;
222         padding-top: 5px;
223 }
224
225 .guest_login_header {
226         color: #009900;
227         vertical-align: middle;
228         background-color: #ddeedd;
229 }
230
231 .guest_menu, .member_menu {
232         width: 220px;
233         background-color: #ddeedd;
234         vertical-align: top;
235 }
236
237 .guest_menu_title, .member_menu_title {
238         background-color: #BDEFCD;
239         color: #009900;
240         height: 25px;
241         width: 200px;
242         border: 1px solid #00aa44;
243 }
244
245 .guest_menu_row, .guest_menu_bottom, .member_menu_row, .member_menu_bottom {
246         border: 1px solid #00aa44;
247         border-top: 0px;
248         background-color: #eeffbc;
249         height: 22px;
250         text-align: left;
251 }
252
253 .member_menu_whats {
254         border: 1px solid #00aa44;
255         border-top: 0px;
256         background-color: #eeffee;
257         height: 20px;
258 }
259
260 .guest_menu_seperator, .member_menu_seperator {
261         height: 15px;
262 }
263
264 .guest_content, .member_content {
265         background-color: #eeffee;
266         width: 99%;
267         padding-left: 2px;
268         padding-right: 2px;
269         margin-left: 5px;
270         margin-right: 5px;
271 }
272
273 .guest_advert, .guest_login, .member_advert, .member_login {
274         background-color: #ddeedd;
275         vertical-align: top;
276         margin-top: 10px;
277 }
278
279 #master {
280         width: 100%;
281         height: 100%;
282         min-height: 90%;
283         max-height: 100%;
284         text-align: center;
285 }
286
287 .masterbox {
288         text-align: center;
289 }
290
291 .footer {
292         text-align: center;
293 }
294
295 li.copyright_lines {
296         display:inline;
297 }
298
299 span.copyright_lines {
300         font-size: 10px;
301         width: 380px;
302         height: 38px;
303         vertical-align: middle;
304         background-color: #E5EFE5;
305         padding-top: 7px;
306         padding-bottom: 7px;
307         display:inline-block;
308 }
309
310 ul.copyright_box {
311         text-align: center;
312         width: 780px;
313         list-style: none inside;
314         padding-left:0px;
315         margin-bottom: 5px;
316 }
317
318 .dashed {
319         border: solid 1px #00aa44;
320 }
321
322 .switch_sw1 {
323         background-color: #b8efc1;
324 }
325
326 .switch_sw2 {
327         background-color: #b8fccb;
328 }
329
330 .impressum {
331         font-size: 12px;
332         width: 320px;
333         vertical-align: middle;
334         background-color: #E5EFE5;
335         height: 70px;
336 }
337
338 .mediadata {
339         background-color: #eeffee;
340 }
341
342 .media_header, .impressum_header {
343         background-color: #b8fccb;
344         text-align: center;
345         color: #009900;
346         height: 26px;
347         font-weight: bold;
348         font-size: 20px;
349 }
350
351 .media_left {
352         font-size: 14px;
353         width: 200px;
354 }
355
356 .media_right {
357         color: #009900;
358         font-weight: bold;
359         font-size: 14px;
360         width: 70px;
361 }
362
363 .admin_sep_footer {
364         background-color: #ddeedd;
365         font-size: 1px;
366 }
367
368 .admin_sep_footer2 {
369         background-color: #eeffee;
370         font-size: 1px;
371 }
372
373 .member_refbanner, .member_update, .admin_del_link {
374         background-color: #ddeedd;
375 }
376
377 .table_footer {
378         background-color: #ddeedd;
379         text-align: center;
380         padding: 5px;
381 }
382
383 .admin_task_header {
384         background-color: #ddeedd;
385         color: #009900;
386         vertical-align: middle;
387         font-size: 18px;
388         height: 35px;
389 }
390
391 .seperator {
392         font-size: 1px
393 }
394
395 .tab1 {
396         text-align: center
397 }
398
399 .form_delete, .form_delete {
400         border: groove 1px #00aa00;
401         background-color: #aa0044;
402         color: #ddeedd;
403         cursor: pointer;
404 }
405
406 .guest_stats {
407         background-color: #eeffee;
408         width: 460px;
409 }
410
411 .guest_stats_title {
412         color: #009900;
413         vertical-align: middle;
414         background-color: #ddeedd;
415         height: 30px;
416 }
417
418 .guest_stats_l {
419         width: 344px;
420         text-align: right;
421 }
422
423 .guest_stats_m {
424         width: 2px;
425 }
426
427 .guest_stats_r, .guest_stats_lr, .guest_stats_rr {
428         color: #009900;
429         width: 28px;
430         font-weight: bold;
431         text-align: center;
432 }
433
434 .guest_stats_ll, .guest_stats_rl {
435         width: 192px;
436         text-align: right;
437 }
438
439 .guest_stats_footer {
440         color: #009900;
441         vertical-align: middle;
442         background-color: #ddeedd;
443         height: 20px;
444 }
445
446 .task_pre {
447         font-weight: bold;
448         margin-left: 0px;
449         margin-right: 0px;
450         margin-top: 10px;
451         margin-bottom: 10px;
452 }
453
454 .impressum_body {
455         background-color: #ddeedd;
456 }
457
458 .guest_content_align, .member_content_align, .admin_content_align {
459         text-align: center;
460         vertical-align: top;
461 }
462
463 .list_categories, .admin_action_header, .admin_menu_main, .admin_menu_sub {
464         text-align: left;
465         width: 100%;
466 }
467
468 .admin_alpha {
469         text-align: center;
470         height: 40px;
471         vertical-align: middle;
472 }
473
474 .admin_sortlinks {
475         text-align: center;
476         height: 20px;
477         vertical-align: middle;
478 }
479
480 .member_unconfirmed {
481         background-color: #ddeedd;
482         width: 100%;
483         text-align: center;
484 }
485
486 .you_are_here {
487         white-space: nowrap;
488         font-size: 14px;
489         text-align: left;
490 }
491
492 .tiny {
493         font-size: 10px;
494 }
495
496 .medium {
497         font-size: 14px;
498 }
499
500 .big {
501         font-size: 20px;
502 }
503
504 .top, .top2 {
505         border-top: 1px solid #00aa44;
506 }
507
508 .bottom, .bottom2 {
509         border-bottom: 1px solid #00aa44;
510 }
511
512 .left, .left2 {
513         border-left: 1px solid #00aa44;
514 }
515
516 .right, .right2 {
517         border-right: 1px solid #00aa44;
518 }
519
520 .nobr {
521         white-space: nowrap;
522 }
523
524 .main {
525         height: 99%
526 }
527
528 .footer {
529         height: 1%;
530         vertical-align: bottom;
531 }
532
533 .menu_blur {
534         display: block;
535 }
536
537 .menu_blur:hover {
538         background-color: #deefac;
539 }
540
541 .disabled {
542         border-style: groove;
543         background-color: #aaaaaa;
544         color: #ff9900;
545 }
546
547 .mini_select {
548         border: solid 1px #009900;
549         background-color: #eeffee;
550         font-size: 10px;
551 }
552
553 .theme_box {
554         border: 1px solid #00aa44;
555         border-top: 0px;
556         width: 100%;
557         height: 70px;
558         background-color: #eeffbc;
559 }
560
561 .theme_note {
562         font-size: 12px;
563         font-weight: bold;
564 }
565
566 .theme_content {
567         color: #009900;
568 }
569
570 .para {
571         text-indent: 8px;
572         text-align: left;
573         margin-left: 5px;
574         margin-right: 5px;
575         margin-bottom: 12px;
576 }
577
578 .message {
579         padding-top: 5px;
580         padding-bottom: 5px;
581 }
582
583 ul.show_timings_block {
584         border: solid 1px #00aa44;
585         background-color: #ddeedd;
586         width: 645px;
587         height: 20px;
588         list-style: none inside;
589         padding-left:0px;
590 }
591
592 .show_timings_column {
593         background-color: #eeffee;
594         margin-top: 2px;
595         width: 150px;
596         border: solid 1px #009900;
597         height: 14px;
598         font-size: 10px;
599 }
600
601 span.show_timings_column {
602         display: inline-block;
603 }
604
605 li.show_timings_column {
606         display: inline;
607 }
608
609 .show_timings_data {
610         font-weight: bold;
611 }
612
613 .login_failure_header {
614         text-align: center;
615         background-color: #ddeedd;
616         font-weight: bold;
617 }
618
619 .login_failures {
620         text-align: center;
621         width: 400px;
622 }
623
624 .skyscraper {
625         width: 122px;
626         height: 602px;
627         border: 1px solid #00aa44;
628         margin: 0px;
629         padding: 0px;
630         padding-top: 1px;
631 }
632
633 ul.admin_menu_main,ul.admin_menu_sub {
634         list-style: none inside;
635         padding-left: 10px;
636 }
637
638 .pre {
639         display: block;
640 }
641
642 td {
643         padding-left: 2px;
644         padding-right: 2px;
645         padding-top: 2px;
646         padding-bottom: 2px;
647 }
648
649 .header_column {
650         height: 23px;
651         background-color: #ddeedd;
652         color: #009900;
653         text-align: center;
654 }
655
656 div.menu_invisible, div.sub_menu_invisible, td.menu_invisible, td.sub_menu_invisible {
657         background-color: #dddddd;
658         font-style: italic;
659 }
660
661 strong.menu_invisible, strong.sub_menu_invisible {
662         color: #999999;
663         font-style: italic;
664 }
665
666 .menu_locked, .sub_menu_locked {
667         color: #ffeeee;
668 }
669
670 .rank_1 {
671         font-weight: bold;
672         font-size: 22px;
673 }
674
675 .rank_2 {
676         font-weight: bold;
677         font-size: 18px;
678 }
679
680 .rank_3 {
681         font-weight: bold;
682 }