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