]> git.donarmstrong.com Git - roundcube.git/blob - installer/styles.css
New upstream release
[roundcube.git] / installer / styles.css
1
2 body {
3   margin: 1em 2em 2em 2em;
4   background-color: #fff;
5 }
6
7 body, td, th, div, p {
8   font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
9   font-size: small;
10   color: #000;
11 }
12
13 #banner {
14   position: relative;
15 }
16
17 #header {
18   position: relative;
19   height: 56px;
20   background: url('images/banner_bg.gif') top left repeat-x #fff;
21 }
22
23 #header div.banner-logo {
24   position: absolute;
25   top: 0px;
26   left: 0px;
27   width: 200px;
28   height: 56px;
29 }
30
31 #header div.banner-right {
32   position: absolute;
33   right: 0px;
34   top: 0px;
35   width: 10px;
36   height: 56px;
37 }
38
39 #topnav {
40   position: absolute;
41   right: 20px;
42   bottom: 8px;
43   text-align: right;
44   color: #ebebeb;
45   font-size: smaller;
46 }
47
48 #topnav a {
49   color: #ebebeb;
50   font-size: 11px;
51   text-decoration: none;
52 }
53
54 #topnav a:hover {
55   text-decoration: underline;
56 }
57
58 #content {
59   margin: 8px 20px;
60 }
61
62 #footer {
63   margin: 2em 20px 1em 20px;
64   padding-top: 0.6em;
65   font-size: smaller;
66   text-align: center;
67   border-top: 1px dotted #999;
68 }
69
70 #progress {
71   margin-bottom: 2em;
72   border: 1px solid #aaa;
73   background-color: #f9f9f9;
74 }
75
76 #progress:after {
77   content: ".";
78   display: block;
79   height: 0;
80   font-size: 0;
81   clear: both;
82   visibility: hidden;
83 }
84
85 #progress li {
86   float: left;
87   color: #999;
88   padding: 1em 5em 1em 0.2em;
89 }
90
91 #progress li a {
92   color: #999;
93   text-decoration: none;
94 }
95
96 #progress li a:hover {
97   text-decoration: underline;
98 }
99
100 #progress li.current {
101   color: #000;
102   font-weight: bold;
103 }
104
105 #progress li.passed,
106 #progress li.passed a,
107 #progress li.current a {
108   color: #333;
109 }
110
111 fieldset {
112   margin-bottom: 1.5em;
113   border: 1px solid #aaa;
114   background-color: #f9f9f9;
115 }
116
117 fieldset p.hint {
118   margin-top: 0.5em;
119 }
120
121 legend {
122   font-size: 1.1em;
123   font-weight: bold;
124 }
125
126 textarea.configfile {
127   background-color: #f9f9f9;
128   font-family: monospace;
129   font-size: 9pt;
130   width: 100%;
131   height: 30em;
132 }
133
134 .propname {
135   font-family: monospace;
136   font-size: 9pt;
137   margin-top: 1em;
138   margin-bottom: 0.6em;
139 }
140
141 dd div {
142   margin-top: 0.3em;
143 }
144
145 dd label {
146   padding-left: 0.5em;
147 }
148
149 th {
150   text-align: left;
151 }
152
153 ul li {
154   margin: 0.3em 0 0.4em -1em;
155 }
156
157 ul li ul li {
158   margin-bottom: 0.2em;
159 }
160
161 h3 {
162   font-size: 1.1em;
163   margin-top: 1.5em;
164   margin-bottom: 0.6em;
165 }
166
167 h4 {
168   margin-bottom: 0.2em;
169 }
170
171 a.blocktoggle {
172   color: #666;
173   text-decoration: none;
174 }
175
176 a.addlink {
177   color: #999;
178   font-size: 0.9em;
179   padding: 1px 0 1px 20px;
180   background: url('images/add.png') top left no-repeat;
181   text-decoration: none;
182 }
183
184 a.removelink {
185   color: #999;
186   font-size: 0.9em;
187   padding: 1px 0 1px 24px;
188   background: url('images/delete.png') 4px 0 no-repeat;
189   text-decoration: none;
190 }
191
192 .hint {
193   color: #666;
194   font-size: 0.95em;
195 }
196
197 .success {
198   color: #006400;
199   font-weight: bold !important;
200 }
201
202 .fail {
203   color: #ff0000 !important;
204   font-weight: bold !important;
205 }
206
207 .na {
208   color: #f60;
209   font-weight: bold;
210 }
211
212 .indent {
213   padding-left: 0.8em;
214 }
215
216 .notice {
217   padding: 1em;
218   background-color: #f7fdcb;
219   border: 2px solid #c2d071;
220 }
221
222 .suggestion {
223   padding: 0.6em;
224   background-color: #ebebeb;
225   border: 1px solid #999;
226 }
227
228 p.warning,
229 div.warning {
230   padding: 1em;
231   background-color: #ef9398;
232   border: 2px solid #dc5757;
233 }
234
235 h3.warning {
236   color: #c00;
237   background: url('images/error.png') top left no-repeat;
238   padding-left: 24px;
239 }
240
241 .userconf {
242   color: #00c;
243   font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
244 }