0bb4fc78098b8d59faf73170bb9e1f4d42d747cd
[mailer.git] / theme / desert / css / general.css
1 body {
2         background-color        : #FFFFCC;
3         color                           : #880000;
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 {
28         color                   : #880000;
29 }
30
31 A:visited {
32         color                   : #880000;
33 }
34
35 A:active {
36         color                   : #880000;
37         background-color        : transparent;
38 }
39
40 A:hover {
41         background-color        : transparent;
42 }
43
44 input, textarea, select, option {
45         color                           : #880000;
46         background-color        : #FFFFCC;
47         border                          : 1px solid #880000;
48         text-decoration         : none;
49 }
50
51 ul, ol {
52         margin-top              : 0px;
53         margin-bottom           : 0px;
54 }
55
56 .admin_reset, .guest_reset, .member_reset {
57         border-style            : groove;
58         border                  : solid 1px #880000;
59         color                   : #880000;
60 }
61
62 .admin_submit, .guest_submit, .member_submit {
63         color                   : #880000;
64         border-color            : #880000;
65 }
66
67 .admin_submit_reject {
68         border-style            : groove;
69         color                   : #880000;
70         border-color            : #880000;
71 }
72
73 .runtime_fatal, .runtime_fatalcontent {
74         color                   : #880000;
75         background-color        : #FFFFCC;
76         font-family             : Verdana, Arial, Geneva, Helvetica, sans-serif;
77 }
78
79 .runtime_fatal {
80         color                   : #880000;
81 }
82
83 .runtime_fatalcontent {
84         text-align              : left;
85         font-size                       : 12px;
86 }
87
88 .admin {
89         color                   : #880000;
90         background-color        : #FFFFCC;
91         font-family             : Verdana, Arial, Geneva, Helvetica, sans-serif;
92 }
93
94 .admin_note {
95         color                   : #880000;
96         font-size                       : 12px;
97 }
98
99 DIV.admin_note {
100         padding-top             : 10px;
101         padding-right           : 10px;
102         padding-left            : 10px;
103 }
104
105 .admin_fatal {
106         color                   : #880000;
107         font-size                       : 18px;
108 }
109
110 .admin_edit, .member_confirm {
111         background-color        : #FFFFCC;
112 }
113
114 .member_banner {
115         background-color        : #FFFFCC;
116         width                   : 488px;
117 }
118
119 .admin_error {
120         background-color        : #FFFFCC;
121         color                   : #880000;
122         font-size                       : 10px;
123 }
124
125 .admin_select, .guest_select, .member_select {
126         border                  : solid 1px;
127         border-color            : #880000;
128         background-color        : #DDDDAA;
129 }
130
131 .admin_register, .admin_desc_header, .admin_done, .admin_title, .member_title2, .guest_title2, .admin_message {
132         background-color        : #DDDDAA;
133         color                   : #880000;
134         text-align              : center;
135 }
136
137 .member_done, .guest_done {
138         color                   : #880000;
139 }
140
141 .member_misc {
142         background-color        : #FFFFCC;
143 }
144
145 .admin_misc, .member_misc {
146         color                   : #880000;
147 }
148
149 .admin_done2 {
150         color                   : #880000;
151 }
152
153 .admin_green, .admin_no {
154         color                   : #880000;
155 }
156
157 .admin_welcome {
158         background-color        : #DDDDAA;
159         color                   : #880000;
160         vertical-align          : middle;
161         font-size                       : 18px;
162         height                  : 50px;
163 }
164
165 .admin_header {
166         background-color        : #DDDDAA;
167 }
168
169 .admin_menu {
170         background-color        : #DDDDAA;
171         color                   : #880000;
172         width                   : 230px;
173 }
174
175 .admin_logout {
176         background-color        : #CCCCAA;
177         color                   : #880000;
178 }
179
180 .admin_desc_cont {
181         text-align              : left;
182         background-color        : #FFFFCC;
183 }
184
185 .admin_table, .member_table {
186         background-color        : #FFFFCC;
187 }
188
189 .admin_editmenu {
190         min-width                       : 500px;
191         max-width                       : 90%;
192 }
193
194 .admin_form_header {
195         text-align          : center;
196         height                  : 36px;
197         background-color        : #DDDDAA;
198         color                   : #880000;
199 }
200
201 .member_header {
202         text-align          : center;
203         height                  : 28px;
204         background-color        : #DDDDAA;
205 }
206
207 .admin_failed, .guest_failed, .member_failed, .member_note {
208         color                   : #880000;
209 }
210
211 .member_note_bg {
212         background-color        : #FFFFCC;
213 }
214
215 .member_data {
216         background-color        : #FFFFCC;
217         color                   : #880000;
218         height                  : 20px;
219 }
220
221 .admin_header_b1 {
222         border-bottom           : 1px solid #880000;
223         background-color        : #DDDDAA;
224         height                  : 22px;
225 }
226
227 .admin_snote {
228         font-size                       : 12px;
229 }
230
231 .admin_normal, .guest_normal, .member_normal {
232         border-style            : solid;
233         border                  : solid 1px;
234         border-color            : #880000;
235         background-color        : #DDDDAA;
236 }
237
238 .member_stats {
239         vertical-align          : top;
240         font-weight             : bold;
241         height                  : 23px;
242         font-size                       : 16px;
243         border-style            : none;
244         border                  : 0px;
245         background          : #FFFFCC;
246         color                   : #880000;
247         margin-top              : -4px;
248         margin-bottom           : 1px;
249         cursor                  : default;
250 }
251
252 .normal {
253         border-style            : groove;
254 }
255
256 .member_main {
257         background-color        : #FFFFCC;
258 }
259
260 .guest_title, .member_title {
261         text-align              : center;
262         color                   : #880000;
263         vertical-align          : middle;
264         background-color        : #DDDDAA;
265         height                  : 60px;
266 }
267
268 .guest_login_header {
269         color                   : #880000;
270         vertical-align          : middle;
271         background-color        : #DDDDAA;
272 }
273
274 .guest_menu, .member_menu {
275         width                   : 220px;
276         background-color        : #FFFFCC;
277         vertical-align          : top;
278 }
279
280 .guest_menu_title, .member_menu_title {
281         background-color        : #DDDDAA;
282         color                   : #880000;
283         height                  : 25px;
284         width                   : 200px;
285         border                  : 1px solid #880000;
286 }
287
288 .guest_menu_row, .guest_menu_bottom, .member_menu_row, .member_menu_bottom {
289         border                  : 1px solid #880000;
290         border-top              : 0px;
291         background-color        : #FFFFCC;
292         height                  : 22px;
293         text-align              : left;
294 }
295
296 .guest_menu_seperator, .member_menu_seperator {
297         height                  : 15px;
298 }
299
300 .guest_content, .member_content {
301         background-color        : #FFFFCC;
302         width                   : 99%;
303         padding-left            : 2px;
304         padding-right           : 2px;
305         margin-left             : 5px;
306         margin-right            : 5px;
307 }
308
309 .guest_advert, .guest_login, .member_advert, .member_login {
310         background-color        : #FFFFCC;
311         vertical-align          : top;
312         margin-top              : 10px;
313 }
314
315 #master {
316         width                   : 100%;
317         height                  : 100%;
318         min-height              : 90%;
319         max-height              : 100%;
320         vertical-align          : top;
321 }
322
323 .masterbox {
324         text-align              : center;
325 }
326
327 .footer_lines {
328         vertical-align      : bottom;
329         font-size           : 10px;
330         width                   : 380px;
331         vertical-align          : middle;
332         background-color        : #FFFFCC;
333         height                  : 40px;
334 }
335
336 .dashed {
337         border                  : solid 1px;
338         border-color            : #880000;
339 }
340
341 .switch_sw1, .switch_mem1 {
342         background-color        : #FFFFCC;
343 }
344
345 .switch_sw2, .switch_mem2 {
346         background-color        : #FFFFCC;
347 }
348
349 .impressum {
350         font-size                       : 12px;
351         width                   : 320px;
352         vertical-align          : middle;
353         background-color        : #FFFFCC;
354         height                  : 70px;
355 }
356
357 .mediadata {
358         background-color        : #FFFFCC;
359 }
360
361 .media_header, .impressum_header {
362         background-color        : #DDDDAA;
363         text-align              : center;
364         color                   : #880000;
365         height                  : 26px;
366         font-weight             : bold;
367         font-size                       : 20px;
368 }
369
370 .media_left {
371         font-size                       : 14px;
372         width                   : 200px;
373 }
374
375 .media_right {
376         color                   : #880000;
377         font-weight             : bold;
378         font-size                       : 14px;
379         width                   : 70px;
380 }
381
382 .admin_sep_footer {
383         background-color        : #DDDDAA;
384         font-size           : 1px;
385 }
386
387 .admin_sep_footer2 {
388         background-color        : #DDDDAA;
389         font-size           : 1px;
390 }
391
392 .admin_footer, .member_refbanner, .member_update, .admin_del_link {
393         background-color        : #DDDDAA;
394 }
395
396 .member_footer {
397         height                  : 30px;
398         background-color        : #DDDDAA;
399 }
400
401 .admin_footer {
402         text-align              : center;
403         height                  : 30px
404 }
405
406 .admin_task_header {
407         background-color        : #DDDDAA;
408         color                   : #880000;
409         vertical-align          : middle;
410         font-size                       : 18px;
411         height                  : 35px;
412 }
413
414 .seperator {
415         font-size                       : 1px
416 }
417
418 .tab1 {
419         text-align              : center
420 }
421
422 .admin_delete, .admin_yes {
423         border-style            : groove;
424         border                  : solid 1px #880000;
425         background-color        : #880000;
426         color                   : #FFFFCC;
427 }
428
429 .guest_stats {
430         background-color        : #FFFFCC;
431         width                   : 460px;
432 }
433
434 .guest_stats_title {
435         color                   : #880000;
436         vertical-align          : middle;
437         background-color        : #DDDDAA;
438         height                  : 30px;
439 }
440
441 .guest_stats_l {
442         width                   : 344px;
443         text-align              : right;
444 }
445
446 .guest_stats_m {
447         width                   : 2px;
448 }
449
450 .guest_stats_r, .guest_stats_lr, .guest_stats_rr {
451         color                   : #880000;
452         width                   : 28px;
453         font-weight             : bold;
454         text-align              : center;
455 }
456
457 .guest_stats_ll, .guest_stats_rl {
458         width                   : 192px;
459         text-align              : right;
460 }
461
462 .guest_stats_footer {
463         color                   : #880000;
464         vertical-align          : middle;
465         background-color        : #DDDDAA;
466         height                  : 20px;
467 }
468
469 .task_pre {
470         font-weight             : bold;
471         margin-left             : 0px;
472         margin-right            : 0px;
473         margin-top              : 10px;
474         margin-bottom           : 10px;
475 }
476
477 .impressum_body {
478         background-color        : #FFFFCC;
479 }
480
481 .guest_content_align, .member_content_align, .admin_content_align {
482         text-align              : center;
483         vertical-align          : top;
484 }
485
486 .member_mailidtop {
487         background-color        : #FFFFCC;
488         width                   : 100%;
489         height                  : 100%;
490 }
491
492 .list_categories, .admin_action_header, .admin_main, .admin_menu_main, .admin_menu_sub {
493         text-align              : left;
494         width                   : 100%;
495 }
496
497 .member_unconfirmed {
498         background-color        : #FFFFCC;
499         width                   : 100%;
500         text-align              : center;
501 }
502
503 .you_are_here {
504         white-space             : nowrap;
505         font-size                       : 14px;
506         text-align              : left;
507 }
508
509 .tiny   { font-size             : 12px; }
510 .medium { font-size             : 14px; }
511 .big    { font-size             : 20px; }
512
513 .top    { border-top    : 1px solid #880000; }
514 .bottom { border-bottom : 1px solid #880000; }
515 .left   { border-left   : 1px solid #880000; }
516 .right  { border-right  : 1px solid #880000; }
517
518 .top2    { border-top   : 1px solid #880000; }
519 .bottom2 { border-bottom        : 1px solid #880000; }
520 .left2   { border-left  : 1px solid #880000; }
521 .right2  { border-right : 1px solid #880000; }
522
523 .nobr {
524         white-space             : nowrap;
525 }
526
527 .guest_table {
528         background-color    : #FFFFCC;
529 }
530
531 .main {
532         height                  : 99%;
533         vertical-align  : top;
534 }
535
536 .footer {
537         height                          : 1%;
538         vertical-align          : bottom;
539 }
540
541 .menu_blur {
542         display                 : block;
543 }
544
545 .menu_blur:hover {
546         background-color        : #DDDDAA;
547 }
548
549 .guest_footer {
550         height              : 30px;
551         background-color    : #DDDDAA;
552 }
553
554 .admin_alpha {
555         text-align      : center;
556         height          : 40px;
557         vertical-align  : middle;
558 }
559
560 .admin_sortlinks {
561         text-align      : center;
562         height          : 20px;
563         vertical-align  : middle;
564 }
565
566 .disabled {
567         border-style: groove;
568         background-color: #660000;
569         color: #FFFFCC;
570 }
571
572 .mini_select {
573      border              : solid 1px;
574      border-color        : #880000;
575      background-color    : #DDDDAA;
576      font-size           : 10px;
577 }
578
579 .theme_box {
580      border              : 1px solid #880000;
581      border-top          : 0px;
582         width               : 100%;
583         height              : 70px;
584      background-color    : #FFFFCC;
585 }
586
587 .theme_note {
588         font-size           : 12px;
589         font-weight         : bold;
590 }
591
592 .theme_content {
593         color               : #880000;
594 }
595
596 .admin_title2 {
597         background-color        : #DDDDAA;
598         color                   : #880000;
599         text-align              : center;
600         height                  : 25px;
601         font-size                       : 14px;
602 }
603
604 .agb_box {
605         text-align      : left;
606 }
607
608 .agb_title, .fatal_title {
609         font-size               : 16px;
610         text-align      : center;
611         height          : 40px;
612         font-weight     : bold;
613 }
614
615 .agb_para  {
616         text-indent     : 8px;
617         text-align      : left;
618         margin-left     : 5px;
619         margin-right    : 5px;
620         margin-bottom   : 12px;
621 }
622
623 .fatal_box {
624         text-align      : center;
625         width           : 100%;
626         margin-top      : 10px;
627 }
628
629 .admin_message {
630         margin-bottom   : 15px;
631 }
632
633 #show_timings_block {
634         margin-top                      : 5px;
635         tex-align                       : center;
636         border              : solid 1px;
637         border-color        : #880000;
638         background-color    : #DDDDAA;
639         font-size           : 10px;
640         vertical-align          : middle;
641         width                           : 465px;
642         height                          : 22px;
643         z-index                         : 0;
644 }
645
646 .show_timings_column {
647         z-index                         : 10;
648         top                                     : 3px;
649         background-color    : #FFFFCC;
650         position                        : relative;
651         margin                          : 0px;
652         width                           : 150px;
653         display                         : block;
654         border              : solid 1px;
655         border-color        : #880000;
656 }
657
658 .show_timings_data {
659         font-weight                     : bold;
660 }