A bit space added to install_welcome class
[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 .install_normal {
11         border-style            : solid;
12         border                          : dashed 1px #00AA00;
13 }
14
15 .install_submit {
16         border-style            : groove;
17 }
18
19 .install {
20 }
21
22 .install_main {
23         color                           : #111188;
24         background-color        : #DDEEDD;
25         text-decoration         : none;
26 }
27
28 .install_header {
29         color                           : #F76300;
30         background-color        : #CCDDCC;
31         font-size                       : 20px;
32         text-decoration         : underline;
33         height                          : 30px;
34         padding-top                     : 5px;
35         padding-bottom          : 5px;
36 }
37
38 .install_fatal {
39         background-color        : #DDEEDD;
40         color                           : #AA0000;
41 }
42
43 .install_fatalcontent {
44         text-align                      : left;
45         background-color        : #DDEEDD;
46 }
47
48 .install_error {
49         font-size                       : 20px;
50         color                           : #AA0000;
51 }
52
53 .install_finished {
54         font-size                       : 20px;
55         color                           : #00AA00;
56 }
57
58 .install_security {
59         color                           : #AA0000;
60         width                           : 350px;
61         padding-top                     : 10px;
62         padding-bottom          : 10px;
63 }
64
65 .install_welcome {
66         color                           : #0000CC;
67         padding-top                     : 5px;
68         padding-bottom          : 10px;
69         font-size                       : 16px;
70 }
71
72 .install_text {
73         color                           : #000000;
74         padding-bottom          : 10px;
75         text-align                      : left;
76         margin-left                     : 20px;
77         margin-right            : 20px;
78 }
79
80 .install_footer {
81         padding-bottom          : 10px;
82 }