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