c294aa0b36e0a4a68378b18e2c85cc98d8116222
[mailer.git] / theme / desert / css / install.css
1 .install_table {
2         background-color        : #F5F5C5;
3 }
4
5 .install_msg {
6         color                   : #880000;
7         background-color        : #EDEDBA;
8 }
9
10 .install_fatal {
11         color                   : #880000;
12 }
13
14 .install_select {
15         border                  : dashed 1px;
16         border-color            : #880000;
17         background-color        : #DDDDAA;
18 }
19 .install_normal {
20         border-style            : solid;
21         border                  : dashed 1px;
22         border-color            : #880000;
23 }
24
25 .install_submit {
26         border-style            : groove;
27 }
28
29 .install_main {
30         color                   : #880000;
31         background-color        : #FFFFCC;
32         font-family             : Arial, Geneva, Helvetica, sans-serif;
33         height                  : 30px;
34         text-decoration : none;
35 }
36
37 .install_header {
38         color                   : #880000;
39         background-color        : #DDDDAA;
40         width                   : 400px;
41         height                  : 30px;
42         font-size                       : 20px;
43         text-decoration : underline;
44         padding-top             : 5px;
45         padding-bottom          : 5px;
46 }
47
48 .install_content {
49         height                  : 99%;
50         min-height              : 90%;
51         max-height              : 99%;
52 }
53
54 .install_fatal {
55         background-color        : #FFFFCC;
56         color                   : #880000;
57 }
58
59 .install_fatalcontent {
60         text-align              : left;
61         background-color        : #FFFFCC;
62 }
63
64 .install_error, .install_finished {
65         font-size                       : 20px;
66         color                   : #880000;
67 }
68
69 .install_security, .install_welcome, .install_intro {
70         color                   : #880000;
71 }