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