]> git.mxchange.org Git - mailer.git/blob - theme/business/css/install.css
6d5ecf411c82238d7402b21d5eed0cd4dc904d60
[mailer.git] / theme / business / css / install.css
1 .install_main {
2         color: #000000;
3         background-color: #FFFFFF;
4         text-decoration: none;
5 }
6
7 .install_header {
8         color: #000000;
9         background-color: #EEEEFF;
10         font-size: 20px;
11         text-decoration: underline;
12         height: 30px;
13         vertical-align: middle;
14         padding-top: 5px;
15         padding-bottom: 5px;
16 }
17
18 .install_fatalcontent {
19         text-align: left;
20         background-color: #FFFFFF;
21 }
22
23 .install_error, .install_finished {
24         font-size: 20px;
25         color: #000000;
26 }
27
28 .install_welcome {
29         color: #000000;
30         padding-top: 5px;
31         padding-bottom: 10px;
32 }
33
34 .install_right {
35         text-align: right;
36         padding-right: 5px;
37 }