author | ymh <ymh.work@gmail.com> |
Mon, 08 Sep 2025 19:44:41 +0200 | |
changeset 23 | 417f20492bf7 |
parent 22 | 8c2e4d02f4ef |
permissions | -rw-r--r-- |
16 | 1 |
/*! This file is auto-generated */ |
5 | 2 |
html, |
3 |
body { |
|
4 |
height: 100%; |
|
5 |
margin: 0; |
|
6 |
padding: 0; |
|
7 |
} |
|
8 |
||
9 |
body { |
|
18 | 10 |
background: #f0f0f1; |
5 | 11 |
min-width: 0; |
18 | 12 |
color: #3c434a; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
13 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
5 | 14 |
font-size: 13px; |
16 | 15 |
line-height: 1.4; |
5 | 16 |
} |
17 |
||
18 |
a { |
|
18 | 19 |
color: #2271b1; |
5 | 20 |
transition-property: border, background, color; |
21 |
transition-duration: .05s; |
|
22 |
transition-timing-function: ease-in-out; |
|
23 |
} |
|
24 |
||
25 |
a { |
|
26 |
outline: 0; |
|
27 |
} |
|
28 |
||
29 |
a:hover, |
|
30 |
a:active { |
|
18 | 31 |
color: #135e96; |
5 | 32 |
} |
33 |
||
34 |
a:focus { |
|
18 | 35 |
color: #043959; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
36 |
box-shadow: 0 0 0 2px #2271b1; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
37 |
/* Only visible in Windows High Contrast mode */ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
38 |
outline: 2px solid transparent; |
5 | 39 |
} |
40 |
||
41 |
p { |
|
42 |
line-height: 1.5; |
|
43 |
} |
|
44 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
45 |
.login .message, |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
46 |
.login .notice, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
47 |
.login .success { |
18 | 48 |
border-right: 4px solid #72aee6; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
49 |
padding: 12px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
50 |
margin-right: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
51 |
margin-bottom: 20px; |
5 | 52 |
background-color: #fff; |
9 | 53 |
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); |
19 | 54 |
word-wrap: break-word; |
5 | 55 |
} |
56 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
57 |
.login .success { |
18 | 58 |
border-right-color: #00a32a; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
59 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
60 |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
61 |
/* Match border color from common.css */ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
62 |
.login .notice-error { |
18 | 63 |
border-right-color: #d63638; |
5 | 64 |
} |
65 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
66 |
.login .login-error-list { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
67 |
list-style: none; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
68 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
69 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
70 |
.login .login-error-list li + li { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
71 |
margin-top: 4px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
72 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
73 |
|
5 | 74 |
#loginform p.submit, |
75 |
.login-action-lostpassword p.submit { |
|
76 |
border: none; |
|
77 |
margin: -10px 0 20px; /* May want to revisit this */ |
|
78 |
} |
|
79 |
||
80 |
.login * { |
|
81 |
margin: 0; |
|
82 |
padding: 0; |
|
83 |
} |
|
84 |
||
9 | 85 |
.login .input::-ms-clear { |
86 |
display: none; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
87 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
88 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
89 |
.login .pw-weak { |
9 | 90 |
margin-bottom: 15px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
91 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
92 |
|
16 | 93 |
.login .button.wp-hide-pw { |
9 | 94 |
background: transparent; |
95 |
border: 1px solid transparent; |
|
96 |
box-shadow: none; |
|
97 |
font-size: 14px; |
|
98 |
line-height: 2; |
|
16 | 99 |
width: 2.5rem; |
100 |
height: 2.5rem; |
|
101 |
min-width: 40px; |
|
102 |
min-height: 40px; |
|
9 | 103 |
margin: 0; |
104 |
padding: 5px 9px; |
|
105 |
position: absolute; |
|
106 |
left: 0; |
|
107 |
top: 0; |
|
108 |
} |
|
109 |
||
16 | 110 |
.login .button.wp-hide-pw:hover { |
9 | 111 |
background: transparent; |
112 |
} |
|
113 |
||
16 | 114 |
.login .button.wp-hide-pw:focus { |
9 | 115 |
background: transparent; |
18 | 116 |
border-color: #3582c4; |
117 |
box-shadow: 0 0 0 1px #3582c4; |
|
16 | 118 |
/* Only visible in Windows High Contrast mode */ |
119 |
outline: 2px solid transparent; |
|
9 | 120 |
} |
121 |
||
16 | 122 |
.login .button.wp-hide-pw:active { |
9 | 123 |
background: transparent; |
124 |
box-shadow: none; |
|
125 |
transform: none; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
126 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
127 |
|
16 | 128 |
.login .button.wp-hide-pw .dashicons { |
129 |
width: 1.25rem; |
|
130 |
height: 1.25rem; |
|
131 |
top: 0.25rem; |
|
132 |
} |
|
133 |
||
134 |
.login .wp-pwd { |
|
135 |
position: relative; |
|
136 |
} |
|
137 |
||
138 |
.no-js .hide-if-no-js { |
|
139 |
display: none; |
|
140 |
} |
|
141 |
||
5 | 142 |
.login form { |
22
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
21
diff
changeset
|
143 |
margin: 24px 0; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
144 |
padding: 26px 24px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
145 |
font-weight: 400; |
5 | 146 |
overflow: hidden; |
147 |
background: #fff; |
|
18 | 148 |
border: 1px solid #c3c4c7; |
16 | 149 |
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04); |
150 |
} |
|
151 |
||
152 |
.login form.shake { |
|
153 |
animation: shake 0.2s cubic-bezier(.19,.49,.38,.79) both; |
|
154 |
animation-iteration-count: 3; |
|
155 |
transform: translateX(0); |
|
156 |
} |
|
157 |
||
158 |
@keyframes shake { |
|
159 |
25% { |
|
160 |
transform: translateX(20px); |
|
161 |
} |
|
162 |
75% { |
|
163 |
transform: translateX(-20px); |
|
164 |
} |
|
165 |
100% { |
|
166 |
transform: translateX(0); |
|
167 |
} |
|
168 |
} |
|
169 |
||
170 |
@media (prefers-reduced-motion: reduce) { |
|
171 |
.login form.shake { |
|
172 |
animation: none; |
|
173 |
transform: none; |
|
174 |
} |
|
175 |
} |
|
176 |
||
177 |
.login-action-confirm_admin_email #login { |
|
178 |
width: 60vw; |
|
179 |
max-width: 650px; |
|
180 |
margin-top: -2vh; |
|
181 |
} |
|
182 |
||
183 |
@media screen and (max-width: 782px) { |
|
184 |
.login-action-confirm_admin_email #login { |
|
185 |
box-sizing: border-box; |
|
186 |
margin-top: 0; |
|
187 |
padding-right: 4vw; |
|
188 |
padding-left: 4vw; |
|
189 |
width: 100vw; |
|
190 |
} |
|
5 | 191 |
} |
192 |
||
193 |
.login form .forgetmenot { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
194 |
font-weight: 400; |
5 | 195 |
float: right; |
196 |
margin-bottom: 0; |
|
197 |
} |
|
198 |
||
199 |
.login .button-primary { |
|
200 |
float: left; |
|
201 |
} |
|
202 |
||
18 | 203 |
.login .reset-pass-submit { |
204 |
display: flex; |
|
205 |
flex-flow: row wrap; |
|
206 |
justify-content: space-between; |
|
207 |
} |
|
208 |
||
209 |
.login .reset-pass-submit .button { |
|
210 |
display: inline-block; |
|
211 |
float: none; |
|
212 |
margin-bottom: 6px; |
|
213 |
} |
|
214 |
||
16 | 215 |
.login .admin-email-confirm-form .submit { |
216 |
text-align: center; |
|
217 |
} |
|
218 |
||
219 |
.admin-email__later { |
|
220 |
text-align: right; |
|
221 |
} |
|
222 |
||
223 |
.login form p.admin-email__details { |
|
224 |
margin: 1.1em 0; |
|
225 |
} |
|
226 |
||
22
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
21
diff
changeset
|
227 |
.login .admin-email__heading { |
18 | 228 |
border-bottom: 1px #f0f0f1 solid; |
229 |
color: #50575e; |
|
16 | 230 |
font-weight: normal; |
231 |
padding-bottom: 0.5em; |
|
232 |
text-align: right; |
|
233 |
} |
|
234 |
||
235 |
.admin-email__actions div { |
|
236 |
padding-top: 1.5em; |
|
237 |
} |
|
238 |
||
239 |
.login .admin-email__actions .button-primary { |
|
240 |
float: none; |
|
241 |
margin-right: 0.25em; |
|
242 |
margin-left: 0.25em; |
|
243 |
} |
|
244 |
||
5 | 245 |
#login form p { |
246 |
margin-bottom: 0; |
|
247 |
} |
|
248 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
249 |
#login form .indicator-hint, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
250 |
#login #reg_passmail { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
251 |
margin-bottom: 16px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
252 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
253 |
|
5 | 254 |
#login form p.submit { |
255 |
margin: 0; |
|
256 |
padding: 0; |
|
257 |
} |
|
258 |
||
259 |
.login label { |
|
260 |
font-size: 14px; |
|
16 | 261 |
line-height: 1.5; |
262 |
display: inline-block; |
|
263 |
margin-bottom: 3px; |
|
5 | 264 |
} |
265 |
||
16 | 266 |
.login .forgetmenot label, |
267 |
.login .pw-weak label { |
|
268 |
line-height: 1.5; |
|
269 |
vertical-align: baseline; |
|
5 | 270 |
} |
271 |
||
272 |
.login h1 { |
|
273 |
text-align: center; |
|
274 |
} |
|
275 |
||
276 |
.login h1 a { |
|
277 |
background-image: url(../images/w-logo-blue.png?ver=20131202); |
|
278 |
background-image: none, url(../images/wordpress-logo.svg?ver=20131107); |
|
279 |
background-size: 84px; |
|
280 |
background-position: center top; |
|
281 |
background-repeat: no-repeat; |
|
18 | 282 |
color: #3c434a; |
5 | 283 |
height: 84px; |
284 |
font-size: 20px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
285 |
font-weight: 400; |
16 | 286 |
line-height: 1.3; |
22
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
21
diff
changeset
|
287 |
margin: 0 auto 24px; |
5 | 288 |
padding: 0; |
289 |
text-decoration: none; |
|
290 |
width: 84px; |
|
291 |
text-indent: -9999px; |
|
292 |
outline: none; |
|
293 |
overflow: hidden; |
|
294 |
display: block; |
|
295 |
} |
|
296 |
||
297 |
#login { |
|
298 |
width: 320px; |
|
19 | 299 |
padding: 5% 0 0; |
5 | 300 |
margin: auto; |
301 |
} |
|
302 |
||
303 |
.login #nav, |
|
304 |
.login #backtoblog { |
|
305 |
font-size: 13px; |
|
19 | 306 |
padding: 0 24px; |
5 | 307 |
} |
308 |
||
309 |
.login #nav { |
|
19 | 310 |
margin: 24px 0 0; |
5 | 311 |
} |
312 |
||
313 |
#backtoblog { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
314 |
margin: 16px 0; |
19 | 315 |
word-wrap: break-word; |
5 | 316 |
} |
317 |
||
318 |
.login #nav a, |
|
319 |
.login #backtoblog a { |
|
320 |
text-decoration: none; |
|
18 | 321 |
color: #50575e; |
5 | 322 |
} |
323 |
||
324 |
.login #nav a:hover, |
|
325 |
.login #backtoblog a:hover, |
|
326 |
.login h1 a:hover { |
|
18 | 327 |
color: #135e96; |
5 | 328 |
} |
329 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
330 |
.login #nav a:focus, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
331 |
.login #backtoblog a:focus, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
332 |
.login h1 a:focus { |
18 | 333 |
color: #043959; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
334 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
335 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
336 |
.login .privacy-policy-page-link { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
337 |
text-align: center; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
338 |
width: 100%; |
19 | 339 |
margin: 3em 0 2em; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
340 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
341 |
|
5 | 342 |
.login form .input, |
16 | 343 |
.login input[type="text"], |
344 |
.login input[type="password"] { |
|
5 | 345 |
font-size: 24px; |
16 | 346 |
line-height: 1.33333333; /* 32px */ |
5 | 347 |
width: 100%; |
16 | 348 |
border-width: 0.0625rem; |
349 |
padding: 0.1875rem 0.3125rem; /* 3px 5px */ |
|
350 |
margin: 0 0 16px 6px; |
|
351 |
min-height: 40px; |
|
352 |
max-height: none; |
|
5 | 353 |
} |
354 |
||
18 | 355 |
.login input.password-input { |
356 |
font-family: Consolas, Monaco, monospace; |
|
357 |
} |
|
358 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
359 |
.js.login input.password-input { |
16 | 360 |
padding-left: 2.5rem; |
9 | 361 |
} |
362 |
||
5 | 363 |
.login form .input, |
364 |
.login input[type="text"], |
|
365 |
.login form input[type="checkbox"] { |
|
18 | 366 |
background: #fff; |
5 | 367 |
} |
368 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
369 |
.js.login-action-resetpass input[type="text"], |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
370 |
.js.login-action-resetpass input[type="password"], |
16 | 371 |
.js.login-action-rp input[type="text"], |
372 |
.js.login-action-rp input[type="password"] { |
|
373 |
margin-bottom: 0; |
|
5 | 374 |
} |
375 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
376 |
.login #pass-strength-result { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
377 |
font-weight: 600; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
378 |
margin: -1px 0 16px 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
379 |
padding: 6px 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
380 |
text-align: center; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
381 |
width: 100%; |
5 | 382 |
} |
383 |
||
384 |
body.interim-login { |
|
385 |
height: auto; |
|
386 |
} |
|
387 |
||
388 |
.interim-login #login { |
|
389 |
padding: 0; |
|
390 |
margin: 5px auto 20px; |
|
391 |
} |
|
392 |
||
393 |
.interim-login.login h1 a { |
|
394 |
width: auto; |
|
395 |
} |
|
396 |
||
397 |
.interim-login #login_error, |
|
398 |
.interim-login.login .message { |
|
399 |
margin: 0 0 16px; |
|
400 |
} |
|
401 |
||
402 |
.interim-login.login form { |
|
403 |
margin: 0; |
|
404 |
} |
|
405 |
||
16 | 406 |
/* Hide visually but not from screen readers */ |
407 |
.screen-reader-text, |
|
408 |
.screen-reader-text span { |
|
409 |
border: 0; |
|
410 |
clip-path: inset(50%); |
|
411 |
height: 1px; |
|
412 |
margin: -1px; |
|
413 |
overflow: hidden; |
|
414 |
padding: 0; |
|
415 |
position: absolute; |
|
416 |
width: 1px; |
|
417 |
word-wrap: normal !important; /* many screen reader and browser combinations announce broken words as they would appear visually */ |
|
418 |
} |
|
419 |
||
420 |
/* Hide the Edge "reveal password" native button */ |
|
421 |
input::-ms-reveal { |
|
422 |
display: none; |
|
423 |
} |
|
424 |
||
19 | 425 |
#language-switcher { |
426 |
padding: 0; |
|
427 |
overflow: visible; |
|
428 |
background: none; |
|
429 |
border: none; |
|
430 |
box-shadow: none; |
|
431 |
} |
|
432 |
||
433 |
#language-switcher select { |
|
434 |
margin-left: 0.25em; |
|
435 |
} |
|
436 |
||
437 |
.language-switcher { |
|
438 |
margin: 0 auto; |
|
439 |
padding: 0 0 24px; |
|
440 |
text-align: center; |
|
441 |
} |
|
442 |
||
443 |
.language-switcher label { |
|
444 |
margin-left: 0.25em; |
|
445 |
} |
|
446 |
||
447 |
.language-switcher label .dashicons { |
|
448 |
width: auto; |
|
449 |
height: auto; |
|
450 |
} |
|
451 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
452 |
.login .language-switcher .button { |
19 | 453 |
margin-bottom: 0; |
454 |
} |
|
455 |
||
9 | 456 |
@media screen and (max-height: 550px) { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
457 |
#login { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
458 |
padding: 20px 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
459 |
} |
19 | 460 |
|
461 |
#language-switcher { |
|
462 |
margin-top: 0; |
|
463 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
464 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
465 |
|
16 | 466 |
|
9 | 467 |
@media screen and (max-width: 782px) { |
5 | 468 |
.interim-login input[type=checkbox] { |
16 | 469 |
width: 1rem; |
470 |
height: 1rem; |
|
5 | 471 |
} |
472 |
||
473 |
.interim-login input[type=checkbox]:checked:before { |
|
16 | 474 |
width: 1.3125rem; |
475 |
height: 1.3125rem; |
|
476 |
margin: -0.1875rem -0.25rem 0 0; |
|
5 | 477 |
} |
19 | 478 |
|
479 |
#language-switcher label, |
|
480 |
#language-switcher select { |
|
481 |
margin-left: 0; |
|
482 |
} |
|
5 | 483 |
} |
19 | 484 |
|
485 |
@media screen and (max-width: 400px) { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
486 |
.login .language-switcher .button { |
19 | 487 |
display: block; |
488 |
margin: 5px auto 0; |
|
489 |
} |
|
490 |
} |