author | ymh <ymh.work@gmail.com> |
Fri, 05 Sep 2025 18:40:08 +0200 | |
changeset 21 | 48c4eec2b7e6 |
parent 19 | 3d72ae0968f4 |
child 22 | 8c2e4d02f4ef |
permissions | -rw-r--r-- |
16 | 1 |
/*! This file is auto-generated */ |
5 | 2 |
/* 2 column liquid layout */ |
3 |
#wpwrap { |
|
4 |
height: auto; |
|
5 |
min-height: 100%; |
|
6 |
width: 100%; |
|
7 |
position: relative; |
|
8 |
-webkit-font-smoothing: subpixel-antialiased; |
|
9 |
} |
|
10 |
||
11 |
#wpcontent { |
|
12 |
height: 100%; |
|
13 |
padding-right: 20px; |
|
14 |
} |
|
15 |
||
16 |
#wpcontent, |
|
17 |
#wpfooter { |
|
18 |
margin-right: 160px; |
|
19 |
} |
|
20 |
||
21 |
.folded #wpcontent, |
|
22 |
.folded #wpfooter { |
|
23 |
margin-right: 36px; |
|
24 |
} |
|
25 |
||
26 |
#wpbody-content { |
|
27 |
padding-bottom: 65px; |
|
28 |
float: right; |
|
29 |
width: 100%; |
|
16 | 30 |
overflow: visible; |
5 | 31 |
} |
32 |
||
33 |
/* inner 2 column liquid layout */ |
|
34 |
||
35 |
.inner-sidebar { |
|
36 |
float: left; |
|
37 |
clear: left; |
|
38 |
display: none; |
|
39 |
width: 281px; |
|
40 |
position: relative; |
|
41 |
} |
|
42 |
||
43 |
.columns-2 .inner-sidebar { |
|
44 |
margin-left: auto; |
|
45 |
width: 286px; |
|
46 |
display: block; |
|
47 |
} |
|
48 |
||
49 |
.inner-sidebar #side-sortables, |
|
50 |
.columns-2 .inner-sidebar #side-sortables { |
|
51 |
min-height: 300px; |
|
52 |
width: 280px; |
|
53 |
padding: 0; |
|
54 |
} |
|
55 |
||
56 |
.has-right-sidebar .inner-sidebar { |
|
57 |
display: block; |
|
58 |
} |
|
59 |
||
60 |
.has-right-sidebar #post-body { |
|
61 |
float: right; |
|
62 |
clear: right; |
|
63 |
width: 100%; |
|
64 |
margin-left: -2000px; |
|
65 |
} |
|
66 |
||
67 |
.has-right-sidebar #post-body-content { |
|
68 |
margin-left: 300px; |
|
69 |
float: none; |
|
70 |
width: auto; |
|
71 |
} |
|
72 |
||
73 |
/* 2 columns main area */ |
|
74 |
||
75 |
#col-left { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
76 |
float: right; |
5 | 77 |
width: 35%; |
78 |
} |
|
79 |
||
80 |
#col-right { |
|
81 |
float: left; |
|
82 |
width: 65%; |
|
83 |
} |
|
84 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
85 |
#col-left .col-wrap { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
86 |
padding: 0 0 0 6px; |
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 |
#col-right .col-wrap { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
90 |
padding: 0 6px 0 0; |
5 | 91 |
} |
92 |
||
93 |
/* utility classes */ |
|
94 |
.alignleft { |
|
95 |
float: right; |
|
96 |
} |
|
97 |
||
98 |
.alignright { |
|
99 |
float: left; |
|
100 |
} |
|
101 |
||
102 |
.textleft { |
|
103 |
text-align: right; |
|
104 |
} |
|
105 |
||
106 |
.textright { |
|
107 |
text-align: left; |
|
108 |
} |
|
109 |
||
110 |
.clear { |
|
111 |
clear: both; |
|
112 |
} |
|
113 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
114 |
/* modern clearfix */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
115 |
.wp-clearfix:after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
116 |
content: ""; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
117 |
display: table; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
118 |
clear: both; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
119 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
120 |
|
5 | 121 |
/* Hide visually but not from screen readers */ |
122 |
.screen-reader-text, |
|
123 |
.screen-reader-text span, |
|
124 |
.ui-helper-hidden-accessible { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
125 |
border: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
126 |
clip: rect(1px, 1px, 1px, 1px); |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
127 |
clip-path: inset(50%); |
5 | 128 |
height: 1px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
129 |
margin: -1px; |
5 | 130 |
overflow: hidden; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
131 |
padding: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
132 |
position: absolute; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
133 |
width: 1px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
134 |
word-wrap: normal !important; /* many screen reader and browser combinations announce broken words as they would appear visually */ |
5 | 135 |
} |
136 |
||
9 | 137 |
.button .screen-reader-text { |
138 |
height: auto; /* Fixes a Safari+VoiceOver bug, see ticket #42006 */ |
|
139 |
} |
|
140 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
141 |
.screen-reader-text + .dashicons-external { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
142 |
margin-top: -1px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
143 |
margin-right: 2px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
144 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
145 |
|
5 | 146 |
.screen-reader-shortcut { |
147 |
position: absolute; |
|
148 |
top: -1000em; |
|
149 |
right: 6px; |
|
150 |
height: auto; |
|
151 |
width: auto; |
|
152 |
display: block; |
|
153 |
font-size: 14px; |
|
154 |
font-weight: 600; |
|
155 |
padding: 15px 23px 14px; |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
156 |
/* Background and color set to prevent false positives in automated accessibility tests. */ |
18 | 157 |
background: #f0f0f1; |
158 |
color: #2271b1; |
|
5 | 159 |
z-index: 100000; |
160 |
line-height: normal; |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
161 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
162 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
163 |
.screen-reader-shortcut:focus { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
164 |
top: -25px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
165 |
/* Overrides a:focus in the admin. See ticket #56789. */ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
166 |
color: #2271b1; |
9 | 167 |
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); |
5 | 168 |
text-decoration: none; |
9 | 169 |
/* Only visible in Windows High Contrast mode */ |
170 |
outline: 2px solid transparent; |
|
171 |
outline-offset: -2px; |
|
5 | 172 |
} |
173 |
||
174 |
.hidden, |
|
175 |
.js .closed .inside, |
|
176 |
.js .hide-if-js, |
|
177 |
.no-js .hide-if-no-js, |
|
178 |
.js.wp-core-ui .hide-if-js, |
|
179 |
.js .wp-core-ui .hide-if-js, |
|
180 |
.no-js.wp-core-ui .hide-if-no-js, |
|
181 |
.no-js .wp-core-ui .hide-if-no-js { |
|
182 |
display: none; |
|
183 |
} |
|
184 |
||
185 |
/* @todo: Take a second look. Large chunks of shared color, from the colors.css merge */ |
|
186 |
.widget-top, |
|
187 |
.menu-item-handle, |
|
188 |
.widget-inside, |
|
189 |
#menu-settings-column .accordion-container, |
|
190 |
#menu-management .menu-edit, |
|
191 |
.manage-menus, |
|
192 |
table.widefat, |
|
193 |
.stuffbox, |
|
194 |
p.popular-tags, |
|
195 |
.widgets-holder-wrap, |
|
196 |
.wp-editor-container, |
|
197 |
.popular-tags, |
|
198 |
.feature-filter, |
|
199 |
.comment-ays { |
|
18 | 200 |
border: 1px solid #c3c4c7; |
9 | 201 |
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); |
5 | 202 |
} |
203 |
||
204 |
table.widefat, |
|
205 |
.wp-editor-container, |
|
206 |
.stuffbox, |
|
207 |
p.popular-tags, |
|
208 |
.widgets-holder-wrap, |
|
209 |
.popular-tags, |
|
210 |
.feature-filter, |
|
211 |
.comment-ays { |
|
212 |
background: #fff; |
|
213 |
} |
|
214 |
||
215 |
/* general */ |
|
216 |
html, |
|
217 |
body { |
|
218 |
height: 100%; |
|
219 |
margin: 0; |
|
220 |
padding: 0; |
|
221 |
} |
|
222 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
223 |
body { |
18 | 224 |
background: #f0f0f1; |
225 |
color: #3c434a; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
226 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
5 | 227 |
font-size: 13px; |
228 |
line-height: 1.4em; |
|
229 |
min-width: 600px; |
|
230 |
} |
|
231 |
||
232 |
body.iframe { |
|
233 |
min-width: 0; |
|
234 |
padding-top: 1px; |
|
235 |
} |
|
236 |
||
237 |
body.modal-open { |
|
238 |
overflow: hidden; |
|
239 |
} |
|
240 |
||
241 |
body.mobile.modal-open #wpwrap { |
|
242 |
overflow: hidden; |
|
243 |
position: fixed; |
|
244 |
height: 100%; |
|
245 |
} |
|
246 |
||
247 |
iframe, |
|
248 |
img { |
|
249 |
border: 0; |
|
250 |
} |
|
251 |
||
252 |
td { |
|
253 |
font-family: inherit; |
|
254 |
font-size: inherit; |
|
255 |
font-weight: inherit; |
|
256 |
line-height: inherit; |
|
257 |
} |
|
258 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
259 |
/* Any change to the default link style must be applied to button-link too. */ |
5 | 260 |
a { |
18 | 261 |
color: #2271b1; |
5 | 262 |
transition-property: border, background, color; |
263 |
transition-duration: .05s; |
|
264 |
transition-timing-function: ease-in-out; |
|
265 |
} |
|
266 |
||
267 |
a, |
|
268 |
div { |
|
269 |
outline: 0; |
|
270 |
} |
|
271 |
||
272 |
a:hover, |
|
273 |
a:active { |
|
18 | 274 |
color: #135e96; |
5 | 275 |
} |
276 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
277 |
a:focus, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
278 |
a:focus .media-icon img, |
19 | 279 |
a:focus .plugin-icon, |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
280 |
.wp-person a:focus .gravatar { |
18 | 281 |
color: #043959; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
282 |
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
|
283 |
/* 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
|
284 |
outline: 2px solid transparent; |
5 | 285 |
} |
286 |
||
9 | 287 |
#adminmenu a:focus { |
288 |
box-shadow: none; |
|
289 |
/* Only visible in Windows High Contrast mode */ |
|
290 |
outline: 1px solid transparent; |
|
291 |
outline-offset: -1px; |
|
292 |
} |
|
293 |
||
5 | 294 |
.screen-reader-text:focus { |
295 |
box-shadow: none; |
|
296 |
outline: none; |
|
297 |
} |
|
298 |
||
299 |
blockquote, |
|
300 |
q { |
|
301 |
quotes: none; |
|
302 |
} |
|
303 |
||
304 |
blockquote:before, |
|
305 |
blockquote:after, |
|
306 |
q:before, |
|
307 |
q:after { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
308 |
content: ""; |
5 | 309 |
content: none; |
310 |
} |
|
311 |
||
16 | 312 |
p, |
313 |
.wp-die-message { |
|
5 | 314 |
font-size: 13px; |
315 |
line-height: 1.5; |
|
316 |
margin: 1em 0; |
|
317 |
} |
|
318 |
||
319 |
blockquote { |
|
320 |
margin: 1em; |
|
321 |
} |
|
322 |
||
323 |
li, |
|
324 |
dd { |
|
325 |
margin-bottom: 6px; |
|
326 |
} |
|
327 |
||
328 |
h1, |
|
329 |
h2, |
|
330 |
h3, |
|
331 |
h4, |
|
332 |
h5, |
|
333 |
h6 { |
|
334 |
display: block; |
|
335 |
font-weight: 600; |
|
336 |
} |
|
337 |
||
338 |
h1 { |
|
18 | 339 |
color: #1d2327; |
5 | 340 |
font-size: 2em; |
341 |
margin: .67em 0; |
|
342 |
} |
|
343 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
344 |
h2, |
5 | 345 |
h3 { |
18 | 346 |
color: #1d2327; |
5 | 347 |
font-size: 1.3em; |
348 |
margin: 1em 0; |
|
349 |
} |
|
350 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
351 |
.update-core-php h2 { |
18 | 352 |
margin-top: 4em; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
353 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
354 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
355 |
.update-php h2, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
356 |
.update-messages h2, |
5 | 357 |
h4 { |
358 |
font-size: 1em; |
|
359 |
margin: 1.33em 0; |
|
360 |
} |
|
361 |
||
362 |
h5 { |
|
363 |
font-size: 0.83em; |
|
364 |
margin: 1.67em 0; |
|
365 |
} |
|
366 |
||
367 |
h6 { |
|
368 |
font-size: 0.67em; |
|
369 |
margin: 2.33em 0; |
|
370 |
} |
|
371 |
||
372 |
ul, |
|
373 |
ol { |
|
374 |
padding: 0; |
|
375 |
} |
|
376 |
||
377 |
ul { |
|
378 |
list-style: none; |
|
379 |
} |
|
380 |
||
381 |
ol { |
|
382 |
list-style-type: decimal; |
|
383 |
margin-right: 2em; |
|
384 |
} |
|
385 |
||
386 |
ul.ul-disc { |
|
387 |
list-style: disc outside; |
|
388 |
} |
|
389 |
||
390 |
ul.ul-square { |
|
391 |
list-style: square outside; |
|
392 |
} |
|
393 |
||
394 |
ol.ol-decimal { |
|
395 |
list-style: decimal outside; |
|
396 |
} |
|
397 |
||
398 |
ul.ul-disc, |
|
399 |
ul.ul-square, |
|
400 |
ol.ol-decimal { |
|
401 |
margin-right: 1.8em; |
|
402 |
} |
|
403 |
||
404 |
ul.ul-disc > li, |
|
405 |
ul.ul-square > li, |
|
406 |
ol.ol-decimal > li { |
|
407 |
margin: 0 0 0.5em; |
|
408 |
} |
|
409 |
||
410 |
/* rtl:ignore */ |
|
411 |
.ltr { |
|
412 |
direction: ltr; |
|
413 |
} |
|
414 |
||
415 |
/* rtl:ignore */ |
|
416 |
.code, |
|
417 |
code { |
|
418 |
font-family: Consolas, Monaco, monospace; |
|
419 |
direction: ltr; |
|
420 |
unicode-bidi: embed; |
|
421 |
} |
|
422 |
||
423 |
kbd, |
|
424 |
code { |
|
19 | 425 |
padding: 3px 5px 2px; |
5 | 426 |
margin: 0 1px; |
18 | 427 |
background: #f0f0f1; |
9 | 428 |
background: rgba(0, 0, 0, 0.07); |
5 | 429 |
font-size: 13px; |
430 |
} |
|
431 |
||
432 |
.subsubsub { |
|
433 |
list-style: none; |
|
434 |
margin: 8px 0 0; |
|
435 |
padding: 0; |
|
436 |
font-size: 13px; |
|
437 |
float: right; |
|
18 | 438 |
color: #646970; |
5 | 439 |
} |
440 |
||
441 |
.subsubsub a { |
|
442 |
line-height: 2; |
|
443 |
padding: .2em; |
|
444 |
text-decoration: none; |
|
445 |
} |
|
446 |
||
447 |
.subsubsub a .count, |
|
448 |
.subsubsub a.current .count { |
|
18 | 449 |
color: #50575e; /* #f1f1f1 background */ |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
450 |
font-weight: 400; |
5 | 451 |
} |
452 |
||
453 |
.subsubsub a.current { |
|
454 |
font-weight: 600; |
|
455 |
border: none; |
|
456 |
} |
|
457 |
||
458 |
.subsubsub li { |
|
459 |
display: inline-block; |
|
460 |
margin: 0; |
|
461 |
padding: 0; |
|
462 |
white-space: nowrap; |
|
463 |
} |
|
464 |
||
465 |
/* .widefat - main style for tables */ |
|
466 |
.widefat { |
|
467 |
border-spacing: 0; |
|
468 |
width: 100%; |
|
469 |
clear: both; |
|
470 |
margin: 0; |
|
471 |
} |
|
472 |
||
473 |
.widefat * { |
|
474 |
word-wrap: break-word; |
|
475 |
} |
|
476 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
477 |
.widefat a, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
478 |
.widefat button.button-link { |
5 | 479 |
text-decoration: none; |
480 |
} |
|
481 |
||
482 |
.widefat td, |
|
483 |
.widefat th { |
|
484 |
padding: 8px 10px; |
|
485 |
} |
|
486 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
487 |
.widefat thead th, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
488 |
.widefat thead td { |
18 | 489 |
border-bottom: 1px solid #c3c4c7; |
5 | 490 |
} |
491 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
492 |
.widefat tfoot th, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
493 |
.widefat tfoot td { |
18 | 494 |
border-top: 1px solid #c3c4c7; |
5 | 495 |
border-bottom: none; |
496 |
} |
|
497 |
||
498 |
.widefat .no-items td { |
|
499 |
border-bottom-width: 0; |
|
500 |
} |
|
501 |
||
502 |
.widefat td { |
|
503 |
vertical-align: top; |
|
504 |
} |
|
505 |
||
506 |
.widefat td, |
|
507 |
.widefat td p, |
|
508 |
.widefat td ol, |
|
509 |
.widefat td ul { |
|
510 |
font-size: 13px; |
|
511 |
line-height: 1.5em; |
|
512 |
} |
|
513 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
514 |
.widefat th, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
515 |
.widefat thead td, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
516 |
.widefat tfoot td { |
5 | 517 |
text-align: right; |
518 |
line-height: 1.3em; |
|
519 |
font-size: 14px; |
|
520 |
} |
|
521 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
522 |
.widefat th input, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
523 |
.updates-table td input, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
524 |
.widefat thead td input, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
525 |
.widefat tfoot td input { |
5 | 526 |
margin: 0 8px 0 0; |
527 |
padding: 0; |
|
528 |
vertical-align: text-top; |
|
529 |
} |
|
530 |
||
531 |
.widefat .check-column { |
|
532 |
width: 2.2em; |
|
533 |
padding: 6px 0 25px; |
|
534 |
vertical-align: top; |
|
535 |
} |
|
536 |
||
537 |
.widefat tbody th.check-column { |
|
538 |
padding: 9px 0 22px; |
|
539 |
} |
|
540 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
541 |
.widefat thead td.check-column, |
5 | 542 |
.widefat tbody th.check-column, |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
543 |
.updates-table tbody td.check-column, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
544 |
.widefat tfoot td.check-column { |
5 | 545 |
padding: 11px 3px 0 0; |
546 |
} |
|
547 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
548 |
.widefat thead td.check-column, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
549 |
.widefat tfoot td.check-column { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
550 |
padding-top: 4px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
551 |
vertical-align: middle; |
5 | 552 |
} |
553 |
||
554 |
.update-php div.updated, |
|
555 |
.update-php div.error { |
|
556 |
margin-right: 0; |
|
557 |
} |
|
558 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
559 |
.js-update-details-toggle .dashicons { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
560 |
text-decoration: none; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
561 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
562 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
563 |
.js-update-details-toggle[aria-expanded="true"] .dashicons::before { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
564 |
content: "\f142"; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
565 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
566 |
|
5 | 567 |
.no-js .widefat thead .check-column input, |
568 |
.no-js .widefat tfoot .check-column input { |
|
569 |
display: none; |
|
570 |
} |
|
571 |
||
572 |
.widefat .num, |
|
573 |
.column-comments, |
|
574 |
.column-links, |
|
575 |
.column-posts { |
|
576 |
text-align: center; |
|
577 |
} |
|
578 |
||
579 |
.widefat th#comments { |
|
580 |
vertical-align: middle; |
|
581 |
} |
|
582 |
||
583 |
.wrap { |
|
584 |
margin: 10px 2px 0 20px; |
|
585 |
} |
|
586 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
587 |
.wrap > h2:first-child, /* Back-compat for pre-4.4 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
588 |
.wrap [class$="icon32"] + h2, /* Back-compat for pre-4.4 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
589 |
.postbox .inside h2, /* Back-compat for pre-4.4 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
590 |
.wrap h1 { |
5 | 591 |
font-size: 23px; |
592 |
font-weight: 400; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
593 |
margin: 0; |
19 | 594 |
padding: 9px 0 4px; |
9 | 595 |
line-height: 1.3; |
5 | 596 |
} |
597 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
598 |
.wrap h1.wp-heading-inline { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
599 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
600 |
margin-left: 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
601 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
602 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
603 |
.wp-header-end { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
604 |
visibility: hidden; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
605 |
margin: -2px 0 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
606 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
607 |
|
5 | 608 |
.subtitle { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
609 |
margin: 0; |
5 | 610 |
padding-right: 25px; |
18 | 611 |
color: #50575e; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
612 |
font-size: 14px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
613 |
font-weight: 400; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
614 |
line-height: 1; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
615 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
616 |
|
18 | 617 |
.subtitle strong { |
618 |
word-break: break-all; |
|
619 |
} |
|
620 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
621 |
.wrap .add-new-h2, /* deprecated */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
622 |
.wrap .add-new-h2:active, /* deprecated */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
623 |
.wrap .page-title-action, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
624 |
.wrap .page-title-action:active { |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
625 |
display: inline-block; |
5 | 626 |
position: relative; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
627 |
box-sizing: border-box; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
628 |
cursor: pointer; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
629 |
white-space: nowrap; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
630 |
text-decoration: none; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
631 |
text-shadow: none; |
5 | 632 |
top: -3px; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
633 |
margin-right: 4px; |
18 | 634 |
border: 1px solid #2271b1; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
635 |
border-radius: 3px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
636 |
background: #f6f7f7; |
5 | 637 |
font-size: 13px; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
638 |
font-weight: 400; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
639 |
line-height: 2.15384615; |
18 | 640 |
color: #2271b1; /* use the standard color used for buttons */ |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
641 |
padding: 0 10px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
642 |
min-height: 30px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
643 |
-webkit-appearance: none; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
644 |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
645 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
646 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
647 |
.wrap .wp-heading-inline + .page-title-action { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
648 |
margin-right: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
649 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
650 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
651 |
.wrap .add-new-h2:hover, /* deprecated */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
652 |
.wrap .page-title-action:hover { |
18 | 653 |
background: #f0f0f1; |
654 |
border-color: #0a4b78; |
|
655 |
color: #0a4b78; |
|
5 | 656 |
} |
657 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
658 |
/* lower specificity: color needs to be overridden by :hover and :active */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
659 |
.page-title-action:focus { |
18 | 660 |
color: #0a4b78; |
16 | 661 |
} |
662 |
||
663 |
/* Dashicon for language options on General Settings and Profile screens */ |
|
664 |
.form-table th label[for="locale"] .dashicons, |
|
665 |
.form-table th label[for="WPLANG"] .dashicons { |
|
666 |
margin-right: 5px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
667 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
668 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
669 |
.wrap .page-title-action:focus { |
18 | 670 |
border-color: #3582c4; |
671 |
box-shadow: 0 0 0 1px #3582c4; |
|
9 | 672 |
/* Only visible in Windows High Contrast mode */ |
673 |
outline: 2px solid transparent; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
674 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
675 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
676 |
.wrap h1.long-header { |
5 | 677 |
padding-left: 0; |
678 |
} |
|
679 |
||
680 |
.wp-dialog { |
|
681 |
background-color: #fff; |
|
682 |
} |
|
683 |
||
684 |
.widgets-chooser ul, |
|
685 |
#widgets-left .widget-in-question .widget-top, |
|
686 |
#available-widgets .widget-top:hover, |
|
687 |
div#widgets-right .widget-top:hover, |
|
688 |
#widgets-left .widget-top:hover { |
|
18 | 689 |
border-color: #8c8f94; |
9 | 690 |
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); |
5 | 691 |
} |
692 |
||
693 |
.sorthelper { |
|
18 | 694 |
background-color: #c5d9ed; |
5 | 695 |
} |
696 |
||
697 |
.ac_match, |
|
698 |
.subsubsub a.current { |
|
699 |
color: #000; |
|
700 |
} |
|
701 |
||
702 |
.striped > tbody > :nth-child(odd), |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
703 |
ul.striped > :nth-child(odd), |
5 | 704 |
.alternate { |
18 | 705 |
background-color: #f6f7f7; |
5 | 706 |
} |
707 |
||
708 |
.bar { |
|
18 | 709 |
background-color: #f0f0f1; |
710 |
border-left-color: #4f94d4; |
|
5 | 711 |
} |
712 |
||
713 |
/* Helper classes for plugins to leverage the active WordPress color scheme */ |
|
714 |
||
715 |
.highlight { |
|
18 | 716 |
background-color: #f0f6fc; |
717 |
color: #3c434a; |
|
5 | 718 |
} |
719 |
||
720 |
.wp-ui-primary { |
|
721 |
color: #fff; |
|
18 | 722 |
background-color: #2c3338; |
5 | 723 |
} |
724 |
.wp-ui-text-primary { |
|
18 | 725 |
color: #2c3338; |
5 | 726 |
} |
727 |
||
728 |
.wp-ui-highlight { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
729 |
color: #fff; |
18 | 730 |
background-color: #2271b1; |
5 | 731 |
} |
732 |
.wp-ui-text-highlight { |
|
18 | 733 |
color: #2271b1; |
5 | 734 |
} |
735 |
||
736 |
.wp-ui-notification { |
|
737 |
color: #fff; |
|
18 | 738 |
background-color: #d63638; |
5 | 739 |
} |
740 |
.wp-ui-text-notification { |
|
18 | 741 |
color: #d63638; |
5 | 742 |
} |
743 |
||
744 |
.wp-ui-text-icon { |
|
18 | 745 |
color: #8c8f94; /* same as new icons */ |
5 | 746 |
} |
747 |
||
748 |
/* For emoji replacement images */ |
|
749 |
img.emoji { |
|
750 |
display: inline !important; |
|
751 |
border: none !important; |
|
752 |
height: 1em !important; |
|
753 |
width: 1em !important; |
|
754 |
margin: 0 .07em !important; |
|
755 |
vertical-align: -0.1em !important; |
|
756 |
background: none !important; |
|
757 |
padding: 0 !important; |
|
758 |
box-shadow: none !important; |
|
759 |
} |
|
760 |
||
761 |
/*------------------------------------------------------------------------------ |
|
762 |
1.0 - Text Styles |
|
763 |
------------------------------------------------------------------------------*/ |
|
764 |
||
765 |
.widget .widget-top, |
|
766 |
.postbox .hndle, |
|
767 |
.stuffbox .hndle, |
|
768 |
.control-section .accordion-section-title, |
|
769 |
.sidebar-name, |
|
770 |
#nav-menu-header, |
|
771 |
#nav-menu-footer, |
|
772 |
.menu-item-handle, |
|
773 |
.checkbox, |
|
774 |
.side-info, |
|
775 |
#your-profile #rich_editing, |
|
776 |
.widefat thead th, |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
777 |
.widefat thead td, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
778 |
.widefat tfoot th, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
779 |
.widefat tfoot td { |
5 | 780 |
line-height: 1.4em; |
781 |
} |
|
782 |
||
783 |
.widget .widget-top, |
|
784 |
.menu-item-handle { |
|
18 | 785 |
background: #f6f7f7; |
786 |
color: #1d2327; |
|
5 | 787 |
} |
788 |
||
789 |
.stuffbox .hndle { |
|
18 | 790 |
border-bottom: 1px solid #c3c4c7; |
16 | 791 |
} |
792 |
||
793 |
.quicktags { |
|
18 | 794 |
background-color: #c3c4c7; |
5 | 795 |
color: #000; |
796 |
font-size: 12px; |
|
797 |
} |
|
798 |
||
799 |
.icon32 { |
|
800 |
display: none; |
|
801 |
} |
|
802 |
||
803 |
/* @todo can we combine these into a class or use an existing dashicon one? */ |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
804 |
.welcome-panel .welcome-panel-close:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
805 |
.tagchecklist .ntdelbutton .remove-tag-icon:before, |
19 | 806 |
#bulk-titles .ntdelbutton:before, |
5 | 807 |
.notice-dismiss:before { |
808 |
background: none; |
|
18 | 809 |
color: #787c82; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
810 |
content: "\f153"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
811 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
812 |
font: normal 16px/20px dashicons; |
18 | 813 |
speak: never; |
5 | 814 |
height: 20px; |
815 |
text-align: center; |
|
816 |
width: 20px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
817 |
-webkit-font-smoothing: antialiased; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
818 |
-moz-osx-font-smoothing: grayscale; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
819 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
820 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
821 |
.welcome-panel .welcome-panel-close:before { |
5 | 822 |
margin: 0; |
823 |
} |
|
824 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
825 |
.tagchecklist .ntdelbutton .remove-tag-icon:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
826 |
margin-right: 2px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
827 |
border-radius: 50%; |
18 | 828 |
color: #2271b1; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
829 |
/* vertically center the icon cross browsers */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
830 |
line-height: 1.28; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
831 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
832 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
833 |
.tagchecklist .ntdelbutton:focus { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
834 |
outline: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
835 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
836 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
837 |
.tagchecklist .ntdelbutton:hover .remove-tag-icon:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
838 |
.tagchecklist .ntdelbutton:focus .remove-tag-icon:before, |
19 | 839 |
#bulk-titles .ntdelbutton:hover:before, |
840 |
#bulk-titles .ntdelbutton:focus:before { |
|
18 | 841 |
color: #d63638; |
5 | 842 |
} |
843 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
844 |
.tagchecklist .ntdelbutton:focus .remove-tag-icon:before { |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
845 |
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
|
846 |
/* 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
|
847 |
outline: 2px solid transparent; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
848 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
849 |
|
5 | 850 |
.key-labels label { |
851 |
line-height: 24px; |
|
852 |
} |
|
853 |
||
854 |
strong, b { |
|
855 |
font-weight: 600; |
|
856 |
} |
|
857 |
||
858 |
.pre { |
|
859 |
/* https://developer.mozilla.org/en-US/docs/CSS/white-space */ |
|
860 |
white-space: pre-wrap; /* css-3 */ |
|
861 |
word-wrap: break-word; /* IE 5.5 - 7 */ |
|
862 |
} |
|
863 |
||
864 |
.howto { |
|
18 | 865 |
color: #646970; |
5 | 866 |
display: block; |
867 |
} |
|
868 |
||
869 |
p.install-help { |
|
870 |
margin: 8px 0; |
|
871 |
font-style: italic; |
|
872 |
} |
|
873 |
||
874 |
.no-break { |
|
875 |
white-space: nowrap; |
|
876 |
} |
|
877 |
||
878 |
hr { |
|
879 |
border: 0; |
|
18 | 880 |
border-top: 1px solid #dcdcde; |
881 |
border-bottom: 1px solid #f6f7f7; |
|
5 | 882 |
} |
883 |
||
884 |
.row-actions span.delete a, |
|
885 |
.row-actions span.trash a, |
|
886 |
.row-actions span.spam a, |
|
887 |
.plugins a.delete, |
|
888 |
#all-plugins-table .plugins a.delete, |
|
889 |
#search-plugins-table .plugins a.delete, |
|
890 |
.submitbox .submitdelete, |
|
891 |
#media-items a.delete, |
|
892 |
#media-items a.delete-permanently, |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
893 |
#nav-menu-footer .menu-delete, |
18 | 894 |
#delete-link a.delete, |
19 | 895 |
a#remove-post-thumbnail, |
896 |
.privacy_requests .remove-personal-data .remove-personal-data-handle { |
|
18 | 897 |
color: #b32d2e; |
5 | 898 |
} |
899 |
||
900 |
abbr.required, |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
901 |
span.required, |
5 | 902 |
.file-error, |
903 |
.row-actions .delete a:hover, |
|
904 |
.row-actions .trash a:hover, |
|
905 |
.row-actions .spam a:hover, |
|
906 |
.plugins a.delete:hover, |
|
907 |
#all-plugins-table .plugins a.delete:hover, |
|
908 |
#search-plugins-table .plugins a.delete:hover, |
|
909 |
.submitbox .submitdelete:hover, |
|
910 |
#media-items a.delete:hover, |
|
911 |
#media-items a.delete-permanently:hover, |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
912 |
#nav-menu-footer .menu-delete:hover, |
18 | 913 |
#delete-link a.delete:hover, |
19 | 914 |
a#remove-post-thumbnail:hover, |
915 |
.privacy_requests .remove-personal-data .remove-personal-data-handle:hover { |
|
18 | 916 |
color: #b32d2e; |
5 | 917 |
border: none; |
918 |
} |
|
919 |
||
920 |
/*------------------------------------------------------------------------------ |
|
921 |
3.0 - Actions |
|
922 |
------------------------------------------------------------------------------*/ |
|
923 |
||
924 |
#major-publishing-actions { |
|
925 |
padding: 10px; |
|
926 |
clear: both; |
|
18 | 927 |
border-top: 1px solid #dcdcde; |
928 |
background: #f6f7f7; |
|
5 | 929 |
} |
930 |
||
931 |
#delete-action { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
932 |
float: right; |
16 | 933 |
line-height: 2.30769231; /* 30px */ |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
934 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
935 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
936 |
#delete-link { |
16 | 937 |
line-height: 2.30769231; /* 30px */ |
5 | 938 |
vertical-align: middle; |
939 |
text-align: right; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
940 |
margin-right: 8px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
941 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
942 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
943 |
#delete-link a { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
944 |
text-decoration: none; |
5 | 945 |
} |
946 |
||
947 |
#publishing-action { |
|
948 |
text-align: left; |
|
949 |
float: left; |
|
9 | 950 |
line-height: 1.9; |
5 | 951 |
} |
952 |
||
953 |
#publishing-action .spinner { |
|
16 | 954 |
float: none; |
955 |
margin-top: 5px; |
|
5 | 956 |
} |
957 |
||
958 |
#misc-publishing-actions { |
|
959 |
padding: 6px 0 0; |
|
960 |
} |
|
961 |
||
962 |
.misc-pub-section { |
|
963 |
padding: 6px 10px 8px; |
|
964 |
} |
|
965 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
966 |
.word-wrap-break-word, |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
967 |
.misc-pub-filename { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
968 |
word-wrap: break-word; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
969 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
970 |
|
5 | 971 |
#minor-publishing-actions { |
19 | 972 |
padding: 10px 10px 0; |
5 | 973 |
text-align: left; |
974 |
} |
|
975 |
||
976 |
#save-post { |
|
977 |
float: right; |
|
978 |
} |
|
979 |
||
980 |
.preview { |
|
981 |
float: left; |
|
982 |
} |
|
983 |
||
984 |
#sticky-span { |
|
985 |
margin-right: 18px; |
|
986 |
} |
|
987 |
||
988 |
.approve, |
|
989 |
.unapproved .unapprove { |
|
990 |
display: none; |
|
991 |
} |
|
992 |
||
993 |
.unapproved .approve, |
|
994 |
.spam .approve, |
|
995 |
.trash .approve { |
|
996 |
display: inline; |
|
997 |
} |
|
998 |
||
999 |
td.action-links, |
|
1000 |
th.action-links { |
|
1001 |
text-align: left; |
|
1002 |
} |
|
1003 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1004 |
#misc-publishing-actions .notice { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1005 |
margin-right: 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1006 |
margin-left: 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1007 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1008 |
|
5 | 1009 |
/* Filter bar */ |
1010 |
.wp-filter { |
|
1011 |
display: inline-block; |
|
1012 |
position: relative; |
|
1013 |
box-sizing: border-box; |
|
1014 |
margin: 12px 0 25px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1015 |
padding: 0 10px; |
5 | 1016 |
width: 100%; |
9 | 1017 |
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); |
18 | 1018 |
border: 1px solid #c3c4c7; |
5 | 1019 |
background: #fff; |
18 | 1020 |
color: #50575e; |
5 | 1021 |
font-size: 13px; |
1022 |
} |
|
1023 |
||
1024 |
.wp-filter a { |
|
1025 |
text-decoration: none; |
|
1026 |
} |
|
1027 |
||
1028 |
.filter-count { |
|
1029 |
display: inline-block; |
|
1030 |
vertical-align: middle; |
|
1031 |
min-width: 4em; |
|
1032 |
} |
|
1033 |
||
1034 |
.title-count, |
|
1035 |
.filter-count .count { |
|
1036 |
display: inline-block; |
|
1037 |
position: relative; |
|
1038 |
top: -1px; |
|
1039 |
padding: 4px 10px; |
|
1040 |
border-radius: 30px; |
|
18 | 1041 |
background: #646970; |
5 | 1042 |
color: #fff; |
1043 |
font-size: 14px; |
|
1044 |
font-weight: 600; |
|
1045 |
} |
|
1046 |
||
1047 |
/* not a part of filter bar, but derived from it, so here for now */ |
|
1048 |
.title-count { |
|
1049 |
display: inline; |
|
1050 |
top: -3px; |
|
1051 |
margin-right: 5px; |
|
1052 |
margin-left: 20px; |
|
1053 |
} |
|
1054 |
||
1055 |
.filter-items { |
|
1056 |
float: right; |
|
1057 |
} |
|
1058 |
||
1059 |
.filter-links { |
|
1060 |
display: inline-block; |
|
1061 |
margin: 0; |
|
1062 |
} |
|
1063 |
||
1064 |
.filter-links li { |
|
1065 |
display: inline-block; |
|
1066 |
margin: 0; |
|
1067 |
} |
|
1068 |
||
1069 |
.filter-links li > a { |
|
1070 |
display: inline-block; |
|
1071 |
margin: 0 10px; |
|
1072 |
padding: 15px 0; |
|
1073 |
border-bottom: 4px solid #fff; |
|
18 | 1074 |
color: #646970; |
5 | 1075 |
cursor: pointer; |
1076 |
} |
|
1077 |
||
1078 |
.filter-links .current { |
|
1079 |
box-shadow: none; |
|
18 | 1080 |
border-bottom: 4px solid #646970; |
1081 |
color: #1d2327; |
|
5 | 1082 |
} |
1083 |
||
1084 |
.filter-links li > a:hover, |
|
1085 |
.filter-links li > a:focus, |
|
1086 |
.show-filters .filter-links a.current:hover, |
|
1087 |
.show-filters .filter-links a.current:focus { |
|
18 | 1088 |
color: #135e96; |
5 | 1089 |
} |
1090 |
||
1091 |
.wp-filter .search-form { |
|
1092 |
float: left; |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1093 |
display: flex; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1094 |
align-items: center; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1095 |
column-gap: .5rem; |
5 | 1096 |
} |
1097 |
||
1098 |
.wp-filter .search-form input[type="search"] { |
|
1099 |
width: 280px; |
|
1100 |
max-width: 100%; |
|
1101 |
} |
|
1102 |
||
1103 |
.wp-filter .search-form select { |
|
1104 |
margin: 0; |
|
16 | 1105 |
} |
1106 |
||
1107 |
/* Use flexbox only on the plugins install page. The `filter-links` and search form children will become flex items. */ |
|
1108 |
.plugin-install-php .wp-filter { |
|
1109 |
display: flex; |
|
1110 |
flex-wrap: wrap; |
|
1111 |
justify-content: space-between; |
|
1112 |
align-items: center; |
|
5 | 1113 |
} |
1114 |
||
1115 |
.wp-filter .search-form.search-plugins { |
|
16 | 1116 |
/* This element is a flex item: the inherited float won't have any effect. */ |
1117 |
margin-top: 0; |
|
1118 |
} |
|
1119 |
||
1120 |
.wp-filter .search-form.search-plugins select, |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1121 |
.wp-filter .search-form.search-plugins .wp-filter-search, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1122 |
.no-js .wp-filter .search-form.search-plugins .button { |
5 | 1123 |
display: inline-block; |
16 | 1124 |
vertical-align: top; |
5 | 1125 |
} |
1126 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1127 |
.wp-filter .button.drawer-toggle { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1128 |
margin: 10px 9px 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1129 |
padding: 0 6px 0 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1130 |
border-color: transparent; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1131 |
background-color: transparent; |
18 | 1132 |
color: #646970; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1133 |
vertical-align: baseline; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1134 |
box-shadow: none; |
5 | 1135 |
} |
1136 |
||
1137 |
.wp-filter .drawer-toggle:before { |
|
1138 |
content: "\f111"; |
|
1139 |
margin: 0 0 0 5px; |
|
18 | 1140 |
color: #646970; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1141 |
font: normal 16px/1 dashicons; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1142 |
vertical-align: text-bottom; |
5 | 1143 |
-webkit-font-smoothing: antialiased; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1144 |
-moz-osx-font-smoothing: grayscale; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1145 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1146 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1147 |
.wp-filter .button.drawer-toggle:hover, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1148 |
.wp-filter .drawer-toggle:hover:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1149 |
.wp-filter .button.drawer-toggle:focus, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1150 |
.wp-filter .drawer-toggle:focus:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1151 |
background-color: transparent; |
18 | 1152 |
color: #135e96; |
5 | 1153 |
} |
1154 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1155 |
.wp-filter .button.drawer-toggle:hover, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1156 |
.wp-filter .button.drawer-toggle:focus:active { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1157 |
border-color: transparent; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1158 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1159 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1160 |
.wp-filter .button.drawer-toggle:focus { |
18 | 1161 |
border-color: #4f94d4; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1162 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1163 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1164 |
.wp-filter .button.drawer-toggle:active { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1165 |
background: transparent; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1166 |
box-shadow: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1167 |
transform: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1168 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1169 |
|
5 | 1170 |
.wp-filter .drawer-toggle.current:before { |
1171 |
color: #fff; |
|
1172 |
} |
|
1173 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1174 |
.filter-drawer, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1175 |
.wp-filter .favorites-form { |
5 | 1176 |
display: none; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1177 |
margin: 0 -20px 0 -10px; |
5 | 1178 |
padding: 20px; |
18 | 1179 |
border-top: 1px solid #f0f0f1; |
1180 |
background: #f6f7f7; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1181 |
overflow: hidden; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1182 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1183 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1184 |
.show-filters .filter-drawer, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1185 |
.show-favorites-form .favorites-form { |
5 | 1186 |
display: block; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1187 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1188 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1189 |
.show-filters .filter-links a.current { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1190 |
border-bottom: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1191 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1192 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1193 |
.show-filters .wp-filter .button.drawer-toggle { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1194 |
border-radius: 2px; |
18 | 1195 |
background: #646970; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1196 |
color: #fff; |
5 | 1197 |
} |
1198 |
||
1199 |
.show-filters .wp-filter .drawer-toggle:hover, |
|
1200 |
.show-filters .wp-filter .drawer-toggle:focus { |
|
18 | 1201 |
background: #2271b1; |
5 | 1202 |
} |
1203 |
||
1204 |
.show-filters .wp-filter .drawer-toggle:before { |
|
1205 |
color: #fff; |
|
1206 |
} |
|
1207 |
||
1208 |
.filter-group { |
|
1209 |
box-sizing: border-box; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1210 |
position: relative; |
5 | 1211 |
float: right; |
1212 |
margin: 0 0 0 1%; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1213 |
padding: 20px 10px 10px; |
5 | 1214 |
width: 24%; |
1215 |
background: #fff; |
|
18 | 1216 |
border: 1px solid #dcdcde; |
9 | 1217 |
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); |
5 | 1218 |
} |
1219 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1220 |
.filter-group legend { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1221 |
position: absolute; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1222 |
top: 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1223 |
display: block; |
5 | 1224 |
margin: 0; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1225 |
padding: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1226 |
font-size: 1em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1227 |
font-weight: 600; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1228 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1229 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1230 |
.filter-drawer .filter-group-feature { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1231 |
margin: 28px 0 0; |
5 | 1232 |
list-style-type: none; |
1233 |
font-size: 12px; |
|
1234 |
} |
|
1235 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1236 |
.filter-drawer .filter-group-feature input, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1237 |
.filter-drawer .filter-group-feature label { |
9 | 1238 |
line-height: 1.4; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1239 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1240 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1241 |
.filter-drawer .filter-group-feature input { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1242 |
position: absolute; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1243 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1244 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1245 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1246 |
.filter-group .filter-group-feature label { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1247 |
display: block; |
19 | 1248 |
margin: 14px 23px 14px 0; |
5 | 1249 |
} |
1250 |
||
1251 |
.filter-drawer .buttons { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1252 |
clear: both; |
5 | 1253 |
margin-bottom: 20px; |
1254 |
} |
|
1255 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1256 |
.filter-drawer .filter-group + .buttons { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1257 |
margin-bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1258 |
padding-top: 20px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1259 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1260 |
|
5 | 1261 |
.filter-drawer .buttons .button span { |
1262 |
display: inline-block; |
|
1263 |
opacity: 0.8; |
|
1264 |
font-size: 12px; |
|
1265 |
text-indent: 10px; |
|
1266 |
} |
|
1267 |
||
1268 |
.wp-filter .button.clear-filters { |
|
1269 |
display: none; |
|
1270 |
margin-right: 10px; |
|
1271 |
} |
|
1272 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1273 |
.wp-filter .button-link.edit-filters { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1274 |
padding: 0 5px; |
9 | 1275 |
line-height: 2.2; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1276 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1277 |
|
5 | 1278 |
.filtered-by { |
1279 |
display: none; |
|
1280 |
margin: 0; |
|
1281 |
} |
|
1282 |
||
1283 |
.filtered-by > span { |
|
1284 |
font-weight: 600; |
|
1285 |
} |
|
1286 |
||
1287 |
.filtered-by a { |
|
1288 |
margin-right: 10px; |
|
1289 |
} |
|
1290 |
||
1291 |
.filtered-by .tags { |
|
1292 |
display: inline; |
|
1293 |
} |
|
1294 |
||
1295 |
.filtered-by .tag { |
|
1296 |
margin: 0 5px; |
|
1297 |
padding: 4px 8px; |
|
18 | 1298 |
border: 1px solid #dcdcde; |
9 | 1299 |
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); |
5 | 1300 |
background: #fff; |
1301 |
font-size: 11px; |
|
1302 |
} |
|
1303 |
||
1304 |
.filters-applied .filter-group, |
|
1305 |
.filters-applied .filter-drawer .buttons, |
|
1306 |
.filters-applied .filter-drawer br { |
|
16 | 1307 |
display: none; |
5 | 1308 |
} |
1309 |
||
1310 |
.filters-applied .filtered-by { |
|
1311 |
display: block; |
|
1312 |
} |
|
1313 |
||
1314 |
.filters-applied .filter-drawer { |
|
1315 |
padding: 20px; |
|
1316 |
} |
|
1317 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1318 |
.show-filters .favorites-form, |
5 | 1319 |
.show-filters .content-filterable, |
1320 |
.show-filters.filters-applied.loading-content .content-filterable, |
|
1321 |
.loading-content .content-filterable, |
|
1322 |
.error .content-filterable { |
|
1323 |
display: none; |
|
1324 |
} |
|
1325 |
||
1326 |
.show-filters.filters-applied .content-filterable { |
|
1327 |
display: block; |
|
1328 |
} |
|
1329 |
||
1330 |
.loading-content .spinner { |
|
1331 |
display: block; |
|
1332 |
margin: 40px auto 0; |
|
1333 |
float: none; |
|
1334 |
} |
|
1335 |
||
1336 |
@media only screen and (max-width: 1120px) { |
|
1337 |
.filter-drawer { |
|
18 | 1338 |
border-bottom: 1px solid #f0f0f1; |
5 | 1339 |
} |
1340 |
||
1341 |
.filter-group { |
|
1342 |
margin-bottom: 0; |
|
1343 |
margin-top: 5px; |
|
1344 |
width: 100%; |
|
1345 |
} |
|
1346 |
||
1347 |
.filter-group li { |
|
1348 |
margin: 10px 0; |
|
1349 |
} |
|
1350 |
} |
|
1351 |
||
1352 |
@media only screen and (max-width: 1000px) { |
|
1353 |
.filter-items { |
|
1354 |
float: none; |
|
1355 |
} |
|
1356 |
||
1357 |
.wp-filter .media-toolbar-primary, |
|
1358 |
.wp-filter .media-toolbar-secondary, |
|
1359 |
.wp-filter .search-form { |
|
1360 |
float: none; /* Remove float from media-views.css */ |
|
1361 |
position: relative; |
|
1362 |
max-width: 100%; |
|
1363 |
} |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1364 |
.wp-filter .search-form { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1365 |
margin: 11px 0; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1366 |
flex-wrap: wrap; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1367 |
row-gap: 10px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1368 |
} |
5 | 1369 |
} |
1370 |
||
1371 |
@media only screen and (max-width: 782px) { |
|
1372 |
.filter-group li { |
|
1373 |
padding: 0; |
|
1374 |
width: 50%; |
|
1375 |
} |
|
1376 |
} |
|
1377 |
||
1378 |
@media only screen and (max-width: 320px) { |
|
1379 |
.filter-count { |
|
1380 |
display: none; |
|
1381 |
} |
|
1382 |
||
1383 |
.wp-filter .drawer-toggle { |
|
1384 |
margin: 10px 0; |
|
1385 |
} |
|
1386 |
||
1387 |
.filter-group li, |
|
1388 |
.wp-filter .search-form input[type="search"] { |
|
1389 |
width: 100%; |
|
1390 |
} |
|
1391 |
} |
|
1392 |
||
1393 |
/*------------------------------------------------------------------------------ |
|
1394 |
4.0 - Notifications |
|
1395 |
------------------------------------------------------------------------------*/ |
|
1396 |
||
1397 |
.notice, |
|
1398 |
div.updated, |
|
1399 |
div.error { |
|
1400 |
background: #fff; |
|
18 | 1401 |
border: 1px solid #c3c4c7; |
16 | 1402 |
border-right-width: 4px; |
18 | 1403 |
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); |
5 | 1404 |
margin: 5px 15px 2px; |
1405 |
padding: 1px 12px; |
|
1406 |
} |
|
1407 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1408 |
div[class="update-message"] { /* back-compat for pre-4.6 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1409 |
padding: 0.5em 0 0.5em 12px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1410 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1411 |
|
5 | 1412 |
.notice p, |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1413 |
.notice-title, |
5 | 1414 |
div.updated p, |
1415 |
div.error p, |
|
1416 |
.form-table td .notice p { |
|
1417 |
margin: 0.5em 0; |
|
1418 |
padding: 2px; |
|
1419 |
} |
|
1420 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1421 |
.error a { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1422 |
text-decoration: underline; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1423 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1424 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1425 |
.updated a { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1426 |
padding-bottom: 2px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1427 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1428 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1429 |
.notice-alt { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1430 |
box-shadow: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1431 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1432 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1433 |
.notice-large { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1434 |
padding: 10px 20px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1435 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1436 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1437 |
.notice-title { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1438 |
display: inline-block; |
18 | 1439 |
color: #1d2327; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1440 |
font-size: 18px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1441 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1442 |
|
5 | 1443 |
.wp-core-ui .notice.is-dismissible { |
1444 |
padding-left: 38px; |
|
1445 |
position: relative; |
|
1446 |
} |
|
1447 |
||
1448 |
.notice-dismiss { |
|
1449 |
position: absolute; |
|
1450 |
top: 0; |
|
1451 |
left: 1px; |
|
1452 |
border: none; |
|
1453 |
margin: 0; |
|
1454 |
padding: 9px; |
|
1455 |
background: none; |
|
18 | 1456 |
color: #787c82; |
5 | 1457 |
cursor: pointer; |
1458 |
} |
|
1459 |
||
1460 |
.notice-dismiss:hover:before, |
|
1461 |
.notice-dismiss:active:before, |
|
1462 |
.notice-dismiss:focus:before { |
|
18 | 1463 |
color: #d63638; |
5 | 1464 |
} |
1465 |
||
1466 |
.notice-dismiss:focus { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1467 |
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
|
1468 |
/* 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
|
1469 |
outline: 2px solid transparent; |
5 | 1470 |
} |
1471 |
||
1472 |
.notice-success, |
|
1473 |
div.updated { |
|
18 | 1474 |
border-right-color: #00a32a; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1475 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1476 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1477 |
.notice-success.notice-alt { |
18 | 1478 |
background-color: #edfaef; |
5 | 1479 |
} |
1480 |
||
1481 |
.notice-warning { |
|
18 | 1482 |
border-right-color: #dba617; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1483 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1484 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1485 |
.notice-warning.notice-alt { |
18 | 1486 |
background-color: #fcf9e8; |
5 | 1487 |
} |
1488 |
||
1489 |
.notice-error, |
|
1490 |
div.error { |
|
18 | 1491 |
border-right-color: #d63638; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1492 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1493 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1494 |
.notice-error.notice-alt { |
18 | 1495 |
background-color: #fcf0f1; |
5 | 1496 |
} |
1497 |
||
1498 |
.notice-info { |
|
18 | 1499 |
border-right-color: #72aee6; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1500 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1501 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1502 |
.notice-info.notice-alt { |
18 | 1503 |
background-color: #f0f6fc; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1504 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1505 |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1506 |
#plugin-information-footer .update-now:not(.button-disabled):before { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1507 |
color: #d63638; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1508 |
content: "\f463"; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1509 |
display: inline-block; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1510 |
font: normal 20px/1 dashicons; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1511 |
margin: -3px -2px 0 5px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1512 |
speak: never; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1513 |
-webkit-font-smoothing: antialiased; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1514 |
-moz-osx-font-smoothing: grayscale; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1515 |
vertical-align: middle; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1516 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1517 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1518 |
#plugin-information-footer .notice { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1519 |
margin-top: -5px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1520 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1521 |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1522 |
.update-message p:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1523 |
.updating-message p:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1524 |
.updated-message p:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1525 |
.import-php .updating-message:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1526 |
.button.updating-message:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1527 |
.button.updated-message:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1528 |
.button.installed:before, |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1529 |
.button.installing:before, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1530 |
.button.activating-message:before, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1531 |
.button.activated-message:before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1532 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1533 |
font: normal 20px/1 'dashicons'; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1534 |
-webkit-font-smoothing: antialiased; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1535 |
-moz-osx-font-smoothing: grayscale; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1536 |
vertical-align: top; |
5 | 1537 |
} |
1538 |
||
1539 |
.wrap .notice, |
|
1540 |
.wrap div.updated, |
|
1541 |
.wrap div.error, |
|
1542 |
.media-upload-form .notice, |
|
1543 |
.media-upload-form div.error { |
|
1544 |
margin: 5px 0 15px; |
|
1545 |
} |
|
1546 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1547 |
.wrap #templateside .notice { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1548 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1549 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1550 |
padding: 5px 8px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1551 |
font-weight: 600; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1552 |
text-decoration: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1553 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1554 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1555 |
.wrap #templateside span.notice { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1556 |
margin-right: -12px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1557 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1558 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1559 |
#templateside li.notice a { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1560 |
padding: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1561 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1562 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1563 |
/* Update icon. */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1564 |
.update-message p:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1565 |
.updating-message p:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1566 |
.import-php .updating-message:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1567 |
.button.updating-message:before, |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1568 |
.button.installing:before, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1569 |
.button.activating-message:before { |
18 | 1570 |
color: #d63638; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1571 |
content: "\f463"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1572 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1573 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1574 |
/* Spins the update icon. */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1575 |
.updating-message p:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1576 |
.import-php .updating-message:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1577 |
.button.updating-message:before, |
16 | 1578 |
.button.installing:before, |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1579 |
.button.activating-message:before, |
16 | 1580 |
.plugins .column-auto-updates .dashicons-update.spin, |
1581 |
.theme-overlay .theme-autoupdate .dashicons-update.spin { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1582 |
animation: rotation 2s infinite linear; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1583 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1584 |
|
18 | 1585 |
@media (prefers-reduced-motion: reduce) { |
1586 |
.updating-message p:before, |
|
1587 |
.import-php .updating-message:before, |
|
1588 |
.button.updating-message:before, |
|
1589 |
.button.installing:before, |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1590 |
.button.activating-message:before, |
18 | 1591 |
.plugins .column-auto-updates .dashicons-update.spin, |
1592 |
.theme-overlay .theme-autoupdate .dashicons-update.spin { |
|
1593 |
animation: none; |
|
1594 |
} |
|
1595 |
} |
|
1596 |
||
16 | 1597 |
.theme-overlay .theme-autoupdate .dashicons-update.spin { |
1598 |
margin-left: 3px; |
|
1599 |
} |
|
1600 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1601 |
/* Updated icon (check mark). */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1602 |
.updated-message p:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1603 |
.installed p:before, |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1604 |
.button.updated-message:before, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1605 |
.button.activated-message:before { |
18 | 1606 |
color: #68de7c; |
9 | 1607 |
content: "\f147"; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1608 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1609 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1610 |
/* Error icon. */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1611 |
.update-message.notice-error p:before { |
18 | 1612 |
color: #d63638; |
9 | 1613 |
content: "\f534"; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1614 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1615 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1616 |
.wrap .notice p:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1617 |
.import-php .updating-message:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1618 |
margin-left: 6px; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1619 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1620 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1621 |
.import-php .updating-message:before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1622 |
vertical-align: bottom; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1623 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1624 |
|
5 | 1625 |
#update-nag, |
1626 |
.update-nag { |
|
1627 |
display: inline-block; |
|
9 | 1628 |
line-height: 1.4; |
5 | 1629 |
padding: 11px 15px; |
1630 |
font-size: 14px; |
|
1631 |
margin: 25px 2px 0 20px; |
|
1632 |
} |
|
1633 |
||
1634 |
ul#dismissed-updates { |
|
1635 |
display: none; |
|
1636 |
} |
|
1637 |
||
9 | 1638 |
#dismissed-updates li > p { |
1639 |
margin-top: 0; |
|
1640 |
} |
|
1641 |
||
1642 |
#dismiss, |
|
1643 |
#undismiss { |
|
1644 |
margin-right: 0.5em; |
|
1645 |
} |
|
1646 |
||
5 | 1647 |
form.upgrade { |
1648 |
margin-top: 8px; |
|
1649 |
} |
|
1650 |
||
1651 |
form.upgrade .hint { |
|
1652 |
font-style: italic; |
|
1653 |
font-size: 85%; |
|
19 | 1654 |
margin: -0.5em 0 2em; |
5 | 1655 |
} |
1656 |
||
1657 |
.update-php .spinner { |
|
1658 |
float: none; |
|
1659 |
margin: -4px 0; |
|
1660 |
} |
|
1661 |
||
18 | 1662 |
h2.wp-current-version { |
1663 |
margin-bottom: .3em; |
|
1664 |
} |
|
1665 |
||
1666 |
p.update-last-checked { |
|
1667 |
margin-top: 0; |
|
1668 |
} |
|
1669 |
||
1670 |
p.auto-update-status { |
|
1671 |
margin-top: 2em; |
|
1672 |
line-height: 1.8; |
|
1673 |
} |
|
1674 |
||
5 | 1675 |
#ajax-loading, |
1676 |
.ajax-loading, |
|
1677 |
.ajax-feedback, |
|
1678 |
.imgedit-wait-spin, |
|
1679 |
.list-ajax-loading { /* deprecated */ |
|
1680 |
visibility: hidden; |
|
1681 |
} |
|
1682 |
||
1683 |
#ajax-response.alignleft { |
|
1684 |
margin-right: 2em; |
|
1685 |
} |
|
1686 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1687 |
.button.updating-message:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1688 |
.button.updated-message:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1689 |
.button.installed:before, |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1690 |
.button.installing:before, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1691 |
.button.activated-message:before, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1692 |
.button.activating-message:before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1693 |
margin: 3px -2px 0 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1694 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1695 |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1696 |
#plugin-information-footer .button { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1697 |
padding: 0 14px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1698 |
line-height: 2.71428571; /* 38px */ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1699 |
font-size: 14px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1700 |
vertical-align: middle; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1701 |
min-height: 40px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1702 |
margin-bottom: 4px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1703 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1704 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1705 |
#plugin-information-footer .button.installed:before, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1706 |
#plugin-information-footer .button.installing:before, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1707 |
#plugin-information-footer .button.updating-message:before, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1708 |
#plugin-information-footer .button.updated-message:before, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1709 |
#plugin-information-footer .button.activated-message:before, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1710 |
#plugin-information-footer .button.activating-message:before { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1711 |
margin: 9px -2px 0 5px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1712 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1713 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1714 |
#plugin-information-footer .button.update-now.updating-message:before { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1715 |
margin: -3px -2px 0 5px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1716 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1717 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1718 |
.button-primary.updating-message:before, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1719 |
.button-primary.activating-message:before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1720 |
color: #fff; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1721 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1722 |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1723 |
.button-primary.updated-message:before, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1724 |
.button-primary.activated-message:before { |
18 | 1725 |
color: #9ec2e6; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1726 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1727 |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1728 |
.button.updated-message, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1729 |
.button.activated-message { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1730 |
transition-property: border, background, color; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1731 |
transition-duration: .05s; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1732 |
transition-timing-function: ease-in-out; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1733 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1734 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1735 |
@media aural { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1736 |
.wrap .notice p:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1737 |
.button.installing:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1738 |
.button.installed:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1739 |
.update-message p:before { |
18 | 1740 |
speak: never; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1741 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1742 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1743 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1744 |
|
5 | 1745 |
/* @todo: this does not need its own section anymore */ |
1746 |
/*------------------------------------------------------------------------------ |
|
1747 |
6.0 - Admin Header |
|
1748 |
------------------------------------------------------------------------------*/ |
|
1749 |
#adminmenu a, |
|
1750 |
#taglist a, |
|
1751 |
#catlist a { |
|
1752 |
text-decoration: none; |
|
1753 |
} |
|
1754 |
||
1755 |
/*------------------------------------------------------------------------------ |
|
1756 |
6.1 - Screen Options Tabs |
|
1757 |
------------------------------------------------------------------------------*/ |
|
1758 |
||
1759 |
#screen-options-wrap, |
|
1760 |
#contextual-help-wrap { |
|
1761 |
margin: 0; |
|
1762 |
padding: 8px 20px 12px; |
|
1763 |
position: relative; |
|
1764 |
} |
|
1765 |
||
1766 |
#contextual-help-wrap { |
|
1767 |
overflow: auto; |
|
16 | 1768 |
margin-right: 0; |
5 | 1769 |
} |
1770 |
||
1771 |
#screen-meta-links { |
|
9 | 1772 |
float: left; |
5 | 1773 |
margin: 0 0 0 20px; |
1774 |
} |
|
1775 |
||
1776 |
/* screen options and help tabs revert */ |
|
1777 |
#screen-meta { |
|
1778 |
display: none; |
|
19 | 1779 |
margin: 0 0 -1px 20px; |
5 | 1780 |
position: relative; |
1781 |
background-color: #fff; |
|
18 | 1782 |
border: 1px solid #c3c4c7; |
5 | 1783 |
border-top: none; |
16 | 1784 |
box-shadow: 0 0 0 transparent; |
5 | 1785 |
} |
1786 |
||
1787 |
#screen-options-link-wrap, |
|
1788 |
#contextual-help-link-wrap { |
|
9 | 1789 |
float: right; |
5 | 1790 |
margin: 0 6px 0 0; |
1791 |
} |
|
1792 |
||
1793 |
#screen-meta-links .screen-meta-toggle { |
|
1794 |
position: relative; |
|
1795 |
top: 0; |
|
1796 |
} |
|
1797 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1798 |
#screen-meta-links .show-settings { |
18 | 1799 |
border: 1px solid #c3c4c7; |
9 | 1800 |
border-top: none; |
1801 |
height: auto; |
|
1802 |
margin-bottom: 0; |
|
1803 |
padding: 3px 16px 3px 6px; |
|
1804 |
background: #fff; |
|
16 | 1805 |
border-radius: 0 0 4px 4px; |
18 | 1806 |
color: #646970; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1807 |
line-height: 1.7; |
16 | 1808 |
box-shadow: 0 0 0 transparent; |
1809 |
transition: box-shadow 0.1s linear; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1810 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1811 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1812 |
#screen-meta-links .show-settings:hover, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1813 |
#screen-meta-links .show-settings:active, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1814 |
#screen-meta-links .show-settings:focus { |
18 | 1815 |
color: #2c3338; |
5 | 1816 |
} |
1817 |
||
9 | 1818 |
#screen-meta-links .show-settings:focus { |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1819 |
border-color: #2271b1; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1820 |
box-shadow: 0 0 0 1px #2271b1; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1821 |
/* 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
|
1822 |
outline: 2px solid transparent; |
9 | 1823 |
} |
1824 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1825 |
#screen-meta-links .show-settings:active { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1826 |
transform: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1827 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1828 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1829 |
#screen-meta-links .show-settings:after { |
5 | 1830 |
left: 0; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1831 |
content: "\f140"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1832 |
font: normal 20px/1 dashicons; |
18 | 1833 |
speak: never; |
5 | 1834 |
display: inline-block; |
1835 |
padding: 0 0 0 5px; |
|
1836 |
bottom: 2px; |
|
1837 |
position: relative; |
|
1838 |
vertical-align: bottom; |
|
1839 |
-webkit-font-smoothing: antialiased; |
|
1840 |
-moz-osx-font-smoothing: grayscale; |
|
16 | 1841 |
text-decoration: none; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1842 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1843 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1844 |
#screen-meta-links .screen-meta-active:after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1845 |
content: "\f142"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1846 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1847 |
|
5 | 1848 |
/* end screen options and help tabs */ |
1849 |
||
1850 |
.toggle-arrow { |
|
1851 |
background-repeat: no-repeat; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1852 |
background-position: top right; |
5 | 1853 |
background-color: transparent; |
1854 |
height: 22px; |
|
1855 |
line-height: 22px; |
|
1856 |
display: block; |
|
1857 |
} |
|
1858 |
||
1859 |
.toggle-arrow-active { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1860 |
background-position: bottom right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1861 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1862 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1863 |
#screen-options-wrap h5, /* Back-compat for old plugins */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1864 |
#screen-options-wrap legend, |
5 | 1865 |
#contextual-help-wrap h5 { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1866 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1867 |
padding: 8px 0; |
9 | 1868 |
font-size: 13px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1869 |
font-weight: 600; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1870 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1871 |
|
5 | 1872 |
.metabox-prefs label { |
1873 |
display: inline-block; |
|
1874 |
padding-left: 15px; |
|
9 | 1875 |
line-height: 2.35; |
5 | 1876 |
} |
1877 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1878 |
#number-of-columns { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1879 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1880 |
vertical-align: middle; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1881 |
line-height: 30px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1882 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1883 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1884 |
.metabox-prefs input[type=checkbox] { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1885 |
margin-top: 0; |
5 | 1886 |
margin-left: 6px; |
1887 |
} |
|
1888 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1889 |
.metabox-prefs label input, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1890 |
.metabox-prefs label input[type=checkbox] { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1891 |
margin: -4px 0 0 5px; |
5 | 1892 |
} |
1893 |
||
1894 |
.metabox-prefs .columns-prefs label input { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1895 |
margin: -1px 0 0 2px; |
5 | 1896 |
} |
1897 |
||
1898 |
.metabox-prefs label a { |
|
1899 |
display: none; |
|
1900 |
} |
|
1901 |
||
1902 |
.metabox-prefs .screen-options input, |
|
1903 |
.metabox-prefs .screen-options label { |
|
1904 |
margin-top: 0; |
|
1905 |
margin-bottom: 0; |
|
1906 |
vertical-align: middle; |
|
1907 |
} |
|
1908 |
||
1909 |
.metabox-prefs .screen-options .screen-per-page { |
|
1910 |
margin-left: 15px; |
|
19 | 1911 |
padding-left: 0; |
5 | 1912 |
} |
1913 |
||
1914 |
.metabox-prefs .screen-options label { |
|
9 | 1915 |
line-height: 2.2; |
5 | 1916 |
padding-left: 0; |
1917 |
} |
|
1918 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1919 |
.screen-options + .screen-options { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1920 |
margin-top: 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1921 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1922 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1923 |
.metabox-prefs .submit { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1924 |
margin-top: 1em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1925 |
padding: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1926 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1927 |
|
5 | 1928 |
/*------------------------------------------------------------------------------ |
1929 |
6.2 - Help Menu |
|
1930 |
------------------------------------------------------------------------------*/ |
|
1931 |
||
1932 |
#contextual-help-wrap { |
|
1933 |
padding: 0; |
|
1934 |
} |
|
1935 |
||
1936 |
#contextual-help-columns { |
|
1937 |
position: relative; |
|
1938 |
} |
|
1939 |
||
1940 |
#contextual-help-back { |
|
1941 |
position: absolute; |
|
1942 |
top: 0; |
|
1943 |
bottom: 0; |
|
1944 |
right: 150px; |
|
1945 |
left: 170px; |
|
18 | 1946 |
border: 1px solid #c3c4c7; |
5 | 1947 |
border-top: none; |
1948 |
border-bottom: none; |
|
18 | 1949 |
background: #f0f6fc; |
5 | 1950 |
} |
1951 |
||
1952 |
#contextual-help-wrap.no-sidebar #contextual-help-back { |
|
1953 |
left: 0; |
|
1954 |
border-left-width: 0; |
|
1955 |
border-bottom-left-radius: 2px; |
|
1956 |
} |
|
1957 |
||
1958 |
.contextual-help-tabs { |
|
1959 |
float: right; |
|
1960 |
width: 150px; |
|
1961 |
margin: 0; |
|
1962 |
} |
|
1963 |
||
1964 |
.contextual-help-tabs ul { |
|
1965 |
margin: 1em 0; |
|
1966 |
} |
|
1967 |
||
1968 |
.contextual-help-tabs li { |
|
1969 |
margin-bottom: 0; |
|
1970 |
list-style-type: none; |
|
1971 |
border-style: solid; |
|
1972 |
border-width: 0 2px 0 0; |
|
1973 |
border-color: transparent; |
|
1974 |
} |
|
1975 |
||
1976 |
.contextual-help-tabs a { |
|
1977 |
display: block; |
|
1978 |
padding: 5px 12px 5px 5px; |
|
9 | 1979 |
line-height: 1.4; |
5 | 1980 |
text-decoration: none; |
1981 |
border: 1px solid transparent; |
|
1982 |
border-left: none; |
|
1983 |
border-right: none; |
|
1984 |
} |
|
1985 |
||
1986 |
.contextual-help-tabs a:hover { |
|
18 | 1987 |
color: #2c3338; |
5 | 1988 |
} |
1989 |
||
1990 |
.contextual-help-tabs .active { |
|
1991 |
padding: 0; |
|
1992 |
margin: 0 0 0 -1px; |
|
18 | 1993 |
border-right: 2px solid #72aee6; |
1994 |
background: #f0f6fc; |
|
9 | 1995 |
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02), 0 1px 0 rgba(0, 0, 0, 0.02); |
5 | 1996 |
} |
1997 |
||
1998 |
.contextual-help-tabs .active a { |
|
18 | 1999 |
border-color: #c3c4c7; |
2000 |
color: #2c3338; |
|
5 | 2001 |
} |
2002 |
||
2003 |
.contextual-help-tabs-wrap { |
|
2004 |
padding: 0 20px; |
|
2005 |
overflow: auto; |
|
2006 |
} |
|
2007 |
||
2008 |
.help-tab-content { |
|
2009 |
display: none; |
|
2010 |
margin: 0 0 12px 22px; |
|
9 | 2011 |
line-height: 1.6; |
5 | 2012 |
} |
2013 |
||
2014 |
.help-tab-content.active { |
|
2015 |
display: block; |
|
2016 |
} |
|
2017 |
||
2018 |
.help-tab-content ul li { |
|
2019 |
list-style-type: disc; |
|
2020 |
margin-right: 18px; |
|
2021 |
} |
|
2022 |
||
2023 |
.contextual-help-sidebar { |
|
2024 |
width: 150px; |
|
2025 |
float: left; |
|
2026 |
padding: 0 12px 0 8px; |
|
2027 |
overflow: auto; |
|
2028 |
} |
|
2029 |
||
2030 |
/*------------------------------------------------------------------------------ |
|
2031 |
8.0 - Layout Blocks |
|
2032 |
------------------------------------------------------------------------------*/ |
|
2033 |
||
2034 |
html.wp-toolbar { |
|
2035 |
padding-top: 32px; |
|
2036 |
box-sizing: border-box; |
|
18 | 2037 |
-ms-overflow-style: scrollbar; /* See ticket #48545 */ |
5 | 2038 |
} |
2039 |
||
2040 |
.widefat th, |
|
2041 |
.widefat td { |
|
18 | 2042 |
color: #50575e; |
5 | 2043 |
} |
2044 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2045 |
.widefat th, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2046 |
.widefat thead td, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2047 |
.widefat tfoot td { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2048 |
font-weight: 400; |
5 | 2049 |
} |
2050 |
||
2051 |
.widefat thead tr th, |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2052 |
.widefat thead tr td, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2053 |
.widefat tfoot tr th, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2054 |
.widefat tfoot tr td { |
18 | 2055 |
color: #2c3338; |
5 | 2056 |
} |
2057 |
||
2058 |
.widefat td p { |
|
2059 |
margin: 2px 0 0.8em; |
|
2060 |
} |
|
2061 |
||
2062 |
.widefat p, |
|
2063 |
.widefat ol, |
|
2064 |
.widefat ul { |
|
18 | 2065 |
color: #2c3338; |
5 | 2066 |
} |
2067 |
||
2068 |
.widefat .column-comment p { |
|
2069 |
margin: 0.6em 0; |
|
2070 |
} |
|
2071 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2072 |
.widefat .column-comment ul { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2073 |
list-style: initial; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2074 |
margin-right: 2em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2075 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2076 |
|
5 | 2077 |
/* Screens with postboxes */ |
2078 |
.postbox-container { |
|
2079 |
float: right; |
|
2080 |
} |
|
2081 |
||
2082 |
.postbox-container .meta-box-sortables { |
|
2083 |
box-sizing: border-box; |
|
2084 |
} |
|
2085 |
||
2086 |
#wpbody-content .metabox-holder { |
|
2087 |
padding-top: 10px; |
|
2088 |
} |
|
2089 |
||
16 | 2090 |
.metabox-holder .postbox-container .meta-box-sortables { |
2091 |
/* The jQuery UI Sortables need some initial height to work properly. */ |
|
2092 |
min-height: 1px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2093 |
position: relative; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2094 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2095 |
|
5 | 2096 |
#post-body-content { |
2097 |
width: 100%; |
|
2098 |
min-width: 463px; |
|
2099 |
float: right; |
|
2100 |
} |
|
2101 |
||
2102 |
#post-body.columns-2 #postbox-container-1 { |
|
2103 |
float: left; |
|
2104 |
margin-left: -300px; |
|
2105 |
width: 280px; |
|
2106 |
} |
|
2107 |
||
2108 |
#post-body.columns-2 #side-sortables { |
|
2109 |
min-height: 250px; |
|
2110 |
} |
|
2111 |
||
2112 |
/* one column on the dash */ |
|
2113 |
@media only screen and (max-width: 799px) { |
|
2114 |
#wpbody-content .metabox-holder .postbox-container .empty-container { |
|
16 | 2115 |
outline: none; |
5 | 2116 |
height: 0; |
2117 |
min-height: 0; |
|
2118 |
} |
|
2119 |
} |
|
2120 |
||
2121 |
.js .widget .widget-top, |
|
2122 |
.js .postbox .hndle { |
|
2123 |
cursor: move; |
|
2124 |
} |
|
2125 |
||
16 | 2126 |
.js .widget .widget-top.is-non-sortable, |
2127 |
.js .postbox .hndle.is-non-sortable { |
|
2128 |
cursor: auto; |
|
2129 |
} |
|
2130 |
||
2131 |
/* Configurable dashboard widgets "Configure" edit-box link. */ |
|
5 | 2132 |
.hndle a { |
16 | 2133 |
font-size: 12px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2134 |
font-weight: 400; |
5 | 2135 |
} |
2136 |
||
16 | 2137 |
.postbox-header { |
2138 |
display: flex; |
|
2139 |
align-items: center; |
|
2140 |
justify-content: space-between; |
|
18 | 2141 |
border-bottom: 1px solid #c3c4c7; |
16 | 2142 |
} |
2143 |
||
2144 |
.postbox-header .hndle { |
|
2145 |
flex-grow: 1; |
|
2146 |
/* Handle the alignment for the configurable dashboard widgets "Configure" edit-box link. */ |
|
2147 |
display: flex; |
|
2148 |
justify-content: space-between; |
|
2149 |
align-items: center; |
|
2150 |
} |
|
2151 |
||
2152 |
.postbox-header .handle-actions { |
|
2153 |
flex-shrink: 0; |
|
2154 |
} |
|
2155 |
||
2156 |
/* Post box order and toggle buttons. */ |
|
2157 |
.postbox .handle-order-higher, |
|
2158 |
.postbox .handle-order-lower, |
|
5 | 2159 |
.postbox .handlediv { |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
2160 |
width: 1.62rem; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
2161 |
height: 1.62rem; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2162 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2163 |
padding: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2164 |
border: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2165 |
background: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2166 |
cursor: pointer; |
5 | 2167 |
} |
2168 |
||
16 | 2169 |
.postbox .handle-order-higher, |
2170 |
.postbox .handle-order-lower { |
|
18 | 2171 |
color: #787c82; |
16 | 2172 |
width: 1.62rem; |
2173 |
} |
|
2174 |
||
2175 |
/* Post box order buttons in the block editor meta boxes area. */ |
|
2176 |
.edit-post-meta-boxes-area .postbox .handle-order-higher, |
|
2177 |
.edit-post-meta-boxes-area .postbox .handle-order-lower { |
|
2178 |
width: 44px; |
|
2179 |
height: 44px; |
|
18 | 2180 |
color: #1d2327 |
16 | 2181 |
} |
2182 |
||
2183 |
.postbox .handle-order-higher[aria-disabled="true"], |
|
2184 |
.postbox .handle-order-lower[aria-disabled="true"] { |
|
2185 |
cursor: default; |
|
18 | 2186 |
color: #a7aaad; |
5 | 2187 |
} |
2188 |
||
2189 |
.sortable-placeholder { |
|
18 | 2190 |
border: 1px dashed #c3c4c7; |
5 | 2191 |
margin-bottom: 20px; |
2192 |
} |
|
2193 |
||
2194 |
.postbox, |
|
2195 |
.stuffbox { |
|
2196 |
margin-bottom: 20px; |
|
2197 |
padding: 0; |
|
2198 |
line-height: 1; |
|
2199 |
} |
|
2200 |
||
16 | 2201 |
.postbox.closed { |
2202 |
border-bottom: 0; |
|
2203 |
} |
|
2204 |
||
5 | 2205 |
/* user-select is not a part of the CSS standard - may change behavior in the future */ |
2206 |
.postbox .hndle, |
|
2207 |
.stuffbox .hndle { |
|
2208 |
-webkit-user-select: none; |
|
2209 |
user-select: none; |
|
2210 |
} |
|
2211 |
||
9 | 2212 |
.postbox .inside { |
5 | 2213 |
padding: 0 12px 12px; |
9 | 2214 |
line-height: 1.4; |
5 | 2215 |
font-size: 13px; |
2216 |
} |
|
2217 |
||
9 | 2218 |
.stuffbox .inside { |
2219 |
padding: 0; |
|
2220 |
line-height: 1.4; |
|
2221 |
font-size: 13px; |
|
2222 |
margin-top: 0; |
|
2223 |
} |
|
2224 |
||
5 | 2225 |
.postbox .inside { |
2226 |
margin: 11px 0; |
|
2227 |
position: relative; |
|
2228 |
} |
|
2229 |
||
2230 |
.postbox .inside > p:last-child, |
|
2231 |
.rss-widget ul li:last-child { |
|
2232 |
margin-bottom: 1px !important; |
|
2233 |
} |
|
2234 |
||
2235 |
.postbox.closed h3 { |
|
2236 |
border: none; |
|
2237 |
box-shadow: none; |
|
2238 |
} |
|
2239 |
||
2240 |
.postbox table.form-table { |
|
2241 |
margin-bottom: 0; |
|
2242 |
} |
|
2243 |
||
2244 |
.postbox table.widefat { |
|
2245 |
box-shadow: none; |
|
2246 |
} |
|
2247 |
||
2248 |
.temp-border { |
|
18 | 2249 |
border: 1px dotted #c3c4c7; |
5 | 2250 |
} |
2251 |
||
2252 |
.columns-prefs label { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2253 |
padding: 0 0 0 10px; |
5 | 2254 |
} |
2255 |
||
2256 |
/* @todo: what is this doing here */ |
|
2257 |
#dashboard_right_now .versions .b, |
|
2258 |
#post-status-display, |
|
2259 |
#post-visibility-display, |
|
2260 |
#adminmenu .wp-submenu li.current, |
|
2261 |
#adminmenu .wp-submenu li.current a, |
|
2262 |
#adminmenu .wp-submenu li.current a:hover, |
|
2263 |
.media-item .percent, |
|
2264 |
.plugins .name, |
|
2265 |
#pass-strength-result.strong, |
|
2266 |
#pass-strength-result.short, |
|
2267 |
#ed_reply_toolbar #ed_reply_strong, |
|
2268 |
.item-controls .item-order a, |
|
16 | 2269 |
.feature-filter .feature-name, |
2270 |
#comment-status-display { |
|
5 | 2271 |
font-weight: 600; |
2272 |
} |
|
2273 |
||
2274 |
/*------------------------------------------------------------------------------ |
|
2275 |
21.0 - Admin Footer |
|
2276 |
------------------------------------------------------------------------------*/ |
|
2277 |
||
2278 |
#wpfooter { |
|
2279 |
position: absolute; |
|
2280 |
bottom: 0; |
|
2281 |
right: 0; |
|
2282 |
left: 0; |
|
2283 |
padding: 10px 20px; |
|
18 | 2284 |
color: #50575e; |
5 | 2285 |
} |
2286 |
||
2287 |
#wpfooter p { |
|
2288 |
font-size: 13px; |
|
2289 |
margin: 0; |
|
9 | 2290 |
line-height: 1.55; |
5 | 2291 |
} |
2292 |
||
2293 |
#footer-thankyou { |
|
2294 |
font-style: italic; |
|
2295 |
} |
|
2296 |
||
2297 |
/*------------------------------------------------------------------------------ |
|
2298 |
25.0 - Tabbed Admin Screen Interface (Experimental) |
|
2299 |
------------------------------------------------------------------------------*/ |
|
2300 |
||
2301 |
.nav-tab { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2302 |
float: right; |
18 | 2303 |
border: 1px solid #c3c4c7; |
5 | 2304 |
border-bottom: none; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2305 |
margin-right: 0.5em; /* half the font size so set the font size properly */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2306 |
padding: 5px 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2307 |
font-size: 14px; |
9 | 2308 |
line-height: 1.71428571; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2309 |
font-weight: 600; |
18 | 2310 |
background: #dcdcde; |
2311 |
color: #50575e; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2312 |
text-decoration: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2313 |
white-space: nowrap; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2314 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2315 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2316 |
h3 .nav-tab, /* Back-compat for pre-4.4 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2317 |
.nav-tab-small .nav-tab { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2318 |
padding: 5px 14px; |
5 | 2319 |
font-size: 12px; |
9 | 2320 |
line-height: 1.33; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2321 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2322 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2323 |
.nav-tab:hover, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2324 |
.nav-tab:focus { |
5 | 2325 |
background-color: #fff; |
18 | 2326 |
color: #3c434a; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2327 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2328 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2329 |
.nav-tab-active, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2330 |
.nav-tab:focus:active { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2331 |
box-shadow: none; |
5 | 2332 |
} |
2333 |
||
2334 |
.nav-tab-active { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2335 |
margin-bottom: -1px; |
18 | 2336 |
color: #3c434a; |
5 | 2337 |
} |
2338 |
||
2339 |
.nav-tab-active, |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2340 |
.nav-tab-active:hover, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2341 |
.nav-tab-active:focus, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2342 |
.nav-tab-active:focus:active { |
18 | 2343 |
border-bottom: 1px solid #f0f0f1; |
2344 |
background: #f0f0f1; |
|
5 | 2345 |
color: #000; |
2346 |
} |
|
2347 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2348 |
h1.nav-tab-wrapper, /* Back-compat for pre-4.4 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2349 |
.wrap h2.nav-tab-wrapper, /* higher specificity to override .wrap > h2:first-child */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2350 |
.nav-tab-wrapper { |
18 | 2351 |
border-bottom: 1px solid #c3c4c7; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2352 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2353 |
padding-top: 9px; |
5 | 2354 |
padding-bottom: 0; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2355 |
line-height: inherit; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2356 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2357 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2358 |
/* Back-compat for plugins. Deprecated. Use .wp-clearfix instead. */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2359 |
.nav-tab-wrapper:not(.wp-clearfix):after { |
9 | 2360 |
content: ""; |
2361 |
display: table; |
|
2362 |
clear: both; |
|
2363 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2364 |
|
5 | 2365 |
/*------------------------------------------------------------------------------ |
2366 |
26.0 - Misc |
|
2367 |
------------------------------------------------------------------------------*/ |
|
2368 |
||
2369 |
.spinner { |
|
2370 |
background: url(../images/spinner.gif) no-repeat; |
|
2371 |
background-size: 20px 20px; |
|
2372 |
display: inline-block; |
|
2373 |
visibility: hidden; |
|
2374 |
float: left; |
|
2375 |
vertical-align: middle; |
|
2376 |
opacity: 0.7; |
|
2377 |
filter: alpha(opacity=70); |
|
2378 |
width: 20px; |
|
2379 |
height: 20px; |
|
2380 |
margin: 4px 10px 0; |
|
2381 |
} |
|
2382 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2383 |
.spinner.is-active, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2384 |
.loading-content .spinner { |
5 | 2385 |
visibility: visible; |
2386 |
} |
|
2387 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2388 |
#template > div { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2389 |
margin-left: 16em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2390 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2391 |
#template .notice { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2392 |
margin-top: 1em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2393 |
margin-left: 3%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2394 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2395 |
#template .notice p { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2396 |
width: auto; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2397 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2398 |
#template .submit .spinner { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2399 |
float: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2400 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2401 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2402 |
.metabox-holder .stuffbox > h3, /* Back-compat for pre-4.4 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2403 |
.metabox-holder .postbox > h3, /* Back-compat for pre-4.4 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2404 |
.metabox-holder h3.hndle, /* Back-compat for pre-4.4 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2405 |
.metabox-holder h2.hndle { |
5 | 2406 |
font-size: 14px; |
2407 |
padding: 8px 12px; |
|
2408 |
margin: 0; |
|
2409 |
line-height: 1.4; |
|
2410 |
} |
|
2411 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2412 |
/* Back-compat for nav-menus screen */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2413 |
.nav-menus-php .metabox-holder h3 { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2414 |
padding: 10px 14px 11px 10px; |
9 | 2415 |
line-height: 1.5; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2416 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2417 |
|
5 | 2418 |
#templateside ul li a { |
2419 |
text-decoration: none; |
|
2420 |
} |
|
2421 |
||
2422 |
.plugin-install #description, |
|
2423 |
.plugin-install-network #description { |
|
2424 |
width: 60%; |
|
2425 |
} |
|
2426 |
||
2427 |
table .vers, |
|
2428 |
table .column-visible, |
|
2429 |
table .column-rating { |
|
2430 |
text-align: right; |
|
2431 |
} |
|
2432 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2433 |
.attention, |
5 | 2434 |
.error-message { |
18 | 2435 |
color: #d63638; |
5 | 2436 |
font-weight: 600; |
2437 |
} |
|
2438 |
||
2439 |
/* Scrollbar fix for bulk upgrade iframe */ |
|
2440 |
body.iframe { |
|
2441 |
height: 98%; |
|
2442 |
} |
|
2443 |
||
2444 |
/* Upgrader styles, Specific to Language Packs */ |
|
2445 |
.lp-show-latest p { |
|
2446 |
display: none; |
|
2447 |
} |
|
2448 |
.lp-show-latest p:last-child, |
|
2449 |
.lp-show-latest .lp-error p { |
|
2450 |
display: block; |
|
2451 |
} |
|
2452 |
||
2453 |
/* - Only used once or twice in all of WP - deprecate for global style |
|
2454 |
------------------------------------------------------------------------------*/ |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2455 |
.media-icon { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2456 |
width: 62px; /* icon + border */ |
5 | 2457 |
text-align: center; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2458 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2459 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2460 |
.media-icon img { |
18 | 2461 |
border: 1px solid #dcdcde; |
5 | 2462 |
border: 1px solid rgba(0, 0, 0, 0.07); |
2463 |
} |
|
2464 |
||
2465 |
#howto { |
|
2466 |
font-size: 11px; |
|
2467 |
margin: 0 5px; |
|
2468 |
display: block; |
|
2469 |
} |
|
2470 |
||
2471 |
.importers { |
|
2472 |
font-size: 16px; |
|
2473 |
width: auto; |
|
2474 |
} |
|
2475 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2476 |
.importers td { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2477 |
padding-left: 14px; |
9 | 2478 |
line-height: 1.4; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2479 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2480 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2481 |
.importers .import-system { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2482 |
max-width: 250px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2483 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2484 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2485 |
.importers td.desc { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2486 |
max-width: 500px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2487 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2488 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2489 |
.importer-title, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2490 |
.importer-desc, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2491 |
.importer-action { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2492 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2493 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2494 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2495 |
.importer-title { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2496 |
color: #000; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2497 |
font-size: 14px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2498 |
font-weight: 400; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2499 |
margin-bottom: .2em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2500 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2501 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2502 |
.importer-action { |
9 | 2503 |
line-height: 1.55; /* Same as with .updating-message */ |
18 | 2504 |
color: #50575e; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2505 |
margin-bottom: 1em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2506 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2507 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2508 |
#post-body #post-body-content #namediv h3, /* Back-compat for pre-4.4 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2509 |
#post-body #post-body-content #namediv h2 { |
5 | 2510 |
margin-top: 0; |
2511 |
} |
|
2512 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2513 |
.edit-comment-author { |
18 | 2514 |
color: #1d2327; |
2515 |
border-bottom: 1px solid #f0f0f1; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2516 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2517 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2518 |
#namediv h3 label, /* Back-compat for pre-4.4 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2519 |
#namediv h2 label { |
5 | 2520 |
vertical-align: baseline; |
2521 |
} |
|
2522 |
||
2523 |
#namediv table { |
|
2524 |
width: 100%; |
|
2525 |
} |
|
2526 |
||
2527 |
#namediv td.first { |
|
2528 |
width: 10px; |
|
2529 |
white-space: nowrap; |
|
2530 |
} |
|
2531 |
||
2532 |
#namediv input { |
|
18 | 2533 |
width: 100%; |
5 | 2534 |
} |
2535 |
||
2536 |
#namediv p { |
|
2537 |
margin: 10px 0; |
|
2538 |
} |
|
2539 |
||
2540 |
/* - Used - but could/should be deprecated with a CSS reset |
|
2541 |
------------------------------------------------------------------------------*/ |
|
2542 |
.zerosize { |
|
2543 |
height: 0; |
|
2544 |
width: 0; |
|
2545 |
margin: 0; |
|
2546 |
border: 0; |
|
2547 |
padding: 0; |
|
2548 |
overflow: hidden; |
|
2549 |
position: absolute; |
|
2550 |
} |
|
2551 |
||
2552 |
br.clear { |
|
2553 |
height: 2px; |
|
9 | 2554 |
line-height: 0.15; |
5 | 2555 |
} |
2556 |
||
2557 |
.checkbox { |
|
2558 |
border: none; |
|
2559 |
margin: 0; |
|
2560 |
padding: 0; |
|
2561 |
} |
|
2562 |
||
2563 |
fieldset { |
|
2564 |
border: 0; |
|
2565 |
padding: 0; |
|
2566 |
margin: 0; |
|
2567 |
} |
|
2568 |
||
2569 |
.post-categories { |
|
2570 |
display: inline; |
|
2571 |
margin: 0; |
|
2572 |
padding: 0; |
|
2573 |
} |
|
2574 |
||
2575 |
.post-categories li { |
|
2576 |
display: inline; |
|
2577 |
} |
|
2578 |
||
2579 |
/* Star Ratings - Back-compat for pre-3.8 */ |
|
2580 |
div.star-holder { |
|
2581 |
position: relative; |
|
2582 |
height: 17px; |
|
2583 |
width: 100px; |
|
16 | 2584 |
background: url(../images/stars.png?ver=20121108) repeat-x bottom right; |
5 | 2585 |
} |
2586 |
||
2587 |
div.star-holder .star-rating { |
|
16 | 2588 |
background: url(../images/stars.png?ver=20121108) repeat-x top right; |
5 | 2589 |
height: 17px; |
2590 |
float: right; |
|
2591 |
} |
|
2592 |
||
2593 |
/* Star Ratings */ |
|
2594 |
.star-rating { |
|
2595 |
white-space: nowrap; |
|
2596 |
} |
|
2597 |
.star-rating .star { |
|
2598 |
display: inline-block; |
|
2599 |
width: 20px; |
|
2600 |
height: 20px; |
|
2601 |
-webkit-font-smoothing: antialiased; |
|
2602 |
font-size: 20px; |
|
2603 |
line-height: 1; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2604 |
font-family: dashicons; |
5 | 2605 |
text-decoration: inherit; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2606 |
font-weight: 400; |
5 | 2607 |
font-style: normal; |
2608 |
vertical-align: top; |
|
9 | 2609 |
transition: color .1s ease-in; |
5 | 2610 |
text-align: center; |
18 | 2611 |
color: #dba617; |
5 | 2612 |
} |
2613 |
||
2614 |
.star-rating .star-full:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2615 |
content: "\f155"; |
5 | 2616 |
} |
2617 |
||
2618 |
.star-rating .star-half:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2619 |
content: "\f459"; |
5 | 2620 |
} |
2621 |
||
2622 |
.rtl .star-rating .star-half { |
|
18 | 2623 |
transform: rotateY(-180deg); |
5 | 2624 |
} |
2625 |
||
2626 |
.star-rating .star-empty:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2627 |
content: "\f154"; |
5 | 2628 |
} |
2629 |
||
2630 |
div.action-links { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2631 |
font-weight: 400; |
5 | 2632 |
margin: 6px 0 0; |
2633 |
} |
|
2634 |
||
2635 |
/* Plugin install thickbox */ |
|
2636 |
#plugin-information { |
|
2637 |
background: #fff; |
|
2638 |
position: fixed; |
|
2639 |
top: 0; |
|
2640 |
left: 0; |
|
2641 |
bottom: 0; |
|
2642 |
right: 0; |
|
2643 |
height: 100%; |
|
2644 |
padding: 0; |
|
2645 |
} |
|
2646 |
||
2647 |
#plugin-information-scrollable { |
|
2648 |
overflow: auto; |
|
2649 |
-webkit-overflow-scrolling: touch; |
|
2650 |
height: 100%; |
|
2651 |
} |
|
2652 |
||
2653 |
#plugin-information-title { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2654 |
padding: 0 26px; |
18 | 2655 |
background: #f6f7f7; |
5 | 2656 |
font-size: 22px; |
2657 |
font-weight: 600; |
|
9 | 2658 |
line-height: 2.4; |
5 | 2659 |
position: relative; |
2660 |
height: 56px; |
|
2661 |
} |
|
2662 |
||
2663 |
#plugin-information-title.with-banner { |
|
2664 |
margin-left: 0; |
|
2665 |
height: 250px; |
|
2666 |
background-size: cover; |
|
2667 |
} |
|
2668 |
||
2669 |
#plugin-information-title h2 { |
|
2670 |
font-size: 1em; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2671 |
font-weight: 600; |
5 | 2672 |
padding: 0; |
2673 |
margin: 0; |
|
2674 |
overflow: hidden; |
|
2675 |
text-overflow: ellipsis; |
|
2676 |
white-space: nowrap; |
|
2677 |
} |
|
2678 |
||
2679 |
#plugin-information-title.with-banner h2 { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2680 |
position: relative; |
5 | 2681 |
font-family: "Helvetica Neue", sans-serif; |
2682 |
display: inline-block; |
|
2683 |
font-size: 30px; |
|
9 | 2684 |
line-height: 1.68; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2685 |
box-sizing: border-box; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2686 |
max-width: 100%; |
5 | 2687 |
padding: 0 15px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2688 |
margin-top: 174px; |
5 | 2689 |
color: #fff; |
18 | 2690 |
background: rgba(29, 35, 39, 0.9); |
9 | 2691 |
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); |
2692 |
box-shadow: 0 0 30px rgba(255, 255, 255, 0.1); |
|
5 | 2693 |
border-radius: 8px; |
2694 |
} |
|
2695 |
||
2696 |
#plugin-information-title div.vignette { |
|
2697 |
display: none; |
|
2698 |
} |
|
2699 |
||
2700 |
#plugin-information-title.with-banner div.vignette { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2701 |
position: absolute; |
5 | 2702 |
display: block; |
2703 |
top: 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2704 |
right: 0; |
5 | 2705 |
height: 250px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2706 |
width: 100%; |
5 | 2707 |
background: transparent; |
9 | 2708 |
box-shadow: inset 0 0 50px 4px rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
5 | 2709 |
} |
2710 |
||
2711 |
#plugin-information-tabs { |
|
2712 |
padding: 0 16px; |
|
2713 |
position: relative; |
|
2714 |
left: 0; |
|
2715 |
right: 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2716 |
min-height: 36px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2717 |
font-size: 0; |
5 | 2718 |
z-index: 1; |
18 | 2719 |
border-bottom: 1px solid #dcdcde; |
2720 |
background: #f6f7f7; |
|
5 | 2721 |
} |
2722 |
||
2723 |
#plugin-information-tabs a { |
|
2724 |
position: relative; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2725 |
display: inline-block; |
5 | 2726 |
padding: 9px 10px; |
2727 |
margin: 0; |
|
2728 |
height: 18px; |
|
9 | 2729 |
line-height: 1.3; |
5 | 2730 |
font-size: 14px; |
2731 |
text-decoration: none; |
|
2732 |
transition: none; |
|
2733 |
} |
|
2734 |
||
2735 |
#plugin-information-tabs a.current { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2736 |
margin: 0 -1px -1px; |
5 | 2737 |
background: #fff; |
18 | 2738 |
border: 1px solid #dcdcde; |
5 | 2739 |
border-bottom-color: #fff; |
2740 |
padding-top: 8px; |
|
18 | 2741 |
color: #2c3338; |
5 | 2742 |
} |
2743 |
||
2744 |
#plugin-information-tabs.with-banner a.current { |
|
2745 |
border-top: none; |
|
2746 |
padding-top: 9px; |
|
2747 |
} |
|
2748 |
||
2749 |
#plugin-information-tabs a:active, |
|
2750 |
#plugin-information-tabs a:focus { |
|
2751 |
outline: none; |
|
2752 |
} |
|
2753 |
||
2754 |
#plugin-information-content { |
|
2755 |
overflow: hidden; /* equal height column trick */ |
|
2756 |
background: #fff; |
|
2757 |
position: relative; |
|
2758 |
top: 0; |
|
2759 |
left: 0; |
|
2760 |
right: 0; |
|
2761 |
min-height: 100%; |
|
2762 |
/* Height of title + tabs + install now */ |
|
2763 |
min-height: calc( 100% - 152px ); |
|
2764 |
} |
|
2765 |
||
2766 |
#plugin-information-content.with-banner { |
|
2767 |
/* Height of banner + tabs + install now */ |
|
2768 |
min-height: calc( 100% - 346px ); |
|
2769 |
} |
|
2770 |
||
2771 |
#section-holder { |
|
2772 |
position: relative; |
|
2773 |
top: 0; |
|
2774 |
left: 250px; |
|
2775 |
bottom: 0; |
|
2776 |
right: 0; |
|
9 | 2777 |
margin-top: 10px; |
5 | 2778 |
margin-left: 250px; /* FYI box */ |
18 | 2779 |
padding: 10px 26px 99999px; /* equal height column trick */ |
16 | 2780 |
margin-bottom: -99932px; /* 67px less than the padding below to accommodate footer height */ |
5 | 2781 |
} |
2782 |
||
9 | 2783 |
#section-holder .notice { |
2784 |
margin: 5px 0 15px; |
|
2785 |
} |
|
2786 |
||
5 | 2787 |
#section-holder .updated { |
2788 |
margin: 16px 0; |
|
2789 |
} |
|
2790 |
||
2791 |
#plugin-information .fyi { |
|
2792 |
float: left; |
|
2793 |
position: relative; |
|
2794 |
top: 0; |
|
2795 |
left: 0; |
|
18 | 2796 |
padding: 16px 16px 99999px; /* equal height column trick */ |
16 | 2797 |
margin-bottom: -99932px; /* 67px less than the padding below to accommodate footer height */ |
5 | 2798 |
width: 217px; |
18 | 2799 |
border-right: 1px solid #dcdcde; |
2800 |
background: #f6f7f7; |
|
2801 |
color: #646970; |
|
5 | 2802 |
} |
2803 |
||
2804 |
#plugin-information .fyi strong { |
|
18 | 2805 |
color: #3c434a; |
5 | 2806 |
} |
2807 |
||
2808 |
#plugin-information .fyi h3 { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2809 |
font-weight: 600; |
5 | 2810 |
text-transform: uppercase; |
2811 |
font-size: 12px; |
|
18 | 2812 |
color: #646970; |
5 | 2813 |
margin: 24px 0 8px; |
2814 |
} |
|
2815 |
||
2816 |
#plugin-information .fyi h2 { |
|
2817 |
font-size: 0.9em; |
|
2818 |
margin-bottom: 0; |
|
2819 |
margin-left: 0; |
|
2820 |
} |
|
2821 |
||
2822 |
#plugin-information .fyi ul { |
|
2823 |
padding: 0; |
|
2824 |
margin: 0; |
|
2825 |
list-style: none; |
|
2826 |
} |
|
2827 |
||
2828 |
#plugin-information .fyi li { |
|
2829 |
margin: 0 0 10px; |
|
2830 |
} |
|
2831 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2832 |
#plugin-information .fyi-description { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2833 |
margin-top: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2834 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2835 |
|
5 | 2836 |
#plugin-information .counter-container { |
2837 |
margin: 3px 0; |
|
2838 |
} |
|
2839 |
||
2840 |
#plugin-information .counter-label { |
|
2841 |
float: right; |
|
2842 |
margin-left: 5px; |
|
2843 |
min-width: 55px; |
|
2844 |
} |
|
2845 |
||
2846 |
#plugin-information .counter-back { |
|
2847 |
height: 17px; |
|
2848 |
width: 92px; |
|
18 | 2849 |
background-color: #dcdcde; |
5 | 2850 |
float: right; |
2851 |
} |
|
2852 |
||
2853 |
#plugin-information .counter-bar { |
|
2854 |
height: 17px; |
|
18 | 2855 |
background-color: #f0c33c; /* slightly lighter than stars due to larger expanse */ |
5 | 2856 |
float: right; |
2857 |
} |
|
2858 |
||
2859 |
#plugin-information .counter-count { |
|
2860 |
margin-right: 5px; |
|
2861 |
} |
|
2862 |
||
2863 |
#plugin-information .fyi ul.contributors { |
|
2864 |
margin-top: 10px; |
|
2865 |
} |
|
2866 |
||
2867 |
#plugin-information .fyi ul.contributors li { |
|
2868 |
display: inline-block; |
|
2869 |
margin-left: 8px; |
|
2870 |
vertical-align: middle; |
|
2871 |
} |
|
2872 |
||
2873 |
#plugin-information .fyi ul.contributors li { |
|
2874 |
display: inline-block; |
|
2875 |
margin-left: 8px; |
|
2876 |
vertical-align: middle; |
|
2877 |
} |
|
2878 |
||
2879 |
#plugin-information .fyi ul.contributors li img { |
|
2880 |
vertical-align: middle; |
|
2881 |
margin-left: 4px; |
|
2882 |
} |
|
2883 |
||
2884 |
#plugin-information-footer { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2885 |
padding: 13px 16px; |
5 | 2886 |
position: absolute; |
2887 |
left: 0; |
|
2888 |
bottom: 0; |
|
2889 |
right: 0; |
|
16 | 2890 |
height: 40px; /* actual height: 40+13+13+1=67 */ |
18 | 2891 |
border-top: 1px solid #dcdcde; |
2892 |
background: #f6f7f7; |
|
5 | 2893 |
} |
2894 |
||
2895 |
/* rtl:ignore */ |
|
2896 |
#plugin-information .section { |
|
2897 |
direction: ltr; |
|
2898 |
} |
|
2899 |
||
2900 |
/* rtl:ignore */ |
|
2901 |
#plugin-information .section ul, |
|
2902 |
#plugin-information .section ol { |
|
2903 |
list-style-type: disc; |
|
2904 |
margin-left: 24px; |
|
2905 |
} |
|
2906 |
||
2907 |
#plugin-information .section, |
|
2908 |
#plugin-information .section p { |
|
2909 |
font-size: 14px; |
|
2910 |
line-height: 1.7; |
|
2911 |
} |
|
2912 |
||
2913 |
#plugin-information #section-screenshots ol { |
|
2914 |
list-style: none; |
|
2915 |
margin: 0; |
|
2916 |
} |
|
2917 |
||
2918 |
#plugin-information #section-screenshots li img { |
|
2919 |
vertical-align: text-top; |
|
2920 |
margin-top: 16px; |
|
2921 |
max-width: 100%; |
|
2922 |
width: auto; |
|
2923 |
height: auto; |
|
9 | 2924 |
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); |
5 | 2925 |
} |
2926 |
||
2927 |
/* rtl:ignore */ |
|
2928 |
#plugin-information #section-screenshots li p { |
|
2929 |
font-style: italic; |
|
2930 |
padding-left: 20px; |
|
2931 |
} |
|
2932 |
||
2933 |
#plugin-information pre { |
|
2934 |
padding: 7px; |
|
2935 |
overflow: auto; |
|
18 | 2936 |
border: 1px solid #c3c4c7; |
5 | 2937 |
} |
2938 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2939 |
#plugin-information blockquote { |
18 | 2940 |
border-right: 2px solid #dcdcde; |
2941 |
color: #646970; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2942 |
font-style: italic; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2943 |
margin: 1em 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2944 |
padding: 0 1em 0 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2945 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2946 |
|
5 | 2947 |
/* rtl:ignore */ |
2948 |
#plugin-information .review { |
|
2949 |
overflow: hidden; /* clearfix */ |
|
2950 |
width: 100%; |
|
2951 |
margin-bottom: 20px; |
|
18 | 2952 |
border-bottom: 1px solid #dcdcde; |
5 | 2953 |
} |
2954 |
||
2955 |
#plugin-information .review-title-section { |
|
2956 |
overflow: hidden; /* clearfix */ |
|
2957 |
} |
|
2958 |
||
2959 |
/* rtl:ignore */ |
|
2960 |
#plugin-information .review-title-section h4 { |
|
2961 |
display: inline-block; |
|
2962 |
float: left; |
|
2963 |
margin: 0 6px 0 0; |
|
2964 |
} |
|
2965 |
||
2966 |
#plugin-information .reviewer-info p { |
|
2967 |
clear: both; |
|
2968 |
margin: 0; |
|
2969 |
padding-top: 2px; |
|
2970 |
} |
|
2971 |
||
2972 |
/* rtl:ignore */ |
|
2973 |
#plugin-information .reviewer-info .avatar { |
|
2974 |
float: left; |
|
2975 |
margin: 4px 6px 0 0; |
|
2976 |
} |
|
2977 |
||
2978 |
/* rtl:ignore */ |
|
2979 |
#plugin-information .reviewer-info .star-rating { |
|
2980 |
float: left; |
|
2981 |
} |
|
2982 |
||
2983 |
/* rtl:ignore */ |
|
2984 |
#plugin-information .review-meta { |
|
2985 |
float: left; |
|
2986 |
margin-left: 0.75em; |
|
2987 |
} |
|
2988 |
||
2989 |
/* rtl:ignore */ |
|
2990 |
#plugin-information .review-body { |
|
2991 |
float: left; |
|
2992 |
width: 100%; |
|
2993 |
} |
|
2994 |
||
2995 |
.plugin-version-author-uri { |
|
2996 |
font-size: 13px; |
|
2997 |
} |
|
2998 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2999 |
/* For non-js plugin installation screen ticket #36430. */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3000 |
.update-php .button.button-primary { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3001 |
margin-left: 1em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3002 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3003 |
|
9 | 3004 |
@media screen and (max-width: 771px) { |
5 | 3005 |
#plugin-information-title.with-banner { |
3006 |
height: 100px; |
|
3007 |
} |
|
3008 |
||
3009 |
#plugin-information-title.with-banner h2 { |
|
3010 |
margin-top: 30px; |
|
3011 |
font-size: 20px; |
|
9 | 3012 |
line-height: 2; |
5 | 3013 |
max-width: 85%; |
3014 |
} |
|
3015 |
||
3016 |
#plugin-information-title.with-banner div.vignette { |
|
3017 |
height: 100px; |
|
3018 |
} |
|
3019 |
||
3020 |
#plugin-information-tabs { |
|
3021 |
overflow: hidden; /* clearfix */ |
|
3022 |
padding: 0; |
|
3023 |
height: auto; /* let tabs wrap */ |
|
3024 |
} |
|
3025 |
||
3026 |
#plugin-information-tabs a.current { |
|
3027 |
margin-bottom: 0; |
|
3028 |
border-bottom: none; |
|
3029 |
} |
|
3030 |
||
3031 |
#plugin-information .fyi { |
|
3032 |
float: none; |
|
18 | 3033 |
border: 1px solid #dcdcde; |
5 | 3034 |
position: static; |
3035 |
width: auto; |
|
3036 |
margin: 26px 26px 0; |
|
3037 |
padding-bottom: 0; /* reset from the two column height fix */ |
|
3038 |
} |
|
3039 |
||
3040 |
#section-holder { |
|
3041 |
position: static; |
|
3042 |
margin: 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3043 |
padding-bottom: 70px; /* reset from the two column height fix, plus accommodate footer */ |
5 | 3044 |
} |
3045 |
||
3046 |
#plugin-information .fyi h3, |
|
3047 |
#plugin-information .fyi small { |
|
3048 |
display: none; |
|
3049 |
} |
|
3050 |
||
3051 |
#plugin-information-footer { |
|
3052 |
padding: 12px 16px 0; |
|
3053 |
height: 46px; |
|
3054 |
} |
|
3055 |
} |
|
3056 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3057 |
/* Thickbox for the Plugin details modal. */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3058 |
#TB_window.plugin-details-modal { |
18 | 3059 |
background: #fff; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3060 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3061 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3062 |
#TB_window.plugin-details-modal.thickbox-loading:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3063 |
content: ""; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3064 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3065 |
width: 20px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3066 |
height: 20px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3067 |
position: absolute; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3068 |
right: 50%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3069 |
top: 50%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3070 |
z-index: -1; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3071 |
margin: -10px -10px 0 0; |
18 | 3072 |
background: #fff url(../images/spinner.gif) no-repeat center; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3073 |
background-size: 20px 20px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3074 |
transform: translateZ(0); |
5 | 3075 |
} |
3076 |
||
3077 |
@media print, |
|
3078 |
(min-resolution: 120dpi) { |
|
3079 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3080 |
#TB_window.plugin-details-modal.thickbox-loading:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3081 |
background-image: url(../images/spinner-2x.gif); |
5 | 3082 |
} |
3083 |
} |
|
3084 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3085 |
.plugin-details-modal #TB_title { |
5 | 3086 |
float: right; |
3087 |
height: 1px; |
|
3088 |
} |
|
3089 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3090 |
.plugin-details-modal #TB_ajaxWindowTitle { |
5 | 3091 |
display: none; |
3092 |
} |
|
3093 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3094 |
.plugin-details-modal #TB_closeWindowButton { |
5 | 3095 |
right: auto; |
3096 |
left: -30px; |
|
18 | 3097 |
color: #f0f0f1; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3098 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3099 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3100 |
.plugin-details-modal #TB_closeWindowButton:hover, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3101 |
.plugin-details-modal #TB_closeWindowButton:focus { |
5 | 3102 |
outline: none; |
3103 |
box-shadow: none; |
|
3104 |
} |
|
3105 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3106 |
.plugin-details-modal #TB_closeWindowButton:hover::after, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3107 |
.plugin-details-modal #TB_closeWindowButton:focus::after { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3108 |
outline: 2px solid; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3109 |
outline-offset: -4px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3110 |
border-radius: 4px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3111 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3112 |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3113 |
.plugin-details-modal .tb-close-icon { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3114 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3115 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3116 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3117 |
.plugin-details-modal #TB_closeWindowButton:after { |
5 | 3118 |
content: "\f335"; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3119 |
font: normal 32px/29px 'dashicons'; |
18 | 3120 |
speak: never; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3121 |
-webkit-font-smoothing: antialiased; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3122 |
-moz-osx-font-smoothing: grayscale; |
5 | 3123 |
} |
3124 |
||
3125 |
/* move plugin install close icon to top on narrow screens */ |
|
9 | 3126 |
@media screen and (max-width: 830px) { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3127 |
.plugin-details-modal #TB_closeWindowButton { |
5 | 3128 |
left: 0; |
3129 |
top: -30px; |
|
3130 |
} |
|
3131 |
} |
|
3132 |
||
3133 |
/* @todo: move this. */ |
|
3134 |
img { |
|
3135 |
border: none; |
|
3136 |
} |
|
3137 |
||
3138 |
/* Metabox collapse arrow indicators */ |
|
16 | 3139 |
.sidebar-name .toggle-indicator::before, |
3140 |
.meta-box-sortables .postbox .toggle-indicator::before, |
|
3141 |
.meta-box-sortables .postbox .order-higher-indicator::before, |
|
3142 |
.meta-box-sortables .postbox .order-lower-indicator::before, |
|
3143 |
.bulk-action-notice .toggle-indicator::before, |
|
3144 |
.privacy-text-box .toggle-indicator::before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3145 |
content: "\f142"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3146 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3147 |
font: normal 20px/1 dashicons; |
18 | 3148 |
speak: never; |
5 | 3149 |
-webkit-font-smoothing: antialiased; |
3150 |
-moz-osx-font-smoothing: grayscale; |
|
16 | 3151 |
text-decoration: none; |
3152 |
} |
|
3153 |
||
3154 |
.js .widgets-holder-wrap.closed .toggle-indicator::before, |
|
3155 |
.meta-box-sortables .postbox.closed .handlediv .toggle-indicator::before, |
|
3156 |
.bulk-action-notice .bulk-action-errors-collapsed .toggle-indicator::before, |
|
3157 |
.privacy-text-box.closed .toggle-indicator::before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3158 |
content: "\f140"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3159 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3160 |
|
16 | 3161 |
.postbox .handle-order-higher .order-higher-indicator::before { |
3162 |
content: "\f343"; |
|
3163 |
color: inherit; |
|
3164 |
} |
|
3165 |
||
3166 |
.postbox .handle-order-lower .order-lower-indicator::before { |
|
3167 |
content: "\f347"; |
|
3168 |
color: inherit; |
|
3169 |
} |
|
3170 |
||
3171 |
.postbox .handle-order-higher .order-higher-indicator::before, |
|
3172 |
.postbox .handle-order-lower .order-lower-indicator::before { |
|
3173 |
position: relative; |
|
3174 |
top: 0.11rem; |
|
3175 |
width: 20px; |
|
3176 |
height: 20px; |
|
3177 |
} |
|
3178 |
||
3179 |
.postbox .handlediv .toggle-indicator::before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3180 |
width: 20px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3181 |
border-radius: 50%; |
16 | 3182 |
} |
3183 |
||
3184 |
.postbox .handlediv .toggle-indicator::before { |
|
3185 |
position: relative; |
|
3186 |
top: 0.05rem; |
|
3187 |
text-indent: -1px; /* account for the dashicon glyph uneven horizontal alignment */ |
|
3188 |
} |
|
3189 |
||
3190 |
.rtl .postbox .handlediv .toggle-indicator::before { |
|
3191 |
text-indent: 1px; /* account for the dashicon glyph uneven horizontal alignment */ |
|
3192 |
} |
|
3193 |
||
3194 |
.bulk-action-notice .toggle-indicator::before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3195 |
line-height: 16px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3196 |
vertical-align: top; |
18 | 3197 |
color: #787c82; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3198 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3199 |
|
16 | 3200 |
.postbox .handle-order-higher:focus, |
3201 |
.postbox .handle-order-lower:focus, |
|
3202 |
.postbox .handlediv:focus { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3203 |
box-shadow: inset 0 0 0 2px #2271b1; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3204 |
border-radius: 50%; |
16 | 3205 |
/* Only visible in Windows High Contrast mode */ |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3206 |
outline: 2px solid transparent; |
16 | 3207 |
} |
3208 |
||
3209 |
.postbox .handle-order-higher:focus .order-higher-indicator::before, |
|
3210 |
.postbox .handle-order-lower:focus .order-lower-indicator::before, |
|
3211 |
.postbox .handlediv:focus .toggle-indicator::before { |
|
3212 |
box-shadow: none; |
|
3213 |
/* Only visible in Windows High Contrast mode */ |
|
3214 |
outline: 1px solid transparent; |
|
5 | 3215 |
} |
3216 |
||
3217 |
/* @todo: appears to be Press This only and overridden */ |
|
3218 |
#photo-add-url-div input[type="text"] { |
|
3219 |
width: 300px; |
|
3220 |
} |
|
3221 |
||
19 | 3222 |
/* Theme/Plugin file editor */ |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3223 |
.alignleft h2 { |
5 | 3224 |
margin: 0; |
3225 |
} |
|
3226 |
||
3227 |
#template textarea { |
|
3228 |
font-family: Consolas, Monaco, monospace; |
|
3229 |
font-size: 13px; |
|
18 | 3230 |
background: #f6f7f7; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3231 |
tab-size: 4; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3232 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3233 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3234 |
#template textarea, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3235 |
#template .CodeMirror { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3236 |
width: 100%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3237 |
min-height: 60vh; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3238 |
height: calc( 100vh - 295px ); |
18 | 3239 |
border: 1px solid #dcdcde; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3240 |
box-sizing: border-box; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3241 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3242 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3243 |
#templateside > h2 { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3244 |
padding-top: 6px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3245 |
padding-bottom: 7px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3246 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3247 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3248 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3249 |
#templateside ol, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3250 |
#templateside ul { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3251 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3252 |
padding: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3253 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3254 |
#templateside > ul { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3255 |
box-sizing: border-box; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3256 |
margin-top: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3257 |
overflow: auto; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3258 |
padding: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3259 |
min-height: 60vh; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3260 |
height: calc(100vh - 295px); |
18 | 3261 |
background-color: #f6f7f7; |
3262 |
border: 1px solid #dcdcde; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3263 |
border-right: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3264 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3265 |
#templateside ul ul { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3266 |
padding-right: 12px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3267 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3268 |
#templateside > ul > li > ul[role=group] { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3269 |
padding-right: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3270 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3271 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3272 |
/* |
19 | 3273 |
* Styles for Theme and Plugin file editors. |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3274 |
*/ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3275 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3276 |
/* Hide collapsed items. */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3277 |
[role="treeitem"][aria-expanded="false"] > ul { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3278 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3279 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3280 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3281 |
/* Use arrow dashicons for folder states, but hide from screen readers. */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3282 |
[role="treeitem"] span[aria-hidden] { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3283 |
display: inline; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3284 |
font-family: dashicons; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3285 |
font-size: 20px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3286 |
position: absolute; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3287 |
pointer-events: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3288 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3289 |
[role="treeitem"][aria-expanded="false"] > .folder-label .icon:after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3290 |
content: "\f141"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3291 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3292 |
[role="treeitem"][aria-expanded="true"] > .folder-label .icon:after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3293 |
content: "\f140"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3294 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3295 |
[role="treeitem"] .folder-label { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3296 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3297 |
padding: 3px 12px 3px 3px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3298 |
cursor: pointer; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3299 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3300 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3301 |
/* Remove outline, and create our own focus and hover styles */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3302 |
[role="treeitem"] { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3303 |
outline: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3304 |
} |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3305 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3306 |
[role="treeitem"] a:focus, |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3307 |
[role="treeitem"] .folder-label.focus { |
18 | 3308 |
color: #043959; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3309 |
/* Reset default focus style. */ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3310 |
box-shadow: none; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3311 |
/* Use an inset outline instead, so it's visible also over the current file item. */ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3312 |
outline: 2px solid #2271b1; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3313 |
outline-offset: -2px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3314 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3315 |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3316 |
[role="treeitem"].hover, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3317 |
[role="treeitem"] .folder-label.hover { |
18 | 3318 |
background-color: #f0f0f1; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3319 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3320 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3321 |
.tree-folder { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3322 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3323 |
position: relative; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3324 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3325 |
[role="treeitem"] li { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3326 |
position: relative; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3327 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3328 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3329 |
/* Styles for folder indicators/depth */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3330 |
.tree-folder .tree-folder::after { |
9 | 3331 |
content: ""; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3332 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3333 |
position: absolute; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3334 |
right: 2px; |
18 | 3335 |
border-right: 1px solid #c3c4c7; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3336 |
top: -13px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3337 |
bottom: 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3338 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3339 |
.tree-folder > li::before { |
9 | 3340 |
content: ""; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3341 |
position: absolute; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3342 |
display: block; |
18 | 3343 |
border-right: 1px solid #c3c4c7; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3344 |
right: 2px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3345 |
top: -5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3346 |
height: 18px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3347 |
width: 7px; |
18 | 3348 |
border-bottom: 1px solid #c3c4c7; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3349 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3350 |
.tree-folder > li::after { |
9 | 3351 |
content: ""; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3352 |
position: absolute; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3353 |
display: block; |
18 | 3354 |
border-right: 1px solid #c3c4c7; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3355 |
right: 2px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3356 |
bottom: -7px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3357 |
top: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3358 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3359 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3360 |
/* current-file needs to adjustment for .notice styles */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3361 |
#templateside .current-file { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3362 |
margin: -4px 0 -2px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3363 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3364 |
.tree-folder > .current-file::before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3365 |
right: 4px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3366 |
height: 15px; |
19 | 3367 |
width: 0; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3368 |
border-right: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3369 |
top: 3px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3370 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3371 |
.tree-folder > .current-file::after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3372 |
bottom: -4px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3373 |
height: 7px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3374 |
right: 2px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3375 |
top: auto; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3376 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3377 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3378 |
/* Lines shouldn't continue on last item */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3379 |
.tree-folder > li:last-child::after, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3380 |
.tree-folder li:last-child > .tree-folder::after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3381 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3382 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3383 |
|
18 | 3384 |
#theme-plugin-editor-selector, |
3385 |
#theme-plugin-editor-label, |
|
3386 |
#documentation label { |
|
3387 |
font-weight: 600; |
|
3388 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3389 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3390 |
#theme-plugin-editor-label { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3391 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3392 |
margin-bottom: 1em; |
5 | 3393 |
} |
3394 |
||
3395 |
/* rtl:ignore */ |
|
3396 |
#template textarea, |
|
3397 |
#docs-list { |
|
3398 |
direction: ltr; |
|
3399 |
} |
|
3400 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3401 |
.fileedit-sub #theme, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3402 |
.fileedit-sub #plugin { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3403 |
max-width: 40%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3404 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3405 |
.fileedit-sub .alignright { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3406 |
text-align: left; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3407 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3408 |
|
5 | 3409 |
#template p { |
3410 |
width: 97%; |
|
3411 |
} |
|
3412 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3413 |
#file-editor-linting-error { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3414 |
margin-top: 1em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3415 |
margin-bottom: 1em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3416 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3417 |
#file-editor-linting-error > .notice { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3418 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3419 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3420 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3421 |
#file-editor-linting-error > .notice > p { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3422 |
width: auto; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3423 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3424 |
#template .submit { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3425 |
margin-top: 1em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3426 |
padding: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3427 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3428 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3429 |
#template .submit input[type=submit][disabled] { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3430 |
cursor: not-allowed; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3431 |
} |
5 | 3432 |
#templateside { |
3433 |
float: left; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3434 |
width: 16em; |
5 | 3435 |
word-wrap: break-word; |
3436 |
} |
|
3437 |
||
3438 |
#postcustomstuff p.submit { |
|
3439 |
margin: 0; |
|
3440 |
} |
|
3441 |
||
3442 |
#templateside h4 { |
|
3443 |
margin: 1em 0 0; |
|
3444 |
} |
|
3445 |
||
3446 |
#templateside li { |
|
3447 |
margin: 4px 0; |
|
3448 |
} |
|
3449 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3450 |
#templateside li:not(.howto) a, |
5 | 3451 |
.theme-editor-php .highlight { |
3452 |
display: block; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3453 |
padding: 3px 12px 3px 0; |
5 | 3454 |
text-decoration: none; |
3455 |
} |
|
3456 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3457 |
#templateside li.current-file > a { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3458 |
padding-bottom: 0; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3459 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3460 |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3461 |
#templateside li:not(.howto) > a:first-of-type { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3462 |
padding-top: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3463 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3464 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3465 |
#templateside li.howto { |
19 | 3466 |
padding: 6px 12px 12px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3467 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3468 |
|
5 | 3469 |
.theme-editor-php .highlight { |
3470 |
margin: -3px -12px -3px 3px; |
|
3471 |
} |
|
3472 |
||
3473 |
#templateside .highlight { |
|
3474 |
border: none; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3475 |
font-weight: 600; |
5 | 3476 |
} |
3477 |
||
3478 |
.nonessential { |
|
18 | 3479 |
color: #646970; |
5 | 3480 |
font-size: 11px; |
3481 |
font-style: italic; |
|
3482 |
padding-right: 12px; |
|
3483 |
} |
|
3484 |
||
3485 |
#documentation { |
|
3486 |
margin-top: 10px; |
|
3487 |
} |
|
3488 |
||
3489 |
#documentation label { |
|
9 | 3490 |
line-height: 1.8; |
5 | 3491 |
vertical-align: baseline; |
3492 |
} |
|
3493 |
||
3494 |
.fileedit-sub { |
|
3495 |
padding: 10px 0 8px; |
|
3496 |
line-height: 180%; |
|
3497 |
} |
|
3498 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3499 |
#file-editor-warning .file-editor-warning-content { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3500 |
margin: 25px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3501 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3502 |
|
5 | 3503 |
/* @todo: can we use a common class for these? */ |
3504 |
.nav-menus-php .item-edit:before, |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3505 |
.widget-top .widget-action .toggle-indicator:before, |
5 | 3506 |
.control-section .accordion-section-title:after, |
3507 |
.accordion-section-title:after { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3508 |
content: "\f140"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3509 |
font: normal 20px/1 dashicons; |
18 | 3510 |
speak: never; |
5 | 3511 |
display: block; |
3512 |
-webkit-font-smoothing: antialiased; |
|
3513 |
-moz-osx-font-smoothing: grayscale; |
|
16 | 3514 |
text-decoration: none; |
5 | 3515 |
} |
3516 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3517 |
.widget-top .widget-action .toggle-indicator:before { |
19 | 3518 |
padding: 1px 0 1px 2px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3519 |
border-radius: 50%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3520 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3521 |
|
5 | 3522 |
.handlediv, |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3523 |
.postbox .handlediv.button-link, |
5 | 3524 |
.item-edit, |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3525 |
.toggle-indicator, |
5 | 3526 |
.accordion-section-title:after { |
18 | 3527 |
color: #787c82; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3528 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3529 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3530 |
.widget-action { |
18 | 3531 |
color: #50575e; /* #fafafa background in the Widgets screen */ |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3532 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3533 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3534 |
.widget-top:hover .widget-action, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3535 |
.widget-action:focus, |
5 | 3536 |
.handlediv:hover, |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3537 |
.handlediv:focus, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3538 |
.postbox .handlediv.button-link:hover, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3539 |
.postbox .handlediv.button-link:focus, |
5 | 3540 |
.item-edit:hover, |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3541 |
.item-edit:focus, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3542 |
.sidebar-name:hover .toggle-indicator, |
5 | 3543 |
.accordion-section-title:hover:after { |
18 | 3544 |
color: #1d2327; |
16 | 3545 |
/* Only visible in Windows High Contrast mode */ |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3546 |
outline: 2px solid transparent; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3547 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3548 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3549 |
.widget-top .widget-action:focus .toggle-indicator:before { |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3550 |
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
|
3551 |
/* 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
|
3552 |
outline: 2px solid transparent; |
5 | 3553 |
} |
3554 |
||
3555 |
.control-section .accordion-section-title:after, |
|
3556 |
.accordion-section-title:after { |
|
3557 |
float: left; |
|
3558 |
left: 20px; |
|
3559 |
top: -2px; |
|
3560 |
} |
|
3561 |
||
3562 |
.control-section.open .accordion-section-title:after, |
|
3563 |
#customize-info.open .accordion-section-title:after, |
|
3564 |
.nav-menus-php .menu-item-edit-active .item-edit:before, |
|
9 | 3565 |
.widget.open .widget-top .widget-action .toggle-indicator:before, |
3566 |
.widget.widget-in-question .widget-top .widget-action .toggle-indicator:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3567 |
content: "\f142"; |
5 | 3568 |
} |
3569 |
||
3570 |
/*! |
|
3571 |
* jQuery UI Draggable/Sortable 1.11.4 |
|
3572 |
* http://jqueryui.com |
|
3573 |
* |
|
3574 |
* Copyright jQuery Foundation and other contributors |
|
3575 |
* Released under the MIT license. |
|
3576 |
* http://jquery.org/license |
|
3577 |
*/ |
|
3578 |
.ui-draggable-handle, |
|
3579 |
.ui-sortable-handle { |
|
3580 |
touch-action: none; |
|
3581 |
} |
|
3582 |
||
3583 |
/* Accordion */ |
|
3584 |
.accordion-section { |
|
18 | 3585 |
border-bottom: 1px solid #dcdcde; |
5 | 3586 |
margin: 0; |
3587 |
} |
|
3588 |
||
3589 |
.accordion-section.open .accordion-section-content, |
|
3590 |
.no-js .accordion-section .accordion-section-content { |
|
3591 |
display: block; |
|
3592 |
} |
|
3593 |
||
3594 |
.accordion-section.open:hover { |
|
18 | 3595 |
border-bottom-color: #dcdcde; |
5 | 3596 |
} |
3597 |
||
3598 |
.accordion-section-content { |
|
3599 |
display: none; |
|
3600 |
padding: 10px 20px 15px; |
|
3601 |
overflow: hidden; |
|
3602 |
background: #fff; |
|
3603 |
} |
|
3604 |
||
3605 |
.accordion-section-title { |
|
3606 |
margin: 0; |
|
3607 |
padding: 12px 15px 15px; |
|
3608 |
position: relative; |
|
18 | 3609 |
border-right: 1px solid #dcdcde; |
3610 |
border-left: 1px solid #dcdcde; |
|
5 | 3611 |
-webkit-user-select: none; |
3612 |
user-select: none; |
|
3613 |
} |
|
3614 |
||
3615 |
.js .accordion-section-title { |
|
3616 |
cursor: pointer; |
|
3617 |
} |
|
3618 |
||
3619 |
.js .accordion-section-title:after { |
|
3620 |
position: absolute; |
|
3621 |
top: 12px; |
|
3622 |
left: 10px; |
|
3623 |
z-index: 1; |
|
3624 |
} |
|
3625 |
||
3626 |
.accordion-section-title:focus { |
|
16 | 3627 |
/* Only visible in Windows High Contrast mode */ |
3628 |
outline: 1px solid transparent; |
|
5 | 3629 |
} |
3630 |
||
3631 |
.accordion-section-title:hover:after, |
|
3632 |
.accordion-section-title:focus:after { |
|
18 | 3633 |
border-color: #a7aaad transparent; |
16 | 3634 |
/* Only visible in Windows High Contrast mode */ |
3635 |
outline: 1px solid transparent; |
|
5 | 3636 |
} |
3637 |
||
3638 |
.cannot-expand .accordion-section-title { |
|
3639 |
cursor: auto; |
|
3640 |
} |
|
3641 |
||
3642 |
.cannot-expand .accordion-section-title:after { |
|
3643 |
display: none; |
|
3644 |
} |
|
3645 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3646 |
.control-section .accordion-section-title, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3647 |
.customize-pane-child .accordion-section-title { |
5 | 3648 |
border-right: none; |
3649 |
border-left: none; |
|
3650 |
padding: 10px 14px 11px 10px; |
|
9 | 3651 |
line-height: 1.55; |
5 | 3652 |
background: #fff; |
3653 |
} |
|
3654 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3655 |
.control-section .accordion-section-title:after, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3656 |
.customize-pane-child .accordion-section-title:after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3657 |
top: calc(50% - 10px); /* Arrow height is 20px, so use half of that to vertically center */ |
5 | 3658 |
} |
3659 |
||
3660 |
.js .control-section:hover .accordion-section-title, |
|
3661 |
.js .control-section .accordion-section-title:hover, |
|
3662 |
.js .control-section.open .accordion-section-title, |
|
3663 |
.js .control-section .accordion-section-title:focus { |
|
18 | 3664 |
color: #1d2327; |
3665 |
background: #f6f7f7; |
|
5 | 3666 |
} |
3667 |
||
3668 |
.control-section.open .accordion-section-title { |
|
3669 |
/* When expanded */ |
|
18 | 3670 |
border-bottom: 1px solid #dcdcde; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3671 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3672 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3673 |
/* Edit Site */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3674 |
.network-admin .edit-site-actions { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3675 |
margin-top: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3676 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3677 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3678 |
/* My Sites */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3679 |
.my-sites { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3680 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3681 |
overflow: auto; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3682 |
zoom: 1; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3683 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3684 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3685 |
.my-sites li { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3686 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3687 |
padding: 8px 3%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3688 |
min-height: 130px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3689 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3690 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3691 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3692 |
@media only screen and (max-width: 599px) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3693 |
.my-sites li { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3694 |
min-height: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3695 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3696 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3697 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3698 |
@media only screen and (min-width: 600px) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3699 |
.my-sites.striped li { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3700 |
background-color: #fff; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3701 |
position: relative; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3702 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3703 |
.my-sites.striped li:after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3704 |
content: ""; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3705 |
width: 1px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3706 |
height: 100%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3707 |
position: absolute; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3708 |
top: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3709 |
left: 0; |
18 | 3710 |
background: #c3c4c7; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3711 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3712 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3713 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3714 |
@media only screen and (min-width: 600px) and (max-width: 699px) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3715 |
.my-sites li{ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3716 |
float: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3717 |
width: 44%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3718 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3719 |
.my-sites.striped li { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3720 |
background-color: #fff; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3721 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3722 |
.my-sites.striped li:nth-of-type(2n+1) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3723 |
clear: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3724 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3725 |
.my-sites.striped li:nth-of-type(2n+2):after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3726 |
content: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3727 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3728 |
.my-sites li:nth-of-type(4n+1), |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3729 |
.my-sites li:nth-of-type(4n+2) { |
18 | 3730 |
background-color: #f6f7f7; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3731 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3732 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3733 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3734 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3735 |
@media only screen and (min-width: 700px) and (max-width: 1199px) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3736 |
.my-sites li { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3737 |
float: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3738 |
width: 27.333333%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3739 |
background-color: #fff; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3740 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3741 |
.my-sites.striped li:nth-of-type(3n+3):after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3742 |
content: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3743 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3744 |
.my-sites li:nth-of-type(6n+1), |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3745 |
.my-sites li:nth-of-type(6n+2), |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3746 |
.my-sites li:nth-of-type(6n+3) { |
18 | 3747 |
background-color: #f6f7f7; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3748 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3749 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3750 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3751 |
@media only screen and (min-width: 1200px) and (max-width: 1399px) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3752 |
.my-sites li { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3753 |
float: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3754 |
width: 21%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3755 |
padding: 8px 2%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3756 |
background-color: #fff; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3757 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3758 |
.my-sites.striped li:nth-of-type(4n+1) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3759 |
clear: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3760 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3761 |
.my-sites.striped li:nth-of-type(4n+4):after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3762 |
content: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3763 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3764 |
.my-sites li:nth-of-type(8n+1), |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3765 |
.my-sites li:nth-of-type(8n+2), |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3766 |
.my-sites li:nth-of-type(8n+3), |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3767 |
.my-sites li:nth-of-type(8n+4) { |
18 | 3768 |
background-color: #f6f7f7; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3769 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3770 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3771 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3772 |
@media only screen and (min-width: 1400px) and (max-width: 1599px) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3773 |
.my-sites li { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3774 |
float: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3775 |
width: 16%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3776 |
padding: 8px 2%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3777 |
background-color: #fff; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3778 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3779 |
.my-sites.striped li:nth-of-type(5n+1) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3780 |
clear: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3781 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3782 |
.my-sites.striped li:nth-of-type(5n+5):after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3783 |
content: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3784 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3785 |
.my-sites li:nth-of-type(10n+1), |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3786 |
.my-sites li:nth-of-type(10n+2), |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3787 |
.my-sites li:nth-of-type(10n+3), |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3788 |
.my-sites li:nth-of-type(10n+4), |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3789 |
.my-sites li:nth-of-type(10n+5) { |
18 | 3790 |
background-color: #f6f7f7; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3791 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3792 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3793 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3794 |
@media only screen and (min-width: 1600px) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3795 |
.my-sites li { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3796 |
float: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3797 |
width: 12.666666%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3798 |
padding: 8px 2%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3799 |
background-color: #fff; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3800 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3801 |
.my-sites.striped li:nth-of-type(6n+1) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3802 |
clear: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3803 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3804 |
.my-sites.striped li:nth-of-type(6n+6):after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3805 |
content: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3806 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3807 |
.my-sites li:nth-of-type(12n+1), |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3808 |
.my-sites li:nth-of-type(12n+2), |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3809 |
.my-sites li:nth-of-type(12n+3), |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3810 |
.my-sites li:nth-of-type(12n+4), |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3811 |
.my-sites li:nth-of-type(12n+5), |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3812 |
.my-sites li:nth-of-type(12n+6) { |
18 | 3813 |
background-color: #f6f7f7; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3814 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3815 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3816 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3817 |
.my-sites li a { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3818 |
text-decoration: none; |
5 | 3819 |
} |
3820 |
||
3821 |
/* =Media Queries |
|
3822 |
-------------------------------------------------------------- */ |
|
3823 |
||
3824 |
/** |
|
3825 |
* HiDPI Displays |
|
3826 |
*/ |
|
3827 |
@media print, |
|
3828 |
(min-resolution: 120dpi) { |
|
3829 |
/* Back-compat for pre-3.8 */ |
|
3830 |
div.star-holder, |
|
3831 |
div.star-holder .star-rating { |
|
16 | 3832 |
background: url(../images/stars-2x.png?ver=20121108) repeat-x bottom right; |
5 | 3833 |
background-size: 21px 37px; |
3834 |
} |
|
3835 |
||
3836 |
.spinner { |
|
3837 |
background-image: url(../images/spinner-2x.gif); |
|
3838 |
} |
|
3839 |
||
3840 |
} |
|
3841 |
||
9 | 3842 |
@media screen and (max-width: 782px) { |
5 | 3843 |
html.wp-toolbar { |
3844 |
padding-top: 46px; |
|
3845 |
} |
|
3846 |
||
9 | 3847 |
.screen-reader-shortcut:focus { |
3848 |
top: -39px; |
|
3849 |
} |
|
3850 |
||
5 | 3851 |
body { |
3852 |
min-width: 240px; |
|
3853 |
overflow-x: hidden; |
|
3854 |
} |
|
3855 |
||
3856 |
body * { |
|
3857 |
-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; |
|
3858 |
} |
|
3859 |
||
3860 |
#wpcontent { |
|
3861 |
position: relative; |
|
3862 |
margin-right: 0; |
|
3863 |
padding-right: 10px; |
|
3864 |
} |
|
3865 |
||
3866 |
#wpbody-content { |
|
3867 |
padding-bottom: 100px; |
|
3868 |
} |
|
3869 |
||
3870 |
.wrap { |
|
9 | 3871 |
clear: both; |
5 | 3872 |
margin-left: 12px; |
3873 |
margin-right: 0; |
|
3874 |
} |
|
3875 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3876 |
/* categories */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3877 |
#col-left, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3878 |
#col-right { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3879 |
float: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3880 |
width: auto; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3881 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3882 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3883 |
#col-left .col-wrap, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3884 |
#col-right .col-wrap { |
5 | 3885 |
padding: 0; |
3886 |
} |
|
3887 |
||
3888 |
/* Hidden Elements */ |
|
3889 |
#collapse-menu, |
|
3890 |
.post-format-select { |
|
3891 |
display: none !important; |
|
3892 |
} |
|
3893 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3894 |
.wrap h1.wp-heading-inline { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3895 |
margin-bottom: 0.5em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3896 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3897 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3898 |
.wrap .add-new-h2, /* deprecated */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3899 |
.wrap .add-new-h2:active, /* deprecated */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3900 |
.wrap .page-title-action, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3901 |
.wrap .page-title-action:active { |
5 | 3902 |
padding: 10px 15px; |
3903 |
font-size: 14px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3904 |
white-space: nowrap; |
5 | 3905 |
} |
3906 |
||
3907 |
/* Feedback Messages */ |
|
3908 |
.notice, |
|
3909 |
.wrap div.updated, |
|
3910 |
.wrap div.error, |
|
3911 |
.media-upload-form div.error { |
|
19 | 3912 |
margin: 20px 0 10px; |
5 | 3913 |
padding: 5px 10px; |
3914 |
font-size: 14px; |
|
3915 |
line-height: 175%; |
|
3916 |
} |
|
3917 |
||
3918 |
.wp-core-ui .notice.is-dismissible { |
|
3919 |
padding-left: 46px; |
|
3920 |
} |
|
3921 |
||
3922 |
.notice-dismiss { |
|
3923 |
padding: 13px; |
|
3924 |
} |
|
3925 |
||
3926 |
.wrap .icon32 + h2 { |
|
3927 |
margin-top: -2px; |
|
3928 |
} |
|
3929 |
||
3930 |
.wp-responsive-open #wpbody { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3931 |
left: -16em; |
5 | 3932 |
} |
3933 |
||
3934 |
code { |
|
3935 |
word-wrap: break-word; |
|
16 | 3936 |
word-wrap: anywhere; /* Firefox. Allow breaking long words anywhere */ |
3937 |
word-break: break-word; /* Webkit: Treated similarly to word-wrap: break-word */ |
|
5 | 3938 |
} |
3939 |
||
3940 |
/* General Metabox */ |
|
3941 |
.postbox { |
|
3942 |
font-size: 14px; |
|
3943 |
} |
|
3944 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3945 |
.metabox-holder h3.hndle, /* Back-compat for pre-4.4 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3946 |
.metabox-holder .stuffbox > h3, /* Back-compat for pre-4.4 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3947 |
.metabox-holder .postbox > h3, /* Back-compat for pre-4.4 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3948 |
.metabox-holder h2 { |
5 | 3949 |
padding: 12px; |
3950 |
} |
|
3951 |
||
3952 |
.postbox .handlediv { |
|
3953 |
margin-top: 3px; |
|
3954 |
} |
|
3955 |
||
3956 |
/* Subsubsub Nav */ |
|
3957 |
.subsubsub { |
|
3958 |
font-size: 16px; |
|
3959 |
text-align: center; |
|
3960 |
margin-bottom: 15px; |
|
3961 |
} |
|
3962 |
||
3963 |
/* Theme/Plugin File Editor */ |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3964 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3965 |
#template textarea, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3966 |
#template .CodeMirror { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3967 |
box-sizing: border-box; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3968 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3969 |
|
5 | 3970 |
#templateside { |
3971 |
float: none; |
|
3972 |
width: auto; |
|
3973 |
} |
|
3974 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3975 |
#templateside > ul { |
18 | 3976 |
border-right: 1px solid #dcdcde; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3977 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3978 |
|
5 | 3979 |
#templateside li { |
3980 |
margin: 0; |
|
3981 |
} |
|
3982 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3983 |
#templateside li:not(.howto) a { |
5 | 3984 |
display: block; |
3985 |
padding: 5px; |
|
3986 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3987 |
#templateside li.howto { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3988 |
padding: 12px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3989 |
} |
5 | 3990 |
|
3991 |
#templateside .highlight { |
|
3992 |
padding: 5px; |
|
3993 |
margin-right: -5px; |
|
3994 |
margin-top: -5px; |
|
3995 |
} |
|
3996 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3997 |
#template > div, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
3998 |
#template .notice { |
5 | 3999 |
float: none; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4000 |
margin: 1em 0; |
5 | 4001 |
width: auto; |
4002 |
} |
|
4003 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4004 |
#template .CodeMirror, |
5 | 4005 |
#template textarea { |
4006 |
width: 100%; |
|
4007 |
} |
|
4008 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4009 |
#templateside ul ul { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4010 |
padding-right: 1.5em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4011 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4012 |
[role="treeitem"] .folder-label { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4013 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4014 |
padding: 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4015 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4016 |
.tree-folder > li::before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4017 |
.tree-folder > li::after, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4018 |
.tree-folder .tree-folder::after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4019 |
right: -8px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4020 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4021 |
.tree-folder > li::before { |
19 | 4022 |
top: 0; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4023 |
height: 13px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4024 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4025 |
.tree-folder > .current-file::before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4026 |
right: -5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4027 |
top: 7px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4028 |
width: 4px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4029 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4030 |
.tree-folder > .current-file::after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4031 |
height: 9px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4032 |
right: -8px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4033 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4034 |
.wrap #templateside span.notice { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4035 |
margin-right: -5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4036 |
width: 100%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4037 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4038 |
|
5 | 4039 |
.fileedit-sub .alignright { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4040 |
float: right; |
5 | 4041 |
margin-top: 15px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4042 |
width: 100%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4043 |
text-align: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4044 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4045 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4046 |
.fileedit-sub .alignright label { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4047 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4048 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4049 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4050 |
.fileedit-sub #theme, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4051 |
.fileedit-sub #plugin { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4052 |
margin-right: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4053 |
max-width: 70%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4054 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4055 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4056 |
.fileedit-sub input[type="submit"] { |
16 | 4057 |
margin-bottom: 0; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4058 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4059 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4060 |
#documentation label[for="docs-list"] { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4061 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4062 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4063 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4064 |
#documentation select[name="docs-list"] { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4065 |
margin-right: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4066 |
max-width: 60%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4067 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4068 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4069 |
#documentation input[type="button"] { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4070 |
margin-bottom: 0; |
5 | 4071 |
} |
4072 |
||
4073 |
#wpfooter { |
|
4074 |
display: none; |
|
4075 |
} |
|
4076 |
||
4077 |
#comments-form .checkforspam { |
|
4078 |
display: none; |
|
4079 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4080 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4081 |
.edit-comment-author { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4082 |
margin: 2px 0 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4083 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4084 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4085 |
.filter-drawer .filter-group-feature input, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4086 |
.filter-drawer .filter-group-feature label { |
9 | 4087 |
line-height: 2.1; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4088 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4089 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4090 |
.filter-drawer .filter-group-feature label { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4091 |
margin-right: 32px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4092 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4093 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4094 |
.wp-filter .button.drawer-toggle { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4095 |
font-size: 13px; |
9 | 4096 |
line-height: 2; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4097 |
height: 28px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4098 |
} |
9 | 4099 |
|
4100 |
/* Fix help tab columns for smaller screens */ |
|
4101 |
#screen-meta #contextual-help-wrap { |
|
4102 |
overflow: visible; |
|
4103 |
} |
|
4104 |
||
4105 |
#screen-meta #contextual-help-back, |
|
4106 |
#screen-meta .contextual-help-sidebar { |
|
4107 |
display: none; |
|
4108 |
} |
|
4109 |
||
4110 |
#screen-meta .contextual-help-tabs { |
|
4111 |
clear: both; |
|
4112 |
width: 100%; |
|
4113 |
float: none; |
|
4114 |
} |
|
4115 |
||
4116 |
#screen-meta .contextual-help-tabs ul { |
|
4117 |
margin: 0 0 1em; |
|
4118 |
padding: 1em 0 0; |
|
4119 |
} |
|
4120 |
||
4121 |
#screen-meta .contextual-help-tabs .active { |
|
4122 |
margin: 0; |
|
4123 |
} |
|
4124 |
||
4125 |
#screen-meta .contextual-help-tabs-wrap { |
|
4126 |
clear: both; |
|
4127 |
max-width: 100%; |
|
4128 |
float: none; |
|
4129 |
} |
|
4130 |
||
16 | 4131 |
#screen-meta, |
4132 |
#screen-meta-links { |
|
4133 |
margin-left: 10px; |
|
4134 |
} |
|
4135 |
||
9 | 4136 |
#screen-meta-links { |
4137 |
margin-bottom: 20px; /* Add margins beneath links for better spacing between boxes and elements */ |
|
4138 |
} |
|
16 | 4139 |
|
4140 |
.wp-filter .search-form input[type="search"] { |
|
4141 |
font-size: 1rem; |
|
4142 |
} |
|
4143 |
||
4144 |
.wp-filter .search-form.search-plugins { |
|
4145 |
/* This element is a flex item. */ |
|
4146 |
min-width: 100%; |
|
4147 |
} |
|
5 | 4148 |
} |
4149 |
||
4150 |
/* Smartphone */ |
|
4151 |
@media screen and (max-width: 600px) { |
|
4152 |
/* Disable horizontal scroll when responsive menu is open |
|
4153 |
since we push the main content off to the right. */ |
|
4154 |
#wpwrap.wp-responsive-open { |
|
4155 |
overflow-x: hidden; |
|
4156 |
} |
|
4157 |
||
4158 |
html.wp-toolbar { |
|
4159 |
padding-top: 0; |
|
4160 |
} |
|
4161 |
||
9 | 4162 |
.screen-reader-shortcut:focus { |
4163 |
top: 7px; |
|
4164 |
} |
|
4165 |
||
5 | 4166 |
#wpbody { |
4167 |
padding-top: 46px; |
|
4168 |
} |
|
4169 |
||
4170 |
/* Keep full-width boxes on Edit Post page from causing horizontal scroll */ |
|
4171 |
div#post-body.metabox-holder.columns-1 { |
|
4172 |
overflow-x: hidden; |
|
4173 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4174 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4175 |
h1.nav-tab-wrapper, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4176 |
.wrap h2.nav-tab-wrapper, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4177 |
.nav-tab-wrapper { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4178 |
border-bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4179 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4180 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4181 |
h1 .nav-tab, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4182 |
h2 .nav-tab, |
9 | 4183 |
h3 .nav-tab, |
4184 |
nav .nav-tab { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4185 |
margin: 10px 0 0 10px; |
18 | 4186 |
border-bottom: 1px solid #c3c4c7; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4187 |
} |
9 | 4188 |
|
4189 |
.nav-tab-active:hover, |
|
4190 |
.nav-tab-active:focus, |
|
4191 |
.nav-tab-active:focus:active { |
|
18 | 4192 |
border-bottom: 1px solid #c3c4c7; |
9 | 4193 |
} |
16 | 4194 |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
4195 |
.wp-filter .search-form.search-plugins label { |
16 | 4196 |
width: 100%; |
4197 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4198 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4199 |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
4200 |
@media screen and (max-width: 480px) { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
4201 |
.metabox-prefs-container { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
4202 |
display: grid; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
4203 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
4204 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
4205 |
.metabox-prefs-container > * { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
4206 |
display: inline-block; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
4207 |
padding: 2px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
4208 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
4209 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
4210 |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4211 |
@media screen and (max-width: 320px) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4212 |
/* Prevent default center alignment and larger font for the Right Now widget when |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4213 |
the network dashboard is viewed on a small mobile device. */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4214 |
#network_dashboard_right_now .subsubsub { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4215 |
font-size: 14px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4216 |
text-align: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4217 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
4218 |
} |