]> git.mxchange.org Git - mailer.git/blob - theme/business/css/general.css
mailer 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 .guest_login_header {
250         color: #000000;
251         vertical-align: middle;
252         background-color: #eeeeff;
253 }
254
255 .guest_menu, .member_menu {
256         width: 220px;
257         background-color: #ffffff;
258         vertical-align: top;
259 }
260
261 .guest_menu_title, .member_menu_title {
262         background-color: #eeeeff;
263         color: #000000;
264         height: 25px;
265         width: 200px;
266         border: 1px solid #000000;
267 }
268
269 .guest_menu_row, .guest_menu_bottom, .member_menu_row, .member_menu_bottom {
270         border: 1px solid #000000;
271         border-top: 0px;
272         background-color: #ffffff;
273         height: 22px;
274         text-align: left;
275 }
276
277 .guest_menu_separator, .member_menu_separator {
278         height: 15px;
279 }
280
281 .guest_content, .member_content {
282         background-color: #ffffff;
283         width: 99%;
284         padding-left: 2px;
285         padding-right: 2px;
286         margin-left: 5px;
287         margin-right: 5px;
288 }
289
290 .guest_advert, .guest_login, .member_advert, .member_login {
291         background-color: #ffffff;
292         vertical-align: top;
293         margin-top: 10px;
294 }
295
296 #master {
297         width: 100%;
298         height: 100%;
299         min-height: 90%;
300         max-height: 100%;
301         vertical-align: top;
302 }
303
304 .masterbox {
305         text-align: center;
306 }
307
308 li.copyright_lines {
309         display:inline;
310 }
311
312 span.copyright_lines {
313         vertical-align: bottom;
314         font-size: 10px;
315         width: 380px;
316         vertical-align: middle;
317         background-color: #ffffff;
318         height: 38px;
319         padding-top: 7px;
320         padding-bottom: 7px;
321         display:inline-block;
322 }
323
324 ul.copyright_box {
325         text-align: center;
326         width: 760px;
327         list-style: none inside;
328         padding-left:0px;
329         margin-bottom: 5px;
330 }
331
332 .dashed {
333         border: solid 1px #000000;
334 }
335
336 .switch_sw1 {
337         background-color: #ffffff;
338 }
339
340 .switch_sw2 {
341         background-color: #ffffff;
342 }
343
344 .impressum {
345         font-size: 12px;
346         width: 320px;
347         vertical-align: middle;
348         background-color: #ffffff;
349         height: 70px;
350 }
351
352 .mediadata {
353         background-color: #ffffff;
354 }
355
356 .media_header, .impressum_header {
357         background-color: #eeeeff;
358         text-align: center;
359         color: #000000;
360         height: 26px;
361         font-weight: bold;
362         font-size: 20px;
363 }
364
365 .media_left {
366         font-size: 14px;
367         width: 200px;
368 }
369
370 .media_right {
371         color: #000000;
372         font-weight: bold;
373         font-size: 14px;
374         width: 70px;
375 }
376
377 .admin_sep_footer {
378         background-color: #eeeeff;
379         font-size: 1px;
380 }
381
382 .admin_sep_footer2 {
383         background-color: #eeeeff;
384         font-size: 1px;
385 }
386
387 .member_refbanner, .member_update, .admin_delete_link {
388         background-color: #eeeeff;
389 }
390
391 .table_footer {
392         background-color: #eeeeff;
393         text-align: center;
394         padding: 5px;
395 }
396
397 .admin_task_header {
398         background-color: #eeeeff;
399         color: #000000;
400         vertical-align: middle;
401         font-size: 18px;
402         height: 35px;
403 }
404
405 .separator {
406         font-size: 1px
407 }
408
409 .tab1 {
410         text-align: center
411 }
412
413 .form_delete, .form_delete {
414         border: groove 1px #000000;
415         background-color: #000000;
416         color: #ffffff;
417         cursor: pointer;
418 }
419
420 .guest_stats {
421         background-color: #ffffff;
422         width: 460px;
423 }
424
425 .guest_stats_l {
426         width: 344px;
427         text-align: right;
428 }
429
430 .guest_stats_m {
431         width: 2px;
432 }
433
434 .guest_stats_r, .guest_stats_lr, .guest_stats_rr {
435         color: #000000;
436         width: 28px;
437         font-weight: bold;
438         text-align: center;
439 }
440
441 .guest_stats_ll, .guest_stats_rl {
442         width: 192px;
443         text-align: right;
444 }
445
446 .impressum_body {
447         background-color: #ffffff;
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 .you_are_here {
461         white-space: nowrap;
462         font-size: 14px;
463         text-align: left;
464 }
465
466 .tiny {
467         font-size: 10px;
468 }
469
470 .medium {
471         font-size: 14px;
472 }
473
474 .big {
475         font-size: 20px;
476 }
477
478 .top, .top2 {
479         border-top: 1px solid #000000;
480 }
481
482 .bottom, .bottom2 {
483         border-bottom: 1px solid #000000;
484 }
485
486 .left, .left2 {
487         border-left: 1px solid #000000;
488 }
489
490 .right, .right2 {
491         border-right: 1px solid #000000;
492 }
493
494 .nobr {
495         white-space: nowrap;
496 }
497
498 .main {
499         height: 99%;
500         vertical-align: top;
501 }
502
503 .footer {
504         height: 1%;
505         vertical-align: bottom;
506 }
507
508 .menu_blur {
509         display: block;
510 }
511
512 .menu_blur:hover {
513         background-color: #eeeeff;
514 }
515
516 .disabled {
517         border-style: groove;
518         background-color: #aaaaaa;
519         color: #ffffff;
520 }
521
522 .disabled:hover {
523         background-color: #aaaaaa;
524         color: #ffffff;
525 }
526
527 .mini_select {
528         border: solid 1px #000000;
529         background-color: #eeeeff;
530         font-size: 10px;
531 }
532
533 .theme_box {
534         border: 1px solid #000000;
535         border-top: 0px;
536         width: 100%;
537         height: 70px;
538         background-color: #ffffff;
539 }
540
541 .theme_note {
542         font-size: 12px;
543         font-weight: bold;
544 }
545
546 .theme_content {
547         color: #000000;
548 }
549
550 .guest {
551         width: 100%;
552 }
553
554 .para {
555         text-indent: 1em;
556         text-align: left;
557         margin-left: 5px;
558         margin-right: 5px;
559         margin-bottom: 1em;
560 }
561
562 .message {
563         padding-bottom: 15px;
564 }
565
566 ul.show_timings_block {
567         border: solid 1px #000000;
568         background-color: #eeeeff;
569         font-size: 10px;
570         width: 645px;
571         height: 20px;
572         list-style: none inside;
573 }
574
575 .show_timings_column {
576         background-color: #ffffff;
577         margin-top: 2px;
578         width: 150px;
579         height: 14px;
580 }
581
582 span.show_timings_column {
583         border: solid 1px #000000;
584         display: inline-block;
585 }
586
587 li.show_timings_column {
588         display: inline;
589 }
590
591 span.show_timings_data {
592         font-weight: bold;
593 }
594
595 .login_failure_header {
596         text-align: center;
597         background-color: #eeeeff;
598         font-weight: bold;
599 }
600
601 .login_failures {
602         text-align: center;
603         width: 400px;
604 }
605
606 .skyscraper {
607         width: 122px;
608         height: 601px;
609         border: 1px solid #000000;
610         margin: 0px;
611         padding: 0px;
612         padding-top: 1px;
613 }
614
615 ul.admin_menu_main,ul.admin_menu_sub {
616         list-style: none inside;
617 }
618
619 td {
620         padding-left: 2px;
621         padding-right: 2px;
622         padding-top: 2px;
623         padding-bottom: 2px;
624 }
625
626 div.menu_invisible, div.sub_menu_invisible, td.menu_invisible, td.sub_menu_invisible {
627         background-color: #dddddd;
628         font-style: italic;
629 }
630
631 strong.menu_invisible, strong.sub_menu_invisible {
632         color: #999999;
633         font-style: italic;
634 }
635
636 .menu_locked, .sub_menu_locked {
637         color: #ffeeee;
638 }
639
640 .rank_1 {
641         font-weight: bold;
642         font-size: 22px;
643 }
644
645 .rank_2 {
646         font-weight: bold;
647         font-size: 18px;
648 }
649
650 .rank_3 {
651         font-weight: bold;
652 }
653
654 ul.listing {
655         text-align: left;
656         padding-top: 5px;
657         padding-bottom: 5px;
658         padding-left: 0px;
659         margin-left: 25px;
660         list-style-type: none;
661 }
662
663 ol.listing {
664         text-align: left;
665         padding-top: 5px;
666         padding-bottom: 5px;
667         padding-left: 0px;
668         margin-left: 25px;
669 }
670
671 li.listing {
672         padding-bottom: 5px;
673 }
674
675 .bad {
676         color: #aa0000;
677         font-style: italic;
678 }
679
680 .good {
681         color: #00aa00;
682 }
683
684 .table_row {
685         text-align: left;
686         clear: both;
687         margin: 0px;
688         padding: 0px;
689         padding-top: 5px;
690         padding-bottom: 5px;
691         height: 28px;
692 }
693
694 .table_row label {
695         float: left;
696         width: 45%;
697 }
698
699 .form_field {
700         border: solid 1px #000000;
701         background-color: #eeeeff;
702 }
703
704 .field_note {
705         float: left;
706         text-align: left;
707         font-style: italic;
708 }