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