Installation page=welcome rewritten to use div
[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 #880000;
16         background-color        : #DDDDAA;
17 }
18 .install_normal {
19         border-style            : solid;
20         border                          : dashed 1px #880000;
21 }
22
23 .install_submit {
24         border-style            : groove;
25 }
26
27 .install_main {
28         color                           : #880000;
29         background-color        : #FFFFCC;
30         text-decoration         : none;
31 }
32
33 .install_header {
34         color                           : #880000;
35         background-color        : #DDDDAA;
36         width                           : 400px;
37         height                          : 30px;
38         font-size                       : 20px;
39         text-decoration         : underline;
40         padding-top                     : 5px;
41         padding-bottom          : 5px;
42 }
43
44 .install_fatal {
45         background-color        : #FFFFCC;
46         color                           : #880000;
47 }
48
49 .install_fatalcontent {
50         text-align                      : left;
51         background-color        : #FFFFCC;
52 }
53
54 .install_error, .install_finished {
55         font-size                       : 20px;
56         color                           : #880000;
57 }
58
59 .install_security, .install_welcome, .install_text {
60         color                           : #880000;
61 }
62
63 .install_text {
64         padding-bottom          : 10px;
65         text-align                      : left;
66         margin-left                     : 20px;
67         margin-right            : 20px;
68 }
69
70 .install_security {
71         width                           : 350px;
72         padding-top                     : 10px;
73         padding-bottom          : 10px;
74 }