author | ymh <ymh.work@gmail.com> |
Mon, 08 Sep 2025 19:44:41 +0200 | |
changeset 23 | 417f20492bf7 |
parent 22 | 8c2e4d02f4ef |
permissions | -rw-r--r-- |
5 | 1 |
/*------------------------------------------------------------------------------ |
2 |
16.0 - Themes |
|
3 |
------------------------------------------------------------------------------*/ |
|
4 |
||
5 |
||
6 |
/*------------------------------------------------------------------------------ |
|
7 |
16.1 - Manage Themes |
|
8 |
------------------------------------------------------------------------------*/ |
|
9 |
||
19 | 10 |
.themes-php { |
11 |
overflow-y: scroll; |
|
12 |
} |
|
13 |
||
22
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
21
diff
changeset
|
14 |
.themes-php #adminmenuwrap { |
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
21
diff
changeset
|
15 |
z-index: 10001; /* above Theme Overlay */ |
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
21
diff
changeset
|
16 |
} |
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
21
diff
changeset
|
17 |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
18 |
body.js .theme-browser.search-loading { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
19 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
20 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
21 |
|
5 | 22 |
.theme-browser .themes { |
23 |
clear: both; |
|
24 |
} |
|
25 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
26 |
.themes-php .wrap h1 .button { |
5 | 27 |
margin-left: 20px; |
28 |
} |
|
29 |
||
30 |
/* Search form */ |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
31 |
.themes-php .search-form { |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
32 |
display: inline-flex; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
33 |
align-items: center; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
34 |
position: relative; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
35 |
top: 0; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
36 |
gap: .5rem; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
37 |
width: 100%; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
38 |
justify-content: end; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
39 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
40 |
|
5 | 41 |
.themes-php .wp-filter-search { |
42 |
position: relative; |
|
43 |
margin: 0; |
|
44 |
width: 280px; |
|
45 |
} |
|
46 |
||
47 |
/* Position admin messages */ |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
48 |
.theme .notice, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
49 |
.theme .notice.is-dismissible { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
50 |
left: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
51 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
52 |
position: absolute; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
53 |
right: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
54 |
top: 0; |
5 | 55 |
} |
56 |
||
57 |
/** |
|
58 |
* Main theme element |
|
59 |
* (has flexible margins) |
|
60 |
*/ |
|
61 |
.theme-browser .theme { |
|
62 |
cursor: pointer; |
|
63 |
float: left; |
|
64 |
margin: 0 4% 4% 0; |
|
65 |
position: relative; |
|
66 |
width: 30.6%; |
|
18 | 67 |
border: 1px solid #dcdcde; |
9 | 68 |
box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1); |
5 | 69 |
box-sizing: border-box; |
70 |
} |
|
71 |
||
72 |
.theme-browser .theme:nth-child(3n) { |
|
73 |
margin-right: 0; |
|
74 |
} |
|
75 |
||
76 |
.theme-browser .theme:hover, |
|
18 | 77 |
.theme-browser .theme.focus { |
5 | 78 |
cursor: pointer; |
79 |
} |
|
80 |
||
81 |
.theme-browser .theme .theme-name { |
|
82 |
font-size: 15px; |
|
83 |
font-weight: 600; |
|
84 |
height: 18px; |
|
85 |
margin: 0; |
|
86 |
padding: 15px; |
|
9 | 87 |
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); |
5 | 88 |
overflow: hidden; |
89 |
white-space: nowrap; |
|
90 |
text-overflow: ellipsis; |
|
91 |
background: #fff; |
|
9 | 92 |
background: rgba(255, 255, 255, 0.65); |
5 | 93 |
} |
94 |
||
95 |
/* Activate and Customize buttons, shown on hover and focus */ |
|
96 |
.theme-browser .theme .theme-actions { |
|
97 |
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; |
|
98 |
opacity: 0; |
|
99 |
transition: opacity 0.1s ease-in-out; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
100 |
height: auto; |
18 | 101 |
background: rgba(246, 247, 247, 0.7); |
9 | 102 |
border-left: 1px solid rgba(0, 0, 0, 0.05); |
5 | 103 |
} |
104 |
||
105 |
.theme-browser .theme:hover .theme-actions, |
|
18 | 106 |
.theme-browser .theme.focus .theme-actions { |
5 | 107 |
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; |
108 |
opacity: 1; |
|
109 |
} |
|
110 |
||
111 |
.theme-browser .theme .theme-actions .button-primary { |
|
112 |
margin-right: 3px; |
|
113 |
} |
|
114 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
115 |
.theme-browser .theme .theme-actions .button { |
5 | 116 |
float: none; |
117 |
margin-left: 3px; |
|
118 |
} |
|
119 |
||
120 |
/** |
|
121 |
* Theme Screenshot |
|
122 |
* |
|
123 |
* Has a fixed aspect ratio of 1.5 to 1 regardless of screenshot size |
|
124 |
* It is also responsive. |
|
125 |
*/ |
|
126 |
.theme-browser .theme .theme-screenshot { |
|
127 |
display: block; |
|
128 |
overflow: hidden; |
|
129 |
position: relative; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
130 |
-webkit-backface-visibility: hidden; /* Prevents flicker of the screenshot on hover. */ |
5 | 131 |
transition: opacity 0.2s ease-in-out; |
132 |
} |
|
133 |
||
134 |
.theme-browser .theme .theme-screenshot:after { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
135 |
content: ""; |
5 | 136 |
display: block; |
137 |
padding-top: 66.66666%; /* using a 3/2 aspect ratio */ |
|
138 |
} |
|
139 |
||
140 |
.theme-browser .theme .theme-screenshot img { |
|
141 |
height: auto; |
|
142 |
position: absolute; |
|
143 |
left: 0; |
|
144 |
top: 0; |
|
145 |
width: 100%; |
|
146 |
transition: opacity 0.2s ease-in-out; |
|
147 |
} |
|
148 |
||
149 |
.theme-browser .theme:hover .theme-screenshot, |
|
18 | 150 |
.theme-browser .theme.focus .theme-screenshot { |
5 | 151 |
background: #fff; |
152 |
} |
|
153 |
||
154 |
.theme-browser.rendered .theme:hover .theme-screenshot img, |
|
18 | 155 |
.theme-browser.rendered .theme.focus .theme-screenshot img { |
5 | 156 |
opacity: 0.4; |
157 |
} |
|
158 |
||
159 |
.theme-browser .theme .more-details { |
|
160 |
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; |
|
161 |
opacity: 0; |
|
162 |
position: absolute; |
|
163 |
top: 35%; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
164 |
right: 20%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
165 |
left: 20%; |
18 | 166 |
width: 60%; |
167 |
background: #1d2327; |
|
9 | 168 |
background: rgba(0, 0, 0, 0.7); |
5 | 169 |
color: #fff; |
170 |
font-size: 15px; |
|
9 | 171 |
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6); |
5 | 172 |
-webkit-font-smoothing: antialiased; |
173 |
font-weight: 600; |
|
174 |
padding: 15px 12px; |
|
175 |
text-align: center; |
|
176 |
border-radius: 3px; |
|
18 | 177 |
border: none; |
5 | 178 |
transition: opacity 0.1s ease-in-out; |
19 | 179 |
cursor: pointer; |
5 | 180 |
} |
181 |
||
18 | 182 |
.theme-browser .theme .more-details:focus { |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
183 |
box-shadow: 0 0 0 2px #2271b1; |
5 | 184 |
} |
185 |
||
18 | 186 |
.theme-browser .theme.focus { |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
187 |
border-color: #2271b1; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
188 |
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
|
189 |
/* 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
|
190 |
outline: 2px solid transparent; |
18 | 191 |
} |
192 |
||
193 |
.theme-browser .theme.focus .more-details { |
|
5 | 194 |
opacity: 1; |
195 |
} |
|
196 |
||
197 |
/* Current theme needs to have its action always on view */ |
|
18 | 198 |
.theme-browser .theme.active.focus .theme-actions { |
5 | 199 |
display: block; |
200 |
} |
|
201 |
||
202 |
.theme-browser.rendered .theme:hover .more-details, |
|
18 | 203 |
.theme-browser.rendered .theme.focus .more-details { |
5 | 204 |
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; |
205 |
opacity: 1; |
|
206 |
} |
|
207 |
||
208 |
/** |
|
209 |
* The currently active theme |
|
210 |
*/ |
|
211 |
.theme-browser .theme.active .theme-name { |
|
18 | 212 |
background: #1d2327; |
5 | 213 |
color: #fff; |
214 |
padding-right: 110px; |
|
215 |
font-weight: 300; |
|
9 | 216 |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5); |
5 | 217 |
} |
218 |
||
219 |
.theme-browser .customize-control .theme.active .theme-name { |
|
220 |
padding-right: 15px; |
|
221 |
} |
|
222 |
||
223 |
.theme-browser .theme.active .theme-name span { |
|
224 |
font-weight: 600; |
|
225 |
} |
|
226 |
||
227 |
.theme-browser .theme.active .theme-actions { |
|
18 | 228 |
background: rgba(44, 51, 56, 0.7); |
5 | 229 |
border-left: none; |
230 |
opacity: 1; |
|
231 |
} |
|
232 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
233 |
.theme-id-container { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
234 |
position: relative; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
235 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
236 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
237 |
.theme-browser .theme.active .theme-actions, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
238 |
.theme-browser .theme .theme-actions { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
239 |
position: absolute; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
240 |
top: 50%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
241 |
transform: translateY(-50%); |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
242 |
right: 0; |
16 | 243 |
padding: 9px 15px; |
9 | 244 |
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
245 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
246 |
|
5 | 247 |
.theme-browser .theme.active .theme-actions .button-primary { |
248 |
margin-right: 0; |
|
249 |
} |
|
250 |
||
251 |
.theme-browser .theme .theme-author { |
|
18 | 252 |
background: #1d2327; |
253 |
color: #f0f0f1; |
|
5 | 254 |
display: none; |
255 |
font-size: 14px; |
|
256 |
margin: 0 10px; |
|
257 |
padding: 5px 10px; |
|
258 |
position: absolute; |
|
259 |
bottom: 56px; |
|
260 |
} |
|
261 |
||
262 |
.theme-browser .theme.display-author .theme-author { |
|
263 |
display: block; |
|
264 |
} |
|
265 |
||
266 |
.theme-browser .theme.display-author .theme-author a { |
|
267 |
color: inherit; |
|
268 |
} |
|
269 |
||
270 |
/** |
|
271 |
* Add new theme |
|
272 |
*/ |
|
273 |
.theme-browser .theme.add-new-theme { |
|
274 |
border: none; |
|
275 |
box-shadow: none; |
|
276 |
} |
|
277 |
||
278 |
.theme-browser .theme.add-new-theme a { |
|
279 |
text-decoration: none; |
|
280 |
display: block; |
|
281 |
position: relative; |
|
282 |
z-index: 1; |
|
283 |
} |
|
284 |
||
285 |
.theme-browser .theme.add-new-theme a:after { |
|
286 |
display: block; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
287 |
content: ""; |
5 | 288 |
background: transparent; |
289 |
background: rgba(0, 0, 0, 0); |
|
290 |
position: absolute; |
|
291 |
top: 0; |
|
292 |
left: 0; |
|
293 |
right: 0; |
|
294 |
bottom: 0; |
|
295 |
padding: 0; |
|
296 |
text-shadow: none; |
|
18 | 297 |
border: 5px dashed #dcdcde; |
5 | 298 |
border: 5px dashed rgba(0, 0, 0, 0.1); |
299 |
box-sizing: border-box; |
|
300 |
} |
|
301 |
||
302 |
.theme-browser .theme.add-new-theme span:after { |
|
18 | 303 |
background: #dcdcde; |
304 |
background: rgba(140, 143, 148, 0.1); |
|
5 | 305 |
border-radius: 50%; |
306 |
display: inline-block; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
307 |
content: "\f132"; |
5 | 308 |
-webkit-font-smoothing: antialiased; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
309 |
font: normal 74px/115px dashicons; |
5 | 310 |
width: 100px; |
311 |
height: 100px; |
|
312 |
vertical-align: middle; |
|
313 |
text-align: center; |
|
18 | 314 |
color: #8c8f94; |
5 | 315 |
position: absolute; |
316 |
top: 30%; |
|
317 |
left: 50%; |
|
318 |
margin-left: -50px; |
|
319 |
text-indent: -4px; |
|
320 |
padding: 0; |
|
321 |
text-shadow: none; |
|
9 | 322 |
z-index: 4; |
5 | 323 |
} |
324 |
||
325 |
.rtl .theme-browser .theme.add-new-theme span:after { |
|
326 |
text-indent: 4px; |
|
327 |
} |
|
328 |
||
329 |
.theme-browser .theme.add-new-theme a:hover .theme-screenshot, |
|
330 |
.theme-browser .theme.add-new-theme a:focus .theme-screenshot { |
|
331 |
background: none; |
|
332 |
} |
|
333 |
||
334 |
.theme-browser .theme.add-new-theme a:hover span:after, |
|
335 |
.theme-browser .theme.add-new-theme a:focus span:after { |
|
336 |
background: #fff; |
|
18 | 337 |
color: #2271b1; |
5 | 338 |
} |
339 |
||
340 |
.theme-browser .theme.add-new-theme a:hover:after, |
|
341 |
.theme-browser .theme.add-new-theme a:focus:after { |
|
342 |
border-color: transparent; |
|
343 |
color: #fff; |
|
18 | 344 |
background: #2271b1; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
345 |
content: ""; |
5 | 346 |
} |
347 |
||
348 |
.theme-browser .theme.add-new-theme .theme-name { |
|
349 |
background: none; |
|
350 |
text-align: center; |
|
351 |
box-shadow: none; |
|
352 |
font-weight: 400; |
|
353 |
position: relative; |
|
354 |
top: 0; |
|
355 |
margin-top: -18px; |
|
356 |
padding-top: 0; |
|
357 |
padding-bottom: 48px; |
|
358 |
} |
|
359 |
||
360 |
.theme-browser .theme.add-new-theme a:hover .theme-name, |
|
361 |
.theme-browser .theme.add-new-theme a:focus .theme-name { |
|
362 |
color: #fff; |
|
363 |
z-index: 2; |
|
364 |
} |
|
365 |
||
366 |
/** |
|
367 |
* Theme Overlay |
|
368 |
* Shown when clicking a theme |
|
369 |
*/ |
|
370 |
.theme-overlay .theme-backdrop { |
|
371 |
position: absolute; |
|
372 |
left: -20px; |
|
373 |
right: 0; |
|
374 |
top: 0; |
|
375 |
bottom: 0; |
|
18 | 376 |
background: #f0f0f1; |
377 |
background: rgba(240, 240, 241, 0.9); |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
378 |
z-index: 10000; /* Over WP Pointers. */ |
22
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
21
diff
changeset
|
379 |
min-height: calc(100vh - var(--wp-admin--admin-bar--height, 32px)); |
5 | 380 |
} |
381 |
||
382 |
.theme-overlay .theme-header { |
|
383 |
position: absolute; |
|
384 |
top: 0; |
|
385 |
left: 0; |
|
386 |
right: 0; |
|
387 |
height: 48px; |
|
18 | 388 |
border-bottom: 1px solid #dcdcde; |
5 | 389 |
} |
390 |
||
391 |
.theme-overlay .theme-header button { |
|
392 |
padding: 0; |
|
393 |
} |
|
394 |
||
395 |
.theme-overlay .theme-header .close { |
|
396 |
cursor: pointer; |
|
397 |
height: 48px; |
|
398 |
width: 50px; |
|
399 |
text-align: center; |
|
400 |
float: right; |
|
401 |
border: 0; |
|
18 | 402 |
border-left: 1px solid #dcdcde; |
5 | 403 |
background-color: transparent; |
404 |
transition: color .1s ease-in-out, background .1s ease-in-out; |
|
405 |
} |
|
406 |
||
407 |
.theme-overlay .theme-header .close:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
408 |
font: normal 22px/50px dashicons !important; |
18 | 409 |
color: #787c82; |
5 | 410 |
display: inline-block; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
411 |
content: "\f335"; |
5 | 412 |
font-weight: 300; |
413 |
} |
|
414 |
||
415 |
/* Left and right navigation */ |
|
416 |
.theme-overlay .theme-header .right, |
|
417 |
.theme-overlay .theme-header .left { |
|
418 |
cursor: pointer; |
|
18 | 419 |
color: #787c82; |
5 | 420 |
background-color: transparent; |
421 |
height: 48px; |
|
422 |
width: 54px; |
|
423 |
float: left; |
|
424 |
text-align: center; |
|
425 |
border: 0; |
|
18 | 426 |
border-right: 1px solid #dcdcde; |
5 | 427 |
transition: color .1s ease-in-out, background .1s ease-in-out; |
428 |
} |
|
429 |
||
430 |
.theme-overlay .theme-header .close:focus, |
|
431 |
.theme-overlay .theme-header .close:hover, |
|
432 |
.theme-overlay .theme-header .right:focus, |
|
433 |
.theme-overlay .theme-header .right:hover, |
|
434 |
.theme-overlay .theme-header .left:focus, |
|
435 |
.theme-overlay .theme-header .left:hover { |
|
18 | 436 |
background: #dcdcde; |
437 |
border-color: #c3c4c7; |
|
5 | 438 |
color: #000; |
439 |
} |
|
440 |
||
441 |
.theme-overlay .theme-header .close:focus:before, |
|
442 |
.theme-overlay .theme-header .close:hover:before { |
|
443 |
color: #000; |
|
444 |
} |
|
445 |
||
446 |
.theme-overlay .theme-header .close:focus, |
|
447 |
.theme-overlay .theme-header .right:focus, |
|
448 |
.theme-overlay .theme-header .left:focus { |
|
9 | 449 |
box-shadow: none; |
450 |
outline: none; |
|
5 | 451 |
} |
452 |
||
453 |
.theme-overlay .theme-header .left.disabled, |
|
454 |
.theme-overlay .theme-header .right.disabled, |
|
455 |
.theme-overlay .theme-header .left.disabled:hover, |
|
456 |
.theme-overlay .theme-header .right.disabled:hover { |
|
18 | 457 |
color: #c3c4c7; |
5 | 458 |
background: inherit; |
459 |
cursor: inherit; |
|
460 |
} |
|
461 |
||
462 |
.theme-overlay .theme-header .right:before, |
|
463 |
.theme-overlay .theme-header .left:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
464 |
font: normal 20px/50px dashicons !important; |
5 | 465 |
display: inline; |
466 |
font-weight: 300; |
|
467 |
} |
|
468 |
||
469 |
.theme-overlay .theme-header .left:before { |
|
470 |
content: "\f341"; |
|
471 |
} |
|
472 |
||
473 |
.theme-overlay .theme-header .right:before { |
|
474 |
content: "\f345"; |
|
475 |
} |
|
476 |
||
477 |
.theme-overlay .theme-wrap { |
|
478 |
clear: both; |
|
479 |
position: fixed; |
|
480 |
top: 9%; |
|
481 |
left: 190px; |
|
482 |
right: 30px; |
|
483 |
bottom: 3%; |
|
484 |
background: #fff; |
|
485 |
box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1); |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
486 |
z-index: 10000; /* Over WP Pointers. */ |
5 | 487 |
box-sizing: border-box; |
488 |
-webkit-overflow-scrolling: touch; |
|
489 |
} |
|
490 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
491 |
body.folded .theme-browser ~ .theme-overlay .theme-wrap { |
5 | 492 |
left: 70px; |
493 |
} |
|
494 |
||
495 |
.theme-overlay .theme-about { |
|
496 |
position: absolute; |
|
497 |
top: 49px; |
|
498 |
bottom: 57px; |
|
499 |
left: 0; |
|
500 |
right: 0; |
|
501 |
overflow: auto; |
|
502 |
padding: 2% 4%; |
|
503 |
} |
|
504 |
||
505 |
.theme-overlay .theme-actions { |
|
506 |
position: absolute; |
|
507 |
text-align: center; |
|
508 |
bottom: 0; |
|
509 |
left: 0; |
|
510 |
right: 0; |
|
511 |
padding: 10px 25px 5px; |
|
18 | 512 |
background: #f6f7f7; |
5 | 513 |
z-index: 30; |
514 |
box-sizing: border-box; |
|
18 | 515 |
border-top: 1px solid #f0f0f1; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
516 |
display: flex; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
517 |
justify-content: center; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
518 |
gap: 5px; |
5 | 519 |
} |
520 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
521 |
.theme-overlay .theme-actions .button { |
5 | 522 |
margin-bottom: 5px; |
523 |
} |
|
524 |
||
525 |
/* Hide-if-customize for items we can't add classes to */ |
|
526 |
.customize-support .theme-overlay .theme-actions a[href="themes.php?page=custom-header"], |
|
527 |
.customize-support .theme-overlay .theme-actions a[href="themes.php?page=custom-background"] { |
|
528 |
display: none; |
|
529 |
} |
|
530 |
||
531 |
.broken-themes a.delete-theme, |
|
532 |
.theme-overlay .theme-actions .delete-theme { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
533 |
color: #b32d2e; |
5 | 534 |
text-decoration: none; |
535 |
border-color: transparent; |
|
536 |
box-shadow: none; |
|
537 |
background: transparent; |
|
538 |
} |
|
539 |
||
540 |
.broken-themes a.delete-theme:hover, |
|
541 |
.broken-themes a.delete-theme:focus, |
|
542 |
.theme-overlay .theme-actions .delete-theme:hover, |
|
543 |
.theme-overlay .theme-actions .delete-theme:focus { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
544 |
background: #b32d2e; |
5 | 545 |
color: #fff; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
546 |
border-color: #b32d2e; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
547 |
box-shadow: 0 0 0 1px #b32d2e; |
5 | 548 |
} |
549 |
||
550 |
.theme-overlay .theme-actions .active-theme, |
|
551 |
.theme-overlay.active .theme-actions .inactive-theme { |
|
552 |
display: none; |
|
553 |
} |
|
554 |
||
555 |
.theme-overlay .theme-actions .inactive-theme, |
|
556 |
.theme-overlay.active .theme-actions .active-theme { |
|
557 |
display: block; |
|
558 |
} |
|
559 |
||
560 |
/** |
|
561 |
* Theme Screenshots gallery |
|
562 |
*/ |
|
563 |
.theme-overlay .theme-screenshots { |
|
564 |
float: left; |
|
565 |
margin: 0 30px 0 0; |
|
566 |
width: 55%; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
567 |
max-width: 1200px; /* Recommended theme screenshot width, set here to avoid stretching */ |
5 | 568 |
text-align: center; |
569 |
} |
|
570 |
||
571 |
/* First screenshot, shown big */ |
|
572 |
.theme-overlay .screenshot { |
|
573 |
border: 1px solid #fff; |
|
574 |
box-sizing: border-box; |
|
575 |
overflow: hidden; |
|
576 |
position: relative; |
|
9 | 577 |
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); |
5 | 578 |
} |
579 |
||
580 |
.theme-overlay .screenshot:after { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
581 |
content: ""; |
5 | 582 |
display: block; |
583 |
padding-top: 75%; /* using a 4/3 aspect ratio */ |
|
584 |
} |
|
585 |
||
586 |
.theme-overlay .screenshot img { |
|
587 |
height: auto; |
|
588 |
position: absolute; |
|
589 |
left: 0; |
|
590 |
top: 0; |
|
591 |
width: 100%; |
|
592 |
} |
|
593 |
/* Handles old 300px screenshots */ |
|
594 |
.theme-overlay.small-screenshot .theme-screenshots { |
|
595 |
position: absolute; |
|
596 |
width: 302px; |
|
597 |
} |
|
598 |
.theme-overlay.small-screenshot .theme-info { |
|
599 |
margin-left: 350px; |
|
600 |
width: auto; |
|
601 |
} |
|
602 |
||
603 |
/* Other screenshots, shown small and square */ |
|
604 |
.theme-overlay .screenshot.thumb { |
|
18 | 605 |
background: #c3c4c7; |
606 |
border: 1px solid #f0f0f1; |
|
5 | 607 |
float: none; |
608 |
display: inline-block; |
|
609 |
margin: 10px 5px 0; |
|
610 |
width: 140px; |
|
611 |
height: 80px; |
|
612 |
cursor: pointer; |
|
613 |
} |
|
614 |
||
615 |
.theme-overlay .screenshot.thumb:after { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
616 |
content: ""; |
5 | 617 |
display: block; |
618 |
padding-top: 100%; /* using a 1/1 aspect ratio */ |
|
619 |
} |
|
620 |
||
621 |
.theme-overlay .screenshot.thumb img { |
|
622 |
cursor: pointer; |
|
623 |
height: auto; |
|
624 |
position: absolute; |
|
625 |
left: 0; |
|
626 |
top: 0; |
|
627 |
width: 100%; |
|
628 |
height: auto; |
|
629 |
} |
|
630 |
||
631 |
.theme-overlay .screenshot.selected { |
|
632 |
background: transparent; |
|
18 | 633 |
border: 2px solid #72aee6; |
5 | 634 |
} |
635 |
||
636 |
.theme-overlay .screenshot.selected img { |
|
637 |
opacity: 0.8; |
|
638 |
} |
|
639 |
||
640 |
/* No screenshot placeholder */ |
|
641 |
.theme-browser .theme .theme-screenshot.blank, |
|
642 |
.theme-overlay .screenshot.blank { |
|
643 |
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYGWO8d+/efwYkoKioiMRjYGBC4WHhUK6A8T8QIJt8//59ZC493AAAQssKpBK4F5AAAAAASUVORK5CYII=); |
|
644 |
} |
|
645 |
||
646 |
/** |
|
647 |
* Theme heading information |
|
648 |
*/ |
|
649 |
.theme-overlay .theme-info { |
|
650 |
width: 40%; |
|
651 |
float: left; |
|
652 |
} |
|
653 |
||
654 |
.theme-overlay .current-label { |
|
18 | 655 |
background: #2c3338; |
5 | 656 |
color: #fff; |
657 |
font-size: 11px; |
|
658 |
display: inline-block; |
|
659 |
padding: 2px 8px; |
|
660 |
border-radius: 2px; |
|
661 |
margin: 0 0 -10px; |
|
662 |
-webkit-user-select: none; |
|
663 |
user-select: none; |
|
664 |
} |
|
665 |
||
666 |
.theme-overlay .theme-name { |
|
18 | 667 |
color: #1d2327; |
5 | 668 |
font-size: 32px; |
669 |
font-weight: 100; |
|
670 |
margin: 10px 0 0; |
|
671 |
line-height: 1.3; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
672 |
word-wrap: break-word; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
673 |
overflow-wrap: break-word; |
5 | 674 |
} |
675 |
||
676 |
.theme-overlay .theme-version { |
|
18 | 677 |
color: #646970; |
5 | 678 |
font-size: 13px; |
679 |
font-weight: 400; |
|
680 |
float: none; |
|
681 |
display: inline-block; |
|
682 |
margin-left: 10px; |
|
683 |
} |
|
684 |
||
685 |
.theme-overlay .theme-author { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
686 |
margin: 15px 0 25px; |
18 | 687 |
color: #646970; |
5 | 688 |
font-size: 16px; |
689 |
font-weight: 400; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
690 |
line-height: inherit; |
5 | 691 |
} |
692 |
||
16 | 693 |
.theme-overlay .toggle-auto-update { |
694 |
/* Better align spin icon and text. */ |
|
695 |
display: inline-flex; |
|
696 |
align-items: center; |
|
697 |
/* Prevents content after the auto-update toggler from jumping down and up. */ |
|
698 |
min-height: 20px; /* Same height as the spinning dashicon. */ |
|
699 |
vertical-align: top; |
|
700 |
} |
|
701 |
||
702 |
.theme-overlay .theme-autoupdate .toggle-auto-update { |
|
5 | 703 |
text-decoration: none; |
704 |
} |
|
705 |
||
16 | 706 |
.theme-overlay .theme-autoupdate .toggle-auto-update .label { |
707 |
text-decoration: underline; |
|
708 |
} |
|
709 |
||
5 | 710 |
.theme-overlay .theme-description { |
18 | 711 |
color: #50575e; |
5 | 712 |
font-size: 15px; |
713 |
font-weight: 400; |
|
714 |
line-height: 1.5; |
|
19 | 715 |
margin: 30px 0 0; |
5 | 716 |
} |
717 |
||
718 |
.theme-overlay .theme-tags { |
|
18 | 719 |
border-top: 3px solid #f0f0f1; |
720 |
color: #646970; |
|
5 | 721 |
font-size: 13px; |
722 |
font-weight: 400; |
|
19 | 723 |
margin: 30px 0 0; |
5 | 724 |
padding-top: 20px; |
725 |
} |
|
726 |
||
727 |
.theme-overlay .theme-tags span { |
|
18 | 728 |
color: #3c434a; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
729 |
font-weight: 600; |
5 | 730 |
margin-right: 5px; |
731 |
} |
|
732 |
||
733 |
.theme-overlay .parent-theme { |
|
18 | 734 |
background: #fff; |
735 |
border: 1px solid #f0f0f1; |
|
736 |
border-left: 4px solid #72aee6; |
|
5 | 737 |
font-size: 14px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
738 |
font-weight: 400; |
5 | 739 |
margin-top: 30px; |
740 |
padding: 10px 10px 10px 20px; |
|
741 |
} |
|
742 |
||
743 |
.theme-overlay .parent-theme strong { |
|
9 | 744 |
font-weight: 600; |
5 | 745 |
} |
746 |
||
747 |
/** |
|
748 |
* Single Theme Mode |
|
749 |
* Displays detailed view inline when a user has no switch capabilities |
|
750 |
*/ |
|
751 |
.single-theme .theme-overlay .theme-backdrop, |
|
752 |
.single-theme .theme-overlay .theme-header, |
|
753 |
.single-theme .theme { |
|
754 |
display: none; |
|
755 |
} |
|
756 |
||
757 |
.single-theme .theme-overlay .theme-wrap { |
|
758 |
clear: both; |
|
759 |
min-height: 330px; |
|
760 |
position: relative; |
|
761 |
left: auto; |
|
762 |
right: auto; |
|
763 |
top: auto; |
|
764 |
bottom: auto; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
765 |
z-index: 10; |
5 | 766 |
} |
767 |
||
768 |
.single-theme .theme-overlay .theme-about { |
|
769 |
padding: 30px 30px 70px; |
|
770 |
position: static; |
|
771 |
} |
|
772 |
||
773 |
.single-theme .theme-overlay .theme-actions { |
|
774 |
position: absolute; |
|
775 |
} |
|
776 |
||
777 |
/** |
|
778 |
* Basic Responsive structure... |
|
779 |
* |
|
780 |
* Shuffles theme columns around based on screen width |
|
781 |
*/ |
|
782 |
||
783 |
@media only screen and (min-width: 2000px) { |
|
784 |
#wpwrap .theme-browser .theme { |
|
785 |
width: 17.6%; |
|
786 |
margin: 0 3% 3% 0; |
|
787 |
} |
|
788 |
||
789 |
#wpwrap .theme-browser .theme:nth-child(3n), |
|
790 |
#wpwrap .theme-browser .theme:nth-child(4n) { |
|
791 |
margin-right: 3%; |
|
792 |
} |
|
793 |
||
794 |
#wpwrap .theme-browser .theme:nth-child(5n) { |
|
795 |
margin-right: 0; |
|
796 |
} |
|
797 |
} |
|
798 |
||
799 |
@media only screen and (min-width: 1680px) { |
|
800 |
.theme-overlay .theme-wrap { |
|
801 |
width: 1450px; |
|
802 |
margin: 0 auto; |
|
803 |
} |
|
804 |
} |
|
805 |
||
806 |
/* Maximum screenshot width reaches 440px */ |
|
807 |
@media only screen and (min-width: 1640px) { |
|
808 |
.theme-browser .theme { |
|
809 |
width: 22.7%; |
|
810 |
margin: 0 3% 3% 0; |
|
811 |
} |
|
812 |
.theme-browser .theme .theme-screenshot:after { |
|
813 |
padding-top: 75%; /* using a 4/3 aspect ratio */ |
|
814 |
} |
|
815 |
||
816 |
.theme-browser .theme:nth-child(3n) { |
|
817 |
margin-right: 3%; |
|
818 |
} |
|
819 |
||
820 |
.theme-browser .theme:nth-child(4n) { |
|
821 |
margin-right: 0; |
|
822 |
} |
|
823 |
} |
|
824 |
/* Maximum screenshot width reaches 440px */ |
|
825 |
@media only screen and (max-width: 1120px) { |
|
826 |
.theme-browser .theme { |
|
827 |
width: 47.5%; |
|
828 |
margin-right: 0; |
|
829 |
} |
|
830 |
||
831 |
.theme-browser .theme:nth-child(even) { |
|
832 |
margin-right: 0; |
|
833 |
} |
|
834 |
||
835 |
.theme-browser .theme:nth-child(odd) { |
|
836 |
margin-right: 5%; |
|
837 |
} |
|
838 |
} |
|
839 |
||
840 |
/* Admin menu is folded */ |
|
16 | 841 |
@media only screen and (max-width: 960px) { |
5 | 842 |
.theme-overlay .theme-wrap { |
843 |
left: 65px; |
|
844 |
} |
|
845 |
} |
|
846 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
847 |
@media only screen and (max-width: 782px) { |
5 | 848 |
body.folded .theme-overlay .theme-wrap, |
849 |
.theme-overlay .theme-wrap { |
|
850 |
top: 0; /* The adminmenu isn't fixed on mobile, so this can use the full viewport height */ |
|
851 |
right: 0; |
|
852 |
bottom: 0; |
|
853 |
left: 0; |
|
854 |
padding: 70px 20px 20px; |
|
855 |
border: none; |
|
856 |
z-index: 100000; /* should overlap #wpadminbar. */ |
|
857 |
position: fixed; |
|
858 |
} |
|
859 |
||
860 |
.theme-browser .theme.active .theme-name span { |
|
861 |
/* Hide the "Active: " label on smaller screens. */ |
|
862 |
display: none; |
|
863 |
} |
|
864 |
||
865 |
.theme-overlay .theme-screenshots { |
|
866 |
width: 40%; |
|
867 |
} |
|
868 |
||
869 |
.theme-overlay .theme-info { |
|
870 |
width: 50%; |
|
871 |
} |
|
872 |
.single-theme .theme-wrap { |
|
873 |
padding: 10px; |
|
874 |
} |
|
875 |
||
876 |
.theme-browser .theme .theme-actions { |
|
19 | 877 |
padding: 5px 10px 4px; |
5 | 878 |
} |
879 |
||
880 |
.theme-overlay.small-screenshot .theme-screenshots { |
|
881 |
position: static; |
|
882 |
float: none; |
|
883 |
max-width: 302px; |
|
884 |
} |
|
885 |
||
886 |
.theme-overlay.small-screenshot .theme-info { |
|
887 |
margin-left: 0; |
|
888 |
width: auto; |
|
889 |
} |
|
890 |
||
891 |
.theme:not(.active):hover .theme-actions, |
|
892 |
.theme:not(.active):focus .theme-actions, |
|
893 |
.theme:hover .more-details, |
|
18 | 894 |
.theme.focus .more-details { |
5 | 895 |
display: none; |
896 |
} |
|
897 |
||
898 |
.theme-browser.rendered .theme:hover .theme-screenshot img, |
|
18 | 899 |
.theme-browser.rendered .theme.focus .theme-screenshot img { |
5 | 900 |
opacity: 1.0; |
901 |
} |
|
902 |
} |
|
903 |
||
904 |
@media only screen and (max-width: 480px) { |
|
905 |
.theme-browser .theme { |
|
906 |
width: 100%; |
|
907 |
margin-right: 0; |
|
908 |
} |
|
909 |
||
910 |
.theme-browser .theme:nth-child(2n), |
|
911 |
.theme-browser .theme:nth-child(3n) { |
|
912 |
margin-right: 0; |
|
913 |
} |
|
16 | 914 |
|
915 |
.theme-overlay .theme-about { |
|
916 |
bottom: 105px; |
|
917 |
} |
|
918 |
||
919 |
.theme-overlay .theme-actions { |
|
920 |
padding-left: 4%; |
|
921 |
padding-right: 4%; |
|
922 |
} |
|
22
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
21
diff
changeset
|
923 |
|
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
21
diff
changeset
|
924 |
.theme-install-php .wp-filter .filter-count { |
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
21
diff
changeset
|
925 |
margin-top: 10px; |
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
21
diff
changeset
|
926 |
} |
5 | 927 |
} |
928 |
||
929 |
@media only screen and (max-width: 650px) { |
|
930 |
.theme-overlay .theme-description { |
|
931 |
margin-left: 0; |
|
932 |
} |
|
933 |
||
934 |
.theme-overlay .theme-actions .delete-theme { |
|
935 |
position: relative; |
|
936 |
right: auto; |
|
937 |
bottom: auto; |
|
938 |
} |
|
939 |
||
940 |
.theme-overlay .theme-actions .inactive-theme { |
|
941 |
display: inline; |
|
942 |
} |
|
943 |
||
944 |
.theme-overlay .theme-screenshots { |
|
945 |
width: 100%; |
|
946 |
float: none; |
|
22
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
21
diff
changeset
|
947 |
margin: 0; |
5 | 948 |
} |
949 |
||
950 |
.theme-overlay .theme-info { |
|
951 |
width: 100%; |
|
952 |
} |
|
953 |
||
954 |
.theme-overlay .theme-author { |
|
19 | 955 |
margin: 5px 0 15px; |
5 | 956 |
} |
957 |
||
958 |
.theme-overlay .current-label { |
|
959 |
margin-top: 10px; |
|
960 |
font-size: 13px; |
|
961 |
} |
|
962 |
||
963 |
.themes-php .wp-filter-search { |
|
964 |
float: none; |
|
965 |
clear: both; |
|
966 |
left: 0; |
|
967 |
right: 0; |
|
968 |
width: 100%; |
|
969 |
max-width: 280px; |
|
970 |
} |
|
971 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
972 |
.theme-install-php .wp-filter p.search-box { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
973 |
display: grid; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
974 |
row-gap: .5rem; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
975 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
976 |
|
5 | 977 |
.theme-browser .theme.add-new-theme span:after { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
978 |
font: normal 60px/90px dashicons; |
5 | 979 |
width: 80px; |
980 |
height: 80px; |
|
981 |
top: 30%; |
|
982 |
left: 50%; |
|
983 |
text-indent: 0; |
|
984 |
margin-left: -40px; |
|
985 |
} |
|
986 |
||
987 |
.single-theme .theme-wrap { |
|
988 |
margin: 0 -12px 0 -10px; |
|
989 |
padding: 10px; |
|
990 |
} |
|
991 |
.single-theme .theme-overlay .theme-about { |
|
992 |
padding: 10px; |
|
993 |
overflow: visible; |
|
994 |
} |
|
995 |
.single-theme .current-label { |
|
996 |
display: none; |
|
997 |
} |
|
998 |
.single-theme .theme-overlay .theme-actions { |
|
999 |
position: static; |
|
1000 |
} |
|
1001 |
} |
|
1002 |
||
1003 |
.broken-themes { |
|
1004 |
clear: both; |
|
1005 |
} |
|
1006 |
||
1007 |
.broken-themes table { |
|
1008 |
text-align: left; |
|
1009 |
width: 50%; |
|
1010 |
border-spacing: 3px; |
|
1011 |
padding: 3px; |
|
1012 |
} |
|
1013 |
||
1014 |
||
1015 |
/*------------------------------------------------------------------------------ |
|
1016 |
16.2 - Install Themes |
|
1017 |
------------------------------------------------------------------------------*/ |
|
1018 |
||
16 | 1019 |
.update-php .wrap { |
1020 |
max-width: 40rem; |
|
1021 |
} |
|
1022 |
||
5 | 1023 |
/* Already installed theme */ |
1024 |
.theme-browser .theme .theme-installed { |
|
18 | 1025 |
background: #2271b1; |
5 | 1026 |
} |
16 | 1027 |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1028 |
.theme-browser .theme .notice-success p:before { |
18 | 1029 |
color: #68de7c; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1030 |
content: "\f147"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1031 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1032 |
font: normal 20px/1 'dashicons'; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1033 |
-webkit-font-smoothing: antialiased; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1034 |
-moz-osx-font-smoothing: grayscale; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1035 |
vertical-align: top; |
5 | 1036 |
} |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1037 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1038 |
.theme-install.updated-message:before { |
9 | 1039 |
content: ""; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1040 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1041 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1042 |
.theme-install-php .wp-filter { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1043 |
padding-left: 20px; |
5 | 1044 |
} |
1045 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1046 |
/* Override column gap adjustment in media library. */ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1047 |
@media only screen and (max-width: 1000px) { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1048 |
.theme-install-php .wp-filter p.search-box { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1049 |
column-gap: .5rem; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1050 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1051 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1052 |
|
5 | 1053 |
.theme-install-php a.upload, |
1054 |
.theme-install-php a.browse-themes { |
|
1055 |
cursor: pointer; |
|
1056 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1057 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1058 |
.upload-view-toggle .browse, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1059 |
.plugin-install-tab-upload .upload-view-toggle .upload { |
5 | 1060 |
display: none; |
1061 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1062 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1063 |
.plugin-install-tab-upload .upload-view-toggle .browse { |
5 | 1064 |
display: inline; |
1065 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1066 |
|
5 | 1067 |
.upload-theme, |
1068 |
.upload-plugin { |
|
1069 |
box-sizing: border-box; |
|
1070 |
display: none; |
|
1071 |
margin: 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1072 |
padding: 50px 0; |
5 | 1073 |
width: 100%; |
1074 |
overflow: hidden; |
|
1075 |
position: relative; |
|
1076 |
top: 10px; |
|
16 | 1077 |
text-align: center; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1078 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1079 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1080 |
.show-upload-view .upload-theme, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1081 |
.show-upload-view .upload-plugin, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1082 |
.show-upload-view .upload-plugin-wrap, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1083 |
.plugin-install-tab-upload .upload-plugin { |
5 | 1084 |
display: block; |
1085 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1086 |
|
5 | 1087 |
.upload-theme .wp-upload-form, |
1088 |
.upload-plugin .wp-upload-form { |
|
18 | 1089 |
background: #f6f7f7; |
1090 |
border: 1px solid #c3c4c7; |
|
5 | 1091 |
padding: 30px; |
1092 |
margin: 30px auto; |
|
16 | 1093 |
display: inline-flex; |
1094 |
justify-content: space-between; |
|
1095 |
align-items: center; |
|
5 | 1096 |
} |
16 | 1097 |
|
1098 |
.upload-theme .wp-upload-form input[type="file"], |
|
1099 |
.upload-plugin .wp-upload-form input[type="file"] { |
|
1100 |
margin-right: 10px; |
|
1101 |
} |
|
1102 |
||
5 | 1103 |
.upload-theme .install-help, |
1104 |
.upload-plugin .install-help { |
|
18 | 1105 |
color: #50575e; /* #f1f1f1 background */ |
5 | 1106 |
font-size: 18px; |
1107 |
font-style: normal; |
|
1108 |
margin: 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1109 |
padding: 0; |
5 | 1110 |
text-align: center; |
1111 |
} |
|
1112 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1113 |
p.no-themes, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1114 |
p.no-themes-local { |
5 | 1115 |
clear: both; |
18 | 1116 |
color: #646970; |
5 | 1117 |
font-size: 18px; |
1118 |
font-style: normal; |
|
1119 |
margin: 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1120 |
padding: 100px 0; |
5 | 1121 |
text-align: center; |
1122 |
display: none; |
|
1123 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1124 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1125 |
.no-results p.no-themes { |
5 | 1126 |
display: block; |
1127 |
} |
|
1128 |
||
1129 |
.theme-install-php .add-new-theme { |
|
1130 |
display: none !important; |
|
1131 |
} |
|
1132 |
||
1133 |
@media only screen and (max-width: 1120px) { |
|
1134 |
.upload-theme .wp-upload-form { |
|
1135 |
margin: 20px 0; |
|
1136 |
max-width: 100%; |
|
1137 |
} |
|
1138 |
.upload-theme .install-help { |
|
1139 |
font-size: 15px; |
|
1140 |
padding: 20px 0 0; |
|
1141 |
} |
|
1142 |
} |
|
1143 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1144 |
.theme-details .theme-rating { |
9 | 1145 |
line-height: 1.9; |
5 | 1146 |
} |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1147 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1148 |
.theme-details .star-rating { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1149 |
display: inline; |
5 | 1150 |
} |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1151 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1152 |
.theme-details .num-ratings, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1153 |
.theme-details .no-rating { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1154 |
font-size: 11px; |
18 | 1155 |
color: #646970; |
5 | 1156 |
} |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1157 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1158 |
.theme-details .no-rating { |
5 | 1159 |
display: block; |
9 | 1160 |
line-height: 1.9; |
5 | 1161 |
} |
1162 |
||
16 | 1163 |
.update-from-upload-comparison { |
18 | 1164 |
border-top: 1px solid #dcdcde; |
1165 |
border-bottom: 1px solid #dcdcde; |
|
16 | 1166 |
text-align: left; |
1167 |
margin: 1rem 0 1.4rem; |
|
1168 |
border-collapse: collapse; |
|
1169 |
width: 100%; |
|
1170 |
} |
|
1171 |
||
1172 |
.update-from-upload-comparison tr:last-child td { |
|
1173 |
height: 1.4rem; |
|
1174 |
vertical-align: top; |
|
1175 |
} |
|
1176 |
||
1177 |
.update-from-upload-comparison tr:first-child th { |
|
1178 |
font-weight: bold; |
|
1179 |
height: 1.4rem; |
|
1180 |
vertical-align: bottom; |
|
1181 |
} |
|
1182 |
||
1183 |
.update-from-upload-comparison td.name-label { |
|
1184 |
text-align: right; |
|
1185 |
} |
|
1186 |
||
1187 |
.update-from-upload-comparison td, |
|
1188 |
.update-from-upload-comparison th { |
|
1189 |
padding: 0.4rem 1.4rem; |
|
1190 |
} |
|
1191 |
||
1192 |
.update-from-upload-comparison td.warning { |
|
18 | 1193 |
color: #d63638; |
16 | 1194 |
} |
1195 |
||
1196 |
.update-from-upload-actions { |
|
1197 |
margin-top: 1.4rem; |
|
1198 |
} |
|
1199 |
||
5 | 1200 |
/*------------------------------------------------------------------------------ |
1201 |
16.3 - Custom Header Screen |
|
1202 |
------------------------------------------------------------------------------*/ |
|
1203 |
||
1204 |
.appearance_page_custom-header #headimg { |
|
18 | 1205 |
border: 1px solid #dcdcde; |
5 | 1206 |
overflow: hidden; |
1207 |
width: 100%; |
|
1208 |
} |
|
1209 |
||
1210 |
.appearance_page_custom-header #upload-form p label { |
|
1211 |
font-size: 12px; |
|
1212 |
} |
|
1213 |
||
1214 |
.appearance_page_custom-header .available-headers .default-header { |
|
1215 |
float: left; |
|
1216 |
margin: 0 20px 20px 0; |
|
1217 |
} |
|
1218 |
||
1219 |
.appearance_page_custom-header .random-header { |
|
1220 |
clear: both; |
|
1221 |
margin: 0 20px 20px 0; |
|
1222 |
vertical-align: middle; |
|
1223 |
} |
|
1224 |
||
1225 |
.appearance_page_custom-header .available-headers label input, |
|
1226 |
.appearance_page_custom-header .random-header label input { |
|
1227 |
margin-right: 10px; |
|
1228 |
} |
|
1229 |
||
1230 |
.appearance_page_custom-header .available-headers label img { |
|
1231 |
vertical-align: middle; |
|
1232 |
} |
|
1233 |
||
1234 |
||
1235 |
/*------------------------------------------------------------------------------ |
|
1236 |
16.4 - Custom Background Screen |
|
1237 |
------------------------------------------------------------------------------*/ |
|
1238 |
||
1239 |
div#custom-background-image { |
|
1240 |
min-height: 100px; |
|
18 | 1241 |
border: 1px solid #dcdcde; |
5 | 1242 |
} |
1243 |
||
1244 |
div#custom-background-image img { |
|
1245 |
max-width: 400px; |
|
1246 |
max-height: 300px; |
|
1247 |
} |
|
1248 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1249 |
.background-position-control input[type="radio"]:checked ~ .button { |
18 | 1250 |
background: #f0f0f1; |
1251 |
border-color: #8c8f94; |
|
9 | 1252 |
box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1253 |
z-index: 1; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1254 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1255 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1256 |
.background-position-control input[type="radio"]:focus ~ .button { |
18 | 1257 |
border-color: #4f94d4; |
1258 |
box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(34, 113, 177, 0.8); |
|
1259 |
color: #1d2327; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1260 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1261 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1262 |
.background-position-control .background-position-center-icon, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1263 |
.background-position-control .background-position-center-icon:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1264 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1265 |
line-height: 1; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1266 |
text-align: center; |
9 | 1267 |
transition: background-color .1s ease-in; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1268 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1269 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1270 |
.background-position-control .background-position-center-icon { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1271 |
height: 20px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1272 |
margin-top: 13px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1273 |
vertical-align: top; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1274 |
width: 20px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1275 |
} |
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 |
.background-position-control .background-position-center-icon:before { |
18 | 1278 |
background-color: #50575e; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1279 |
border-radius: 50%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1280 |
content: ""; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1281 |
height: 12px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1282 |
width: 12px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1283 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1284 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1285 |
.background-position-control .button:hover .background-position-center-icon:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1286 |
.background-position-control input[type="radio"]:focus ~ .button .background-position-center-icon:before { |
18 | 1287 |
background-color: #1d2327; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1288 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1289 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1290 |
.background-position-control .button-group { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1291 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1292 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1293 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1294 |
.background-position-control .button-group .button { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1295 |
border-radius: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1296 |
box-shadow: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1297 |
/* Following properties are overridden by buttons responsive styles (see: wp-includes/css/buttons.css). */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1298 |
height: 40px !important; |
9 | 1299 |
line-height: 2.9 !important; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1300 |
margin: 0 -1px 0 0 !important; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1301 |
padding: 0 10px 1px !important; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1302 |
position: relative; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1303 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1304 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1305 |
.background-position-control .button-group .button:active, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1306 |
.background-position-control .button-group .button:hover, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1307 |
.background-position-control .button-group .button:focus { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1308 |
z-index: 1; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1309 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1310 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1311 |
.background-position-control .button-group:last-child .button { |
18 | 1312 |
box-shadow: 0 1px 0 #c3c4c7; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1313 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1314 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1315 |
.background-position-control .button-group > label { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1316 |
margin: 0 !important; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1317 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1318 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1319 |
.background-position-control .button-group:first-child > label:first-child .button { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1320 |
border-radius: 3px 0 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1321 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1322 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1323 |
.background-position-control .button-group:first-child > label:first-child .dashicons { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1324 |
transform: rotate( 45deg ); |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1325 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1326 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1327 |
.background-position-control .button-group:first-child > label:last-child .button { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1328 |
border-radius: 0 3px 0 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1329 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1330 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1331 |
.background-position-control .button-group:first-child > label:last-child .dashicons { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1332 |
transform: rotate( -45deg ); |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1333 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1334 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1335 |
.background-position-control .button-group:last-child > label:first-child .button { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1336 |
border-radius: 0 0 0 3px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1337 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1338 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1339 |
.background-position-control .button-group:last-child > label:first-child .dashicons { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1340 |
transform: rotate( -45deg ); |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1341 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1342 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1343 |
.background-position-control .button-group:last-child > label:last-child .button { |
19 | 1344 |
border-radius: 0 0 3px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1345 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1346 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1347 |
.background-position-control .button-group:last-child > label:last-child .dashicons { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1348 |
transform: rotate( 45deg ); |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1349 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1350 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1351 |
.background-position-control .button-group .dashicons { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1352 |
margin-top: 9px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1353 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1354 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1355 |
.background-position-control .button-group + .button-group { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1356 |
margin-top: -1px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1357 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1358 |
|
5 | 1359 |
/*------------------------------------------------------------------------------ |
1360 |
23.0 - Full Overlay w/ Sidebar |
|
1361 |
------------------------------------------------------------------------------*/ |
|
1362 |
||
1363 |
body.full-overlay-active { |
|
1364 |
overflow: hidden; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1365 |
/* Hide all the content, the Customizer overlay is then made visible to be the only available content. */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1366 |
visibility: hidden; |
5 | 1367 |
} |
1368 |
||
1369 |
.wp-full-overlay { |
|
1370 |
background: transparent; |
|
1371 |
z-index: 500000; |
|
1372 |
position: fixed; |
|
1373 |
overflow: visible; |
|
1374 |
top: 0; |
|
1375 |
bottom: 0; |
|
1376 |
left: 0; |
|
1377 |
right: 0; |
|
1378 |
height: 100%; |
|
1379 |
min-width: 0; |
|
1380 |
} |
|
1381 |
||
1382 |
.wp-full-overlay-sidebar { |
|
1383 |
box-sizing: border-box; |
|
1384 |
position: fixed; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1385 |
min-width: 300px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1386 |
max-width: 600px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1387 |
width: 18%; |
5 | 1388 |
height: 100%; |
1389 |
top: 0; |
|
1390 |
bottom: 0; |
|
1391 |
left: 0; |
|
1392 |
padding: 0; |
|
1393 |
margin: 0; |
|
1394 |
z-index: 10; |
|
18 | 1395 |
background: #f0f0f1; |
5 | 1396 |
border-right: none; |
1397 |
} |
|
1398 |
||
1399 |
.wp-full-overlay.collapsed .wp-full-overlay-sidebar { |
|
1400 |
overflow: visible; |
|
1401 |
} |
|
1402 |
||
1403 |
.wp-full-overlay.collapsed, |
|
1404 |
.wp-full-overlay.expanded .wp-full-overlay-sidebar { |
|
1405 |
margin-left: 0 !important; |
|
1406 |
} |
|
1407 |
||
1408 |
.wp-full-overlay.expanded { |
|
1409 |
margin-left: 300px; |
|
1410 |
} |
|
1411 |
||
1412 |
.wp-full-overlay.collapsed .wp-full-overlay-sidebar { |
|
1413 |
margin-left: -300px; |
|
1414 |
} |
|
1415 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1416 |
@media screen and (min-width: 1667px) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1417 |
.wp-full-overlay.expanded { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1418 |
margin-left: 18%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1419 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1420 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1421 |
.wp-full-overlay.collapsed .wp-full-overlay-sidebar { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1422 |
margin-left: -18%; |
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 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1426 |
@media screen and (min-width: 3333px) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1427 |
.wp-full-overlay.expanded { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1428 |
margin-left: 600px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1429 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1430 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1431 |
.wp-full-overlay.collapsed .wp-full-overlay-sidebar { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1432 |
margin-left: -600px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1433 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1434 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1435 |
|
5 | 1436 |
.wp-full-overlay-sidebar:after { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1437 |
content: ""; |
5 | 1438 |
display: block; |
1439 |
position: absolute; |
|
1440 |
top: 0; |
|
1441 |
bottom: 0; |
|
1442 |
right: 0; |
|
1443 |
width: 3px; |
|
1444 |
z-index: 1000; |
|
1445 |
} |
|
1446 |
||
1447 |
.wp-full-overlay-main { |
|
1448 |
position: absolute; |
|
1449 |
left: 0; |
|
1450 |
right: 0; |
|
1451 |
top: 0; |
|
1452 |
bottom: 0; |
|
1453 |
height: 100%; |
|
1454 |
} |
|
1455 |
||
1456 |
.wp-full-overlay-sidebar .wp-full-overlay-header { |
|
1457 |
position: absolute; |
|
1458 |
left: 0; |
|
1459 |
right: 0; |
|
1460 |
height: 45px; |
|
1461 |
padding: 0 15px; |
|
9 | 1462 |
line-height: 3.2; |
5 | 1463 |
z-index: 10; |
1464 |
margin: 0; |
|
1465 |
border-top: none; |
|
1466 |
box-shadow: none; |
|
1467 |
} |
|
1468 |
||
1469 |
.wp-full-overlay-sidebar .wp-full-overlay-header a.back { |
|
1470 |
margin-top: 9px; |
|
1471 |
} |
|
1472 |
||
1473 |
.wp-full-overlay-sidebar .wp-full-overlay-footer { |
|
1474 |
bottom: 0; |
|
1475 |
border-bottom: none; |
|
1476 |
border-top: none; |
|
1477 |
box-shadow: none; |
|
1478 |
} |
|
1479 |
||
1480 |
.wp-full-overlay-sidebar .wp-full-overlay-sidebar-content { |
|
1481 |
position: absolute; |
|
1482 |
top: 45px; |
|
1483 |
bottom: 45px; |
|
1484 |
left: 0; |
|
1485 |
right: 0; |
|
1486 |
overflow: auto; |
|
1487 |
} |
|
1488 |
||
1489 |
/* Close & Navigation Links */ |
|
1490 |
.theme-install-overlay .wp-full-overlay-sidebar .wp-full-overlay-header { |
|
1491 |
padding: 0; |
|
1492 |
} |
|
1493 |
||
1494 |
.theme-install-overlay .close-full-overlay, |
|
1495 |
.theme-install-overlay .previous-theme, |
|
1496 |
.theme-install-overlay .next-theme { |
|
1497 |
display: block; |
|
1498 |
position: relative; |
|
1499 |
float: left; |
|
1500 |
width: 45px; |
|
1501 |
height: 45px; |
|
18 | 1502 |
background: #f0f0f1; |
1503 |
border-right: 1px solid #dcdcde; |
|
1504 |
color: #3c434a; |
|
5 | 1505 |
cursor: pointer; |
1506 |
text-decoration: none; |
|
1507 |
transition: color .1s ease-in-out, background .1s ease-in-out; |
|
1508 |
} |
|
1509 |
||
1510 |
.theme-install-overlay .close-full-overlay:hover, |
|
1511 |
.theme-install-overlay .close-full-overlay:focus, |
|
1512 |
.theme-install-overlay .previous-theme:hover, |
|
1513 |
.theme-install-overlay .previous-theme:focus, |
|
1514 |
.theme-install-overlay .next-theme:hover, |
|
1515 |
.theme-install-overlay .next-theme:focus { |
|
18 | 1516 |
background: #dcdcde; |
1517 |
border-color: #c3c4c7; |
|
5 | 1518 |
color: #000; |
1519 |
outline: none; |
|
1520 |
box-shadow: none; |
|
1521 |
} |
|
1522 |
||
1523 |
.theme-install-overlay .close-full-overlay:before { |
|
1524 |
font: normal 22px/1 dashicons; |
|
1525 |
content: "\f335"; |
|
1526 |
position: relative; |
|
1527 |
top: 7px; |
|
1528 |
left: 13px; |
|
1529 |
} |
|
1530 |
||
1531 |
.theme-install-overlay .previous-theme:before { |
|
1532 |
font: normal 20px/1 dashicons; |
|
1533 |
content: "\f341"; |
|
1534 |
position: relative; |
|
1535 |
top: 6px; |
|
1536 |
left: 14px; |
|
1537 |
} |
|
1538 |
||
1539 |
.theme-install-overlay .next-theme:before { |
|
1540 |
font: normal 20px/1 dashicons; |
|
1541 |
content: "\f345"; |
|
1542 |
position: relative; |
|
1543 |
top: 6px; |
|
1544 |
left: 13px; |
|
1545 |
} |
|
1546 |
||
1547 |
.theme-install-overlay .previous-theme.disabled, |
|
1548 |
.theme-install-overlay .next-theme.disabled, |
|
1549 |
.theme-install-overlay .previous-theme.disabled:hover, |
|
1550 |
.theme-install-overlay .previous-theme.disabled:focus, |
|
1551 |
.theme-install-overlay .next-theme.disabled:hover, |
|
1552 |
.theme-install-overlay .next-theme.disabled:focus { |
|
18 | 1553 |
color: #c3c4c7; |
1554 |
background: #f0f0f1; |
|
5 | 1555 |
cursor: default; |
1556 |
pointer-events: none; |
|
1557 |
} |
|
1558 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1559 |
.theme-install-overlay .close-full-overlay, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1560 |
.theme-install-overlay .previous-theme, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1561 |
.theme-install-overlay .next-theme { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1562 |
border-left: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1563 |
border-top: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1564 |
border-bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1565 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1566 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1567 |
.theme-install-overlay .close-full-overlay:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1568 |
.theme-install-overlay .previous-theme:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1569 |
.theme-install-overlay .next-theme:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1570 |
top: 2px; |
5 | 1571 |
left: 0; |
1572 |
} |
|
1573 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1574 |
/* Collapse Button */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1575 |
.wp-core-ui .wp-full-overlay .collapse-sidebar { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1576 |
position: fixed; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1577 |
bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1578 |
left: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1579 |
padding: 9px 0 9px 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1580 |
height: 45px; |
18 | 1581 |
color: #646970; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1582 |
outline: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1583 |
line-height: 1; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1584 |
background-color: transparent !important; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1585 |
border: none !important; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1586 |
box-shadow: none !important; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1587 |
border-radius: 0 !important; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1588 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1589 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1590 |
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1591 |
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus { |
18 | 1592 |
color: #2271b1; |
5 | 1593 |
} |
1594 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1595 |
.wp-full-overlay .collapse-sidebar-arrow, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1596 |
.wp-full-overlay .collapse-sidebar-label { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1597 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1598 |
vertical-align: middle; |
9 | 1599 |
line-height: 1.6; |
5 | 1600 |
} |
1601 |
||
1602 |
.wp-full-overlay .collapse-sidebar-arrow { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1603 |
width: 20px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1604 |
height: 20px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1605 |
margin: 0 2px; /* avoid the focus box-shadow to be cut-off */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1606 |
border-radius: 50%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1607 |
overflow: hidden; |
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 |
.wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-arrow, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1611 |
.wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow { |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1612 |
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
|
1613 |
/* 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
|
1614 |
outline: 2px solid transparent; |
7
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 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1617 |
.wp-full-overlay .collapse-sidebar-label { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1618 |
margin-left: 3px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1619 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1620 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1621 |
.wp-full-overlay.collapsed .collapse-sidebar-label { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1622 |
display: none; |
5 | 1623 |
} |
1624 |
||
1625 |
.wp-full-overlay .collapse-sidebar-arrow:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1626 |
display: block; |
5 | 1627 |
content: "\f148"; |
18 | 1628 |
background: #f0f0f1; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1629 |
font: normal 20px/1 dashicons; |
18 | 1630 |
speak: never; |
5 | 1631 |
padding: 0; |
1632 |
-webkit-font-smoothing: antialiased; |
|
1633 |
-moz-osx-font-smoothing: grayscale; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1634 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1635 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1636 |
.wp-core-ui .wp-full-overlay.collapsed .collapse-sidebar { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1637 |
padding: 9px 10px; |
5 | 1638 |
} |
1639 |
||
1640 |
/* rtl:ignore */ |
|
1641 |
.wp-full-overlay.collapsed .collapse-sidebar-arrow:before, |
|
1642 |
.rtl .wp-full-overlay .collapse-sidebar-arrow:before { |
|
9 | 1643 |
transform: rotate(180.001deg); /* Firefox: promoting to its own layer to trigger anti-aliasing */ |
5 | 1644 |
} |
1645 |
||
1646 |
.rtl .wp-full-overlay.collapsed .collapse-sidebar-arrow:before { |
|
1647 |
transform: none; |
|
1648 |
} |
|
1649 |
||
1650 |
/* Animations */ |
|
22
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
21
diff
changeset
|
1651 |
@media (prefers-reduced-motion: no-preference) { |
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
21
diff
changeset
|
1652 |
.wp-full-overlay, |
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
21
diff
changeset
|
1653 |
.wp-full-overlay-sidebar, |
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
21
diff
changeset
|
1654 |
.wp-full-overlay .collapse-sidebar, |
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
21
diff
changeset
|
1655 |
.wp-full-overlay-main { |
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
21
diff
changeset
|
1656 |
transition-property: left, right, top, bottom, width, margin; |
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
21
diff
changeset
|
1657 |
transition-duration: 0.2s; |
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
21
diff
changeset
|
1658 |
} |
5 | 1659 |
} |
1660 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1661 |
/* Device/preview size toggles */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1662 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1663 |
.wp-full-overlay { |
18 | 1664 |
background: #1d2327; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1665 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1666 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1667 |
.wp-full-overlay-main { |
18 | 1668 |
background-color: #f0f0f1; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1669 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1670 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1671 |
.expanded .wp-full-overlay-footer { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1672 |
position: fixed; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1673 |
bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1674 |
left: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1675 |
min-width: 299px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1676 |
max-width: 599px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1677 |
width: 18%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1678 |
width: calc( 18% - 1px ); |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1679 |
height: 45px; |
18 | 1680 |
border-top: 1px solid #dcdcde; |
1681 |
background: #f0f0f1; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1682 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1683 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1684 |
.wp-full-overlay-footer .devices-wrapper { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1685 |
float: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1686 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1687 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1688 |
.wp-full-overlay-footer .devices { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1689 |
position: relative; |
18 | 1690 |
background: #f0f0f1; |
1691 |
box-shadow: -20px 0 10px -5px #f0f0f1; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1692 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1693 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1694 |
.wp-full-overlay-footer .devices button { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1695 |
cursor: pointer; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1696 |
background: transparent; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1697 |
border: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1698 |
height: 45px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1699 |
padding: 0 3px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1700 |
margin: 0 0 0 -4px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1701 |
box-shadow: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1702 |
border-top: 1px solid transparent; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1703 |
border-bottom: 4px solid transparent; |
9 | 1704 |
transition: |
1705 |
.15s color ease-in-out, |
|
1706 |
.15s background-color ease-in-out, |
|
1707 |
.15s border-color ease-in-out; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1708 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1709 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1710 |
.wp-full-overlay-footer .devices button:focus { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1711 |
box-shadow: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1712 |
outline: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1713 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1714 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1715 |
.wp-full-overlay-footer .devices button:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1716 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1717 |
-webkit-font-smoothing: antialiased; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1718 |
font: normal 20px/30px "dashicons"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1719 |
vertical-align: top; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1720 |
margin: 3px 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1721 |
padding: 4px 8px; |
18 | 1722 |
color: #646970; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1723 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1724 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1725 |
.wp-full-overlay-footer .devices button.active { |
18 | 1726 |
border-bottom-color: #1d2327; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1727 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1728 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1729 |
.wp-full-overlay-footer .devices button:hover, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1730 |
.wp-full-overlay-footer .devices button:focus { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1731 |
background-color: #fff; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1732 |
} |
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 |
.wp-full-overlay-footer .devices button:focus, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1735 |
.wp-full-overlay-footer .devices button.active:hover { |
18 | 1736 |
border-bottom-color: #2271b1; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1737 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1738 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1739 |
.wp-full-overlay-footer .devices button.active:before { |
18 | 1740 |
color: #1d2327; |
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 |
.wp-full-overlay-footer .devices button:hover:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1744 |
.wp-full-overlay-footer .devices button:focus:before { |
18 | 1745 |
color: #2271b1; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1746 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1747 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1748 |
.wp-full-overlay-footer .devices .preview-desktop:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1749 |
content: "\f472"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1750 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1751 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1752 |
.wp-full-overlay-footer .devices .preview-tablet:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1753 |
content: "\f471"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1754 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1755 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1756 |
.wp-full-overlay-footer .devices .preview-mobile:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1757 |
content: "\f470"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1758 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1759 |
|
9 | 1760 |
@media screen and (max-width: 1024px) { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1761 |
.wp-full-overlay-footer .devices { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1762 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1763 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1764 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1765 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1766 |
.collapsed .wp-full-overlay-footer .devices button:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1767 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1768 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1769 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1770 |
.preview-mobile .wp-full-overlay-main { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1771 |
margin: auto 0 auto -160px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1772 |
width: 320px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1773 |
height: 480px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1774 |
max-height: 100%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1775 |
max-width: 100%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1776 |
left: 50%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1777 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1778 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1779 |
.preview-tablet .wp-full-overlay-main { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1780 |
margin: auto 0 auto -360px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1781 |
width: 720px; /* Size is loosely based on a typical "tablet" device size. Intentionally ambiguous - this does not represent any particular device precisely. */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1782 |
height: 1080px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1783 |
max-height: 100%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1784 |
max-width: 100%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1785 |
left: 50%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1786 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1787 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1788 |
|
5 | 1789 |
/*------------------------------------------------------------------------------ |
1790 |
24.0 - Customize Loader |
|
1791 |
------------------------------------------------------------------------------*/ |
|
1792 |
||
1793 |
.no-customize-support .hide-if-no-customize, |
|
1794 |
.customize-support .hide-if-customize, |
|
1795 |
.no-customize-support.wp-core-ui .hide-if-no-customize, |
|
1796 |
.no-customize-support .wp-core-ui .hide-if-no-customize, |
|
1797 |
.customize-support.wp-core-ui .hide-if-customize, |
|
1798 |
.customize-support .wp-core-ui .hide-if-customize { |
|
1799 |
display: none; |
|
1800 |
} |
|
1801 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1802 |
#customize-container, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1803 |
#customize-controls .notice.notification-overlay { |
18 | 1804 |
background: #f0f0f1; |
5 | 1805 |
z-index: 500000; |
1806 |
position: fixed; |
|
1807 |
overflow: visible; |
|
1808 |
top: 0; |
|
1809 |
bottom: 0; |
|
1810 |
left: 0; |
|
1811 |
right: 0; |
|
1812 |
height: 100%; |
|
1813 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1814 |
#customize-container { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1815 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1816 |
} |
5 | 1817 |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1818 |
/* Make the Customizer and Theme installer overlays the only available content. */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1819 |
#customize-container, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1820 |
.theme-install-overlay { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1821 |
visibility: visible; |
5 | 1822 |
} |
1823 |
||
1824 |
.customize-loading #customize-container iframe { |
|
1825 |
opacity: 0; |
|
1826 |
} |
|
1827 |
||
1828 |
#customize-container iframe, |
|
1829 |
.theme-install-overlay iframe { |
|
1830 |
height: 100%; |
|
1831 |
width: 100%; |
|
1832 |
z-index: 20; |
|
1833 |
transition: opacity 0.3s; |
|
1834 |
} |
|
1835 |
||
1836 |
#customize-controls { |
|
1837 |
margin-top: 0; |
|
1838 |
} |
|
1839 |
||
1840 |
.theme-install-overlay { |
|
1841 |
display: none; |
|
1842 |
} |
|
1843 |
||
1844 |
.theme-install-overlay.single-theme { |
|
1845 |
display: block; |
|
1846 |
} |
|
1847 |
||
1848 |
.install-theme-info { |
|
1849 |
display: none; |
|
1850 |
padding: 10px 20px 60px; |
|
1851 |
} |
|
1852 |
||
1853 |
.single-theme .install-theme-info { |
|
1854 |
padding-top: 15px; |
|
1855 |
} |
|
1856 |
||
1857 |
.theme-install-overlay .install-theme-info { |
|
1858 |
display: block; |
|
1859 |
} |
|
1860 |
||
1861 |
.install-theme-info .theme-install { |
|
1862 |
float: right; |
|
1863 |
margin-top: 18px; |
|
1864 |
} |
|
1865 |
||
1866 |
.install-theme-info .theme-name { |
|
1867 |
font-size: 16px; |
|
9 | 1868 |
line-height: 1.5; |
5 | 1869 |
margin-bottom: 0; |
1870 |
margin-top: 0; |
|
1871 |
} |
|
1872 |
||
1873 |
.install-theme-info .theme-screenshot { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1874 |
margin: 15px 0; |
5 | 1875 |
width: 258px; |
18 | 1876 |
border: 1px solid #c3c4c7; |
19 | 1877 |
position: relative; |
1878 |
overflow: hidden; |
|
1879 |
} |
|
1880 |
||
1881 |
.install-theme-info .theme-screenshot > img { |
|
1882 |
width: 100%; |
|
1883 |
height: auto; |
|
1884 |
position: absolute; |
|
1885 |
left: 0; |
|
1886 |
top: 0; |
|
1887 |
} |
|
1888 |
||
1889 |
.install-theme-info .theme-screenshot:after { |
|
1890 |
content: ""; |
|
1891 |
display: block; |
|
1892 |
padding-top: 66.66666666%; |
|
5 | 1893 |
} |
1894 |
||
1895 |
.install-theme-info .theme-details { |
|
1896 |
overflow: hidden; |
|
1897 |
} |
|
1898 |
||
1899 |
.theme-details .theme-version { |
|
1900 |
margin: 15px 0; |
|
1901 |
} |
|
1902 |
||
1903 |
.theme-details .theme-description { |
|
1904 |
float: left; |
|
18 | 1905 |
color: #646970; |
9 | 1906 |
line-height: 1.6; |
5 | 1907 |
max-width: 100%; |
1908 |
} |
|
1909 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1910 |
.theme-install-overlay .wp-full-overlay-header .button { |
5 | 1911 |
float: right; |
1912 |
margin: 8px 10px 0 0; |
|
1913 |
} |
|
1914 |
||
1915 |
.theme-install-overlay .wp-full-overlay-sidebar { |
|
18 | 1916 |
background: #f0f0f1; |
1917 |
border-right: 1px solid #dcdcde; |
|
5 | 1918 |
} |
1919 |
||
1920 |
.theme-install-overlay .wp-full-overlay-sidebar-content { |
|
1921 |
background: #fff; |
|
18 | 1922 |
border-top: 1px solid #dcdcde; |
1923 |
border-bottom: 1px solid #dcdcde; |
|
5 | 1924 |
} |
1925 |
||
1926 |
.theme-install-overlay .wp-full-overlay-main { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1927 |
position: absolute; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1928 |
z-index: 0; |
18 | 1929 |
background-color: #f0f0f1; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1930 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1931 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1932 |
.customize-loading #customize-container { |
18 | 1933 |
background-color: #f0f0f1; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1934 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1935 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1936 |
#customize-preview.wp-full-overlay-main:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1937 |
.customize-loading #customize-container:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1938 |
#customize-controls .notice.notification-overlay.notification-loading:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1939 |
.theme-install-overlay .wp-full-overlay-main:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1940 |
content: ""; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1941 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1942 |
width: 20px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1943 |
height: 20px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1944 |
position: absolute; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1945 |
left: 50%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1946 |
top: 50%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1947 |
z-index: -1; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1948 |
margin: -10px 0 0 -10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1949 |
transform: translateZ(0); |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1950 |
background: transparent url(../images/spinner.gif) no-repeat center center; |
5 | 1951 |
background-size: 20px 20px; |
1952 |
} |
|
1953 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1954 |
#customize-preview.wp-full-overlay-main.iframe-ready:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1955 |
.theme-install-overlay.iframe-ready .wp-full-overlay-main:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1956 |
background-image: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1957 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1958 |
|
5 | 1959 |
/* =Media Queries |
1960 |
-------------------------------------------------------------- */ |
|
1961 |
||
1962 |
/** |
|
1963 |
* HiDPI Displays |
|
1964 |
*/ |
|
1965 |
@media print, |
|
1966 |
(min-resolution: 120dpi) { |
|
1967 |
.wp-full-overlay .collapse-sidebar-arrow { |
|
1968 |
background-image: url(../images/arrows-2x.png); |
|
1969 |
background-size: 15px 123px; |
|
1970 |
} |
|
1971 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1972 |
#customize-preview.wp-full-overlay-main:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1973 |
.customize-loading #customize-container:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1974 |
#customize-controls .notice.notification-overlay.notification-loading:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1975 |
.theme-install-overlay .wp-full-overlay-main:before { |
5 | 1976 |
background-image: url(../images/spinner-2x.gif); |
1977 |
} |
|
1978 |
} |
|
1979 |
||
9 | 1980 |
@media screen and (max-width: 782px) { |
5 | 1981 |
.available-theme .action-links .delete-theme { |
1982 |
float: none; |
|
1983 |
margin: 0; |
|
1984 |
padding: 0; |
|
1985 |
clear: both; |
|
1986 |
} |
|
1987 |
||
1988 |
.available-theme .action-links .delete-theme a { |
|
1989 |
padding: 0; |
|
1990 |
} |
|
1991 |
||
1992 |
.broken-themes table { |
|
1993 |
width: 100%; |
|
1994 |
} |
|
1995 |
||
16 | 1996 |
.theme-install-overlay .wp-full-overlay-header .button { |
1997 |
font-size: 13px; |
|
1998 |
line-height: 2.15384615; |
|
1999 |
min-height: 30px; |
|
5 | 2000 |
} |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2001 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2002 |
.theme-browser .theme .theme-actions .button { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2003 |
margin-bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2004 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2005 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2006 |
.theme-browser .theme.active .theme-actions, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2007 |
.theme-browser .theme .theme-actions { |
16 | 2008 |
padding-top: 4px; |
2009 |
padding-bottom: 4px; |
|
2010 |
} |
|
2011 |
||
2012 |
.upload-theme .wp-upload-form, |
|
2013 |
.upload-plugin .wp-upload-form { |
|
2014 |
display: block; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2015 |
} |
5 | 2016 |
} |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2017 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2018 |
@media aural { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2019 |
.theme .notice:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2020 |
.theme-info .updating-message:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2021 |
.theme-info .updated-message:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2022 |
.theme-install.updating-message:before { |
18 | 2023 |
speak: never; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2024 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2025 |
} |