mxchange.org theme released (have fun with it)
[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-style            : groove;
92         border                  : solid 1px #000000;
93         color                   : #0000AA;
94 }
95
96 .admin_submit, .guest_submit, .member_submit {
97         color                   : #0000AA;
98         border-color            : #000000;
99 }
100
101 .admin_submit_reject {
102         border-style            : groove;
103         color                   : #881111;
104         border-color            : #000000;
105 }
106
107 .admin_fatal {
108         font-size                       : 18px;
109         color                   : #ddeedd;
110 }
111
112 .admin_edit, .member_confirm {
113         background-color        : #ddeedd;
114 }
115
116 .member_banner {
117         background-color        : #ddeedd;
118         width                   : 488px;
119 }
120
121 .admin_error {
122         background-color        : #ddeedd;
123         color                   : #ddeedd;
124         font-size                       : 11px;
125 }
126
127 .admin_select, .guest_select, .member_select {
128         border                  : solid 1px;
129         border-color            : #000000;
130         background-color        : #EEFFEE;
131 }
132
133 .admin.register, .admin_desc_header, .admin_done, .admin_title, .member_title2, .guest_title2 {
134         background-color        : #ddeedd;
135         color                   : #000000;
136 }
137
138 .member_done, .guest_done {
139         color                   : #009900;
140 }
141
142 .member_misc, .code {
143         background-color        : #DDEEDD;
144 }
145
146 .admin_misc, .member_misc {
147         color                   : #000000;
148 }
149
150 .admin_done2 {
151         color                   : #0000AA;
152 }
153
154 .admin_green, .admin_no {
155         color                   : #000000;
156 }
157
158 .admin_welcome {
159         background-color        : #DDEEDD;
160         color                   : #000000;
161         vertical-align          : middle;
162         font-size                       : 18px;
163         height                  : 50px;
164 }
165
166 .admin_header {
167         background-color        : #ddeedd;
168 }
169
170 .admin_menu {
171         background-color        : #DDEEDD;
172         color                   : #000077;
173         width                   : 230px;
174 }
175
176 .admin_logout {
177         background-color        : #AAFFAA;
178         color                   : #ddeedd;
179 }
180
181 .admin_desc_cont, .admin_table, .member_table {
182         background-color        : #ddeedd;
183 }
184
185 .guest_table {
186         font-size                       : 14px;
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        : #ddeedd;
198         color                   : #000000;
199 }
200
201 .member_header {
202         text-align          : center;
203         height                  : 28px;
204         background-color        : #ddeedd;
205 }
206
207 .admin_failed, .guest_failed, .member_failed, .member_note {
208         color                   : #0000AA;
209 }
210
211 .member_note_bg {
212         background-color        : #ddeedd;
213 }
214
215 .member_data {
216         background-color        : #ddeedd;
217         color                   : #000000;
218         height                  : 20px;
219 }
220
221 .admin_header_b1 {
222         border-bottom           : 1px solid #ddeedd;
223         background-color        : #ddeedd;
224         height                  : 22px;
225 }
226
227 .admin_snote {
228         font-size                       : 11px;
229 }
230
231 .admin_normal, .guest_normal, .member_normal {
232         border-style            : solid;
233         border                  : solid 1px;
234         border-color            : #000000;
235 }
236
237 .member_stats {
238         vertical-align          : top;
239         font-weight             : bold;
240         height                  : 23px;
241         font-size                       : 16px;
242         border-style            : none;
243         border                  : 0px;
244         background          : #DDEEDD;
245         color                   : #000000;
246         margin-top              : -4px;
247         margin-bottom           : 1px;
248         cursor                  : default;
249 }
250
251 .normal {
252         border-style            : groove;
253 }
254
255 .member_main {
256         background-color        : #DDEEDD;
257 }
258
259 .guest_title, .member_title {
260         color                   : #000000;
261         vertical-align          : middle;
262         background-color        : #DDEEDD;
263         height                  : 60px;
264 }
265
266 .guest_login_header {
267         color                   : #000000;
268         vertical-align          : middle;
269         background-color        : #DDEEDD;
270 }
271
272 .guest_menu {
273         width                   : 211px;
274         vertical-align          : top;
275 }
276
277 .member_menu {
278         width                   : 200px;
279 }
280
281 .guest_menu, .member_menu {
282         background-color        : #DDEEDD;
283 }
284
285 .guest_menu_title {
286         background-image        : url(theme/org/images/menus/title.jpg);
287         height                  : 36px;
288         width                   : 211px;
289         color                   : #000000;
290         padding-top             : 2.5px;
291 }
292
293 .member_menu_title {
294         color                   : #000000;
295         background-color        : #BDEFCD;
296         border                  : 1px solid #ddeedd;
297         height                  : 25px;
298         width                   : 200px;
299 }
300
301 .guest_menu_row {
302         background-image        : url(theme/org/images/menus/row.jpg);
303         width                   : 211px;
304         height                  : 26px;
305 }
306
307 .guest_menu_bottom {
308         background-image        : url(theme/org/images/menus/bottom.jpg);
309         width                   : 211px;
310         height                  : 30px;
311 }
312
313
314 .guest_menu_bottom, .guest_menu_row {
315         vertical-align          : top;
316         padding-left            : 11px;
317         padding-top             : 0px;
318         padding-bottom          : 0px;
319 }
320
321 .member_menu_whats {
322         border                  : 1px solid #ddeedd;
323         border-top              : 0px;
324         background-color        : #ddeedd;
325         height                  : 20px;
326 }
327
328 .guest_menu_seperator, .member_menu_seperator {
329         height                  : 15px;
330 }
331
332 .guest_content, .member_content {
333         background-color        : #F4FFF4;
334         width                   : 99%;
335 }
336
337 .guest_advert, .guest_login, .member_advert, .member_login {
338         background-color        : #DDEEDD;
339         vertical-align          : top;
340         margin-top              : 11px;
341 }
342
343 .master {
344         width                   : 100%;
345         height                  : 100%;
346         min-height              : 90%;
347         max-height              : 100%;
348         vertical-align  : top;
349 }
350
351 .footer_lines {
352         vertical-align          : bottom;
353         font-size                       : 11px;
354         width                   : 540px;
355         vertical-align          : middle;
356         background-color        : #DDEEDD;
357         height                  : 40px;
358 }
359
360 .dashed {
361         border                  : solid 1px;
362         border-color            : #0000aa;
363 }
364
365 .switch_sw1, .switch_mem1 {
366         background-color        : #b8efc1;
367 }
368
369 .switch_sw2, .switch_mem2 {
370         background-color        : #b8fccb;
371 }
372
373 .impressum {
374         font-size                       : 11px;
375         width                   : 320px;
376         vertical-align          : middle;
377         background-color        : #E5EFE5;
378         height                  : 70px;
379 }
380
381 .mediadata {
382         background-color        : #ddeedd;
383 }
384
385 .media_header, .impressum_header {
386         background-color        : #b8fccb;
387         text-align              : center;
388         color                   : #000000;
389         height                  : 26px;
390         font-weight             : bold;
391         font-size                       : 20px;
392 }
393
394 .media_left {
395         font-size                       : 14px;
396         width                   : 200px;
397 }
398
399 .media_right {
400         color                   : #000000;
401         font-weight             : bold;
402         font-size                       : 14px;
403         width                   : 70px;
404 }
405
406 .admin_sep_footer {
407         background-color        : #DDEEDD;
408         font-size           : 1px;
409 }
410
411 .admin_sep_footer2 {
412         background-color        : #ddeedd;
413         font-size           : 1px;
414 }
415
416 .admin_footer, .member_refbanner, .member_update, .admin_del_link, .guest_footer {
417         background-color        : #DDEEDD;
418 }
419
420 .member_footer {
421         height                  : 30px;
422         background-color        : #DDEEDD;
423 }
424
425 .admin_footer {
426         height                  : 30px
427 }
428
429 .admin_task_header {
430         background-color        : #DDEEDD;
431         color                   : #000000;
432         vertical-align          : middle;
433         font-size                       : 18px;
434         height                  : 35px;
435 }
436
437 .seperator {
438         font-size                       : 1px
439 }
440
441 .tab1 {
442         text-align              : center
443 }
444
445 .admin_delete, .admin_yes {
446         border-style            : groove;
447         border                  : solid 1px #ddeedd;
448         background-color        : #0000AA;
449         color                   : #DDEEDD;
450 }
451
452 .guest_stats {
453         background-color        : #ddeedd;
454         width                   : 460px;
455 }
456
457 .guest_stats_title {
458         color                   : #000000;
459         vertical-align          : middle;
460         background-color        : #DDEEDD;
461         height                  : 30px;
462 }
463
464 .guest_stats_l {
465         width                   : 344px;
466         text-align              : right;
467 }
468
469 .guest_stats_m {
470         width                   : 2px;
471 }
472
473 .guest_stats_r, .guest_stats_lr, .guest_stats_rr {
474         color                   : #000000;
475         width                   : 28px;
476         font-weight             : bold;
477         text-align              : center;
478 }
479
480 .guest_stats_ll, .guest_stats_rl {
481         width                   : 192px;
482         text-align              : right;
483 }
484
485 .guest_stats_footer {
486         color                   : #000000;
487         vertical-align          : middle;
488         background-color        : #DDEEDD;
489         height                  : 20px;
490 }
491
492 .task_pre {
493         font-weight             : bold;
494         margin-left             : 0px;
495         margin-right            : 0px;
496         margin-top              : 11px;
497         margin-bottom           : 11px;
498 }
499
500 .impressum_body {
501         background-color        : #DDEEDD;
502 }
503
504 .guest_content_align, .member_content_align, .admin_content_align {
505         text-align              : center;
506         vertical-align          : top;
507 }
508
509 .member_mailidtop {
510         background-color        : #DDEEDD;
511         width                   : 100%;
512         height                  : 100%;
513 }
514
515 .list_categories, .admin_action_header, .admin_main, .admin_menu_main, .admin_menu_sub {
516         width                           : 100%;
517 }
518
519 .member_unconfirmed {
520         background-color        : #DDEEDD;
521         width                           : 100%;
522         text-align                      : center;
523 }
524
525 .you_are_here {
526         white-space         : nowrap;
527         font-size           : 14px;
528 }
529
530 .tiny   { font-size             : 10px; }
531 .medium { font-size             : 16px; }
532 .big    { font-size             : 20px; }
533
534 .top    { border-top    : 1px solid #4400AA; }
535 .bottom { border-bottom : 1px solid #4400AA; }
536 .left   { border-left   : 1px solid #4400AA; }
537 .right  { border-right  : 1px solid #4400AA; }
538
539 .top2    { border-top   : 1px solid #0000aa; }
540 .bottom2 { border-bottom: 1px solid #0000aa; }
541 .left2   { border-left  : 1px solid #0000aa; }
542 .right2  { border-right : 1px solid #0000aa; }
543
544 .nobr {
545         white-space         : nowrap;
546 }
547
548 .mini_select { font-size: 10px; }
549
550 .fase4_rdf_main_title {
551         font-weight: bold;
552         font-size: 22px;
553 }
554
555 .fase4_rdf_title {
556         font-size: 18px;
557 }
558
559 .para {
560         text-align                      : left;
561         padding-top                     : 10px;
562         padding-left            : 10px;
563         padding-right           : 10px;
564         padding-bottom          : 10px;
565 }
566
567 .para_title {
568         text-align                      : center;
569         padding-bottom          : 20px;
570 }
571
572 .listing {
573         padding-top                     : 14px;
574         padding-bottom          : 14px;
575 }
576
577 .para2 {
578         padding-right           : 5px;
579         padding-left            : 5px;
580         padding-top                     : 2px;
581         padding-bottom          : 2px;
582 }