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