]> git.mxchange.org Git - mailer.git/blob - theme/default/css/install.css
Some language strings fixed, renamed. Copyright notice updated
[mailer.git] / theme / default / css / install.css
1 .install_main {
2         color: #111188;
3         background-color: #DDEEDD;
4         text-decoration: none;
5 }
6
7 .install_header {
8         color: #F76300;
9         background-color: #CCDDCC;
10         font-size: 20px;
11         text-decoration: underline;
12         height: 30px;
13         padding-top: 5px;
14         padding-bottom: 5px;
15 }
16
17 .install_fatalcontent {
18         text-align: left;
19         background-color: #DDEEDD;
20 }
21
22 .install_error {
23         font-size: 20px;
24         color: #AA0000;
25 }
26
27 .install_finished {
28         font-size: 20px;
29         color: #00AA00;
30 }
31
32 .install_welcome {
33         color: #0000CC;
34         padding-top: 5px;
35         padding-bottom: 10px;
36         font-size: 16px;
37 }
38
39 .install_footer {
40         padding-bottom: 10px;
41 }
42
43 .install_right {
44         text-align: right;
45         padding-right: 5px;
46 }