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