Heacy rewrite/cleanup:
[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         height                  : 22px;
251 }
252
253 .guest_menu_separator, .member_menu_separator {
254         height                  : 15px;
255 }
256
257 .guest_content, .member_content {
258         background-color        : #FFFFFF;
259         width                   : 99%;
260         margin-left             : 5px;
261         margin-right            : 5px;
262 }
263
264 .guest_advert, .guest_login, .member_advert, .member_login {
265         background-color        : #FFFFFF;
266         vertical-align          : top;
267         margin-top              : 10px;
268 }
269
270 .master {
271         width                   : 100%;
272         height                  : 100%;
273         min-height              : 90%;
274         max-height              : 100%;
275         vertical-align  : top;
276 }
277
278 .footer_lines {
279         vertical-align      : bottom;
280         font-size           : 10px;
281         width                   : 640px;
282         vertical-align          : middle;
283         background-color        : #FFFFFF;
284         height                  : 40px;
285 }
286
287 .dashed {
288         border                  : solid 1px;
289         border-color            : #000000;
290 }
291
292 .switch_sw1 {
293         background-color        : #FFFFFF;
294 }
295
296 .switch_sw2 {
297         background-color        : #FFFFFF;
298 }
299
300 .impressum {
301         font-size                       : 12px;
302         width                   : 320px;
303         vertical-align          : middle;
304         background-color        : #FFFFFF;
305         height                  : 70px;
306 }
307
308 .mediadata {
309         background-color        : #FFFFFF;
310 }
311
312 .media_left {
313         font-size                       : 14px;
314         width                   : 200px;
315 }
316
317 .media_right {
318         color                   : #000000;
319         font-weight             : bold;
320         font-size                       : 14px;
321         width                   : 70px;
322 }
323
324 .admin_sep_footer {
325         background-color        : #EEEEFF;
326         font-size           : 1px;
327 }
328
329 .admin_sep_footer2 {
330         background-color        : #EEEEFF;
331         font-size           : 1px;
332 }
333
334 .member_refbanner, .member_update, .admin_delete_link {
335         background-color        : #EEEEFF;
336 }
337
338 .table_footer {
339         padding: 5px;
340         text-align: center;
341         background-color: #EEEEFF;
342 }
343
344 .separator {
345         font-size                       : 1px
346 }
347
348 .tab1 {
349         align                   : center
350 }
351
352 .form_delete, .form_delete {
353         border-style            : groove;
354         border                  : solid 1px #000000;
355         background-color        : #000000;
356         color                   : #FFFFFF;
357 }
358
359 .guest_stats {
360         background-color        : #FFFFFF;
361         width                   : 460px;
362 }
363
364 .guest_stats_l {
365         width                   : 344px;
366         text-align              : right;
367 }
368
369 .guest_stats_m {
370         width                   : 2px;
371 }
372
373 .guest_stats_r, .guest_stats_lr, .guest_stats_rr {
374         color                   : #000000;
375         width                   : 28px;
376         font-weight             : bold;
377         text-align              : center;
378 }
379
380 .guest_stats_ll, .guest_stats_rl {
381         width                   : 192px;
382         text-align              : right;
383 }
384
385 .impressum_body {
386         background-color        : #FFFFFF;
387 }
388
389 .guest_content_align, .member_content_align, .admin_content_align {
390         align                   : center;
391         text-align              : center;
392         vertical-align          : top;
393 }
394
395 .list_categories, .admin_action_header, .admin_menu_main, .admin_menu_sub {
396         width                   : 100%;
397 }
398
399 .you_are_here {
400         white-space             : nowrap;
401         font-size               : 14px;
402 }
403
404 .tiny   { font-size             : 12px; }
405 .medium { font-size             : 14px; }
406 .big    { font-size             : 20px; }
407
408 .top    { border-top    : 1px solid #000000; }
409 .bottom { border-bottom : 1px solid #000000; }
410 .left   { border-left   : 1px solid #000000; }
411 .right  { border-right  : 1px solid #000000; }
412
413 .top2    { border-top   : 1px solid #000000; }
414 .bottom2 { border-bottom        : 1px solid #000000; }
415 .left2   { border-left  : 1px solid #000000; }
416 .right2  { border-right : 1px solid #000000; }
417
418 .nobr {
419         white-space             : nowrap;
420 }
421
422 .main {
423         height                  : 99%;
424         vertical-align  : top;
425 }
426
427 .footer {
428         height                  : 1%
429 }
430
431 .menu_blur {
432         display                 : block;
433 }
434
435 .menu_blur:hover {
436         background-color        : #EEEEFF;
437 }
438
439 .disabled {
440         border-style: groove;
441         background-color: #660000;
442         color: #FFFFFF;
443 }
444
445 .mini_select {
446      border              : solid 1px;
447      border-color        : #000000;
448      background-color    : #EEEEFF;
449      font-size           : 10px;
450 }
451
452 .theme_box {
453      border              : 1px solid #000000;
454      border-top          : 0px;
455         width               : 100%;
456         height              : 70px;
457      background-color    : #FFFFFF;
458 }
459
460 .theme_note {
461         font-size           : 12px;
462         font-weight         : bold;
463 }
464
465 .theme_content {
466         color               : #000000;
467 }
468
469 .para {
470         text-align              : left;
471         text-indent             : 1em;
472         margin-left             : 10px;
473         margin-right    : 10px;
474         margin-bottom   : 1em;
475 }
476
477 ul.listing {
478         text-align: left;
479         margin-top: 5px;
480         margin-left: 5px;
481         margin-right: 5px;
482         padding-left: 5px;
483         list-style-type: none;
484 }
485
486 ol.listing {
487         text-align: left;
488         padding-top: 5px;
489         padding-bottom: 5px;
490         padding-left: 0px;
491         margin-left: 25px;
492 }
493
494 li.listing {
495         padding-bottom: 5px;
496 }
497
498 .bad {
499         color: #aa0000;
500         font-style: italic;
501 }
502
503 .good {
504         color: #00aa00;
505 }
506
507 .ui-progressbar {
508         height:2em;
509         text-align: left;
510         overflow: hidden;
511 }
512
513 .ui-progressbar .ui-progressbar-value {
514         margin: -1px;
515         height:100%;
516 }
517
518 .clear {
519         clear: both;
520 }