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