85e8dafbbab143bfaceef520cd2504f43c6106ce
[mailer.git] / theme / org / css / general.css
1 body {
2         background-color        : #ddeedd;
3         color                   : #000000;
4         font-family             : Verdana, Arial, Geneva, Helvetica, sans-serif;
5         font-size                       : 14px;
6
7         scrollbar-base-color            : #E9E4AE;
8         scrollbar-face-color            : #CDEFCD;
9         scrollbar-highlight-color       : #F4F9BE;
10         scrollbar-shadow-color          : #CDEFCD;
11         scrollbar-3dlight-color         : #DDDDDD;
12         scrollbar-arrow-color           : #000000;
13         scrollbar-track-color           : #CCEFCC;
14         scrollbar-darkshadow-color      : #999999;
15
16         margin                  : 0px;
17         margin-left             : 0px;
18         margin-right            : 0px;
19         margin-top              : 0px;
20         margin-bottom           : 0px;
21 }
22
23 table {
24         table-layout            : auto;
25         border-spacing          : 0px;
26         overflow                        : auto;
27 }
28
29 A {
30         font-style              : normal;
31         font-family             : Verdana, Arial, Geneva, Helvetica, sans-serif;
32         font-size                       : 14px;
33         text-decoration : none;
34 }
35
36 A:link {
37         color                   : #2e51a9;
38 }
39
40 A:visited {
41         color                   : #2e51a9;
42 }
43
44 A:active {
45         color                   : #2e51a9;
46         background-color        : transparent;
47 }
48
49 A:hover {
50         background-color        : transparent;
51 }
52
53 input, textarea, select, option {
54         color                   : #2e51a9;
55         background-color        : #EEFFEE;
56         border-color            : #BBBBBB;
57         text-decoration : none;
58 }
59
60 ul, ol {
61         margin-top              : 0px;
62         margin-bottom           : 0px;
63 }
64
65 .runtime {
66         color                   : #118811;
67         background-color        : #DDEEDD;
68         font-family             : Verdana, Arial, Geneva, Helvetica, sans-serif;
69 }
70
71 .runtime.fatal {
72         color                   : #0000aa;
73 }
74
75 .runtime.fatalcontent {
76         font-size                       : 20px;
77 }
78
79 .admin {
80         color                           : #118811;
81         background-color        : #DDEEDD;
82         font-family                     : Verdana, Arial, Geneva, Helvetica, sans-serif;
83 }
84
85 .admin_note {
86         color                           : #FF0000;
87         font-size                       : 11px;
88 }
89
90 .admin_reset, .guest_reset, .member_reset {
91         border                          : groove 1px #000000;
92         color                           : #0000AA;
93 }
94
95 .admin_submit, .guest_submit, .member_submit {
96         color                           : #0000AA;
97         border-color            : #000000;
98 }
99
100 .admin_submit_reject {
101         border-style            : groove;
102         color                           : #881111;
103         border-color            : #000000;
104 }
105
106 .admin_fatal {
107         font-size                       : 18px;
108         color                           : #ddeedd;
109 }
110
111 .admin_edit, .member_confirm {
112         background-color        : #ddeedd;
113 }
114
115 .member_banner {
116         background-color        : #ddeedd;
117         width                           : 488px;
118 }
119
120 .admin_error {
121         background-color        : #ddeedd;
122         color                           : #ddeedd;
123         font-size                       : 11px;
124 }
125
126 .admin_select, .guest_select, .member_select {
127         border                          : solid 1px;
128         border-color            : #000000;
129         background-color        : #EEFFEE;
130 }
131
132 .admin.register, .admin_desc_header, .admin_done, .admin_title, .member_title2, .guest_title2 {
133         background-color        : #ddeedd;
134         color                   : #000000;
135 }
136
137 .member_done, .guest_done {
138         color                   : #009900;
139 }
140
141 .member_misc, .code {
142         background-color        : #DDEEDD;
143 }
144
145 .admin_misc, .member_misc {
146         color                   : #000000;
147 }
148
149 .admin_done2 {
150         color                   : #0000AA;
151 }
152
153 .admin_green, .admin_no {
154         color                   : #000000;
155 }
156
157 .admin_welcome {
158         background-color        : #DDEEDD;
159         color                   : #000000;
160         vertical-align          : middle;
161         font-size                       : 18px;
162         height                  : 50px;
163 }
164
165 .admin_header {
166         background-color        : #ddeedd;
167 }
168
169 .admin_menu {
170         background-color        : #DDEEDD;
171         color                   : #000077;
172         width                   : 230px;
173 }
174
175 .admin_logout {
176         background-color        : #AAFFAA;
177         color                   : #ddeedd;
178 }
179
180 .admin_desc_cont, .admin_table, .member_table {
181         background-color        : #ddeedd;
182 }
183
184 .guest_table {
185         font-size                       : 14px;
186 }
187
188 .admin_editmenu {
189         min-width                       : 500px;
190         max-width                       : 90%;
191 }
192
193 .admin_form_header {
194         text-align          : center;
195         height                  : 36px;
196         background-color        : #ddeedd;
197         color                   : #000000;
198 }
199
200 .member_header {
201         text-align          : center;
202         height                  : 28px;
203         background-color        : #ddeedd;
204 }
205
206 .admin_failed, .guest_failed, .member_failed, .member_note {
207         color                   : #0000AA;
208 }
209
210 .member_note_bg {
211         background-color        : #ddeedd;
212 }
213
214 .member_data {
215         background-color        : #ddeedd;
216         color                   : #000000;
217         height                  : 20px;
218 }
219
220 .admin_header_b1 {
221         border-bottom           : 1px solid #ddeedd;
222         background-color        : #ddeedd;
223         height                  : 22px;
224 }
225
226 .admin_snote {
227         font-size                       : 11px;
228 }
229
230 .admin_normal, .guest_normal, .member_normal {
231         border                          : solid 1px;
232         border-color            : #000000;
233 }
234
235 .member_stats {
236         vertical-align          : top;
237         font-weight             : bold;
238         height                  : 23px;
239         font-size                       : 16px;
240         border-style            : none;
241         border                  : 0px;
242         background          : #DDEEDD;
243         color                   : #000000;
244         margin-top              : -4px;
245         margin-bottom           : 1px;
246         cursor                  : default;
247 }
248
249 .normal {
250         border-style            : groove;
251 }
252
253 .member_main {
254         background-color        : #DDEEDD;
255 }
256
257 .guest_title, .member_title {
258         color                   : #000000;
259         vertical-align          : middle;
260         background-color        : #DDEEDD;
261         height                  : 60px;
262 }
263
264 .guest_login_header {
265         color                   : #000000;
266         vertical-align          : middle;
267         background-color        : #DDEEDD;
268 }
269
270 .guest_menu {
271         width                   : 211px;
272         vertical-align          : top;
273 }
274
275 .member_menu {
276         width                   : 200px;
277 }
278
279 .guest_menu, .member_menu {
280         background-color        : #DDEEDD;
281 }
282
283 .guest_menu_title {
284         background-image        : url({?URL?}/theme/org/images/menus/title.jpg);
285         height                  : 36px;
286         width                   : 211px;
287         color                   : #000000;
288         padding-top             : 2.5px;
289 }
290
291 .member_menu_title {
292         color                   : #000000;
293         background-color        : #BDEFCD;
294         border                  : 1px solid #ddeedd;
295         height                  : 25px;
296         width                   : 200px;
297 }
298
299 .guest_menu_row {
300         background-image        : url({?URL?}/theme/org/images/menus/row.jpg);
301         width                   : 211px;
302         height                  : 26px;
303 }
304
305 .guest_menu_bottom {
306         background-image        : url({?URL?}/theme/org/images/menus/bottom.jpg);
307         width                   : 211px;
308         height                  : 30px;
309 }
310
311
312 .guest_menu_bottom, .guest_menu_row {
313         vertical-align          : top;
314         padding-left            : 11px;
315         padding-top             : 0px;
316         padding-bottom          : 0px;
317 }
318
319 .member_menu_whats {
320         border                  : 1px solid #ddeedd;
321         border-top              : 0px;
322         background-color        : #ddeedd;
323         height                  : 20px;
324 }
325
326 .guest_menu_seperator, .member_menu_seperator {
327         height                  : 15px;
328 }
329
330 .guest_content, .member_content {
331         background-color        : #F4FFF4;
332         width                   : 99%;
333 }
334
335 .guest_advert, .guest_login, .member_advert, .member_login {
336         background-color        : #DDEEDD;
337         vertical-align          : top;
338         margin-top              : 11px;
339 }
340
341 .master {
342         width                   : 100%;
343         height                  : 100%;
344         min-height              : 90%;
345         max-height              : 100%;
346         vertical-align  : top;
347 }
348
349 .footer_lines {
350         vertical-align          : bottom;
351         font-size                       : 11px;
352         width                   : 540px;
353         vertical-align          : middle;
354         background-color        : #DDEEDD;
355         height                  : 40px;
356 }
357
358 .dashed {
359         border                  : solid 1px;
360         border-color            : #0000aa;
361 }
362
363 .switch_sw1, .switch_mem1 {
364         background-color        : #b8efc1;
365 }
366
367 .switch_sw2, .switch_mem2 {
368         background-color        : #b8fccb;
369 }
370
371 .impressum {
372         font-size                       : 11px;
373         width                   : 320px;
374         vertical-align          : middle;
375         background-color        : #E5EFE5;
376         height                  : 70px;
377 }
378
379 .mediadata {
380         background-color        : #ddeedd;
381 }
382
383 .media_header, .impressum_header {
384         background-color        : #b8fccb;
385         text-align              : center;
386         color                   : #000000;
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                   : #000000;
399         font-weight             : bold;
400         font-size                       : 14px;
401         width                   : 70px;
402 }
403
404 .admin_sep_footer {
405         background-color        : #DDEEDD;
406         font-size           : 1px;
407 }
408
409 .admin_sep_footer2 {
410         background-color        : #ddeedd;
411         font-size           : 1px;
412 }
413
414 .admin_footer, .member_refbanner, .member_update, .admin_del_link, .guest_footer {
415         background-color        : #DDEEDD;
416 }
417
418 .member_footer {
419         height                  : 30px;
420         background-color        : #DDEEDD;
421 }
422
423 .admin_footer {
424         height                  : 30px
425 }
426
427 .admin_task_header {
428         background-color        : #DDEEDD;
429         color                           : #000000;
430         vertical-align          : middle;
431         font-size                       : 18px;
432         height                          : 35px;
433 }
434
435 .seperator {
436         font-size                       : 1px
437 }
438
439 .tab1 {
440         text-align                      : center
441 }
442
443 .admin_delete, .admin_yes {
444         border                          : groove 1px #ddeedd;
445         background-color        : #0000AA;
446         color                           : #DDEEDD;
447 }
448
449 .guest_stats {
450         background-color        : #ddeedd;
451         width                           : 460px;
452 }
453
454 .guest_stats_title {
455         color                           : #000000;
456         vertical-align          : middle;
457         background-color        : #DDEEDD;
458         height                          : 30px;
459 }
460
461 .guest_stats_l {
462         width                           : 344px;
463         text-align                      : right;
464 }
465
466 .guest_stats_m {
467         width                           : 2px;
468 }
469
470 .guest_stats_r, .guest_stats_lr, .guest_stats_rr {
471         color                           : #000000;
472         width                           : 28px;
473         font-weight                     : bold;
474         text-align                      : center;
475 }
476
477 .guest_stats_ll, .guest_stats_rl {
478         width                           : 192px;
479         text-align                      : right;
480 }
481
482 .guest_stats_footer {
483         color                           : #000000;
484         vertical-align          : middle;
485         background-color        : #DDEEDD;
486         height                          : 20px;
487 }
488
489 .task_pre {
490         font-weight                     : bold;
491         margin-left                     : 0px;
492         margin-right            : 0px;
493         margin-top                      : 11px;
494         margin-bottom           : 11px;
495 }
496
497 .impressum_body {
498         background-color        : #DDEEDD;
499 }
500
501 .guest_content_align, .member_content_align, .admin_content_align {
502         text-align                      : center;
503         vertical-align          : top;
504 }
505
506 .member_mailidtop {
507         background-color        : #DDEEDD;
508         width                           : 100%;
509         height                          : 100%;
510 }
511
512 .list_categories, .admin_action_header, .admin_main, .admin_menu_main, .admin_menu_sub {
513         width                           : 100%;
514 }
515
516 .member_unconfirmed {
517         background-color        : #DDEEDD;
518         width                           : 100%;
519         text-align                      : center;
520 }
521
522 .you_are_here {
523         white-space         : nowrap;
524         font-size           : 14px;
525         margin-bottom       : 12px;
526 }
527
528 .tiny   { font-size             : 10px; }
529 .medium { font-size             : 16px; }
530 .big    { font-size             : 20px; }
531
532 .top    { border-top    : 1px solid #4400AA; }
533 .bottom { border-bottom : 1px solid #4400AA; }
534 .left   { border-left   : 1px solid #4400AA; }
535 .right  { border-right  : 1px solid #4400AA; }
536
537 .top2    { border-top   : 1px solid #0000aa; }
538 .bottom2 { border-bottom: 1px solid #0000aa; }
539 .left2   { border-left  : 1px solid #0000aa; }
540 .right2  { border-right : 1px solid #0000aa; }
541
542 .nobr {
543         white-space         : nowrap;
544 }
545
546 .mini_select { font-size: 10px; }
547
548 .fase4_rdf_main_title {
549         font-weight: bold;
550         font-size: 22px;
551 }
552
553 .fase4_rdf_title {
554         font-size: 18px;
555 }
556
557 .para {
558         text-align                      : left;
559         padding-top                     : 10px;
560         padding-left            : 10px;
561         padding-right           : 10px;
562         padding-bottom          : 10px;
563 }
564
565 .para_title {
566         text-align                      : center;
567         padding-bottom          : 20px;
568 }
569
570 .listing {
571         padding-top                     : 14px;
572         padding-bottom          : 14px;
573 }
574
575 .para2 {
576         padding-right           : 5px;
577         padding-left            : 5px;
578         padding-top                     : 2px;
579         padding-bottom          : 2px;
580 }
581
582 div.menu_invisible, div.sub_menu_invisible, td.menu_invisible, td.sub_menu_invisible {
583         background-color: #dddddd;
584         font-style: italic;
585 }
586
587 strong.menu_invisible, strong.sub_menu_invisible {
588         color: #999999;
589         font-style: italic;
590 }
591
592 .menu_locked, .sub_menu_locked {
593         color: #ffeeee;
594 }