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