A lot CSS classes rewritten, please update all your themes.
[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, .table_header {
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 }
135
136 .admin_menu {
137         background-color        : #69b2ff;
138         color                   : #FFFFFF;
139         width                   : 230px;
140         text-align              : left;
141 }
142
143 .logout_box {
144         background-color        : #DDDDFF;
145         color                   : #FFFFFF;
146 }
147
148 .description_text, .table {
149         text-align              : center;
150         align                   : center;
151         background-color        : #0571cc;
152 }
153
154 .form_submitmenu {
155         min-width                       : 500px;
156         max-width                       : 90%;
157 }
158
159 .member_header {
160         text-align          : center;
161         height                  : 28px;
162         background-color        : #69b2ff;
163 }
164
165 .member_data {
166         background-color        : #0571cc;
167         color                   : #FFFFFF;
168         height                  : 20px;
169 }
170
171 .form_field {
172         border-style            : solid;
173         border                  : solid 1px;
174         border-color            : #FFFFFF;
175         background-color        : #69b2ff;
176 }
177
178 .admin_alpha {
179         text-align      : center;
180         height          : 40px;
181         vertical-align  : middle;
182 }
183
184 .admin_sortlinks {
185         text-align      : center;
186         height          : 20px;
187         vertical-align  : middle;
188 }
189
190 .normal {
191         border-style            : groove;
192 }
193
194 .member_main {
195         background-color        : #0571cc;
196 }
197
198 .table_header {
199         text-align              : left;
200         align                   : left;
201         color                   : #FFFFFF;
202         vertical-align          : middle;
203         background-color        : #a3bdcc;
204         height                  : 100px;
205 }
206
207 .guest_login_header {
208         color                   : #FFFFFF;
209         vertical-align          : middle;
210         background-color        : #69b2ff;
211 }
212
213 .guest_menu, .member_menu {
214         width                   : 200px;
215         background-color        : #a3bdcc;
216         vertical-align          : top;
217 }
218
219 .guest_menu_title, .member_menu_title {
220         background-color        : #a3bdcc;
221         height                  : 46px;
222         width                   : 200px;
223 }
224
225 #guest_menu_action_main, #member_menu_action_main {
226         background-image        : url(theme/schleuder/images/menu/menu_title_main.jpg);
227         height                  : 36px;
228 }
229
230 #member_menu_action_order {
231         background-image        : url(theme/schleuder/images/menu/menu_title_order.jpg);
232         height                  : 36px;
233 }
234
235 #member_menu_action_logout {
236         background-image        : url(theme/schleuder/images/menu/menu_title_logout.jpg);
237         height                  : 36px;
238 }
239
240 #member_menu_action_account {
241         background-image        : url(theme/schleuder/images/menu/menu_title_account.jpg);
242         height                  : 36px;
243 }
244
245 #member_menu_action_rals {
246         background-image        : url(theme/schleuder/images/menu/menu_title_rals.jpg);
247         height                  : 36px;
248 }
249
250 #member_menu_action_extras {
251         background-image        : url(theme/schleuder/images/menu/menu_title_extras.jpg);
252         height                  : 36px;
253 }
254
255 #member_menu_action_stats {
256         background-image        : url(theme/schleuder/images/menu/menu_title_stats.jpg);
257         height                  : 36px;
258 }
259
260 #guest_menu_action_themes, #member_menu_action_themes {
261         background-image        : url(theme/schleuder/images/menu/menu_title_themes.jpg);
262         height                  : 36px;
263 }
264
265 #guest_menu_action_online, #member_menu_action_online {
266         background-image        : url(theme/schleuder/images/menu/menu_title_online.jpg);
267         height                  : 36px;
268 }
269
270 #guest_menu_action_members {
271         background-image        : url(theme/schleuder/images/menu/menu_title_member.jpg);
272         height                  : 36px;
273 }
274
275 .guest_menu_row, .member_menu_row {
276         background-image        : url(theme/schleuder/images/menu/menu_row.jpg);
277         background-color        : #a3bdcc;
278         border-top              : 0px;
279         height                  : 28px;
280         padding-left            : 20px;
281         padding-bottom          : 5px;
282         font-color              : #000000;
283 }
284
285 .guest_menu_bottom, .member_menu_bottom {
286         background-image        : url(theme/schleuder/images/menu/menu_bottom.jpg);
287         background-color        : #a3bdcc;
288         border-top              : 0px;
289         height                  : 33px;
290         padding-left            : 20px;
291         padding-bottom          : 7px;
292         font-color              : #000000;
293 }
294
295 .guest_menu_seperator, .member_menu_seperator {
296         height                  : 0px;
297 }
298
299 .guest_content, .member_content {
300         background-color        : #94abb8;
301         padding-left:           : 10px;
302         padding-right:          : 10px;
303         margin-left             : 5px;
304         margin-right            : 5px;
305 }
306
307 .guest_advert, .guest_login, .member_advert, .member_login {
308         background-color        : #0571cc;
309         vertical-align          : top;
310         margin-top              : 10px;
311 }
312
313 .table_footer {
314         height              : 30px;
315         background-color    : #69b2ff;
316 }
317
318 #master, .masterbox {
319         width                   : 100%;
320         height                  : 100%;
321         min-height              : 90%;
322         max-height              : 100%;
323         vertical-align          : top;
324         text-align              : center;
325         align                   : center;
326 }
327
328 .footer_lines {
329         vertical-align      : bottom;
330         font-size           : 10px;
331         width                   : 640px;
332         vertical-align          : middle;
333         background-color        : #0571cc;
334         height                  : 40px;
335 }
336
337 .dashed {
338         border                  : solid 1px;
339         border-color            : #FFFFFF;
340 }
341
342 .switch_sw1 {
343         background-color        : #0571cc;
344 }
345
346 .switch_sw2 {
347         background-color        : #0571cc;
348 }
349
350 .impressum {
351         font-size                       : 12px;
352         width                   : 320px;
353         vertical-align          : middle;
354         background-color        : #0571cc;
355         height                  : 70px;
356 }
357
358 .mediadata {
359         background-color        : #0571cc;
360 }
361
362 .media_header, .impressum_header {
363         background-color        : #69b2ff;
364         align                   : center;
365         text-align              : center;
366         color                   : #FFFFFF;
367         height                  : 26px;
368         font-weight             : bold;
369         font-size                       : 20px;
370 }
371
372 .media_left {
373         font-size                       : 14px;
374         width                   : 200px;
375 }
376
377 .media_right {
378         color                   : #FFFFFF;
379         font-weight             : bold;
380         font-size                       : 14px;
381         width                   : 70px;
382 }
383
384 .admin_sep_footer {
385         background-color        : #69b2ff;
386         font-size           : 1px;
387 }
388
389 .admin_sep_footer2 {
390         background-color        : #69b2ff;
391         font-size           : 1px;
392 }
393
394 .table_footer, .member_refbanner, .member_update, .admin_del_link {
395         background-color        : #69b2ff;
396 }
397
398 .table_footer {
399         height                  : 30px;
400         background-color        : #69b2ff;
401 }
402
403 .table_footer {
404         height                  : 30px
405 }
406
407 .admin_task_header {
408         background-color        : #69b2ff;
409         color                   : #FFFFFF;
410         vertical-align          : middle;
411         font-size                       : 18px;
412         height                  : 35px;
413 }
414
415 .seperator {
416         font-size                       : 1px
417 }
418
419 .tab1 {
420         align                   : center
421 }
422
423 .form_delete, .form_delete {
424         border-style            : groove;
425         border                  : solid 1px #FFFFFF;
426         background-color        : #FFFFFF;
427         color                   : #0571cc;
428 }
429
430 .guest_stats {
431         background-color        : #0571cc;
432         width                   : 460px;
433 }
434
435 .guest_stats_title {
436         color                   : #FFFFFF;
437         vertical-align          : middle;
438         background-color        : #69b2ff;
439         height                  : 30px;
440 }
441
442 .guest_stats_l {
443         width                   : 344px;
444         text-align              : right;
445 }
446
447 .guest_stats_m {
448         width                   : 2px;
449 }
450
451 .guest_stats_r, .guest_stats_lr, .guest_stats_rr {
452         color                   : #FFFFFF;
453         width                   : 28px;
454         font-weight             : bold;
455         text-align              : center;
456 }
457
458 .guest_stats_ll, .guest_stats_rl {
459         width                   : 192px;
460         text-align              : right;
461 }
462
463 .guest_stats_footer {
464         color                   : #FFFFFF;
465         vertical-align          : middle;
466         background-color        : #69b2ff;
467         height                  : 20px;
468 }
469
470 .task_pre {
471         font-weight             : bold;
472         margin-left             : 0px;
473         margin-right            : 0px;
474         margin-top              : 10px;
475         margin-bottom           : 10px;
476 }
477
478 .impressum_body {
479         background-color        : #0571cc;
480 }
481
482 .guest_content_align, .member_content_align, .admin_content_align {
483         align                   : center;
484         text-align              : center;
485         vertical-align          : top;
486 }
487
488 .list_categories, .admin_action_header, .admin_menu_main, .admin_menu_sub {
489         width                   : 100%;
490 }
491
492 .member_unconfirmed {
493         background-color        : #0571cc;
494         width                   : 100%;
495         align                   : center;
496         text-align              : center;
497 }
498
499 .you_are_here {
500         text-align              : left;
501         align                   : left;
502         white-space             : nowrap;
503         font-size                       : 14px;
504 }
505
506 .tiny   { font-size             : 12px; }
507 .medium { font-size             : 14px; }
508 .big    { font-size             : 20px; }
509
510 .top    { border-top    : 1px solid #FFFFFF; }
511 .bottom { border-bottom : 1px solid #FFFFFF; }
512 .left   { border-left   : 1px solid #FFFFFF; }
513 .right  { border-right  : 1px solid #FFFFFF; }
514
515 .top2    { border-top   : 1px solid #FFFFFF; }
516 .bottom2 { border-bottom        : 1px solid #FFFFFF; }
517 .left2   { border-left  : 1px solid #FFFFFF; }
518 .right2  { border-right : 1px solid #FFFFFF; }
519
520 .nobr {
521         white-space             : nowrap;
522 }
523
524 .main {
525         height                  : 99%;
526         vertical-align  : top;
527 }
528
529 .footer {
530         height                  : 1%
531 }
532
533 .disabled {
534         border-style: groove;
535         background-color: #660000;
536         color: #0571cc;
537 }
538
539 .mini_select {
540      border              : solid 1px;
541      border-color        : #FFFFFF;
542      background-color    : #69b2ff;
543      font-size           : 10px;
544 }
545
546 .theme_box {
547      border              : 1px solid #FFFFFF;
548      border-top          : 0px;
549         width               : 100%;
550         height              : 70px;
551      background-color    : #0571cc;
552 }
553
554 .theme_note {
555         font-size           : 12px;
556         font-weight         : bold;
557 }
558
559 .theme_content {
560         color               : #FFFFFF;
561 }
562
563 .guest, .member {
564         width                   : 100%;
565 }
566 .rank_1 {
567         font-weight : bold;
568         font-size   : 22px;
569 }
570
571 .rank_2 {
572         font-weight : bold;
573         font-size   : 18px;
574 }
575
576 .rank_3 {
577         font-weight : bold;
578 }