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