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