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