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