mailer 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 .guest_login_header {
218         color: #000000;
219         vertical-align: middle;
220         background-color: #DDEEDD;
221 }
222
223 .guest_menu {
224         width                   : 211px;
225         vertical-align          : top;
226 }
227
228 .member_menu {
229         width                   : 200px;
230 }
231
232 .guest_menu, .member_menu {
233         background-color        : #DDEEDD;
234 }
235
236 .guest_menu_title {
237         background-image        : url({?URL?}/theme/org/images/menus/title.jpg);
238         height                  : 36px;
239         width                   : 211px;
240         color                   : #000000;
241         padding-top             : 2.5px;
242 }
243
244 .member_menu_title {
245         color                   : #000000;
246         background-color        : #BDEFCD;
247         border                  : 1px solid #ddeedd;
248         height                  : 25px;
249         width                   : 200px;
250 }
251
252 .guest_menu_row {
253         background-image        : url({?URL?}/theme/org/images/menus/row.jpg);
254         width                   : 211px;
255         height                  : 26px;
256 }
257
258 .guest_menu_bottom {
259         background-image        : url({?URL?}/theme/org/images/menus/bottom.jpg);
260         width                   : 211px;
261         height                  : 30px;
262 }
263
264
265 .guest_menu_bottom, .guest_menu_row {
266         vertical-align          : top;
267         padding-left            : 11px;
268         padding-top             : 0px;
269         padding-bottom          : 0px;
270 }
271
272 .member_menu_whats {
273         border                  : 1px solid #ddeedd;
274         border-top              : 0px;
275         background-color        : #ddeedd;
276         height                  : 20px;
277 }
278
279 .guest_menu_separator, .member_menu_separator {
280         height                  : 15px;
281 }
282
283 .guest_content, .member_content {
284         background-color        : #F4FFF4;
285         width                   : 99%;
286 }
287
288 .guest_advert, .guest_login, .member_advert, .member_login {
289         background-color        : #DDEEDD;
290         vertical-align          : top;
291         margin-top              : 11px;
292 }
293
294 .master {
295         width                   : 100%;
296         height                  : 100%;
297         min-height              : 90%;
298         max-height              : 100%;
299         vertical-align  : top;
300 }
301
302 .footer_lines {
303         vertical-align          : bottom;
304         font-size                       : 11px;
305         width                   : 540px;
306         vertical-align          : middle;
307         background-color        : #DDEEDD;
308         height                  : 40px;
309 }
310
311 .dashed {
312         border                  : solid 1px;
313         border-color            : #0000aa;
314 }
315
316 .switch_sw1 {
317         background-color        : #b8efc1;
318 }
319
320 .switch_sw2 {
321         background-color        : #b8fccb;
322 }
323
324 .impressum {
325         font-size                       : 11px;
326         width                   : 320px;
327         vertical-align          : middle;
328         background-color        : #E5EFE5;
329         height                  : 70px;
330 }
331
332 .mediadata {
333         background-color        : #ddeedd;
334 }
335
336 .media_header, .impressum_header {
337         background-color        : #b8fccb;
338         text-align              : center;
339         color                   : #000000;
340         height                  : 26px;
341         font-weight             : bold;
342         font-size                       : 20px;
343 }
344
345 .media_left {
346         font-size                       : 12px;
347         width                   : 200px;
348 }
349
350 .media_right {
351         color                   : #000000;
352         font-weight             : bold;
353         font-size                       : 12px;
354         width                   : 70px;
355 }
356
357 .admin_sep_footer {
358         background-color        : #DDEEDD;
359         font-size           : 1px;
360 }
361
362 .admin_sep_footer2 {
363         background-color        : #ddeedd;
364         font-size           : 1px;
365 }
366
367 .member_refbanner, .member_update, .admin_delete_link {
368         background-color        : #DDEEDD;
369 }
370
371 .table_footer {
372         padding: 5px;
373         margin-top: 5px;
374         text-align: center;
375         background-color: #DDEEDD;
376 }
377
378 .admin_task_header {
379         background-color        : #DDEEDD;
380         color                           : #000000;
381         vertical-align          : middle;
382         font-size                       : 18px;
383         height                          : 35px;
384 }
385
386 .separator {
387         font-size                       : 1px
388 }
389
390 .tab1 {
391         text-align                      : center
392 }
393
394 .form_delete, .form_delete {
395         border                          : groove 1px #ddeedd;
396         background-color        : #0000AA;
397         color                           : #DDEEDD;
398 }
399
400 .guest_stats {
401         background-color        : #ddeedd;
402         width                           : 460px;
403 }
404
405 .guest_stats_l {
406         width                           : 344px;
407         text-align                      : right;
408 }
409
410 .guest_stats_m {
411         width                           : 2px;
412 }
413
414 .guest_stats_r, .guest_stats_lr, .guest_stats_rr {
415         color                           : #000000;
416         width                           : 28px;
417         font-weight                     : bold;
418         text-align                      : center;
419 }
420
421 .guest_stats_ll, .guest_stats_rl {
422         width                           : 192px;
423         text-align                      : right;
424 }
425
426 .impressum_body {
427         background-color        : #DDEEDD;
428 }
429
430 .guest_content_align, .member_content_align, .admin_content_align {
431         text-align                      : center;
432         vertical-align          : top;
433 }
434
435 .list_categories, .admin_action_header, .admin_menu_main, .admin_menu_sub {
436         width                           : 100%;
437 }
438
439 .you_are_here {
440         white-space         : nowrap;
441         font-size           : 12px;
442 }
443
444 .tiny   { font-size             : 10px; }
445 .medium { font-size             : 16px; }
446 .big    { font-size             : 20px; }
447
448 .top    { border-top    : 1px solid #4400AA; }
449 .bottom { border-bottom : 1px solid #4400AA; }
450 .left   { border-left   : 1px solid #4400AA; }
451 .right  { border-right  : 1px solid #4400AA; }
452
453 .top2    { border-top   : 1px solid #0000aa; }
454 .bottom2 { border-bottom: 1px solid #0000aa; }
455 .left2   { border-left  : 1px solid #0000aa; }
456 .right2  { border-right : 1px solid #0000aa; }
457
458 .nobr {
459         white-space         : nowrap;
460 }
461
462 .mini_select { font-size: 10px; }
463
464 .fase4_rdf_main_title {
465         font-weight: bold;
466         font-size: 22px;
467 }
468
469 .fase4_rdf_title {
470         font-size: 18px;
471 }
472
473 .para {
474         text-align                      : left;
475         text-indent                     : 1em;
476         margin-left                     : 5px;
477         margin-right            : 5px;
478         margin-bottom           : 1em;
479 }
480
481 .listing {
482         padding-top                     : 14px;
483         padding-bottom          : 14px;
484 }
485
486 div.menu_invisible, div.sub_menu_invisible, td.menu_invisible, td.sub_menu_invisible {
487         background-color: #dddddd;
488         font-style: italic;
489 }
490
491 strong.menu_invisible, strong.sub_menu_invisible {
492         color: #999999;
493         font-style: italic;
494 }
495
496 .menu_locked, .sub_menu_locked {
497         color: #ffeeee;
498 }
499
500 .rank_1 {
501         font-weight : bold;
502         font-size   : 22px;
503 }
504
505 .rank_2 {
506         font-weight : bold;
507         font-size   : 18px;
508 }
509
510 .rank_3 {
511         font-weight : bold;
512 }
513
514 ul.listing {
515         text-align: left;
516         margin-top: 5px;
517         margin-left: 5px;
518         margin-right: 5px;
519         padding-left: 5px;
520         list-style-type: none;
521 }
522
523 ol.listing {
524         text-align: left;
525         padding-top: 5px;
526         padding-bottom: 5px;
527         padding-left: 0px;
528         margin-left: 25px;
529 }
530
531 li.listing {
532         padding-bottom: 5px;
533 }
534
535 .bad {
536         color: #aa0000;
537         font-style: italic;
538 }
539
540 .good {
541         color: #00aa00;
542 }
543
544 .table_row {
545         text-align: left;
546         clear: both;
547         margin: 0px;
548         padding: 0px;
549         padding-top: 5px;
550         padding-bottom: 5px;
551         height: 28px;
552 }
553
554 .table_row label {
555         float: left;
556         width: 45%;
557 }
558
559 .form_field {
560         border: groove 1px #009900;
561 }
562
563 .field_note {
564         float: left;
565         text-align: left;
566         font-style: italic;
567 }