]> git.mxchange.org Git - mailer.git/blob - theme/ship-simu/css/general.css
9b524b477073f016415fbdb256c25179df853186
[mailer.git] / theme / ship-simu / css / general.css
1 body {
2         background-color        : #FFFFFF;
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         font-family             : Verdana, Arial, Geneva, Helvetica, sans-serif;
24         text-decoration : none;
25 }
26
27 A:link {
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         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                   : #000000;
59         background-color        : #FFFFFF;
60         border-color            : #EEEEFF;
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         width: 50%;
77         float: left;
78         display: block;
79         clear: both;
80 }
81
82 .form_reset {
83         border-style            : groove;
84         border                  : solid 1px #000000;
85         color                   : #000000;
86 }
87
88 .form_submit {
89         color                   : #000000;
90         border-color            : #000000;
91 }
92
93 .form_delete {
94         border-style            : groove;
95         color                   : #000000;
96         border-color            : #000000;
97 }
98
99 .runtime {
100         color                   : #000000;
101         background-color        : #FFFFFF;
102         font-family             : Verdana, Arial, Geneva, Helvetica, sans-serif;
103 }
104
105 .runtime.fatal {
106         color                   : #000000;
107 }
108
109 .runtime.fatalcontent {
110         font-size                       : 20px;
111 }
112
113 .admin {
114         color                   : #000000;
115         background-color        : #FFFFFF;
116         font-family             : Verdana, Arial, Geneva, Helvetica, sans-serif;
117 }
118
119 .notice {
120         color                   : #000000;
121         font-size                       : 12px;
122 }
123
124 .form_submit {
125         background-color        : #FFFFFF;
126 }
127
128 .banner {
129         background-color        : #FFFFFF;
130         width                   : 488px;
131 }
132
133 .fatal_error {
134         background-color        : #FFFFFF;
135         color                           : #aa0000;
136         font-size                       : 10px;
137 }
138
139 .form_select {
140         border                  : solid 1px;
141         border-color            : #000000;
142         background-color        : #EEEEFF;
143 }
144
145 .admin.register {
146         background-color        : #EEEEFF;
147         color                   : #000000;
148 }
149
150 .table_header, .bug_table_header, .ajax_bug_table_header {
151         background-color        : #EEEEFF;
152         color                           : #000000;
153         text-align                      : center;
154         align                           : center;
155         font-size                       : 14px;
156         padding-bottom          : 5px;
157         padding-top                     : 5px;
158 }
159
160 .header_column {
161         height: 23px;
162         background-color: #eeeeff;
163         color: #000000;
164         text-align: center;
165 }
166
167 .footer_column {
168         height: 23px;
169         background-color: #eeeeff;
170         color: #000000;
171 }
172
173 .admin_menu {
174         background-color        : #EEEEFF;
175         color                   : #000000;
176         width                   : 230px;
177 }
178
179 .logout_box {
180         background-color        : #EEEEFF;
181         color                   : #000000;
182 }
183
184 .description_text, .table, .table2, .table3 {
185         background-color        : #FFFFFF;
186 }
187
188 .form_submitmenu {
189         min-width                       : 500px;
190         max-width                       : 90%;
191 }
192
193 .member_header {
194         text-align          : center;
195         height                  : 28px;
196         background-color        : #EEEEFF;
197 }
198
199 .member_data {
200         background-color        : #FFFFFF;
201         color                   : #000000;
202         height                  : 20px;
203 }
204
205 .form_field {
206         border-style            : solid;
207         border                  : solid 1px;
208         border-color            : #000000;
209         background-color        : #EEEEFF;
210 }
211
212 .admin_alpha {
213         text-align      : center;
214         height          : 40px;
215         vertical-align  : middle;
216 }
217
218 .admin_sortlinks {
219         text-align      : center;
220         height          : 20px;
221         vertical-align  : middle;
222 }
223
224 .normal {
225         border-style            : groove;
226 }
227
228 .member_main {
229         background-color        : #FFFFFF;
230 }
231
232 .guest_login_header {
233         color                   : #000000;
234         vertical-align          : middle;
235         background-color        : #EEEEFF;
236 }
237
238 .guest_menu, .member_menu {
239         width                   : 190px;
240         background-color        : #FFFFFF;
241         vertical-align          : top;
242 }
243
244 .guest_menu_title, .member_menu_title {
245         background-color        : #EEEEFF;
246         color                   : #000000;
247         height                  : 25px;
248         width                   : 200px;
249         border                  : 1px solid #000000;
250 }
251
252 .guest_menu_row, .guest_menu_bottom, .member_menu_row, .member_menu_bottom {
253         border                  : 1px solid #000000;
254         border-top              : 0px;
255         background-color        : #FFFFFF;
256         height                  : 22px;
257 }
258
259 .guest_menu_separator, .member_menu_separator {
260         height                  : 15px;
261 }
262
263 .guest_content, .member_content {
264         background-color        : #FFFFFF;
265         width                   : 99%;
266         margin-left             : 5px;
267         margin-right            : 5px;
268 }
269
270 .guest_advert, .guest_login, .member_advert, .member_login {
271         background-color        : #FFFFFF;
272         vertical-align          : top;
273         margin-top              : 10px;
274 }
275
276 .master {
277         width                   : 100%;
278         height                  : 100%;
279         min-height              : 90%;
280         max-height              : 100%;
281         vertical-align  : top;
282 }
283
284 .footer_lines {
285         vertical-align      : bottom;
286         font-size           : 10px;
287         width                   : 640px;
288         vertical-align          : middle;
289         background-color        : #FFFFFF;
290         height                  : 40px;
291 }
292
293 .dashed {
294         border                  : solid 1px;
295         border-color            : #000000;
296 }
297
298 .switch_sw1 {
299         background-color        : #FFFFFF;
300 }
301
302 .switch_sw2 {
303         background-color        : #FFFFFF;
304 }
305
306 .impressum {
307         font-size                       : 12px;
308         width                   : 320px;
309         vertical-align          : middle;
310         background-color        : #FFFFFF;
311         height                  : 70px;
312 }
313
314 .mediadata {
315         background-color        : #FFFFFF;
316 }
317
318 .media_header, .impressum_header {
319         background-color        : #EEEEFF;
320         align                   : center;
321         text-align              : center;
322         color                   : #000000;
323         height                  : 26px;
324         font-weight             : bold;
325         font-size                       : 20px;
326 }
327
328 .media_left {
329         font-size                       : 14px;
330         width                   : 200px;
331 }
332
333 .media_right {
334         color                   : #000000;
335         font-weight             : bold;
336         font-size                       : 14px;
337         width                   : 70px;
338 }
339
340 .admin_sep_footer {
341         background-color        : #EEEEFF;
342         font-size           : 1px;
343 }
344
345 .admin_sep_footer2 {
346         background-color        : #EEEEFF;
347         font-size           : 1px;
348 }
349
350 .member_refbanner, .member_update, .admin_delete_link {
351         background-color        : #EEEEFF;
352 }
353
354 .table_footer {
355         padding: 5px;
356         text-align: center;
357         background-color: #EEEEFF;
358 }
359
360 .admin_task_header {
361         background-color        : #EEEEFF;
362         color                   : #000000;
363         vertical-align          : middle;
364         font-size                       : 18px;
365         height                  : 35px;
366 }
367
368 .separator {
369         font-size                       : 1px
370 }
371
372 .tab1 {
373         align                   : center
374 }
375
376 .form_delete, .form_delete {
377         border-style            : groove;
378         border                  : solid 1px #000000;
379         background-color        : #000000;
380         color                   : #FFFFFF;
381 }
382
383 .guest_stats {
384         background-color        : #FFFFFF;
385         width                   : 460px;
386 }
387
388 .guest_stats_l {
389         width                   : 344px;
390         text-align              : right;
391 }
392
393 .guest_stats_m {
394         width                   : 2px;
395 }
396
397 .guest_stats_r, .guest_stats_lr, .guest_stats_rr {
398         color                   : #000000;
399         width                   : 28px;
400         font-weight             : bold;
401         text-align              : center;
402 }
403
404 .guest_stats_ll, .guest_stats_rl {
405         width                   : 192px;
406         text-align              : right;
407 }
408
409 .impressum_body {
410         background-color        : #FFFFFF;
411 }
412
413 .guest_content_align, .member_content_align, .admin_content_align {
414         align                   : center;
415         text-align              : center;
416         vertical-align          : top;
417 }
418
419 .list_categories, .admin_action_header, .admin_menu_main, .admin_menu_sub {
420         width                   : 100%;
421 }
422
423 .you_are_here {
424         white-space             : nowrap;
425         font-size               : 14px;
426 }
427
428 .tiny   { font-size             : 12px; }
429 .medium { font-size             : 14px; }
430 .big    { font-size             : 20px; }
431
432 .top    { border-top    : 1px solid #000000; }
433 .bottom { border-bottom : 1px solid #000000; }
434 .left   { border-left   : 1px solid #000000; }
435 .right  { border-right  : 1px solid #000000; }
436
437 .top2    { border-top   : 1px solid #000000; }
438 .bottom2 { border-bottom        : 1px solid #000000; }
439 .left2   { border-left  : 1px solid #000000; }
440 .right2  { border-right : 1px solid #000000; }
441
442 .nobr {
443         white-space             : nowrap;
444 }
445
446 .main {
447         height                  : 99%;
448         vertical-align  : top;
449 }
450
451 .footer {
452         height                  : 1%
453 }
454
455 .menu_blur {
456         display                 : block;
457 }
458
459 .menu_blur:hover {
460         background-color        : #EEEEFF;
461 }
462
463 .disabled {
464         border-style: groove;
465         background-color: #660000;
466         color: #FFFFFF;
467 }
468
469 .mini_select {
470      border              : solid 1px;
471      border-color        : #000000;
472      background-color    : #EEEEFF;
473      font-size           : 10px;
474 }
475
476 .theme_box {
477      border              : 1px solid #000000;
478      border-top          : 0px;
479         width               : 100%;
480         height              : 70px;
481      background-color    : #FFFFFF;
482 }
483
484 .theme_note {
485         font-size           : 12px;
486         font-weight         : bold;
487 }
488
489 .theme_content {
490         color               : #000000;
491 }
492
493 .para {
494         text-align              : left;
495         text-indent             : 1em;
496         margin-left             : 10px;
497         margin-right    : 10px;
498         margin-bottom   : 1em;
499 }
500
501 ul.listing {
502         text-align: left;
503         margin-top: 5px;
504         margin-left: 5px;
505         margin-right: 5px;
506         padding-left: 5px;
507         list-style-type: none;
508 }
509
510 ol.listing {
511         text-align: left;
512         padding-top: 5px;
513         padding-bottom: 5px;
514         padding-left: 0px;
515         margin-left: 25px;
516 }
517
518 li.listing {
519         padding-bottom: 5px;
520 }
521
522 .bad {
523         color: #aa0000;
524         font-style: italic;
525 }
526
527 .good {
528         color: #00aa00;
529 }
530
531 .ui-progressbar {
532         height:2em;
533         text-align: left;
534         overflow: hidden;
535 }
536
537 .ui-progressbar .ui-progressbar-value {
538         margin: -1px;
539         height:100%;
540 }