Rewritten 'page=finalize' in installer, integrated stelzi's rev. 904 (more comments)
[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;
8         border-color            : #00AA00;
9         background-color        : #F0F0F5;
10 }
11 .install_normal {
12         border-style            : solid;
13         border                  : dashed 1px;
14         border-color            : #00AA00;
15 }
16
17 .install_submit {
18         border-style            : groove;
19 }
20
21 .install {
22 }
23
24 .install_main {
25         color                   : #111188;
26         background-color        : #DDEEDD;
27         font-family             : Arial, Geneva, Helvetica, sans-serif;
28         height                  : 30px;
29         text-decoration : none;
30 }
31
32 .install_header {
33         color                   : #F76300;
34         background-color        : #CCDDCC;
35         font-size                       : 20px;
36         text-decoration : underline;
37         height                  : 40px;
38         vertical-align          : middle;
39 }
40
41 .install_content {
42         height                  : 99%;
43         min-height              : 90%;
44         max-height              : 99%;
45 }
46
47 .install_fatal {
48         background-color        : #DDEEDD;
49         color                   : #AA0000;
50 }
51
52 .install_fatalcontent {
53         text-align              : left;
54         background-color        : #DDEEDD;
55 }
56
57 .install_error {
58         font-size                       : 20px;
59         color                   : #AA0000;
60 }
61
62 .install_finished {
63         font-size                       : 20px;
64         color                   : #00AA00;
65 }
66
67 .install_security {
68         color                   : #AA0000;
69         width                   : 350px;
70         padding-top             : 10px;
71         padding-bottom          : 10px;
72 }
73
74 .install_welcome {
75         color                   : #0000CC;
76 }
77
78 .install_intro {
79         color                   : #000000;
80 }