Fixes for installation phase
[mailer.git] / theme / default / css / install.css
1 .install_fatal {
2         text-align: left;
3         color: #00AA00;
4 }
5
6 .install_select {
7         border: dashed 1px #00AA00;
8         background-color: #F0F0F5;
9 }
10
11 .install_normal {
12         border-style: solid;
13         border: dashed 1px #00AA00;
14 }
15
16 .install_submit {
17         border-style: groove;
18 }
19
20 .install {
21         
22 }
23
24 .install_main {
25         color: #111188;
26         background-color: #DDEEDD;
27         text-decoration: none;
28 }
29
30 .install_header {
31         color: #F76300;
32         background-color: #CCDDCC;
33         font-size: 20px;
34         text-decoration: underline;
35         height: 30px;
36         padding-top: 5px;
37         padding-bottom: 5px;
38 }
39
40 .install_fatal {
41         background-color: #DDEEDD;
42         color: #AA0000;
43 }
44
45 .install_fatalcontent {
46         text-align: left;
47         background-color: #DDEEDD;
48 }
49
50 .install_error {
51         font-size: 20px;
52         color: #AA0000;
53 }
54
55 .install_finished {
56         font-size: 20px;
57         color: #00AA00;
58 }
59
60 .install_security {
61         color: #AA0000;
62         width: 350px;
63         padding-top: 10px;
64         padding-bottom: 10px;
65 }
66
67 .install_welcome {
68         color: #0000CC;
69         padding-top: 5px;
70         padding-bottom: 10px;
71         font-size: 16px;
72 }
73
74 .install_text {
75         color: #000000;
76         padding-bottom: 10px;
77         text-align: left;
78         margin-left: 20px;
79         margin-right: 20px;
80 }
81
82 .install_footer {
83         padding-bottom: 10px;
84 }