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