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