]> git.mxchange.org Git - mailer.git/blob - theme/desert/css/general.css
CSS class 'pre' is now no longer used, use regular pre tag instead
[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 pre {
55         white-space: pre-wrap;
56         text-align: left;
57         padding: 5px;
58 }
59
60 .form_reset {
61         border: groove 1px #880000;
62         color: #880000;
63         cursor: pointer;
64 }
65
66 .form_submit {
67         color: #880000;
68         border-color: #880000;
69         cursor: pointer;
70 }
71
72 .form_delete {
73         border-style: groove;
74         color: #880000;
75         border-color: #880000;
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: #ffffcc;
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: #ddddaa;
114 }
115
116 .description_header, .message {
117         background-color: #ddddaa;
118         color: #880000;
119         text-align: center;
120 }
121
122 .admin_menu {
123         background-color: #ddddaa;
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 .warning_table {
161         background-color: #ff8888;
162         width: 660px;
163         margin: 5px;
164 }
165
166 .form_submitmenu {
167         min-width: 500px;
168         max-width: 90%;
169 }
170
171 .member_header {
172         text-align: center;
173         color: #880000;
174         vertical-align: middle;
175         background-color: #ddddaa;
176         height: 60px;
177 }
178
179 .member_data {
180         background-color: #ffffcc;
181         color: #880000;
182         height: 20px;
183 }
184
185 .form_field {
186         border: solid 1px #880000;
187         background-color: #ddddaa;
188 }
189
190 .normal {
191         border-style: groove;
192 }
193
194 .member_main {
195         background-color: #ffffcc;
196 }
197
198 .table_header {
199         text-align: center;
200         color: #880000;
201         vertical-align: middle;
202         background-color: #ddddaa;
203         padding-bottom: 5px;
204         padding-top: 5px;
205 }
206
207 .guest_login_header {
208         color: #880000;
209         vertical-align: middle;
210         background-color: #ddddaa;
211 }
212
213 .guest_menu, .member_menu {
214         width: 220px;
215         background-color: #ffffcc;
216         vertical-align: top;
217 }
218
219 .guest_menu_title, .member_menu_title {
220         background-color: #ddddaa;
221         color: #880000;
222         height: 25px;
223         width: 200px;
224         border: 1px solid #880000;
225 }
226
227 .guest_menu_row, .guest_menu_bottom, .member_menu_row, .member_menu_bottom {
228         border: 1px solid #880000;
229         border-top: 0px;
230         background-color: #ffffcc;
231         height: 22px;
232         text-align: left;
233 }
234
235 .guest_menu_seperator, .member_menu_seperator {
236         height: 15px;
237 }
238
239 .guest_content, .member_content {
240         background-color: #ffffcc;
241         width: 99%;
242         padding-left: 2px;
243         padding-right: 2px;
244         margin-left: 5px;
245         margin-right: 5px;
246 }
247
248 .guest_advert, .guest_login, .member_advert, .member_login {
249         background-color: #ffffcc;
250         vertical-align: top;
251         margin-top: 10px;
252 }
253
254 #master {
255         width: 100%;
256         height: 100%;
257         min-height: 90%;
258         max-height: 100%;
259         vertical-align: top;
260 }
261
262 .masterbox {
263         text-align: center;
264 }
265
266 li.copyright_lines {
267         display:inline;
268 }
269
270 span.copyright_lines {
271         vertical-align: bottom;
272         font-size: 10px;
273         width: 380px;
274         vertical-align: middle;
275         background-color: #ffffcc;
276         height: 38px;
277         display: inline-block;
278         padding-top: 7px;
279         padding-bottom: 7px;
280 }
281
282 ul.copyright_box {
283         text-align: center;
284         width: 760px;
285         list-style: none inside;
286         padding-left:0px;
287         margin-bottom: 5px;
288 }
289
290 .dashed {
291         border: solid 1px #880000;
292 }
293
294 .switch_sw1 {
295         background-color: #ffffcc;
296 }
297
298 .switch_sw2 {
299         background-color: #ffffcc;
300 }
301
302 .mediadata {
303         background-color: #ffffcc;
304 }
305
306 .media_header {
307         background-color: #ddddaa;
308         text-align: center;
309         color: #880000;
310         height: 26px;
311         font-weight: bold;
312         font-size: 20px;
313 }
314
315 .media_left {
316         font-size: 14px;
317         width: 200px;
318 }
319
320 .media_right {
321         color: #880000;
322         font-weight: bold;
323         font-size: 14px;
324         width: 70px;
325 }
326
327 .admin_sep_footer {
328         background-color: #ddddaa;
329         font-size: 1px;
330 }
331
332 .admin_sep_footer2 {
333         background-color: #ddddaa;
334         font-size: 1px;
335 }
336
337 .member_refbanner, .member_update, .admin_delete_link {
338         background-color: #ddddaa;
339 }
340
341 .table_footer {
342         background-color: #ddddaa;
343         text-align: center;
344         padding: 5px;
345 }
346
347 .admin_task_header {
348         background-color: #ddddaa;
349         color: #880000;
350         vertical-align: middle;
351         font-size: 18px;
352         height: 35px;
353 }
354
355 .seperator {
356         font-size: 1px
357 }
358
359 .tab1 {
360         text-align: center
361 }
362
363 .form_delete, .form_delete {
364         border: groove 1px #880000;
365         background-color: #880000;
366         color: #ffffcc;
367         cursor: pointer;
368 }
369
370 .guest_stats {
371         background-color: #ffffcc;
372         width: 460px;
373 }
374
375 .guest_stats_l {
376         width: 344px;
377         text-align: right;
378 }
379
380 .guest_stats_m {
381         width: 2px;
382 }
383
384 .guest_stats_r, .guest_stats_lr, .guest_stats_rr {
385         color: #880000;
386         width: 28px;
387         font-weight: bold;
388         text-align: center;
389 }
390
391 .guest_stats_ll, .guest_stats_rl {
392         width: 192px;
393         text-align: right;
394 }
395
396 .guest_content_align, .member_content_align, .admin_content_align {
397         text-align: center;
398         vertical-align: top;
399 }
400
401 .list_categories, .admin_action_header, .admin_menu_main, .admin_menu_sub {
402         text-align: left;
403         width: 100%;
404 }
405
406 .you_are_here {
407         white-space: nowrap;
408         font-size: 14px;
409         text-align: left;
410 }
411
412 .tiny {
413         font-size: 10px;
414 }
415
416 .medium {
417         font-size: 14px;
418 }
419
420 .big {
421         font-size: 20px;
422 }
423
424 .top, .top2 {
425         border-top: 1px solid #880000;
426 }
427
428 .bottom, .bottom2 {
429         border-bottom: 1px solid #880000;
430 }
431
432 .left, .left2 {
433         border-left: 1px solid #880000;
434 }
435
436 .right, .right2 {
437         border-right: 1px solid #880000;
438 }
439
440 .nobr {
441         white-space: nowrap;
442 }
443
444 .main {
445         height: 99%;
446         vertical-align: top;
447 }
448
449 .footer {
450         height: 1%;
451         vertical-align: bottom;
452 }
453
454 .menu_blur {
455         display: block;
456 }
457
458 .menu_blur:hover {
459         background-color: #ddddaa;
460 }
461
462 .admin_alpha {
463         text-align: center;
464         height: 40px;
465         vertical-align: middle;
466 }
467
468 .admin_sortlinks {
469         text-align: center;
470         height: 20px;
471         vertical-align: middle;
472 }
473
474 .disabled {
475         border-style: groove;
476         background-color: #aaaaaa;
477         color: #ffffcc;
478 }
479
480 .mini_select {
481         border: solid 1px #880000;
482         background-color: #ddddaa;
483         font-size: 10px;
484 }
485
486 .theme_box {
487         border: 1px solid #880000;
488         border-top: 0px;
489         width: 100%;
490         height: 70px;
491         background-color: #ffffcc;
492 }
493
494 .theme_note {
495         font-size: 12px;
496         font-weight: bold;
497 }
498
499 .theme_content {
500         color: #880000;
501 }
502
503 .para {
504         text-indent: 8px;
505         text-align: left;
506         margin-left: 5px;
507         margin-right: 5px;
508         margin-bottom: 12px;
509 }
510
511 .message {
512         margin-bottom: 15px;
513 }
514
515 ul.show_timings_block {
516         border: solid 1px #880000;
517         background-color: #ddddaa;
518         font-size: 10px;
519         width: 645px;
520         height: 20px;
521         list-style: none inside;
522 }
523
524 .show_timings_column {
525         background-color: #ffffcc;
526         margin-top: 2px;
527         width: 150px;
528         border: solid 1px #880000;
529         height: 14px;
530 }
531
532 span.show_timings_column {
533         display: inline-block;
534 }
535
536 li.show_timings_column {
537         display: inline;
538 }
539
540
541 span.show_timings_data {
542         font-weight: bold;
543 }
544
545 .login_failure_header {
546         text-align: center;
547         background-color: #ddddaa;
548         font-weight: bold;
549 }
550
551 .login_failures {
552         text-align: center;
553         width: 400px;
554 }
555
556 .skyscraper {
557         width: 122px;
558         height: 602px;
559         border: 1px solid #880000;
560         margin: 0px;
561         padding: 0px;
562         padding-top: 1px;
563 }
564
565 ul.admin_menu_main,ul.admin_menu_sub {
566         list-style: none inside;
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 }
603
604 ul.listing {
605         text-align: left;
606         margin-top: 5px;
607         margin-left: 5px;
608         margin-right: 5px;
609         padding-left: 5px;
610         list-style-type: none;
611 }
612
613 li.listing {
614         padding-bottom: 5px;
615 }