author | ymh <ymh.work@gmail.com> |
Tue, 15 Oct 2019 15:48:13 +0200 | |
changeset 13 | d255fe9cd479 |
parent 9 | 177826044cd9 |
child 16 | a86126ab1dd4 |
permissions | -rw-r--r-- |
5 | 1 |
html { |
2 |
background: #f1f1f1; |
|
3 |
margin: 0 20px; |
|
4 |
} |
|
5 |
||
6 |
body { |
|
7 |
background: #fff; |
|
8 |
color: #444; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
9 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
5 | 10 |
margin: 140px auto 25px; |
11 |
padding: 20px 20px 10px 20px; |
|
12 |
max-width: 700px; |
|
13 |
-webkit-font-smoothing: subpixel-antialiased; |
|
9 | 14 |
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13); |
5 | 15 |
} |
16 |
||
17 |
a { |
|
18 |
color: #0073aa; |
|
19 |
} |
|
20 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
21 |
a:hover, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
22 |
a:active { |
5 | 23 |
color: #00a0d2; |
24 |
} |
|
25 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
26 |
a:focus { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
27 |
color: #124964; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
28 |
box-shadow: |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
29 |
0 0 0 1px #5b9dd9, |
9 | 30 |
0 0 2px 1px rgba(30, 140, 190, 0.8); |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
31 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
32 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
33 |
.ie8 a:focus { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
34 |
outline: #5b9dd9 solid 1px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
35 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
36 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
37 |
h1, h2 { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
38 |
border-bottom: 1px solid #ddd; |
5 | 39 |
clear: both; |
40 |
color: #666; |
|
41 |
font-size: 24px; |
|
42 |
padding: 0; |
|
43 |
padding-bottom: 7px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
44 |
font-weight: 400; |
5 | 45 |
} |
46 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
47 |
h3 { |
5 | 48 |
font-size: 16px; |
49 |
} |
|
50 |
||
51 |
p, li, dd, dt { |
|
52 |
padding-bottom: 2px; |
|
53 |
font-size: 14px; |
|
54 |
line-height: 1.5; |
|
55 |
} |
|
56 |
||
57 |
code, .code { |
|
58 |
font-family: Consolas, Monaco, monospace; |
|
59 |
} |
|
60 |
||
61 |
ul, ol, dl { |
|
62 |
padding: 5px 22px 5px 5px; |
|
63 |
} |
|
64 |
||
65 |
a img { |
|
9 | 66 |
border: 0 |
5 | 67 |
} |
68 |
abbr { |
|
69 |
border: 0; |
|
70 |
font-variant: normal; |
|
71 |
} |
|
72 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
73 |
fieldset { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
74 |
border: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
75 |
padding: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
76 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
77 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
78 |
|
5 | 79 |
label { |
80 |
cursor: pointer; |
|
81 |
} |
|
82 |
||
83 |
#logo { |
|
84 |
margin: 6px 0 14px 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
85 |
padding: 0 0 7px 0; |
5 | 86 |
border-bottom: none; |
9 | 87 |
text-align: center |
5 | 88 |
} |
89 |
#logo a { |
|
90 |
background-image: url(../images/w-logo-blue.png?ver=20131202); |
|
91 |
background-image: none, url(../images/wordpress-logo.svg?ver=20131107); |
|
92 |
background-size: 84px; |
|
93 |
background-position: center top; |
|
94 |
background-repeat: no-repeat; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
95 |
color: #444; /* same as login.css */ |
5 | 96 |
height: 84px; |
97 |
font-size: 20px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
98 |
font-weight: 400; |
5 | 99 |
line-height: 1.3em; |
100 |
margin: -130px auto 25px; |
|
101 |
padding: 0; |
|
102 |
text-decoration: none; |
|
103 |
width: 84px; |
|
104 |
text-indent: -9999px; |
|
105 |
outline: none; |
|
106 |
overflow: hidden; |
|
107 |
display: block; |
|
108 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
109 |
|
5 | 110 |
.step { |
111 |
margin: 20px 0 15px; |
|
112 |
} |
|
113 |
.step, th { |
|
114 |
text-align: right; |
|
115 |
padding: 0; |
|
116 |
} |
|
117 |
.language-chooser.wp-core-ui .step .button.button-large { |
|
118 |
height: 36px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
119 |
font-size: 14px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
120 |
line-height: 33px; |
5 | 121 |
vertical-align: middle; |
122 |
} |
|
123 |
textarea { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
124 |
border: 1px solid #ddd; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
125 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
5 | 126 |
width: 100%; |
127 |
box-sizing: border-box; |
|
128 |
} |
|
129 |
||
130 |
.form-table { |
|
131 |
border-collapse: collapse; |
|
132 |
margin-top: 1em; |
|
133 |
width: 100%; |
|
134 |
} |
|
135 |
||
136 |
.form-table td { |
|
137 |
margin-bottom: 9px; |
|
138 |
padding: 10px 0 10px 20px; |
|
139 |
font-size: 14px; |
|
140 |
vertical-align: top |
|
141 |
} |
|
142 |
||
143 |
.form-table th { |
|
144 |
font-size: 14px; |
|
145 |
text-align: right; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
146 |
padding: 10px 0 10px 20px; |
5 | 147 |
width: 140px; |
148 |
vertical-align: top; |
|
149 |
} |
|
150 |
||
151 |
.form-table code { |
|
152 |
line-height: 18px; |
|
153 |
font-size: 14px; |
|
154 |
} |
|
155 |
||
156 |
.form-table p { |
|
157 |
margin: 4px 0 0 0; |
|
158 |
font-size: 11px; |
|
159 |
} |
|
160 |
||
161 |
.form-table input { |
|
162 |
line-height: 20px; |
|
163 |
font-size: 15px; |
|
164 |
padding: 3px 5px; |
|
165 |
border: 1px solid #ddd; |
|
9 | 166 |
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); |
5 | 167 |
} |
168 |
||
169 |
input, |
|
170 |
submit { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
171 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
5 | 172 |
} |
173 |
||
174 |
.form-table input[type=text], |
|
175 |
.form-table input[type=email], |
|
176 |
.form-table input[type=url], |
|
9 | 177 |
.form-table input[type=password], |
178 |
#pass-strength-result { |
|
179 |
width: 218px; |
|
5 | 180 |
} |
181 |
||
182 |
.form-table th p { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
183 |
font-weight: 400; |
5 | 184 |
} |
185 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
186 |
.form-table.install-success th, |
5 | 187 |
.form-table.install-success td { |
188 |
vertical-align: middle; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
189 |
padding: 16px 0 16px 20px; |
5 | 190 |
} |
191 |
||
192 |
.form-table.install-success td p { |
|
193 |
margin: 0; |
|
194 |
font-size: 14px; |
|
195 |
} |
|
196 |
||
197 |
.form-table.install-success td code { |
|
198 |
margin: 0; |
|
199 |
font-size: 18px; |
|
200 |
} |
|
201 |
||
202 |
#error-page { |
|
203 |
margin-top: 50px; |
|
204 |
} |
|
205 |
||
206 |
#error-page p { |
|
207 |
font-size: 14px; |
|
208 |
line-height: 18px; |
|
209 |
margin: 25px 0 20px; |
|
210 |
} |
|
211 |
||
212 |
#error-page code, .code { |
|
213 |
font-family: Consolas, Monaco, monospace; |
|
214 |
} |
|
215 |
||
216 |
.message { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
217 |
border-right: 4px solid #dc3232; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
218 |
padding: .7em .6em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
219 |
background-color: #fbeaea; |
5 | 220 |
} |
221 |
||
222 |
/* rtl:ignore */ |
|
223 |
#dbname, |
|
224 |
#uname, |
|
225 |
#pwd, |
|
226 |
#dbhost, |
|
227 |
#prefix, |
|
228 |
#user_login, |
|
229 |
#admin_email, |
|
230 |
#pass1, |
|
231 |
#pass2 { |
|
232 |
direction: ltr; |
|
233 |
} |
|
234 |
||
235 |
||
236 |
/* localization */ |
|
237 |
body.rtl, |
|
238 |
.rtl textarea, |
|
239 |
.rtl input, |
|
240 |
.rtl submit { |
|
241 |
font-family: Tahoma, sans-serif; |
|
242 |
} |
|
243 |
||
244 |
:lang(he-il) body.rtl, |
|
245 |
:lang(he-il) .rtl textarea, |
|
246 |
:lang(he-il) .rtl input, |
|
247 |
:lang(he-il) .rtl submit { |
|
248 |
font-family: Arial, sans-serif; |
|
249 |
} |
|
250 |
||
251 |
@media only screen and (max-width: 799px) { |
|
252 |
body { |
|
253 |
margin-top: 115px; |
|
254 |
} |
|
255 |
#logo a { |
|
256 |
margin: -125px auto 30px; |
|
257 |
} |
|
258 |
} |
|
259 |
||
9 | 260 |
@media screen and (max-width: 782px) { |
5 | 261 |
|
262 |
.form-table { |
|
263 |
margin-top: 0; |
|
264 |
} |
|
265 |
||
266 |
.form-table th, |
|
267 |
.form-table td { |
|
268 |
display: block; |
|
269 |
width: auto; |
|
270 |
vertical-align: middle; |
|
271 |
} |
|
272 |
||
273 |
.form-table th { |
|
274 |
padding: 20px 0 0; |
|
275 |
} |
|
276 |
||
277 |
.form-table td { |
|
278 |
padding: 5px 0; |
|
279 |
border: 0; |
|
280 |
margin: 0; |
|
281 |
} |
|
282 |
||
283 |
textarea, |
|
284 |
input { |
|
285 |
font-size: 16px; |
|
286 |
} |
|
287 |
||
288 |
.form-table td input[type="text"], |
|
289 |
.form-table td input[type="email"], |
|
290 |
.form-table td input[type="url"], |
|
291 |
.form-table td input[type="password"], |
|
292 |
.form-table td select, |
|
293 |
.form-table td textarea, |
|
294 |
.form-table span.description { |
|
295 |
width: 100%; |
|
296 |
font-size: 16px; |
|
297 |
line-height: 1.5; |
|
298 |
padding: 7px 10px; |
|
299 |
display: block; |
|
300 |
max-width: none; |
|
301 |
box-sizing: border-box; |
|
302 |
} |
|
303 |
||
304 |
} |
|
305 |
||
306 |
body.language-chooser { |
|
307 |
max-width: 300px; |
|
308 |
} |
|
309 |
||
310 |
.language-chooser select { |
|
311 |
padding: 8px; |
|
312 |
width: 100%; |
|
313 |
display: block; |
|
314 |
border: 1px solid #ddd; |
|
315 |
background-color: #fff; |
|
316 |
color: #32373c; |
|
317 |
font-size: 16px; |
|
318 |
font-family: Arial, sans-serif; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
319 |
font-weight: 400; |
5 | 320 |
} |
321 |
||
322 |
.language-chooser p { |
|
323 |
text-align: left; |
|
324 |
} |
|
325 |
||
326 |
.screen-reader-input, |
|
327 |
.screen-reader-text { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
328 |
border: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
329 |
clip: rect(1px, 1px, 1px, 1px); |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
330 |
-webkit-clip-path: inset(50%); |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
331 |
clip-path: inset(50%); |
5 | 332 |
height: 1px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
333 |
margin: -1px; |
5 | 334 |
overflow: hidden; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
335 |
padding: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
336 |
position: absolute; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
337 |
width: 1px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
338 |
word-wrap: normal !important; |
5 | 339 |
} |
340 |
||
341 |
.spinner { |
|
342 |
background: url(../images/spinner.gif) no-repeat; |
|
343 |
background-size: 20px 20px; |
|
344 |
visibility: hidden; |
|
345 |
opacity: 0.7; |
|
346 |
filter: alpha(opacity=70); |
|
347 |
width: 20px; |
|
348 |
height: 20px; |
|
349 |
margin: 2px 5px 0; |
|
350 |
} |
|
351 |
||
352 |
.step .spinner { |
|
353 |
display: inline-block; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
354 |
vertical-align: middle; |
5 | 355 |
margin-left: 15px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
356 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
357 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
358 |
.button.hide-if-no-js, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
359 |
.hide-if-no-js { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
360 |
display: none; |
5 | 361 |
} |
362 |
||
363 |
/** |
|
364 |
* HiDPI Displays |
|
365 |
*/ |
|
366 |
@media print, |
|
367 |
(-webkit-min-device-pixel-ratio: 1.25), |
|
368 |
(min-resolution: 120dpi) { |
|
369 |
||
370 |
.spinner { |
|
371 |
background-image: url(../images/spinner-2x.gif); |
|
372 |
} |
|
373 |
||
374 |
} |