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