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