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