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