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