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