1 html { background: #f7f7f7; } |
1 html { |
|
2 background: #f9f9f9; |
|
3 } |
2 |
4 |
3 body { |
5 body { |
4 background: #fff; |
6 background: #fff; |
5 color: #333; |
7 color: #333; |
6 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
8 font-family: sans-serif; |
7 margin: 2em auto 0 auto; |
9 margin: 2em auto; |
8 width: 700px; |
|
9 padding: 1em 2em; |
10 padding: 1em 2em; |
10 -moz-border-radius: 11px; |
11 -webkit-border-radius: 3px; |
11 -khtml-border-radius: 11px; |
12 border-radius: 3px; |
12 -webkit-border-radius: 11px; |
|
13 border-radius: 11px; |
|
14 border: 1px solid #dfdfdf; |
13 border: 1px solid #dfdfdf; |
15 } |
14 max-width: 700px; |
16 |
15 } |
17 a { color: #2583ad; text-decoration: none; } |
16 |
18 |
17 a { |
19 a:hover { color: #d54e21; } |
18 color: #21759B; |
|
19 text-decoration: none; |
|
20 } |
|
21 |
|
22 a:hover { |
|
23 color: #D54E21; |
|
24 } |
20 |
25 |
21 h1 { |
26 h1 { |
22 border-bottom: 1px solid #dadada; |
27 border-bottom: 1px solid #dadada; |
23 clear: both; |
28 clear: both; |
24 color: #666; |
29 color: #666; |
25 font: 24px Georgia, "Times New Roman", Times, serif; |
30 font: 24px Georgia, "Times New Roman", Times, serif; |
26 margin: 5px 0 0 -4px; |
31 margin: 30px 0 0 0; |
27 padding: 0; |
32 padding: 0; |
28 padding-bottom: 7px; |
33 padding-bottom: 7px; |
29 } |
34 } |
30 |
35 |
31 h2 { font-size: 16px; } |
36 h2 { |
32 |
37 font-size: 16px; |
33 p, li { |
38 } |
|
39 |
|
40 p, li, dd, dt { |
34 padding-bottom: 2px; |
41 padding-bottom: 2px; |
35 font-size: 12px; |
42 font-size: 14px; |
36 line-height: 18px; |
43 line-height: 1.5; |
37 } |
44 } |
38 |
45 |
39 code { font-size: 13px; } |
46 code, .code { |
40 |
47 font-size: 14px; |
41 ul, ol { padding: 5px 5px 5px 22px; } |
48 } |
42 |
49 |
43 #logo { margin: 6px 0 14px 0; border-bottom: none;} |
50 ul, ol, dl { |
44 |
51 padding: 5px 5px 5px 22px; |
|
52 } |
|
53 |
|
54 a img { |
|
55 border:0 |
|
56 } |
|
57 abbr { |
|
58 border: 0; |
|
59 font-variant: normal; |
|
60 } |
|
61 #logo { |
|
62 margin: 6px 0 14px 0; |
|
63 border-bottom: none; |
|
64 text-align:center |
|
65 } |
45 .step { |
66 .step { |
46 margin: 20px 0 15px; |
67 margin: 20px 0 15px; |
47 } |
68 } |
48 |
69 .step, th { |
49 .step, th { text-align: left; padding: 0; } |
70 text-align: left; |
|
71 padding: 0; |
|
72 } |
50 |
73 |
51 .submit input, .button, .button-secondary { |
74 .submit input, .button, .button-secondary { |
52 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
75 font-family: sans-serif; |
53 text-decoration: none; |
76 text-decoration: none; |
54 font-size: 14px !important; |
77 font-size: 14px !important; |
55 line-height: 16px; |
78 line-height: 16px; |
56 padding: 6px 12px; |
79 padding: 6px 12px; |
57 cursor: pointer; |
80 cursor: pointer; |
58 border: 1px solid #bbb; |
81 border: 1px solid #bbb; |
59 color: #464646; |
82 color: #464646; |
60 -moz-border-radius: 15px; |
|
61 -khtml-border-radius: 15px; |
|
62 -webkit-border-radius: 15px; |
83 -webkit-border-radius: 15px; |
63 border-radius: 15px; |
84 border-radius: 15px; |
64 -moz-box-sizing: content-box; |
85 -moz-box-sizing: content-box; |
65 -webkit-box-sizing: content-box; |
86 -webkit-box-sizing: content-box; |
66 -khtml-box-sizing: content-box; |
|
67 box-sizing: content-box; |
87 box-sizing: content-box; |
68 } |
88 } |
69 |
89 |
70 .button:hover, .button-secondary:hover, .submit input:hover { |
90 .button:hover, .button-secondary:hover, .submit input:hover { |
71 color: #000; |
91 color: #000; |
76 background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top; |
96 background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top; |
77 } |
97 } |
78 |
98 |
79 .button:active, .submit input:active, .button-secondary:active { |
99 .button:active, .submit input:active, .button-secondary:active { |
80 background: #eee url(../images/white-grad-active.png) repeat-x scroll left top; |
100 background: #eee url(../images/white-grad-active.png) repeat-x scroll left top; |
|
101 } |
|
102 |
|
103 textarea { |
|
104 border: 1px solid #dfdfdf; |
|
105 -webkit-border-radius: 3px; |
|
106 border-radius: 3px; |
|
107 font-family: sans-serif; |
|
108 width: 695px; |
81 } |
109 } |
82 |
110 |
83 .form-table { |
111 .form-table { |
84 border-collapse: collapse; |
112 border-collapse: collapse; |
85 margin-top: 1em; |
113 margin-top: 1em; |
86 width: 100%; |
114 width: 100%; |
87 } |
115 } |
88 |
116 |
89 .form-table td { |
117 .form-table td { |
90 margin-bottom: 9px; |
118 margin-bottom: 9px; |
91 padding: 10px; |
119 padding: 10px 20px 10px 0; |
92 border-bottom: 8px solid #fff; |
120 border-bottom: 8px solid #fff; |
93 font-size: 12px; |
121 font-size: 14px; |
|
122 vertical-align: top |
94 } |
123 } |
95 |
124 |
96 .form-table th { |
125 .form-table th { |
97 font-size: 13px; |
126 font-size: 14px; |
98 text-align: left; |
127 text-align: left; |
99 padding: 16px 10px 10px 10px; |
128 padding: 16px 20px 10px 0; |
100 border-bottom: 8px solid #fff; |
129 border-bottom: 8px solid #fff; |
101 width: 110px; |
130 width: 140px; |
102 vertical-align: top; |
131 vertical-align: top; |
103 } |
|
104 |
|
105 .form-table tr { |
|
106 background: #f3f3f3; |
|
107 } |
132 } |
108 |
133 |
109 .form-table code { |
134 .form-table code { |
110 line-height: 18px; |
135 line-height: 18px; |
111 font-size: 18px; |
136 font-size: 14px; |
112 } |
137 } |
113 |
138 |
114 .form-table p { |
139 .form-table p { |
115 margin: 4px 0 0 0; |
140 margin: 4px 0 0 0; |
116 font-size: 11px; |
141 font-size: 11px; |
118 |
143 |
119 .form-table input { |
144 .form-table input { |
120 line-height: 20px; |
145 line-height: 20px; |
121 font-size: 15px; |
146 font-size: 15px; |
122 padding: 2px; |
147 padding: 2px; |
123 } |
148 border: 1px #DFDFDF solid; |
124 |
149 -webkit-border-radius: 3px; |
125 #error-page { margin-top: 50px; } |
150 border-radius: 3px; |
|
151 font-family: sans-serif; |
|
152 } |
|
153 |
|
154 .form-table input[type=text], |
|
155 .form-table input[type=password] { |
|
156 width: 206px; |
|
157 } |
|
158 |
|
159 .form-table th p { |
|
160 font-weight: normal; |
|
161 } |
|
162 |
|
163 .form-table.install-success td { |
|
164 vertical-align: middle; |
|
165 padding: 16px 20px 10px 0; |
|
166 } |
|
167 |
|
168 .form-table.install-success td p { |
|
169 margin: 0; |
|
170 font-size: 14px; |
|
171 } |
|
172 |
|
173 .form-table.install-success td code { |
|
174 margin: 0; |
|
175 font-size: 18px; |
|
176 } |
|
177 |
|
178 #error-page { |
|
179 margin-top: 50px; |
|
180 } |
126 |
181 |
127 #error-page p { |
182 #error-page p { |
128 font-size: 12px; |
183 font-size: 14px; |
129 line-height: 18px; |
184 line-height: 18px; |
130 margin: 25px 0 20px; |
185 margin: 25px 0 20px; |
131 } |
186 } |
132 |
187 |
133 #error-page code { font-family: Consolas, Monaco, Courier, monospace; } |
188 #error-page code, .code { |
|
189 font-family: Consolas, Monaco, monospace; |
|
190 } |
|
191 |
|
192 #pass-strength-result { |
|
193 background-color: #eee; |
|
194 border-color: #ddd !important; |
|
195 border-style: solid; |
|
196 border-width: 1px; |
|
197 margin: 5px 5px 5px 0; |
|
198 padding: 5px; |
|
199 text-align: center; |
|
200 width: 200px; |
|
201 display: none; |
|
202 } |
|
203 |
|
204 #pass-strength-result.bad { |
|
205 background-color: #ffb78c; |
|
206 border-color: #ff853c !important; |
|
207 } |
|
208 |
|
209 #pass-strength-result.good { |
|
210 background-color: #ffec8b; |
|
211 border-color: #ffcc00 !important; |
|
212 } |
|
213 |
|
214 #pass-strength-result.short { |
|
215 background-color: #ffa0a0; |
|
216 border-color: #f04040 !important; |
|
217 } |
|
218 |
|
219 #pass-strength-result.strong { |
|
220 background-color: #c3ff88; |
|
221 border-color: #8dff1c !important; |
|
222 } |
|
223 |
|
224 .message { |
|
225 border: 1px solid #e6db55; |
|
226 padding: 0.3em 0.6em; |
|
227 margin: 5px 0 15px; |
|
228 background-color: #ffffe0; |
|
229 } |
|
230 |
|
231 /* install-rtl */ |
|
232 body.rtl { |
|
233 font-family: Tahoma, arial; |
|
234 } |
|
235 |
|
236 .rtl h1 { |
|
237 font-family: arial; |
|
238 margin: 5px -4px 0 0; |
|
239 } |
|
240 |
|
241 .rtl ul, |
|
242 .rtl ol { |
|
243 padding: 5px 22px 5px 5px; |
|
244 } |
|
245 |
|
246 .rtl .step, |
|
247 .rtl th, |
|
248 .rtl .form-table th { |
|
249 text-align: right; |
|
250 } |
|
251 |
|
252 .rtl .submit input, |
|
253 .rtl .button, |
|
254 .rtl .button-secondary { |
|
255 margin-right: 0; |
|
256 } |
|
257 |
|
258 .rtl #dbname, |
|
259 .rtl #uname, |
|
260 .rtl #pwd, |
|
261 .rtl #dbhost, |
|
262 .rtl #prefix, |
|
263 .rtl #user_login, |
|
264 .rtl #admin_email, |
|
265 .rtl #pass1, |
|
266 .rtl #pass2 { |
|
267 direction: ltr; |
|
268 } |