]> git.mxchange.org Git - mailer.git/blob - theme/desert/css/general.css
451ec52ccb41a832dc8fa85ab38e66bef935df5b
[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_title {
364         color: #880000;
365         vertical-align: middle;
366         background-color: #ddddaa;
367         height: 30px;
368 }
369
370 .guest_stats_l {
371         width: 344px;
372         text-align: right;
373 }
374
375 .guest_stats_m {
376         width: 2px;
377 }
378
379 .guest_stats_r, .guest_stats_lr, .guest_stats_rr {
380         color: #880000;
381         width: 28px;
382         font-weight: bold;
383         text-align: center;
384 }
385
386 .guest_stats_ll, .guest_stats_rl {
387         width: 192px;
388         text-align: right;
389 }
390
391 .guest_stats_footer {
392         color: #880000;
393         vertical-align: middle;
394         background-color: #ddddaa;
395         height: 20px;
396 }
397
398 .task_pre {
399         font-weight: bold;
400         margin-left: 0px;
401         margin-right: 0px;
402         margin-top: 10px;
403         margin-bottom: 10px;
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 .member_unconfirmed {
417         background-color: #ffffcc;
418         width: 100%;
419         text-align: center;
420 }
421
422 .you_are_here {
423         white-space: nowrap;
424         font-size: 14px;
425         text-align: left;
426 }
427
428 .tiny {
429         font-size: 10px;
430 }
431
432 .medium {
433         font-size: 14px;
434 }
435
436 .big {
437         font-size: 20px;
438 }
439
440 .top, .top2 {
441         border-top: 1px solid #880000;
442 }
443
444 .bottom, .bottom2 {
445         border-bottom: 1px solid #880000;
446 }
447
448 .left, .left2 {
449         border-left: 1px solid #880000;
450 }
451
452 .right, .right2 {
453         border-right: 1px solid #880000;
454 }
455
456 .nobr {
457         white-space: nowrap;
458 }
459
460 .main {
461         height: 99%;
462         vertical-align: top;
463 }
464
465 .footer {
466         height: 1%;
467         vertical-align: bottom;
468 }
469
470 .menu_blur {
471         display: block;
472 }
473
474 .menu_blur:hover {
475         background-color: #ddddaa;
476 }
477
478 .admin_alpha {
479         text-align: center;
480         height: 40px;
481         vertical-align: middle;
482 }
483
484 .admin_sortlinks {
485         text-align: center;
486         height: 20px;
487         vertical-align: middle;
488 }
489
490 .disabled {
491         border-style: groove;
492         background-color: #aaaaaa;
493         color: #ffffcc;
494 }
495
496 .mini_select {
497         border: solid 1px #880000;
498         background-color: #ddddaa;
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: 8px;
521         text-align: left;
522         margin-left: 5px;
523         margin-right: 5px;
524         margin-bottom: 12px;
525 }
526
527 .message {
528         margin-bottom: 15px;
529 }
530
531 ul.show_timings_block {
532         border: solid 1px #880000;
533         background-color: #ddddaa;
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         border: solid 1px #880000;
545         height: 14px;
546 }
547
548 span.show_timings_column {
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: #ddddaa;
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 .pre {
586         display                         : block;
587 }
588
589 td {
590         padding-left: 2px;
591         padding-right: 2px;
592         padding-top: 2px;
593         padding-bottom: 2px;
594 }
595
596 div.menu_invisible, div.sub_menu_invisible, td.menu_invisible, td.sub_menu_invisible {
597         background-color: #dddddd;
598         font-style: italic;
599 }
600
601 strong.menu_invisible, strong.sub_menu_invisible {
602         color: #999999;
603         font-style: italic;
604 }
605
606 .menu_locked, .sub_menu_locked {
607         color: #ffeeee;
608 }
609
610 .rank_1 {
611         font-weight: bold;
612         font-size: 22px;
613 }
614
615 .rank_2 {
616         font-weight: bold;
617         font-size: 18px;
618 }
619
620 .rank_3 {
621         font-weight: bold;
622 }