]> git.mxchange.org Git - mailer.git/blob - theme/desert/css/general.css
1e30da0d3fcdf9814a4425265782dbf8ce91c915
[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: #eeeebb;
45         border: 1px solid #880000;
46         text-decoration: none;
47 }
48
49 fieldset {
50         border: 1px solid #880000;
51         margin-top: 10px;
52         padding: 10px;
53 }
54
55 fieldset:hover, input:hover, select:hover, option:hover, textarea:hover {
56         border-color: #550000;
57 }
58
59 input:hover, select:hover, option:hover, textarea:hover {
60         background-color: #cccc99;
61         color: #550000;
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 .form_reset, .form_submit, .form_delete {
76         cursor: pointer;
77 }
78
79 .runtime_fatalcontent {
80         color: #880000;
81         background-color: #ffffcc;
82         text-align: left;
83         font-size: 12px;
84 }
85
86 .admin {
87         color: #880000;
88         background-color: #ffffcc;
89 }
90
91 .notice {
92         color: #880000;
93         font-size: 12px;
94 }
95
96 .form_submit {
97         background-color: #eeeebb;
98 }
99
100 .banner {
101         background-color: #ffffcc;
102         width: 488px;
103 }
104
105 .fatal_error {
106         background-color: #ffffcc;
107         color: #880000;
108         font-size: 10px;
109 }
110
111 .form_select {
112         border: solid 1px #880000;
113         background-color: #eeeebb;
114 }
115
116 .description_header, .message {
117         background-color: #cccc99;
118         color: #880000;
119         text-align: center;
120 }
121
122 .admin_menu {
123         background-color: #cccc99;
124         color: #880000;
125         width: 230px;
126         height: 25px;
127 }
128
129 .logout_box {
130         background-color: #ccccaa;
131         color: #880000;
132 }
133
134 a.logout_box {
135         display: block;
136 }
137
138 .logout_box:hover {
139         background-color: #aaaa88;
140         color: #aa0000;
141 }
142
143 .description_text {
144         text-align: left;
145         background-color: #ffffcc;
146 }
147
148 .table {
149         background-color: #ffffcc;
150         width: 660px;
151         margin: 5px;
152 }
153
154 .table2 {
155         background-color: #ffffcc;
156         width: 680px;
157         margin: 5px;
158 }
159
160 .table3 {
161         background-color: #ffffcc;
162         width: 630px;
163         margin: 5px;
164 }
165
166 .warning_table {
167         background-color: #ff8888;
168         width: 660px;
169         margin: 5px;
170 }
171
172 .bug_table {
173         background-color: #ffffcc;
174         margin: 0px;
175         max-width: 100%;
176         min-width: 400px;
177         overflow: auto
178         color: #880000;
179 }
180
181 .form_submitmenu {
182         min-width: 500px;
183         max-width: 90%;
184 }
185
186 .member_header {
187         text-align: center;
188         color: #880000;
189         vertical-align: middle;
190         background-color: #cccc99;
191         height: 60px;
192 }
193
194 .member_data {
195         background-color: #ffffcc;
196         color: #880000;
197         height: 20px;
198 }
199
200 .normal {
201         border-style: groove;
202 }
203
204 .member_main {
205         background-color: #ffffcc;
206 }
207
208 .table_header, .bug_table_header {
209         text-align: center;
210         color: #880000;
211         vertical-align: middle;
212         background-color: #cccc99;
213         padding-bottom: 5px;
214         padding-top: 5px;
215 }
216
217 .guest_login_header {
218         color: #880000;
219         vertical-align: middle;
220         background-color: #cccc99;
221 }
222
223 .guest_menu, .member_menu {
224         width: 220px;
225         background-color: #ffffcc;
226         vertical-align: top;
227 }
228
229 .guest_menu_title, .member_menu_title {
230         background-color: #cccc99;
231         color: #880000;
232         height: 25px;
233         width: 200px;
234         border: 1px solid #880000;
235 }
236
237 .guest_menu_row, .guest_menu_bottom, .member_menu_row, .member_menu_bottom {
238         border: 1px solid #880000;
239         border-top: 0px;
240         background-color: #ffffcc;
241         height: 22px;
242         text-align: left;
243 }
244
245 .guest_menu_separator, .member_menu_separator {
246         height: 15px;
247 }
248
249 .guest_content, .member_content {
250         background-color: #ffffcc;
251         width: 99%;
252         padding-left: 2px;
253         padding-right: 2px;
254         margin-left: 5px;
255         margin-right: 5px;
256 }
257
258 .guest_advert, .guest_login, .member_advert, .member_login {
259         background-color: #ffffcc;
260         vertical-align: top;
261         margin-top: 10px;
262 }
263
264 #master {
265         width: 100%;
266         height: 100%;
267         min-height: 90%;
268         max-height: 100%;
269         vertical-align: top;
270 }
271
272 .masterbox {
273         text-align: center;
274 }
275
276 li.copyright_lines {
277         display:inline;
278 }
279
280 span.copyright_lines {
281         vertical-align: bottom;
282         font-size: 10px;
283         width: 380px;
284         vertical-align: middle;
285         background-color: #ffffcc;
286         height: 38px;
287         display: inline-block;
288         padding-top: 7px;
289         padding-bottom: 7px;
290 }
291
292 ul.copyright_box {
293         text-align: center;
294         width: 760px;
295         list-style: none inside;
296         padding-left:0px;
297         margin-bottom: 5px;
298 }
299
300 .dashed {
301         border: solid 1px #880000;
302 }
303
304 .switch_sw1 {
305         background-color: #ffffcc;
306 }
307
308 .switch_sw2 {
309         background-color: #ffffcc;
310 }
311
312 .mediadata {
313         background-color: #ffffcc;
314 }
315
316 .media_header {
317         background-color: #cccc99;
318         text-align: center;
319         color: #880000;
320         height: 26px;
321         font-weight: bold;
322         font-size: 20px;
323 }
324
325 .media_left {
326         font-size: 14px;
327         width: 200px;
328 }
329
330 .media_right {
331         color: #880000;
332         font-weight: bold;
333         font-size: 14px;
334         width: 70px;
335 }
336
337 .admin_sep_footer {
338         background-color: #cccc99;
339         font-size: 1px;
340 }
341
342 .admin_sep_footer2 {
343         background-color: #cccc99;
344         font-size: 1px;
345 }
346
347 .member_refbanner, .member_update, .admin_delete_link {
348         background-color: #cccc99;
349 }
350
351 .table_footer {
352         background-color: #cccc99;
353         text-align: center;
354         padding: 5px;
355 }
356
357 .admin_task_header {
358         background-color: #cccc99;
359         color: #880000;
360         vertical-align: middle;
361         font-size: 18px;
362         height: 35px;
363 }
364
365 .separator {
366         font-size: 1px
367 }
368
369 .tab1 {
370         text-align: center
371 }
372
373 .form_delete, .form_delete {
374         border: groove 1px #880000;
375         background-color: #880000;
376         color: #ffffcc;
377         cursor: pointer;
378 }
379
380 .guest_stats {
381         background-color: #ffffcc;
382         width: 460px;
383 }
384
385 .guest_stats_l {
386         width: 344px;
387         text-align: right;
388 }
389
390 .guest_stats_m {
391         width: 2px;
392 }
393
394 .guest_stats_r, .guest_stats_lr, .guest_stats_rr {
395         color: #880000;
396         width: 28px;
397         font-weight: bold;
398         text-align: center;
399 }
400
401 .guest_stats_ll, .guest_stats_rl {
402         width: 192px;
403         text-align: right;
404 }
405
406 .guest_content_align, .member_content_align, .admin_content_align {
407         text-align: center;
408         vertical-align: top;
409 }
410
411 .list_categories, .admin_action_header, .admin_menu_main, .admin_menu_sub {
412         text-align: left;
413         width: 100%;
414 }
415
416 .you_are_here {
417         white-space: nowrap;
418         font-size: 14px;
419         text-align: left;
420 }
421
422 .tiny {
423         font-size: 10px;
424 }
425
426 .medium {
427         font-size: 14px;
428 }
429
430 .big {
431         font-size: 20px;
432 }
433
434 .top, .top2 {
435         border-top: 1px solid #880000;
436 }
437
438 .bottom, .bottom2 {
439         border-bottom: 1px solid #880000;
440 }
441
442 .left, .left2 {
443         border-left: 1px solid #880000;
444 }
445
446 .right, .right2 {
447         border-right: 1px solid #880000;
448 }
449
450 .nobr {
451         white-space: nowrap;
452 }
453
454 .main {
455         height: 99%;
456         vertical-align: top;
457 }
458
459 .footer {
460         height: 1%;
461         vertical-align: bottom;
462 }
463
464 .menu_blur {
465         display: block;
466 }
467
468 .menu_blur:hover {
469         background-color: #cccc99;
470 }
471
472 .admin_alpha {
473         text-align: center;
474         height: 40px;
475         vertical-align: middle;
476 }
477
478 .admin_sortlinks {
479         text-align: center;
480         height: 20px;
481         vertical-align: middle;
482 }
483
484 .disabled {
485         border-style: groove;
486         background-color: #aaaaaa;
487         color: #ffffcc;
488         cursor: default;
489 }
490
491 .disabled:hover {
492         background-color: #aaaaaa;
493         color: #ffffcc;
494 }
495
496 .mini_select {
497         border: solid 1px #880000;
498         background-color: #cccc99;
499         font-size: 10px;
500 }
501
502 .theme_box {
503         border: 1px solid #880000;
504         border-top: 0px;
505         width: 100%;
506         height: 70px;
507         background-color: #ffffcc;
508 }
509
510 .theme_note {
511         font-size: 12px;
512         font-weight: bold;
513 }
514
515 .theme_content {
516         color: #880000;
517 }
518
519 .para {
520         text-indent: 1em;
521         text-align: left;
522         margin-left: 5px;
523         margin-right: 5px;
524         margin-bottom: 1em;
525 }
526
527 .message {
528         margin-bottom: 15px;
529 }
530
531 ul.show_timings_block {
532         border: solid 1px #880000;
533         background-color: #cccc99;
534         font-size: 10px;
535         width: 645px;
536         height: 20px;
537         list-style: none inside;
538 }
539
540 .show_timings_column {
541         background-color: #ffffcc;
542         margin-top: 2px;
543         width: 150px;
544         height: 14px;
545 }
546
547 span.show_timings_column {
548         border: solid 1px #880000;
549         display: inline-block;
550 }
551
552 li.show_timings_column {
553         display: inline;
554 }
555
556
557 span.show_timings_data {
558         font-weight: bold;
559 }
560
561 .login_failure_header {
562         text-align: center;
563         background-color: #cccc99;
564         font-weight: bold;
565 }
566
567 .login_failures {
568         text-align: center;
569         width: 400px;
570 }
571
572 .skyscraper {
573         width: 122px;
574         height: 602px;
575         border: 1px solid #880000;
576         margin: 0px;
577         padding: 0px;
578         padding-top: 1px;
579 }
580
581 ul.admin_menu_main,ul.admin_menu_sub {
582         list-style: none inside;
583 }
584
585 td {
586         padding-left: 2px;
587         padding-right: 2px;
588         padding-top: 2px;
589         padding-bottom: 2px;
590 }
591
592 div.menu_invisible, div.sub_menu_invisible, td.menu_invisible, td.sub_menu_invisible {
593         background-color: #dddddd;
594         font-style: italic;
595 }
596
597 strong.menu_invisible, strong.sub_menu_invisible {
598         color: #999999;
599         font-style: italic;
600 }
601
602 .menu_locked, .sub_menu_locked {
603         color: #ffeeee;
604 }
605
606 .rank_1 {
607         font-weight: bold;
608         font-size: 22px;
609 }
610
611 .rank_2 {
612         font-weight: bold;
613         font-size: 18px;
614 }
615
616 .rank_3 {
617         font-weight: bold;
618 }
619
620 ul.listing {
621         text-align: left;
622         margin-top: 5px;
623         margin-left: 5px;
624         margin-right: 5px;
625         padding-left: 5px;
626         list-style-type: none;
627 }
628
629 ol.listing {
630         text-align: left;
631         padding-top: 5px;
632         padding-bottom: 5px;
633         padding-left: 0px;
634         margin-left: 25px;
635 }
636
637 li.listing {
638         padding-bottom: 5px;
639 }
640
641 .bad {
642         color: #aa0000;
643         font-style: italic;
644 }
645
646 .good {
647         color: #00aa00;
648 }
649
650 .table_row {
651         text-align: left;
652         clear: both;
653         margin: 0px;
654         padding: 0px;
655         padding-top: 5px;
656         padding-bottom: 5px;
657         height: 28px;
658 }
659
660 .table_row label {
661         float: left;
662         width: 45%;
663 }
664
665 .form_field {
666         border: solid 1px #880000;
667         background-color: #eeeebb;
668 }
669
670 .field_note {
671         float: left;
672         text-align: left;
673         font-style: italic;
674 }