]> git.mxchange.org Git - mailer.git/blob - theme/desert/css/general.css
Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / theme / desert / css / general.css
1 body {
2         background-color: #ffffcc;
3         color: #880000;
4         font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
5         font-size: 12px;
6         letter-spacing: 1px;
7         margin: 0px;
8         margin-left: 0px;
9         margin-right: 0px;
10         margin-top: 0px;
11         margin-bottom: 0px;
12 }
13
14 table {
15         table-layout: auto;
16         border-spacing: 0px;
17         overflow: auto;
18 }
19
20 A {
21         font-style: normal;
22         text-decoration: none;
23 }
24
25 A:link {
26         color: #880000;
27 }
28
29 A:visited {
30         color: #880000;
31 }
32
33 A:active {
34         color: #880000;
35         background-color: transparent;
36 }
37
38 A:hover {
39         background-color: transparent;
40 }
41
42 input,textarea,select,option {
43         color: #880000;
44         background-color: #ffffcc;
45         border: 1px solid #880000;
46         text-decoration: none;
47 }
48
49 ul,ol {
50         margin-top: 0px;
51         margin-bottom: 0px;
52 }
53
54 .form_reset {
55         border: groove 1px #880000;
56         color: #880000;
57         cursor: pointer;
58 }
59
60 .form_submit {
61         color: #880000;
62         border-color: #880000;
63         cursor: pointer;
64 }
65
66 .form_delete {
67         border-style: groove;
68         color: #880000;
69         border-color: #880000;
70         cursor: pointer;
71 }
72
73 .runtime_fatalcontent {
74         color: #880000;
75         background-color: #ffffcc;
76         text-align: left;
77         font-size: 12px;
78 }
79
80 .admin {
81         color: #880000;
82         background-color: #ffffcc;
83 }
84
85 .notice {
86         color: #880000;
87         font-size: 12px;
88 }
89
90 .form_submit {
91         background-color: #ffffcc;
92 }
93
94 .banner {
95         background-color: #ffffcc;
96         width: 488px;
97 }
98
99 .fatal_error {
100         background-color: #ffffcc;
101         color: #880000;
102         font-size: 10px;
103 }
104
105 .form_select {
106         border: solid 1px #880000;
107         background-color: #ddddaa;
108 }
109
110 .description_header, .message {
111         background-color: #ddddaa;
112         color: #880000;
113         text-align: center;
114 }
115
116 .admin_menu {
117         background-color: #ddddaa;
118         color: #880000;
119         width: 230px;
120         height: 25px;
121 }
122
123 .logout_box {
124         background-color: #ccccaa;
125         color: #880000;
126 }
127
128 a.logout_box {
129         display: block;
130 }
131
132 .logout_box:hover {
133         background-color: #aaaa88;
134         color: #aa0000;
135 }
136
137 .description_text {
138         text-align: left;
139         background-color: #ffffcc;
140 }
141
142 .table {
143         background-color: #ffffcc;
144         width: 660px;
145         margin: 5px;
146 }
147
148 .warning_table {
149         background-color: #ff8888;
150         width: 660px;
151         margin: 5px;
152 }
153
154 .form_submitmenu {
155         min-width: 500px;
156         max-width: 90%;
157 }
158
159 .member_header {
160         text-align: center;
161         color: #880000;
162         vertical-align: middle;
163         background-color: #ddddaa;
164         height: 60px;
165 }
166
167 .member_data {
168         background-color: #ffffcc;
169         color: #880000;
170         height: 20px;
171 }
172
173 .form_field {
174         border: solid 1px #880000;
175         background-color: #ddddaa;
176 }
177
178 .normal {
179         border-style: groove;
180 }
181
182 .member_main {
183         background-color: #ffffcc;
184 }
185
186 .table_header {
187         text-align: center;
188         color: #880000;
189         vertical-align: middle;
190         background-color: #ddddaa;
191         padding-bottom: 5px;
192         padding-top: 5px;
193 }
194
195 .guest_login_header {
196         color: #880000;
197         vertical-align: middle;
198         background-color: #ddddaa;
199 }
200
201 .guest_menu, .member_menu {
202         width: 220px;
203         background-color: #ffffcc;
204         vertical-align: top;
205 }
206
207 .guest_menu_title, .member_menu_title {
208         background-color: #ddddaa;
209         color: #880000;
210         height: 25px;
211         width: 200px;
212         border: 1px solid #880000;
213 }
214
215 .guest_menu_row, .guest_menu_bottom, .member_menu_row, .member_menu_bottom {
216         border: 1px solid #880000;
217         border-top: 0px;
218         background-color: #ffffcc;
219         height: 22px;
220         text-align: left;
221 }
222
223 .guest_menu_seperator, .member_menu_seperator {
224         height: 15px;
225 }
226
227 .guest_content, .member_content {
228         background-color: #ffffcc;
229         width: 99%;
230         padding-left: 2px;
231         padding-right: 2px;
232         margin-left: 5px;
233         margin-right: 5px;
234 }
235
236 .guest_advert, .guest_login, .member_advert, .member_login {
237         background-color: #ffffcc;
238         vertical-align: top;
239         margin-top: 10px;
240 }
241
242 #master {
243         width: 100%;
244         height: 100%;
245         min-height: 90%;
246         max-height: 100%;
247         vertical-align: top;
248 }
249
250 .masterbox {
251         text-align: center;
252 }
253
254 li.copyright_lines {
255         display:inline;
256 }
257
258 span.copyright_lines {
259         vertical-align: bottom;
260         font-size: 10px;
261         width: 380px;
262         vertical-align: middle;
263         background-color: #ffffcc;
264         height: 38px;
265         display: inline-block;
266         padding-top: 7px;
267         padding-bottom: 7px;
268 }
269
270 ul.copyright_box {
271         text-align: center;
272         width: 760px;
273         list-style: none inside;
274         padding-left:0px;
275         margin-bottom: 5px;
276 }
277
278 .dashed {
279         border: solid 1px #880000;
280 }
281
282 .switch_sw1 {
283         background-color: #ffffcc;
284 }
285
286 .switch_sw2 {
287         background-color: #ffffcc;
288 }
289
290 .mediadata {
291         background-color: #ffffcc;
292 }
293
294 .media_header {
295         background-color: #ddddaa;
296         text-align: center;
297         color: #880000;
298         height: 26px;
299         font-weight: bold;
300         font-size: 20px;
301 }
302
303 .media_left {
304         font-size: 14px;
305         width: 200px;
306 }
307
308 .media_right {
309         color: #880000;
310         font-weight: bold;
311         font-size: 14px;
312         width: 70px;
313 }
314
315 .admin_sep_footer {
316         background-color: #ddddaa;
317         font-size: 1px;
318 }
319
320 .admin_sep_footer2 {
321         background-color: #ddddaa;
322         font-size: 1px;
323 }
324
325 .member_refbanner, .member_update, .admin_del_link {
326         background-color: #ddddaa;
327 }
328
329 .table_footer {
330         background-color: #ddddaa;
331         text-align: center;
332         padding: 5px;
333 }
334
335 .admin_task_header {
336         background-color: #ddddaa;
337         color: #880000;
338         vertical-align: middle;
339         font-size: 18px;
340         height: 35px;
341 }
342
343 .seperator {
344         font-size: 1px
345 }
346
347 .tab1 {
348         text-align: center
349 }
350
351 .form_delete, .form_delete {
352         border: groove 1px #880000;
353         background-color: #880000;
354         color: #ffffcc;
355         cursor: pointer;
356 }
357
358 .guest_stats {
359         background-color: #ffffcc;
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: #880000;
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 .task_pre {
385         font-weight: bold;
386         margin-left: 0px;
387         margin-right: 0px;
388         margin-top: 10px;
389         margin-bottom: 10px;
390 }
391
392 .guest_content_align, .member_content_align, .admin_content_align {
393         text-align: center;
394         vertical-align: top;
395 }
396
397 .list_categories, .admin_action_header, .admin_menu_main, .admin_menu_sub {
398         text-align: left;
399         width: 100%;
400 }
401
402 .you_are_here {
403         white-space: nowrap;
404         font-size: 14px;
405         text-align: left;
406 }
407
408 .tiny {
409         font-size: 10px;
410 }
411
412 .medium {
413         font-size: 14px;
414 }
415
416 .big {
417         font-size: 20px;
418 }
419
420 .top, .top2 {
421         border-top: 1px solid #880000;
422 }
423
424 .bottom, .bottom2 {
425         border-bottom: 1px solid #880000;
426 }
427
428 .left, .left2 {
429         border-left: 1px solid #880000;
430 }
431
432 .right, .right2 {
433         border-right: 1px solid #880000;
434 }
435
436 .nobr {
437         white-space: nowrap;
438 }
439
440 .main {
441         height: 99%;
442         vertical-align: top;
443 }
444
445 .footer {
446         height: 1%;
447         vertical-align: bottom;
448 }
449
450 .menu_blur {
451         display: block;
452 }
453
454 .menu_blur:hover {
455         background-color: #ddddaa;
456 }
457
458 .admin_alpha {
459         text-align: center;
460         height: 40px;
461         vertical-align: middle;
462 }
463
464 .admin_sortlinks {
465         text-align: center;
466         height: 20px;
467         vertical-align: middle;
468 }
469
470 .disabled {
471         border-style: groove;
472         background-color: #aaaaaa;
473         color: #ffffcc;
474 }
475
476 .mini_select {
477         border: solid 1px #880000;
478         background-color: #ddddaa;
479         font-size: 10px;
480 }
481
482 .theme_box {
483         border: 1px solid #880000;
484         border-top: 0px;
485         width: 100%;
486         height: 70px;
487         background-color: #ffffcc;
488 }
489
490 .theme_note {
491         font-size: 12px;
492         font-weight: bold;
493 }
494
495 .theme_content {
496         color: #880000;
497 }
498
499 .para {
500         text-indent: 8px;
501         text-align: left;
502         margin-left: 5px;
503         margin-right: 5px;
504         margin-bottom: 12px;
505 }
506
507 .message {
508         margin-bottom: 15px;
509 }
510
511 ul.show_timings_block {
512         border: solid 1px #880000;
513         background-color: #ddddaa;
514         font-size: 10px;
515         width: 645px;
516         height: 20px;
517         list-style: none inside;
518 }
519
520 .show_timings_column {
521         background-color: #ffffcc;
522         margin-top: 2px;
523         width: 150px;
524         border: solid 1px #880000;
525         height: 14px;
526 }
527
528 span.show_timings_column {
529         display: inline-block;
530 }
531
532 li.show_timings_column {
533         display: inline;
534 }
535
536
537 span.show_timings_data {
538         font-weight: bold;
539 }
540
541 .login_failure_header {
542         text-align: center;
543         background-color: #ddddaa;
544         font-weight: bold;
545 }
546
547 .login_failures {
548         text-align: center;
549         width: 400px;
550 }
551
552 .skyscraper {
553         width: 122px;
554         height: 602px;
555         border: 1px solid #880000;
556         margin: 0px;
557         padding: 0px;
558         padding-top: 1px;
559 }
560
561 ul.admin_menu_main,ul.admin_menu_sub {
562         list-style: none inside;
563 }
564
565 .pre {
566         display                         : block;
567 }
568
569 td {
570         padding-left: 2px;
571         padding-right: 2px;
572         padding-top: 2px;
573         padding-bottom: 2px;
574 }
575
576 div.menu_invisible, div.sub_menu_invisible, td.menu_invisible, td.sub_menu_invisible {
577         background-color: #dddddd;
578         font-style: italic;
579 }
580
581 strong.menu_invisible, strong.sub_menu_invisible {
582         color: #999999;
583         font-style: italic;
584 }
585
586 .menu_locked, .sub_menu_locked {
587         color: #ffeeee;
588 }
589
590 .rank_1 {
591         font-weight: bold;
592         font-size: 22px;
593 }
594
595 .rank_2 {
596         font-weight: bold;
597         font-size: 18px;
598 }
599
600 .rank_3 {
601         font-weight: bold;
602 }