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