]> git.mxchange.org Git - mailer.git/blob - theme/org/css/general.css
A lot CSS classes rewritten, please update all your themes.
[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 .notice {
86         color                           : #ff0000;
87         font-size                       : 11px;
88 }
89
90 .form_reset {
91         border                          : groove 1px #000000;
92         color                           : #0000AA;
93 }
94
95 .form_submit {
96         color                           : #0000AA;
97         border-color            : #000000;
98 }
99
100 .form_delete {
101         border-style            : groove;
102         color                           : #881111;
103         border-color            : #000000;
104 }
105
106 .form_submit {
107         background-color        : #ddeedd;
108 }
109
110 .banner {
111         background-color        : #ddeedd;
112         width                           : 488px;
113 }
114
115 .fatal_error {
116         background-color        : #ddeedd;
117         color                           : #eedddd;
118         font-size                       : 11px;
119 }
120
121 .form_select {
122         border                          : solid 1px;
123         border-color            : #000000;
124         background-color        : #EEFFEE;
125 }
126
127 .admin.register, .description_header, .table_header {
128         background-color        : #ddeedd;
129         color                   : #000000;
130 }
131
132 .code {
133         background-color        : #DDEEDD;
134 }
135
136 .admin_menu {
137         background-color        : #DDEEDD;
138         color                   : #000077;
139         width                   : 230px;
140 }
141
142 .logout_box {
143         background-color        : #AAFFAA;
144         color                   : #ddeedd;
145 }
146
147 .description_text, .table {
148         background-color        : #ddeedd;
149 }
150
151 .form_submitmenu {
152         min-width                       : 500px;
153         max-width                       : 90%;
154 }
155
156 .member_header {
157         text-align          : center;
158         height                  : 28px;
159         background-color        : #ddeedd;
160 }
161
162 .member_data {
163         background-color        : #ddeedd;
164         color                   : #000000;
165         height                  : 20px;
166 }
167
168 .form_field {
169         border                          : solid 1px;
170         border-color            : #000000;
171 }
172
173 .normal {
174         border-style            : groove;
175 }
176
177 .member_main {
178         background-color        : #DDEEDD;
179 }
180
181 .table_header {
182         color                   : #000000;
183         vertical-align          : middle;
184         background-color        : #DDEEDD;
185         height                  : 60px;
186 }
187
188 .guest_login_header {
189         color                   : #000000;
190         vertical-align          : middle;
191         background-color        : #DDEEDD;
192 }
193
194 .guest_menu {
195         width                   : 211px;
196         vertical-align          : top;
197 }
198
199 .member_menu {
200         width                   : 200px;
201 }
202
203 .guest_menu, .member_menu {
204         background-color        : #DDEEDD;
205 }
206
207 .guest_menu_title {
208         background-image        : url({?URL?}/theme/org/images/menus/title.jpg);
209         height                  : 36px;
210         width                   : 211px;
211         color                   : #000000;
212         padding-top             : 2.5px;
213 }
214
215 .member_menu_title {
216         color                   : #000000;
217         background-color        : #BDEFCD;
218         border                  : 1px solid #ddeedd;
219         height                  : 25px;
220         width                   : 200px;
221 }
222
223 .guest_menu_row {
224         background-image        : url({?URL?}/theme/org/images/menus/row.jpg);
225         width                   : 211px;
226         height                  : 26px;
227 }
228
229 .guest_menu_bottom {
230         background-image        : url({?URL?}/theme/org/images/menus/bottom.jpg);
231         width                   : 211px;
232         height                  : 30px;
233 }
234
235
236 .guest_menu_bottom, .guest_menu_row {
237         vertical-align          : top;
238         padding-left            : 11px;
239         padding-top             : 0px;
240         padding-bottom          : 0px;
241 }
242
243 .member_menu_whats {
244         border                  : 1px solid #ddeedd;
245         border-top              : 0px;
246         background-color        : #ddeedd;
247         height                  : 20px;
248 }
249
250 .guest_menu_seperator, .member_menu_seperator {
251         height                  : 15px;
252 }
253
254 .guest_content, .member_content {
255         background-color        : #F4FFF4;
256         width                   : 99%;
257 }
258
259 .guest_advert, .guest_login, .member_advert, .member_login {
260         background-color        : #DDEEDD;
261         vertical-align          : top;
262         margin-top              : 11px;
263 }
264
265 .master {
266         width                   : 100%;
267         height                  : 100%;
268         min-height              : 90%;
269         max-height              : 100%;
270         vertical-align  : top;
271 }
272
273 .footer_lines {
274         vertical-align          : bottom;
275         font-size                       : 11px;
276         width                   : 540px;
277         vertical-align          : middle;
278         background-color        : #DDEEDD;
279         height                  : 40px;
280 }
281
282 .dashed {
283         border                  : solid 1px;
284         border-color            : #0000aa;
285 }
286
287 .switch_sw1 {
288         background-color        : #b8efc1;
289 }
290
291 .switch_sw2 {
292         background-color        : #b8fccb;
293 }
294
295 .impressum {
296         font-size                       : 11px;
297         width                   : 320px;
298         vertical-align          : middle;
299         background-color        : #E5EFE5;
300         height                  : 70px;
301 }
302
303 .mediadata {
304         background-color        : #ddeedd;
305 }
306
307 .media_header, .impressum_header {
308         background-color        : #b8fccb;
309         text-align              : center;
310         color                   : #000000;
311         height                  : 26px;
312         font-weight             : bold;
313         font-size                       : 20px;
314 }
315
316 .media_left {
317         font-size                       : 14px;
318         width                   : 200px;
319 }
320
321 .media_right {
322         color                   : #000000;
323         font-weight             : bold;
324         font-size                       : 14px;
325         width                   : 70px;
326 }
327
328 .admin_sep_footer {
329         background-color        : #DDEEDD;
330         font-size           : 1px;
331 }
332
333 .admin_sep_footer2 {
334         background-color        : #ddeedd;
335         font-size           : 1px;
336 }
337
338 .table_footer, .member_refbanner, .member_update, .admin_del_link, .table_footer {
339         background-color        : #DDEEDD;
340 }
341
342 .table_footer {
343         height                  : 30px;
344         background-color        : #DDEEDD;
345 }
346
347 .table_footer {
348         height                  : 30px
349 }
350
351 .admin_task_header {
352         background-color        : #DDEEDD;
353         color                           : #000000;
354         vertical-align          : middle;
355         font-size                       : 18px;
356         height                          : 35px;
357 }
358
359 .seperator {
360         font-size                       : 1px
361 }
362
363 .tab1 {
364         text-align                      : center
365 }
366
367 .form_delete, .form_delete {
368         border                          : groove 1px #ddeedd;
369         background-color        : #0000AA;
370         color                           : #DDEEDD;
371 }
372
373 .guest_stats {
374         background-color        : #ddeedd;
375         width                           : 460px;
376 }
377
378 .guest_stats_title {
379         color                           : #000000;
380         vertical-align          : middle;
381         background-color        : #DDEEDD;
382         height                          : 30px;
383 }
384
385 .guest_stats_l {
386         width                           : 344px;
387         text-align                      : right;
388 }
389
390 .guest_stats_m {
391         width                           : 2px;
392 }
393
394 .guest_stats_r, .guest_stats_lr, .guest_stats_rr {
395         color                           : #000000;
396         width                           : 28px;
397         font-weight                     : bold;
398         text-align                      : center;
399 }
400
401 .guest_stats_ll, .guest_stats_rl {
402         width                           : 192px;
403         text-align                      : right;
404 }
405
406 .guest_stats_footer {
407         color                           : #000000;
408         vertical-align          : middle;
409         background-color        : #DDEEDD;
410         height                          : 20px;
411 }
412
413 .task_pre {
414         font-weight                     : bold;
415         margin-left                     : 0px;
416         margin-right            : 0px;
417         margin-top                      : 11px;
418         margin-bottom           : 11px;
419 }
420
421 .impressum_body {
422         background-color        : #DDEEDD;
423 }
424
425 .guest_content_align, .member_content_align, .admin_content_align {
426         text-align                      : center;
427         vertical-align          : top;
428 }
429
430 .list_categories, .admin_action_header, .admin_menu_main, .admin_menu_sub {
431         width                           : 100%;
432 }
433
434 .member_unconfirmed {
435         background-color        : #DDEEDD;
436         width                           : 100%;
437         text-align                      : center;
438 }
439
440 .you_are_here {
441         white-space         : nowrap;
442         font-size           : 14px;
443         margin-bottom       : 12px;
444 }
445
446 .tiny   { font-size             : 10px; }
447 .medium { font-size             : 16px; }
448 .big    { font-size             : 20px; }
449
450 .top    { border-top    : 1px solid #4400AA; }
451 .bottom { border-bottom : 1px solid #4400AA; }
452 .left   { border-left   : 1px solid #4400AA; }
453 .right  { border-right  : 1px solid #4400AA; }
454
455 .top2    { border-top   : 1px solid #0000aa; }
456 .bottom2 { border-bottom: 1px solid #0000aa; }
457 .left2   { border-left  : 1px solid #0000aa; }
458 .right2  { border-right : 1px solid #0000aa; }
459
460 .nobr {
461         white-space         : nowrap;
462 }
463
464 .mini_select { font-size: 10px; }
465
466 .fase4_rdf_main_title {
467         font-weight: bold;
468         font-size: 22px;
469 }
470
471 .fase4_rdf_title {
472         font-size: 18px;
473 }
474
475 .para {
476         text-align                      : left;
477         padding-top                     : 10px;
478         padding-left            : 10px;
479         padding-right           : 10px;
480         padding-bottom          : 10px;
481 }
482
483 .para_title {
484         text-align                      : center;
485         padding-bottom          : 20px;
486 }
487
488 .listing {
489         padding-top                     : 14px;
490         padding-bottom          : 14px;
491 }
492
493 .para2 {
494         padding-right           : 5px;
495         padding-left            : 5px;
496         padding-top                     : 2px;
497         padding-bottom          : 2px;
498 }
499
500 div.menu_invisible, div.sub_menu_invisible, td.menu_invisible, td.sub_menu_invisible {
501         background-color: #dddddd;
502         font-style: italic;
503 }
504
505 strong.menu_invisible, strong.sub_menu_invisible {
506         color: #999999;
507         font-style: italic;
508 }
509
510 .menu_locked, .sub_menu_locked {
511         color: #ffeeee;
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 }