3e68a0a08a489ec8ee9114cbcb9164f4e6d02808
[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 .notice {
86         color                           : #ff0000;
87         font-size                       : 11px;
88 }
89
90 .form_reset {
91         border                          : groove 1px #000000;
92         color                           : #0000AA;
93 }
94
95 .form_submit {
96         color                           : #0000AA;
97         border-color            : #000000;
98 }
99
100 .form_delete {
101         border-style            : groove;
102         color                           : #881111;
103         border-color            : #000000;
104 }
105
106 .form_submit {
107         background-color        : #ddeedd;
108 }
109
110 .banner {
111         background-color        : #ddeedd;
112         width                           : 488px;
113 }
114
115 .fatal_error {
116         background-color        : #ddeedd;
117         color                           : #eedddd;
118         font-size                       : 11px;
119 }
120
121 .form_select {
122         border                          : solid 1px;
123         border-color            : #000000;
124         background-color        : #EEFFEE;
125 }
126
127 .admin.register, .description_header {
128         background-color        : #ddeedd;
129         color                   : #000000;
130 }
131
132 .code {
133         background-color        : #DDEEDD;
134 }
135
136 .admin_menu {
137         background-color        : #DDEEDD;
138         color                   : #000077;
139         width                   : 230px;
140 }
141
142 .logout_box {
143         background-color        : #AAFFAA;
144         color                   : #ddeedd;
145 }
146
147 .description_text, .table {
148         background-color        : #ddeedd;
149 }
150
151 .form_submitmenu {
152         min-width                       : 500px;
153         max-width                       : 90%;
154 }
155
156 .member_header {
157         text-align          : center;
158         height                  : 28px;
159         background-color        : #ddeedd;
160 }
161
162 .member_data {
163         background-color        : #ddeedd;
164         color                   : #000000;
165         height                  : 20px;
166 }
167
168 .form_field {
169         border                          : solid 1px;
170         border-color            : #000000;
171 }
172
173 .normal {
174         border-style            : groove;
175 }
176
177 .member_main {
178         background-color        : #DDEEDD;
179 }
180
181 .table_header {
182         color                           : #000000;
183         vertical-align          : middle;
184         background-color        : #DDEEDD;
185         padding-bottom          : 5px;
186         padding-top                     : 5px;
187 }
188
189 .guest_login_header {
190         color                   : #000000;
191         vertical-align          : middle;
192         background-color        : #DDEEDD;
193 }
194
195 .guest_menu {
196         width                   : 211px;
197         vertical-align          : top;
198 }
199
200 .member_menu {
201         width                   : 200px;
202 }
203
204 .guest_menu, .member_menu {
205         background-color        : #DDEEDD;
206 }
207
208 .guest_menu_title {
209         background-image        : url({?URL?}/theme/org/images/menus/title.jpg);
210         height                  : 36px;
211         width                   : 211px;
212         color                   : #000000;
213         padding-top             : 2.5px;
214 }
215
216 .member_menu_title {
217         color                   : #000000;
218         background-color        : #BDEFCD;
219         border                  : 1px solid #ddeedd;
220         height                  : 25px;
221         width                   : 200px;
222 }
223
224 .guest_menu_row {
225         background-image        : url({?URL?}/theme/org/images/menus/row.jpg);
226         width                   : 211px;
227         height                  : 26px;
228 }
229
230 .guest_menu_bottom {
231         background-image        : url({?URL?}/theme/org/images/menus/bottom.jpg);
232         width                   : 211px;
233         height                  : 30px;
234 }
235
236
237 .guest_menu_bottom, .guest_menu_row {
238         vertical-align          : top;
239         padding-left            : 11px;
240         padding-top             : 0px;
241         padding-bottom          : 0px;
242 }
243
244 .member_menu_whats {
245         border                  : 1px solid #ddeedd;
246         border-top              : 0px;
247         background-color        : #ddeedd;
248         height                  : 20px;
249 }
250
251 .guest_menu_seperator, .member_menu_seperator {
252         height                  : 15px;
253 }
254
255 .guest_content, .member_content {
256         background-color        : #F4FFF4;
257         width                   : 99%;
258 }
259
260 .guest_advert, .guest_login, .member_advert, .member_login {
261         background-color        : #DDEEDD;
262         vertical-align          : top;
263         margin-top              : 11px;
264 }
265
266 .master {
267         width                   : 100%;
268         height                  : 100%;
269         min-height              : 90%;
270         max-height              : 100%;
271         vertical-align  : top;
272 }
273
274 .footer_lines {
275         vertical-align          : bottom;
276         font-size                       : 11px;
277         width                   : 540px;
278         vertical-align          : middle;
279         background-color        : #DDEEDD;
280         height                  : 40px;
281 }
282
283 .dashed {
284         border                  : solid 1px;
285         border-color            : #0000aa;
286 }
287
288 .switch_sw1 {
289         background-color        : #b8efc1;
290 }
291
292 .switch_sw2 {
293         background-color        : #b8fccb;
294 }
295
296 .impressum {
297         font-size                       : 11px;
298         width                   : 320px;
299         vertical-align          : middle;
300         background-color        : #E5EFE5;
301         height                  : 70px;
302 }
303
304 .mediadata {
305         background-color        : #ddeedd;
306 }
307
308 .media_header, .impressum_header {
309         background-color        : #b8fccb;
310         text-align              : center;
311         color                   : #000000;
312         height                  : 26px;
313         font-weight             : bold;
314         font-size                       : 20px;
315 }
316
317 .media_left {
318         font-size                       : 14px;
319         width                   : 200px;
320 }
321
322 .media_right {
323         color                   : #000000;
324         font-weight             : bold;
325         font-size                       : 14px;
326         width                   : 70px;
327 }
328
329 .admin_sep_footer {
330         background-color        : #DDEEDD;
331         font-size           : 1px;
332 }
333
334 .admin_sep_footer2 {
335         background-color        : #ddeedd;
336         font-size           : 1px;
337 }
338
339 .member_refbanner, .member_update, .admin_del_link {
340         background-color        : #DDEEDD;
341 }
342
343 .table_footer {
344         padding: 5px;
345         text-align: center;
346         background-color: #DDEEDD;
347 }
348
349 .admin_task_header {
350         background-color        : #DDEEDD;
351         color                           : #000000;
352         vertical-align          : middle;
353         font-size                       : 18px;
354         height                          : 35px;
355 }
356
357 .seperator {
358         font-size                       : 1px
359 }
360
361 .tab1 {
362         text-align                      : center
363 }
364
365 .form_delete, .form_delete {
366         border                          : groove 1px #ddeedd;
367         background-color        : #0000AA;
368         color                           : #DDEEDD;
369 }
370
371 .guest_stats {
372         background-color        : #ddeedd;
373         width                           : 460px;
374 }
375
376 .guest_stats_title {
377         color                           : #000000;
378         vertical-align          : middle;
379         background-color        : #DDEEDD;
380         height                          : 30px;
381 }
382
383 .guest_stats_l {
384         width                           : 344px;
385         text-align                      : right;
386 }
387
388 .guest_stats_m {
389         width                           : 2px;
390 }
391
392 .guest_stats_r, .guest_stats_lr, .guest_stats_rr {
393         color                           : #000000;
394         width                           : 28px;
395         font-weight                     : bold;
396         text-align                      : center;
397 }
398
399 .guest_stats_ll, .guest_stats_rl {
400         width                           : 192px;
401         text-align                      : right;
402 }
403
404 .guest_stats_footer {
405         color                           : #000000;
406         vertical-align          : middle;
407         background-color        : #DDEEDD;
408         height                          : 20px;
409 }
410
411 .task_pre {
412         font-weight                     : bold;
413         margin-left                     : 0px;
414         margin-right            : 0px;
415         margin-top                      : 11px;
416         margin-bottom           : 11px;
417 }
418
419 .impressum_body {
420         background-color        : #DDEEDD;
421 }
422
423 .guest_content_align, .member_content_align, .admin_content_align {
424         text-align                      : center;
425         vertical-align          : top;
426 }
427
428 .list_categories, .admin_action_header, .admin_menu_main, .admin_menu_sub {
429         width                           : 100%;
430 }
431
432 .member_unconfirmed {
433         background-color        : #DDEEDD;
434         width                           : 100%;
435         text-align                      : center;
436 }
437
438 .you_are_here {
439         white-space         : nowrap;
440         font-size           : 14px;
441 }
442
443 .tiny   { font-size             : 10px; }
444 .medium { font-size             : 16px; }
445 .big    { font-size             : 20px; }
446
447 .top    { border-top    : 1px solid #4400AA; }
448 .bottom { border-bottom : 1px solid #4400AA; }
449 .left   { border-left   : 1px solid #4400AA; }
450 .right  { border-right  : 1px solid #4400AA; }
451
452 .top2    { border-top   : 1px solid #0000aa; }
453 .bottom2 { border-bottom: 1px solid #0000aa; }
454 .left2   { border-left  : 1px solid #0000aa; }
455 .right2  { border-right : 1px solid #0000aa; }
456
457 .nobr {
458         white-space         : nowrap;
459 }
460
461 .mini_select { font-size: 10px; }
462
463 .fase4_rdf_main_title {
464         font-weight: bold;
465         font-size: 22px;
466 }
467
468 .fase4_rdf_title {
469         font-size: 18px;
470 }
471
472 .para {
473         text-align                      : left;
474         padding-top                     : 10px;
475         padding-left            : 10px;
476         padding-right           : 10px;
477         padding-bottom          : 10px;
478 }
479
480 .para_title {
481         text-align                      : center;
482         padding-bottom          : 20px;
483 }
484
485 .listing {
486         padding-top                     : 14px;
487         padding-bottom          : 14px;
488 }
489
490 .para2 {
491         padding-right           : 5px;
492         padding-left            : 5px;
493         padding-top                     : 2px;
494         padding-bottom          : 2px;
495 }
496
497 div.menu_invisible, div.sub_menu_invisible, td.menu_invisible, td.sub_menu_invisible {
498         background-color: #dddddd;
499         font-style: italic;
500 }
501
502 strong.menu_invisible, strong.sub_menu_invisible {
503         color: #999999;
504         font-style: italic;
505 }
506
507 .menu_locked, .sub_menu_locked {
508         color: #ffeeee;
509 }
510
511 .rank_1 {
512         font-weight : bold;
513         font-size   : 22px;
514 }
515
516 .rank_2 {
517         font-weight : bold;
518         font-size   : 18px;
519 }
520
521 .rank_3 {
522         font-weight : bold;
523 }