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