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