CSS cleaned up
[mailer.git] / theme / schleuder / css / general.css
1 body {
2         background-color        : #0571cc;
3         color                   : #FFFFFF;
4         font-family             : Verdana, Arial, Geneva, Helvetica, sans-serif;
5         font-size                       : 12px;
6         letter-spacing      : 1px;
7
8         margin                  : 0px;
9         margin-left             : 0px;
10         margin-right            : 0px;
11         margin-top              : 0px;
12         margin-bottom           : 0px;
13 }
14
15 table {
16         table-layout            : auto;
17         border-spacing          : 0px;
18         overflow                        : auto;
19 }
20
21 A {
22         font-style              : normal;
23         font-family             : Verdana, Arial, Geneva, Helvetica, sans-serif;
24         text-decoration : none;
25 }
26
27 A:link, .online_text {
28         color                   : #000000;
29 }
30
31 A:visited {
32         color                   : #000000;
33 }
34
35 A:active {
36         color                   : #000088;
37         background-color        : transparent;
38 }
39
40 A:hover {
41         color                   : #000088;
42         background-color        : transparent;
43 }
44
45 input, textarea, select, option {
46         color                   : #FFFFFF;
47         background-color        : #0571cc;
48         border-color            : #69b2ff;
49         text-decoration : none;
50 }
51
52 ul, ol {
53         margin-top              : 0px;
54         margin-bottom           : 0px;
55 }
56
57 .form_reset {
58         border-style            : groove;
59         border                  : solid 1px #FFFFFF;
60         color                   : #FFFFFF;
61 }
62
63 .form_submit {
64         color                   : #FFFFFF;
65         border-color            : #FFFFFF;
66 }
67
68 .form_delete {
69         border-style            : groove;
70         color                   : #FFFFFF;
71         border-color            : #FFFFFF;
72 }
73
74 .runtime {
75         color                   : #FFFFFF;
76         background-color        : #0571cc;
77         font-family             : Verdana, Arial, Geneva, Helvetica, sans-serif;
78 }
79
80 .runtime.fatal {
81         color                   : #FFFFFF;
82 }
83
84 .runtime.fatalcontent {
85         font-size                       : 20px;
86 }
87
88 .admin {
89         color                   : #FFFFFF;
90         background-color        : #0571cc;
91         font-family             : Verdana, Arial, Geneva, Helvetica, sans-serif;
92 }
93
94 .notice {
95         color                   : #FFFFFF;
96         font-size                       : 12px;
97 }
98
99 .form_submit {
100         background-color        : #0571cc;
101 }
102
103 .banner {
104         background-color        : #0571cc;
105         width                   : 488px;
106 }
107
108 .fatal_error {
109         background-color        : #0571cc;
110         color                           : #FF0000;
111         font-size                       : 10px;
112 }
113
114 .form_select {
115         border                  : solid 1px;
116         border-color            : #FFFFFF;
117         background-color        : #69b2ff;
118 }
119
120 .admin.register {
121         background-color        : #69b2ff;
122         color                   : #FFFFFF;
123         text-align              : center;
124         align                   : center;
125 }
126
127 .table_header {
128         background-color        : #69b2ff;
129         color                   : #FFFFFF;
130         text-align              : center;
131         align                   : center;
132         height                  : 25px;
133         font-size                       : 14px;
134         padding-bottom: 5px;
135         padding-top: 5px;
136 }
137
138 .admin_menu {
139         background-color        : #69b2ff;
140         color                   : #FFFFFF;
141         width                   : 230px;
142         text-align              : left;
143 }
144
145 .logout_box {
146         background-color        : #DDDDFF;
147         color                   : #FFFFFF;
148 }
149
150 .description_text, .table {
151         text-align              : center;
152         align                   : center;
153         background-color        : #0571cc;
154 }
155
156 .form_submitmenu {
157         min-width                       : 500px;
158         max-width                       : 90%;
159 }
160
161 .member_header {
162         text-align          : center;
163         height                  : 28px;
164         background-color        : #69b2ff;
165 }
166
167 .member_data {
168         background-color        : #0571cc;
169         color                   : #FFFFFF;
170         height                  : 20px;
171 }
172
173 .form_field {
174         border-style            : solid;
175         border                  : solid 1px;
176         border-color            : #FFFFFF;
177         background-color        : #69b2ff;
178 }
179
180 .admin_alpha {
181         text-align      : center;
182         height          : 40px;
183         vertical-align  : middle;
184 }
185
186 .admin_sortlinks {
187         text-align      : center;
188         height          : 20px;
189         vertical-align  : middle;
190 }
191
192 .normal {
193         border-style            : groove;
194 }
195
196 .member_main {
197         background-color        : #0571cc;
198 }
199
200 .guest_login_header {
201         color                   : #FFFFFF;
202         vertical-align          : middle;
203         background-color        : #69b2ff;
204 }
205
206 .guest_menu, .member_menu {
207         width                   : 200px;
208         background-color        : #a3bdcc;
209         vertical-align          : top;
210 }
211
212 .guest_menu_title, .member_menu_title {
213         background-color        : #a3bdcc;
214         height                  : 46px;
215         width                   : 200px;
216 }
217
218 #guest_menu_action_main, #member_menu_action_main {
219         background-image        : url(theme/schleuder/images/menu/menu_title_main.jpg);
220         height                  : 36px;
221 }
222
223 #member_menu_action_order {
224         background-image        : url(theme/schleuder/images/menu/menu_title_order.jpg);
225         height                  : 36px;
226 }
227
228 #member_menu_action_logout {
229         background-image        : url(theme/schleuder/images/menu/menu_title_logout.jpg);
230         height                  : 36px;
231 }
232
233 #member_menu_action_account {
234         background-image        : url(theme/schleuder/images/menu/menu_title_account.jpg);
235         height                  : 36px;
236 }
237
238 #member_menu_action_rals {
239         background-image        : url(theme/schleuder/images/menu/menu_title_rals.jpg);
240         height                  : 36px;
241 }
242
243 #member_menu_action_extras {
244         background-image        : url(theme/schleuder/images/menu/menu_title_extras.jpg);
245         height                  : 36px;
246 }
247
248 #member_menu_action_stats {
249         background-image        : url(theme/schleuder/images/menu/menu_title_stats.jpg);
250         height                  : 36px;
251 }
252
253 #guest_menu_action_themes, #member_menu_action_themes {
254         background-image        : url(theme/schleuder/images/menu/menu_title_themes.jpg);
255         height                  : 36px;
256 }
257
258 #guest_menu_action_online, #member_menu_action_online {
259         background-image        : url(theme/schleuder/images/menu/menu_title_online.jpg);
260         height                  : 36px;
261 }
262
263 #guest_menu_action_members {
264         background-image        : url(theme/schleuder/images/menu/menu_title_member.jpg);
265         height                  : 36px;
266 }
267
268 .guest_menu_row, .member_menu_row {
269         background-image        : url(theme/schleuder/images/menu/menu_row.jpg);
270         background-color        : #a3bdcc;
271         border-top              : 0px;
272         height                  : 28px;
273         padding-left            : 20px;
274         padding-bottom          : 5px;
275         font-color              : #000000;
276 }
277
278 .guest_menu_bottom, .member_menu_bottom {
279         background-image        : url(theme/schleuder/images/menu/menu_bottom.jpg);
280         background-color        : #a3bdcc;
281         border-top              : 0px;
282         height                  : 33px;
283         padding-left            : 20px;
284         padding-bottom          : 7px;
285         font-color              : #000000;
286 }
287
288 .guest_menu_seperator, .member_menu_seperator {
289         height                  : 0px;
290 }
291
292 .guest_content, .member_content {
293         background-color        : #94abb8;
294         padding-left:           : 10px;
295         padding-right:          : 10px;
296         margin-left             : 5px;
297         margin-right            : 5px;
298 }
299
300 .guest_advert, .guest_login, .member_advert, .member_login {
301         background-color        : #0571cc;
302         vertical-align          : top;
303         margin-top              : 10px;
304 }
305
306 #master, .masterbox {
307         width                   : 100%;
308         height                  : 100%;
309         min-height              : 90%;
310         max-height              : 100%;
311         vertical-align          : top;
312         text-align              : center;
313         align                   : center;
314 }
315
316 .footer_lines {
317         vertical-align      : bottom;
318         font-size           : 10px;
319         width                   : 640px;
320         vertical-align          : middle;
321         background-color        : #0571cc;
322         height                  : 40px;
323 }
324
325 .dashed {
326         border                  : solid 1px;
327         border-color            : #FFFFFF;
328 }
329
330 .switch_sw1 {
331         background-color        : #0571cc;
332 }
333
334 .switch_sw2 {
335         background-color        : #0571cc;
336 }
337
338 .impressum {
339         font-size                       : 12px;
340         width                   : 320px;
341         vertical-align          : middle;
342         background-color        : #0571cc;
343         height                  : 70px;
344 }
345
346 .mediadata {
347         background-color        : #0571cc;
348 }
349
350 .media_header, .impressum_header {
351         background-color        : #69b2ff;
352         align                   : center;
353         text-align              : center;
354         color                   : #FFFFFF;
355         height                  : 26px;
356         font-weight             : bold;
357         font-size                       : 20px;
358 }
359
360 .media_left {
361         font-size                       : 14px;
362         width                   : 200px;
363 }
364
365 .media_right {
366         color                   : #FFFFFF;
367         font-weight             : bold;
368         font-size                       : 14px;
369         width                   : 70px;
370 }
371
372 .admin_sep_footer {
373         background-color        : #69b2ff;
374         font-size           : 1px;
375 }
376
377 .admin_sep_footer2 {
378         background-color        : #69b2ff;
379         font-size           : 1px;
380 }
381
382 .member_refbanner, .member_update, .admin_del_link {
383         background-color        : #69b2ff;
384 }
385
386 .table_footer {
387         text-align: center;
388         padding: 5px;
389         background-color        : #69b2ff;
390 }
391
392 .admin_task_header {
393         background-color        : #69b2ff;
394         color                   : #FFFFFF;
395         vertical-align          : middle;
396         font-size                       : 18px;
397         height                  : 35px;
398 }
399
400 .seperator {
401         font-size                       : 1px
402 }
403
404 .tab1 {
405         align                   : center
406 }
407
408 .form_delete, .form_delete {
409         border-style            : groove;
410         border                  : solid 1px #FFFFFF;
411         background-color        : #FFFFFF;
412         color                   : #0571cc;
413 }
414
415 .guest_stats {
416         background-color        : #0571cc;
417         width                   : 460px;
418 }
419
420 .guest_stats_title {
421         color                   : #FFFFFF;
422         vertical-align          : middle;
423         background-color        : #69b2ff;
424         height                  : 30px;
425 }
426
427 .guest_stats_l {
428         width                   : 344px;
429         text-align              : right;
430 }
431
432 .guest_stats_m {
433         width                   : 2px;
434 }
435
436 .guest_stats_r, .guest_stats_lr, .guest_stats_rr {
437         color                   : #FFFFFF;
438         width                   : 28px;
439         font-weight             : bold;
440         text-align              : center;
441 }
442
443 .guest_stats_ll, .guest_stats_rl {
444         width                   : 192px;
445         text-align              : right;
446 }
447
448 .guest_stats_footer {
449         color                   : #FFFFFF;
450         vertical-align          : middle;
451         background-color        : #69b2ff;
452         height                  : 20px;
453 }
454
455 .task_pre {
456         font-weight             : bold;
457         margin-left             : 0px;
458         margin-right            : 0px;
459         margin-top              : 10px;
460         margin-bottom           : 10px;
461 }
462
463 .impressum_body {
464         background-color        : #0571cc;
465 }
466
467 .guest_content_align, .member_content_align, .admin_content_align {
468         align                   : center;
469         text-align              : center;
470         vertical-align          : top;
471 }
472
473 .list_categories, .admin_action_header, .admin_menu_main, .admin_menu_sub {
474         width                   : 100%;
475 }
476
477 .member_unconfirmed {
478         background-color        : #0571cc;
479         width                   : 100%;
480         align                   : center;
481         text-align              : center;
482 }
483
484 .you_are_here {
485         text-align              : left;
486         align                   : left;
487         white-space             : nowrap;
488         font-size               : 14px;
489 }
490
491 .tiny   { font-size             : 12px; }
492 .medium { font-size             : 14px; }
493 .big    { font-size             : 20px; }
494
495 .top    { border-top    : 1px solid #FFFFFF; }
496 .bottom { border-bottom : 1px solid #FFFFFF; }
497 .left   { border-left   : 1px solid #FFFFFF; }
498 .right  { border-right  : 1px solid #FFFFFF; }
499
500 .top2    { border-top   : 1px solid #FFFFFF; }
501 .bottom2 { border-bottom        : 1px solid #FFFFFF; }
502 .left2   { border-left  : 1px solid #FFFFFF; }
503 .right2  { border-right : 1px solid #FFFFFF; }
504
505 .nobr {
506         white-space             : nowrap;
507 }
508
509 .main {
510         height                  : 99%;
511         vertical-align  : top;
512 }
513
514 .footer {
515         height                  : 1%
516 }
517
518 .disabled {
519         border-style: groove;
520         background-color: #660000;
521         color: #0571cc;
522 }
523
524 .mini_select {
525      border              : solid 1px;
526      border-color        : #FFFFFF;
527      background-color    : #69b2ff;
528      font-size           : 10px;
529 }
530
531 .theme_box {
532      border              : 1px solid #FFFFFF;
533      border-top          : 0px;
534         width               : 100%;
535         height              : 70px;
536      background-color    : #0571cc;
537 }
538
539 .theme_note {
540         font-size           : 12px;
541         font-weight         : bold;
542 }
543
544 .theme_content {
545         color               : #FFFFFF;
546 }
547
548 .guest, .member {
549         width                   : 100%;
550 }
551
552 .rank_1 {
553         font-weight : bold;
554         font-size   : 22px;
555 }
556
557 .rank_2 {
558         font-weight : bold;
559         font-size   : 18px;
560 }
561
562 .rank_3 {
563         font-weight : bold;
564 }