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