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