author | ymh <ymh.work@gmail.com> |
Tue, 27 Sep 2022 16:37:53 +0200 | |
changeset 19 | 3d72ae0968f4 |
parent 18 | be944660c56a |
child 21 | 48c4eec2b7e6 |
permissions | -rw-r--r-- |
5 | 1 |
#poststuff { |
2 |
padding-top: 10px; |
|
3 |
min-width: 763px; |
|
4 |
} |
|
5 |
||
6 |
#poststuff #post-body { |
|
7 |
padding: 0; |
|
8 |
} |
|
9 |
||
10 |
#poststuff .postbox-container { |
|
11 |
width: 100%; |
|
12 |
} |
|
13 |
||
14 |
#poststuff #post-body.columns-2 { |
|
15 |
margin-right: 300px; |
|
16 |
} |
|
17 |
||
18 |
/*------------------------------------------------------------------------------ |
|
19 |
11.0 - Write/Edit Post Screen |
|
20 |
------------------------------------------------------------------------------*/ |
|
21 |
||
22 |
#show-comments { |
|
23 |
overflow: hidden; |
|
24 |
} |
|
25 |
||
26 |
#save-action .spinner, |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
27 |
#show-comments a { |
5 | 28 |
float: left; |
29 |
} |
|
30 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
31 |
#show-comments .spinner { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
32 |
float: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
33 |
margin-top: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
34 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
35 |
|
5 | 36 |
#lost-connection-notice .spinner { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
37 |
visibility: visible; |
5 | 38 |
float: left; |
39 |
margin: 0 5px 0 0; |
|
40 |
} |
|
41 |
||
42 |
#titlediv { |
|
43 |
position: relative; |
|
44 |
} |
|
45 |
||
46 |
#titlediv label { |
|
47 |
cursor: text; |
|
48 |
} |
|
49 |
||
50 |
#titlediv div.inside { |
|
51 |
margin: 0; |
|
52 |
} |
|
53 |
||
54 |
#poststuff #titlewrap { |
|
55 |
border: 0; |
|
56 |
padding: 0; |
|
57 |
} |
|
58 |
||
59 |
#titlediv #title { |
|
60 |
padding: 3px 8px; |
|
61 |
font-size: 1.7em; |
|
62 |
line-height: 100%; |
|
63 |
height: 1.7em; |
|
64 |
width: 100%; |
|
65 |
outline: none; |
|
66 |
margin: 0 0 3px; |
|
67 |
background-color: #fff; |
|
68 |
} |
|
69 |
||
70 |
#titlediv #title-prompt-text { |
|
18 | 71 |
color: #646970; |
5 | 72 |
position: absolute; |
73 |
font-size: 1.7em; |
|
16 | 74 |
padding: 10px; |
75 |
pointer-events: none; |
|
5 | 76 |
} |
77 |
||
78 |
input#link_description, |
|
79 |
input#link_url { |
|
18 | 80 |
width: 100%; |
5 | 81 |
} |
82 |
||
83 |
#pending { |
|
84 |
background: 0 none; |
|
85 |
border: 0 none; |
|
86 |
padding: 0; |
|
87 |
font-size: 11px; |
|
88 |
margin-top: -1px; |
|
89 |
} |
|
90 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
91 |
#edit-slug-box, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
92 |
#comment-link-box { |
16 | 93 |
line-height: 1.84615384; |
94 |
min-height: 25px; |
|
5 | 95 |
margin-top: 5px; |
96 |
padding: 0 10px; |
|
18 | 97 |
color: #646970; |
5 | 98 |
} |
99 |
||
19 | 100 |
#sample-permalink { |
101 |
display: inline-block; |
|
102 |
max-width: 100%; |
|
103 |
word-wrap: break-word; |
|
104 |
} |
|
105 |
||
5 | 106 |
#edit-slug-box .cancel { |
107 |
margin-right: 10px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
108 |
padding: 0; |
5 | 109 |
font-size: 11px; |
110 |
} |
|
111 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
112 |
#comment-link-box { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
113 |
margin: 5px 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
114 |
padding: 0 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
115 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
116 |
|
5 | 117 |
#editable-post-name-full { |
118 |
display: none; |
|
119 |
} |
|
120 |
||
121 |
#editable-post-name { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
122 |
font-weight: 600; |
5 | 123 |
} |
124 |
||
125 |
#editable-post-name input { |
|
126 |
font-size: 13px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
127 |
font-weight: 400; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
128 |
height: 24px; |
5 | 129 |
margin: 0; |
130 |
width: 16em; |
|
131 |
} |
|
132 |
||
133 |
.postarea h3 label { |
|
134 |
float: left; |
|
135 |
} |
|
136 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
137 |
body.post-new-php .submitbox .submitdelete { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
138 |
display: none; |
5 | 139 |
} |
140 |
||
141 |
.submitbox .submit a:hover { |
|
142 |
text-decoration: underline; |
|
143 |
} |
|
144 |
||
145 |
.submitbox .submit input { |
|
146 |
margin-bottom: 8px; |
|
147 |
margin-right: 4px; |
|
148 |
padding: 6px; |
|
149 |
} |
|
150 |
||
151 |
#post-status-select { |
|
152 |
margin-top: 3px; |
|
153 |
} |
|
154 |
||
19 | 155 |
body.post-type-wp_navigation div#minor-publishing, |
156 |
body.post-type-wp_navigation .inline-edit-status { |
|
157 |
display: none; |
|
158 |
} |
|
159 |
||
5 | 160 |
/* Post Screen */ |
16 | 161 |
|
162 |
/* Only highlight drop zones when dragging and only in the 2 columns layout. */ |
|
163 |
.is-dragging-metaboxes .metabox-holder .postbox-container .meta-box-sortables { |
|
18 | 164 |
outline: 3px dashed #646970; |
16 | 165 |
/* Prevent margin on the child from collapsing with margin on the parent. */ |
166 |
display: flow-root; |
|
167 |
/* |
|
168 |
* This min-height is meant to limit jumpiness while dragging. It's equivalent |
|
169 |
* to the minimum height of the sortable-placeholder which is given by the height |
|
170 |
* of a collapsed post box (36px + 1px top and bottom borders) + the placeholder |
|
171 |
* bottom margin (20px) + 2 additional pixels to compensate browsers rounding. |
|
172 |
*/ |
|
173 |
min-height: 60px; |
|
174 |
margin-bottom: 20px; |
|
5 | 175 |
} |
176 |
||
177 |
.postbox { |
|
178 |
position: relative; |
|
179 |
min-width: 255px; |
|
18 | 180 |
border: 1px solid #c3c4c7; |
9 | 181 |
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); |
5 | 182 |
background: #fff; |
183 |
} |
|
184 |
||
185 |
#trackback_url { |
|
186 |
width: 99%; |
|
187 |
} |
|
188 |
||
189 |
#normal-sortables .postbox .submit { |
|
190 |
background: transparent none; |
|
191 |
border: 0 none; |
|
192 |
float: right; |
|
193 |
padding: 0 12px; |
|
9 | 194 |
margin: 0; |
5 | 195 |
} |
196 |
||
197 |
.category-add input[type="text"], |
|
198 |
.category-add select { |
|
199 |
width: 100%; |
|
200 |
max-width: 260px; |
|
201 |
vertical-align: baseline; |
|
202 |
} |
|
203 |
||
204 |
#side-sortables .category-add input[type="text"], |
|
205 |
#side-sortables .category-add select { |
|
206 |
margin: 0 0 1em; |
|
207 |
} |
|
208 |
||
209 |
ul.category-tabs li, |
|
210 |
#side-sortables .add-menu-item-tabs li, |
|
211 |
.wp-tab-bar li { |
|
212 |
display: inline; |
|
16 | 213 |
line-height: 1.35; |
5 | 214 |
} |
215 |
||
216 |
.no-js .category-tabs li.hide-if-no-js { |
|
217 |
display: none; |
|
218 |
} |
|
219 |
||
220 |
.category-tabs a, |
|
221 |
#side-sortables .add-menu-item-tabs a, |
|
222 |
.wp-tab-bar a { |
|
223 |
text-decoration: none; |
|
224 |
} |
|
225 |
||
226 |
/* @todo: do these really need to be so specific? */ |
|
227 |
#side-sortables .category-tabs .tabs a, |
|
228 |
#side-sortables .add-menu-item-tabs .tabs a, |
|
229 |
.wp-tab-bar .wp-tab-active a, |
|
230 |
#post-body ul.category-tabs li.tabs a, |
|
231 |
#post-body ul.add-menu-item-tabs li.tabs a { |
|
18 | 232 |
color: #2c3338; |
5 | 233 |
} |
234 |
||
235 |
.category-tabs { |
|
236 |
margin: 8px 0 5px; |
|
237 |
} |
|
238 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
239 |
/* Back-compat for pre-4.4 */ |
5 | 240 |
#category-adder h4 { |
9 | 241 |
margin: 0; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
242 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
243 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
244 |
.taxonomy-add-new { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
245 |
display: inline-block; |
5 | 246 |
margin: 10px 0; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
247 |
font-weight: 600; |
5 | 248 |
} |
249 |
||
250 |
#side-sortables .add-menu-item-tabs, |
|
251 |
.wp-tab-bar { |
|
252 |
margin-bottom: 3px; |
|
253 |
} |
|
254 |
||
255 |
#normal-sortables .postbox #replyrow .submit { |
|
256 |
float: none; |
|
257 |
margin: 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
258 |
padding: 5px 7px 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
259 |
overflow: hidden; |
5 | 260 |
} |
261 |
||
262 |
#side-sortables .submitbox .submit input, |
|
263 |
#side-sortables .submitbox .submit .preview, |
|
264 |
#side-sortables .submitbox .submit a.preview:hover { |
|
265 |
border: 0 none; |
|
266 |
} |
|
267 |
||
268 |
/* @todo: make this a more generic class */ |
|
269 |
ul.category-tabs, |
|
270 |
ul.add-menu-item-tabs, |
|
271 |
ul.wp-tab-bar { |
|
272 |
margin-top: 12px; |
|
273 |
} |
|
274 |
||
275 |
ul.category-tabs li, |
|
276 |
ul.add-menu-item-tabs li { |
|
277 |
border: solid 1px transparent; |
|
278 |
position: relative; |
|
279 |
} |
|
280 |
||
281 |
ul.category-tabs li.tabs, |
|
282 |
ul.add-menu-item-tabs li.tabs, |
|
283 |
.wp-tab-active { |
|
18 | 284 |
border: 1px solid #dcdcde; |
285 |
border-bottom-color: #fff; |
|
286 |
background-color: #fff; |
|
5 | 287 |
} |
288 |
||
289 |
ul.category-tabs li, |
|
290 |
ul.add-menu-item-tabs li, |
|
291 |
ul.wp-tab-bar li { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
292 |
padding: 3px 5px 6px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
293 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
294 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
295 |
#set-post-thumbnail { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
296 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
297 |
max-width: 100%; |
5 | 298 |
} |
299 |
||
300 |
#postimagediv .inside img { |
|
301 |
max-width: 100%; |
|
302 |
height: auto; |
|
303 |
width: auto; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
304 |
vertical-align: top; |
18 | 305 |
background-image: linear-gradient(45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7), linear-gradient(45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7); |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
306 |
background-position: 0 0, 10px 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
307 |
background-size: 20px 20px; |
5 | 308 |
} |
309 |
||
310 |
form#tags-filter { |
|
311 |
position: relative; |
|
312 |
} |
|
313 |
||
314 |
/* Global classes */ |
|
315 |
.wp-hidden-children .wp-hidden-child, |
|
316 |
.ui-tabs-hide { |
|
317 |
display: none; |
|
318 |
} |
|
319 |
||
320 |
#post-body .tagsdiv #newtag { |
|
321 |
margin-right: 5px; |
|
322 |
width: 16em; |
|
323 |
} |
|
324 |
||
325 |
#side-sortables input#post_password { |
|
326 |
width: 94% |
|
327 |
} |
|
328 |
||
329 |
#side-sortables .tagsdiv #newtag { |
|
330 |
width: 68%; |
|
331 |
} |
|
332 |
||
333 |
#post-status-info { |
|
334 |
width: 100%; |
|
335 |
border-spacing: 0; |
|
18 | 336 |
border: 1px solid #c3c4c7; |
5 | 337 |
border-top: none; |
18 | 338 |
background-color: #f6f7f7; |
9 | 339 |
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); |
5 | 340 |
z-index: 999; |
341 |
} |
|
342 |
||
343 |
#post-status-info td { |
|
344 |
font-size: 12px; |
|
345 |
} |
|
346 |
||
347 |
.autosave-info { |
|
348 |
padding: 2px 10px; |
|
349 |
text-align: right; |
|
350 |
} |
|
351 |
||
352 |
#editorcontent #post-status-info { |
|
353 |
border: none; |
|
354 |
} |
|
355 |
||
356 |
#content-resize-handle { |
|
357 |
background: transparent url(../images/resize.gif) no-repeat scroll right bottom; |
|
358 |
width: 12px; |
|
359 |
cursor: row-resize; |
|
360 |
} |
|
361 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
362 |
/*rtl:ignore*/ |
5 | 363 |
.rtl #content-resize-handle { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
364 |
background-image: url(../images/resize-rtl.gif); |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
365 |
background-position: left bottom; |
5 | 366 |
} |
367 |
||
368 |
.wp-editor-expand #content-resize-handle { |
|
369 |
display: none; |
|
370 |
} |
|
371 |
||
372 |
#postdivrich #content { |
|
373 |
resize: none; |
|
374 |
} |
|
375 |
||
376 |
#wp-word-count { |
|
377 |
padding: 2px 10px; |
|
378 |
} |
|
379 |
||
380 |
#wp-content-editor-container { |
|
381 |
position: relative; |
|
382 |
} |
|
383 |
||
384 |
.wp-editor-expand #wp-content-editor-tools { |
|
385 |
z-index: 1000; |
|
18 | 386 |
border-bottom: 1px solid #c3c4c7; |
5 | 387 |
} |
388 |
||
389 |
.wp-editor-expand #wp-content-editor-container { |
|
390 |
box-shadow: none; |
|
391 |
margin-top: -1px; |
|
392 |
} |
|
393 |
||
394 |
.wp-editor-expand #wp-content-editor-container { |
|
395 |
border-bottom: 0 none; |
|
396 |
} |
|
397 |
||
398 |
.wp-editor-expand div.mce-statusbar { |
|
399 |
z-index: 1; |
|
400 |
} |
|
401 |
||
402 |
.wp-editor-expand #post-status-info { |
|
18 | 403 |
border-top: 1px solid #c3c4c7; |
5 | 404 |
} |
405 |
||
406 |
.wp-editor-expand div.mce-toolbar-grp { |
|
407 |
z-index: 999; |
|
408 |
} |
|
409 |
||
410 |
/* TinyMCE native fullscreen mode override */ |
|
411 |
.mce-fullscreen #wp-content-wrap .mce-menubar, |
|
412 |
.mce-fullscreen #wp-content-wrap .mce-toolbar-grp, |
|
413 |
.mce-fullscreen #wp-content-wrap .mce-edit-area, |
|
414 |
.mce-fullscreen #wp-content-wrap .mce-statusbar { |
|
415 |
position: static !important; |
|
416 |
width: auto !important; |
|
417 |
padding: 0 !important; |
|
418 |
} |
|
419 |
||
420 |
.mce-fullscreen #wp-content-wrap .mce-statusbar { |
|
421 |
visibility: visible !important; |
|
422 |
} |
|
423 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
424 |
.mce-fullscreen #wp-content-wrap .mce-tinymce .mce-wp-dfw { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
425 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
426 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
427 |
|
5 | 428 |
.post-php.mce-fullscreen #wpadminbar, |
429 |
.mce-fullscreen #wp-content-wrap .mce-wp-dfw { |
|
430 |
display: none; |
|
431 |
} |
|
432 |
/* End TinyMCE native fullscreen mode override */ |
|
433 |
||
434 |
#wp-content-editor-tools { |
|
18 | 435 |
background-color: #f0f0f1; |
5 | 436 |
padding-top: 20px; |
437 |
} |
|
438 |
||
439 |
#poststuff #post-body.columns-2 #side-sortables { |
|
440 |
width: 280px; |
|
441 |
} |
|
442 |
||
443 |
#timestampdiv select { |
|
444 |
vertical-align: top; |
|
445 |
font-size: 12px; |
|
16 | 446 |
line-height: 2.33333333; /* 28px */ |
5 | 447 |
} |
448 |
||
449 |
#aa, #jj, #hh, #mn { |
|
16 | 450 |
padding: 6px 1px; |
5 | 451 |
font-size: 12px; |
16 | 452 |
line-height: 1.16666666; /* 14px */ |
5 | 453 |
} |
454 |
||
455 |
#jj, #hh, #mn { |
|
456 |
width: 2em; |
|
457 |
} |
|
458 |
||
459 |
#aa { |
|
460 |
width: 3.4em; |
|
461 |
} |
|
462 |
||
463 |
.curtime #timestamp { |
|
19 | 464 |
padding: 2px 0 1px; |
5 | 465 |
display: inline !important; |
466 |
height: auto !important; |
|
467 |
} |
|
468 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
469 |
#post-body .misc-pub-post-status:before, |
5 | 470 |
#post-body #visibility:before, |
471 |
.curtime #timestamp:before, |
|
18 | 472 |
#post-body .misc-pub-uploadedby:before, |
473 |
#post-body .misc-pub-uploadedto:before, |
|
5 | 474 |
#post-body .misc-pub-revisions:before, |
16 | 475 |
#post-body .misc-pub-response-to:before, |
476 |
#post-body .misc-pub-comment-status:before { |
|
18 | 477 |
color: #8c8f94; |
5 | 478 |
} |
479 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
480 |
#post-body .misc-pub-post-status:before, |
5 | 481 |
#post-body #visibility:before, |
482 |
.curtime #timestamp:before, |
|
18 | 483 |
#post-body .misc-pub-uploadedby:before, |
484 |
#post-body .misc-pub-uploadedto:before, |
|
16 | 485 |
#post-body .misc-pub-revisions:before, |
486 |
#post-body .misc-pub-response-to:before, |
|
487 |
#post-body .misc-pub-comment-status:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
488 |
font: normal 20px/1 dashicons; |
18 | 489 |
speak: never; |
5 | 490 |
display: inline-block; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
491 |
margin-left: -1px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
492 |
padding-right: 3px; |
5 | 493 |
vertical-align: top; |
494 |
-webkit-font-smoothing: antialiased; |
|
495 |
-moz-osx-font-smoothing: grayscale; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
496 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
497 |
|
16 | 498 |
#post-body .misc-pub-post-status:before, |
499 |
#post-body .misc-pub-comment-status:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
500 |
content: "\f173"; |
5 | 501 |
} |
502 |
||
503 |
#post-body #visibility:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
504 |
content: "\f177"; |
5 | 505 |
} |
506 |
||
507 |
.curtime #timestamp:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
508 |
content: "\f145"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
509 |
position: relative; |
5 | 510 |
top: -1px; |
511 |
} |
|
512 |
||
18 | 513 |
#post-body .misc-pub-uploadedby:before { |
514 |
content: "\f110"; |
|
515 |
position: relative; |
|
516 |
top: -1px; |
|
517 |
} |
|
518 |
||
519 |
#post-body .misc-pub-uploadedto:before { |
|
520 |
content: "\f318"; |
|
521 |
position: relative; |
|
522 |
top: -1px; |
|
523 |
} |
|
524 |
||
5 | 525 |
#post-body .misc-pub-revisions:before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
526 |
content: "\f321"; |
5 | 527 |
} |
528 |
||
16 | 529 |
#post-body .misc-pub-response-to:before { |
530 |
content: "\f101"; |
|
531 |
} |
|
532 |
||
5 | 533 |
#timestampdiv { |
534 |
padding-top: 5px; |
|
16 | 535 |
line-height: 1.76923076; |
5 | 536 |
} |
537 |
||
538 |
#timestampdiv p { |
|
539 |
margin: 8px 0 6px; |
|
540 |
} |
|
541 |
||
542 |
#timestampdiv input { |
|
9 | 543 |
text-align: center; |
5 | 544 |
} |
545 |
||
546 |
.notification-dialog { |
|
547 |
position: fixed; |
|
548 |
top: 30%; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
549 |
max-height: 70%; |
5 | 550 |
left: 50%; |
551 |
width: 450px; |
|
552 |
margin-left: -225px; |
|
553 |
background: #fff; |
|
9 | 554 |
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); |
5 | 555 |
line-height: 1.5; |
556 |
z-index: 1000005; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
557 |
overflow-y: auto; |
5 | 558 |
} |
559 |
||
560 |
.notification-dialog-background { |
|
561 |
position: fixed; |
|
562 |
top: 0; |
|
563 |
left: 0; |
|
564 |
right: 0; |
|
565 |
bottom: 0; |
|
566 |
background: #000; |
|
567 |
opacity: 0.7; |
|
568 |
filter: alpha(opacity=70); |
|
569 |
z-index: 1000000; |
|
570 |
} |
|
571 |
||
572 |
#post-lock-dialog .post-locked-message, |
|
573 |
#post-lock-dialog .post-taken-over { |
|
574 |
margin: 25px; |
|
575 |
} |
|
576 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
577 |
#post-lock-dialog .post-locked-message a.button, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
578 |
#file-editor-warning .button { |
5 | 579 |
margin-right: 10px; |
580 |
} |
|
581 |
||
582 |
#post-lock-dialog .post-locked-avatar { |
|
583 |
float: left; |
|
584 |
margin: 0 20px 20px 0; |
|
585 |
} |
|
586 |
||
587 |
#post-lock-dialog .wp-tab-first { |
|
588 |
outline: 0; |
|
589 |
} |
|
590 |
||
591 |
#post-lock-dialog .locked-saving img { |
|
592 |
float: left; |
|
593 |
margin-right: 3px; |
|
594 |
} |
|
595 |
||
596 |
#post-lock-dialog.saving .locked-saving, |
|
597 |
#post-lock-dialog.saved .locked-saved { |
|
598 |
display: inline; |
|
599 |
} |
|
600 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
601 |
#excerpt { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
602 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
603 |
margin: 12px 0 0; |
5 | 604 |
height: 4em; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
605 |
width: 100%; |
5 | 606 |
} |
607 |
||
608 |
.tagchecklist { |
|
609 |
margin-left: 14px; |
|
610 |
font-size: 12px; |
|
611 |
overflow: auto; |
|
612 |
} |
|
613 |
||
614 |
.tagchecklist br { |
|
615 |
display: none; |
|
616 |
} |
|
617 |
||
618 |
.tagchecklist strong { |
|
619 |
margin-left: -8px; |
|
620 |
position: absolute; |
|
621 |
} |
|
622 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
623 |
.tagchecklist > li { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
624 |
float: left; |
5 | 625 |
margin-right: 25px; |
626 |
font-size: 13px; |
|
16 | 627 |
line-height: 1.8; |
5 | 628 |
cursor: default; |
629 |
max-width: 100%; |
|
630 |
overflow: hidden; |
|
631 |
text-overflow: ellipsis; |
|
632 |
} |
|
633 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
634 |
.tagchecklist .ntdelbutton { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
635 |
position: absolute; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
636 |
width: 24px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
637 |
height: 24px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
638 |
border: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
639 |
margin: 0 0 0 -19px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
640 |
padding: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
641 |
background: none; |
5 | 642 |
cursor: pointer; |
643 |
text-indent: 0; |
|
644 |
} |
|
645 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
646 |
#poststuff h3.hndle, /* Back-compat for pre-4.4 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
647 |
#poststuff .stuffbox > h3, /* Back-compat for pre-4.4 */ |
5 | 648 |
#poststuff h2 { |
649 |
font-size: 14px; |
|
650 |
padding: 8px 12px; |
|
651 |
margin: 0; |
|
652 |
line-height: 1.4; |
|
653 |
} |
|
654 |
||
9 | 655 |
#poststuff .stuffbox h2 { |
656 |
padding: 8px 10px; |
|
657 |
} |
|
658 |
||
16 | 659 |
#poststuff .stuffbox > h2 { |
18 | 660 |
border-bottom: 1px solid #f0f0f1; |
16 | 661 |
} |
662 |
||
5 | 663 |
#poststuff .inside { |
19 | 664 |
margin: 6px 0 0; |
5 | 665 |
} |
666 |
||
18 | 667 |
.link-php #poststuff .inside, |
668 |
.link-add-php #poststuff .inside { |
|
669 |
margin-top: 12px; |
|
670 |
} |
|
671 |
||
9 | 672 |
#poststuff .stuffbox .inside { |
673 |
margin: 0; |
|
674 |
} |
|
675 |
||
5 | 676 |
#poststuff .inside #parent_id, |
677 |
#poststuff .inside #page_template { |
|
678 |
max-width: 100%; |
|
679 |
} |
|
680 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
681 |
.post-attributes-label-wrapper { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
682 |
margin-bottom: 0.5em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
683 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
684 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
685 |
.post-attributes-label { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
686 |
vertical-align: baseline; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
687 |
font-weight: 600; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
688 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
689 |
|
16 | 690 |
#post-visibility-select, |
691 |
#comment-status-radio { |
|
692 |
line-height: 1.5; |
|
5 | 693 |
margin-top: 3px; |
694 |
} |
|
695 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
696 |
#linksubmitdiv .inside, /* Old Link Manager back-compat. */ |
5 | 697 |
#poststuff #submitdiv .inside { |
698 |
margin: 0; |
|
699 |
padding: 0; |
|
700 |
} |
|
701 |
||
702 |
#post-body-content, |
|
703 |
.edit-form-section { |
|
9 | 704 |
margin-bottom: 20px; |
5 | 705 |
} |
706 |
||
16 | 707 |
.wp_attachment_details .attachment-content-description { |
708 |
margin-top: 0.5385em; |
|
709 |
display: inline-block; |
|
710 |
min-height: 1.6923em; |
|
711 |
} |
|
712 |
||
18 | 713 |
/** |
714 |
* Privacy Settings section |
|
715 |
* |
|
716 |
* Note: This section includes selectors from |
|
717 |
* Site Health where duplicate styling is used. |
|
718 |
*/ |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
719 |
|
18 | 720 |
/* General */ |
721 |
.privacy-settings #wpcontent, |
|
722 |
.privacy-settings.auto-fold #wpcontent, |
|
723 |
.site-health #wpcontent, |
|
724 |
.site-health.auto-fold #wpcontent { |
|
725 |
padding-left: 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
726 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
727 |
|
18 | 728 |
/* Emulates .wrap h1 styling */ |
729 |
.privacy-settings-header h1, |
|
730 |
.health-check-header h1 { |
|
731 |
display: inline-block; |
|
732 |
font-weight: 600; |
|
733 |
margin: 0 0.8rem 1rem; |
|
734 |
font-size: 23px; |
|
19 | 735 |
padding: 9px 0 4px; |
18 | 736 |
line-height: 1.3; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
737 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
738 |
|
18 | 739 |
/* Header */ |
740 |
.privacy-settings-header, |
|
741 |
.health-check-header { |
|
742 |
text-align: center; |
|
743 |
margin: 0 0 1rem; |
|
744 |
background: #fff; |
|
745 |
border-bottom: 1px solid #dcdcde; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
746 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
747 |
|
18 | 748 |
.privacy-settings-title-section, |
749 |
.health-check-title-section { |
|
750 |
display: flex; |
|
751 |
align-items: center; |
|
752 |
justify-content: center; |
|
753 |
clear: both; |
|
754 |
padding-top: 8px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
755 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
756 |
|
18 | 757 |
.privacy-settings-tabs-wrapper { |
758 |
/* IE 11 */ |
|
759 |
display: -ms-inline-grid; |
|
760 |
-ms-grid-columns: 1fr 1fr; |
|
761 |
vertical-align: top; |
|
762 |
/* modern browsers */ |
|
763 |
display: inline-grid; |
|
764 |
grid-template-columns: 1fr 1fr; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
765 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
766 |
|
18 | 767 |
.privacy-settings-tab { |
768 |
display: block; /* IE 11 */ |
|
769 |
text-decoration: none; |
|
770 |
color: inherit; |
|
771 |
padding: 0.5rem 1rem 1rem; |
|
772 |
margin: 0 1rem; |
|
773 |
transition: box-shadow 0.5s ease-in-out; |
|
774 |
} |
|
775 |
||
776 |
.privacy-settings-tab:nth-child(1), |
|
777 |
.health-check-tab:nth-child(1) { |
|
778 |
-ms-grid-column: 1; /* IE 11 */ |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
779 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
780 |
|
18 | 781 |
.privacy-settings-tab:nth-child(2), |
782 |
.health-check-tab:nth-child(2) { |
|
783 |
-ms-grid-column: 2; /* IE 11 */ |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
784 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
785 |
|
18 | 786 |
.privacy-settings-tab:focus, |
787 |
.health-check-tab:focus { |
|
788 |
color: #1d2327; |
|
789 |
outline: 1px solid #787c82; |
|
790 |
box-shadow: none; |
|
791 |
} |
|
792 |
||
793 |
.privacy-settings-tab.active, |
|
794 |
.health-check-tab.active { |
|
795 |
box-shadow: inset 0 -3px #3582c4; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
796 |
font-weight: 600; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
797 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
798 |
|
18 | 799 |
/* Body */ |
800 |
.privacy-settings-body, |
|
801 |
.health-check-body { |
|
802 |
max-width: 800px; |
|
803 |
margin: 0 auto; |
|
804 |
} |
|
805 |
||
806 |
.tools-privacy-policy-page th { |
|
807 |
min-width: 230px; |
|
808 |
} |
|
809 |
||
810 |
.hr-separator { |
|
811 |
margin-top: 20px; |
|
812 |
margin-bottom: 15px; |
|
813 |
} |
|
814 |
||
815 |
/* Accordions */ |
|
816 |
.privacy-settings-accordion, |
|
817 |
.health-check-accordion { |
|
818 |
border: 1px solid #c3c4c7; |
|
819 |
} |
|
820 |
||
821 |
.privacy-settings-accordion-heading, |
|
822 |
.health-check-accordion-heading { |
|
823 |
margin: 0; |
|
824 |
border-top: 1px solid #c3c4c7; |
|
825 |
font-size: inherit; |
|
826 |
line-height: inherit; |
|
827 |
font-weight: 600; |
|
828 |
color: inherit; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
829 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
830 |
|
18 | 831 |
.privacy-settings-accordion-heading:first-child, |
832 |
.health-check-accordion-heading:first-child { |
|
833 |
border-top: none; |
|
16 | 834 |
} |
835 |
||
18 | 836 |
.privacy-settings-accordion-trigger, |
837 |
.health-check-accordion-trigger { |
|
838 |
background: #fff; |
|
839 |
border: 0; |
|
840 |
color: #2c3338; |
|
841 |
cursor: pointer; |
|
842 |
display: flex; |
|
843 |
font-weight: 400; |
|
844 |
margin: 0; |
|
845 |
padding: 1em 3.5em 1em 1.5em; |
|
846 |
min-height: 46px; |
|
847 |
position: relative; |
|
848 |
text-align: left; |
|
849 |
width: 100%; |
|
850 |
align-items: center; |
|
851 |
justify-content: space-between; |
|
852 |
-webkit-user-select: auto; |
|
853 |
user-select: auto; |
|
854 |
} |
|
855 |
||
856 |
.privacy-settings-accordion-trigger:hover, |
|
857 |
.privacy-settings-accordion-trigger:active, |
|
858 |
.health-check-accordion-trigger:hover, |
|
859 |
.health-check-accordion-trigger:active { |
|
860 |
background: #f6f7f7; |
|
861 |
} |
|
862 |
||
863 |
.privacy-settings-accordion-trigger:focus, |
|
864 |
.health-check-accordion-trigger:focus { |
|
865 |
color: #1d2327; |
|
866 |
border: none; |
|
867 |
box-shadow: none; |
|
868 |
outline-offset: -1px; |
|
869 |
outline: 2px solid #2271b1; |
|
870 |
background-color: #f6f7f7; |
|
16 | 871 |
} |
872 |
||
18 | 873 |
.privacy-settings-accordion-trigger .title, |
874 |
.health-check-accordion-trigger .title { |
|
875 |
pointer-events: none; |
|
876 |
font-weight: 600; |
|
877 |
flex-grow: 1; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
878 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
879 |
|
18 | 880 |
.privacy-settings-accordion-trigger .icon, |
881 |
.privacy-settings-view-read .icon, |
|
882 |
.health-check-accordion-trigger .icon, |
|
883 |
.site-health-view-passed .icon { |
|
884 |
border: solid #50575e; |
|
885 |
border-width: 0 2px 2px 0; |
|
886 |
height: 0.5rem; |
|
887 |
pointer-events: none; |
|
888 |
position: absolute; |
|
889 |
right: 1.5em; |
|
890 |
top: 50%; |
|
891 |
transform: translateY(-70%) rotate(45deg); |
|
892 |
width: 0.5rem; |
|
893 |
} |
|
894 |
||
895 |
.privacy-settings-accordion-trigger .badge, |
|
896 |
.health-check-accordion-trigger .badge { |
|
897 |
padding: 0.1rem 0.5rem 0.15rem; |
|
898 |
color: #2c3338; |
|
899 |
font-weight: 600; |
|
900 |
} |
|
901 |
||
902 |
.privacy-settings-accordion-trigger .badge { |
|
903 |
margin-left: 0.5rem; |
|
904 |
} |
|
905 |
||
906 |
.privacy-settings-accordion-trigger .badge.blue, |
|
907 |
.health-check-accordion-trigger .badge.blue { |
|
908 |
border: 1px solid #72aee6; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
909 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
910 |
|
18 | 911 |
.privacy-settings-accordion-trigger .badge.orange, |
912 |
.health-check-accordion-trigger .badge.orange { |
|
913 |
border: 1px solid #dba617; |
|
914 |
} |
|
915 |
||
916 |
.privacy-settings-accordion-trigger .badge.red, |
|
917 |
.health-check-accordion-trigger .badge.red { |
|
918 |
border: 1px solid #e65054; |
|
919 |
} |
|
920 |
||
921 |
.privacy-settings-accordion-trigger .badge.green, |
|
922 |
.health-check-accordion-trigger .badge.green { |
|
923 |
border: 1px solid #00ba37; |
|
924 |
} |
|
925 |
||
926 |
.privacy-settings-accordion-trigger .badge.purple, |
|
927 |
.health-check-accordion-trigger .badge.purple { |
|
928 |
border: 1px solid #2271b1; |
|
7
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 |
|
18 | 931 |
.privacy-settings-accordion-trigger .badge.gray, |
932 |
.health-check-accordion-trigger .badge.gray { |
|
933 |
border: 1px solid #c3c4c7; |
|
16 | 934 |
} |
935 |
||
18 | 936 |
.privacy-settings-accordion-trigger[aria-expanded="true"] .icon, |
937 |
.privacy-settings-view-passed[aria-expanded="true"] .icon, |
|
938 |
.health-check-accordion-trigger[aria-expanded="true"] .icon, |
|
939 |
.site-health-view-passed[aria-expanded="true"] .icon { |
|
940 |
transform: translateY(-30%) rotate(-135deg) |
|
16 | 941 |
} |
942 |
||
18 | 943 |
.privacy-settings-accordion-panel, |
944 |
.health-check-accordion-panel { |
|
945 |
margin: 0; |
|
946 |
padding: 1em 1.5em; |
|
947 |
background: #fff; |
|
948 |
} |
|
949 |
||
950 |
.privacy-settings-accordion-panel[hidden], |
|
951 |
.health-check-accordion-panel[hidden] { |
|
16 | 952 |
display: none; |
953 |
} |
|
954 |
||
18 | 955 |
.privacy-settings-accordion-panel a .dashicons, |
956 |
.health-check-accordion-panel a .dashicons { |
|
957 |
text-decoration: none; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
958 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
959 |
|
18 | 960 |
.privacy-settings-accordion-actions { |
961 |
text-align: right; |
|
962 |
display: block; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
963 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
964 |
|
18 | 965 |
.privacy-settings-accordion-actions .success { |
966 |
display: none; |
|
967 |
color: #008a20; |
|
968 |
padding-right: 1em; |
|
969 |
padding-top: 6px; |
|
16 | 970 |
} |
971 |
||
18 | 972 |
.privacy-settings-accordion-actions .success.visible { |
973 |
display: inline-block; |
|
16 | 974 |
} |
975 |
||
18 | 976 |
/* Suggested text for privacy policy */ |
977 |
.privacy-settings-accordion-panel.hide-privacy-policy-tutorial .wp-policy-help, /* For back-compat, see #49282 */ |
|
978 |
.privacy-settings-accordion-panel.hide-privacy-policy-tutorial .privacy-policy-tutorial, |
|
979 |
.privacy-settings-accordion-panel.hide-privacy-policy-tutorial .privacy-text-copy { |
|
980 |
display: none; |
|
16 | 981 |
} |
982 |
||
18 | 983 |
.privacy-settings-accordion-panel strong.wp-policy-help, /* For back-compat, see #49282 */ |
984 |
.privacy-settings-accordion-panel strong.privacy-policy-tutorial { |
|
16 | 985 |
display: block; |
986 |
margin: 0 0 1em; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
987 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
988 |
|
18 | 989 |
.privacy-text-copy span { |
990 |
pointer-events: none; |
|
991 |
} |
|
992 |
||
993 |
.privacy-settings-accordion-panel .wp-suggested-text > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help):not(.privacy-text-copy):not(span.success):not(.notice p), |
|
994 |
.privacy-settings-accordion-panel .wp-suggested-text div > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help):not(.privacy-text-copy):not(span.success):not(.notice p), |
|
995 |
.privacy-settings-accordion-panel > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help):not(.privacy-text-copy):not(span.success):not(.notice p), |
|
996 |
.privacy-settings-accordion-panel div > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help):not(.privacy-text-copy):not(span.success):not(.notice p) { |
|
997 |
margin: 0; |
|
998 |
padding: 1em; |
|
999 |
border-left: 2px solid #787c82; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1000 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1001 |
|
18 | 1002 |
/* Media queries */ |
1003 |
@media screen and (max-width: 782px) { |
|
1004 |
||
1005 |
.privacy-settings-body, |
|
1006 |
.health-check-body { |
|
1007 |
margin: 0 12px; |
|
1008 |
width: auto; |
|
1009 |
} |
|
1010 |
||
1011 |
.privacy-settings .notice, |
|
1012 |
.site-health .notice { |
|
1013 |
margin: 5px 10px 15px; |
|
1014 |
} |
|
1015 |
||
1016 |
.privacy-settings .update-nag, |
|
1017 |
.site-health .update-nag { |
|
1018 |
margin-right: 10px; |
|
1019 |
margin-left: 10px; |
|
1020 |
} |
|
1021 |
||
1022 |
input#create-page { |
|
1023 |
margin-top: 10px; |
|
1024 |
} |
|
1025 |
||
1026 |
.wp-core-ui button.privacy-text-copy { |
|
1027 |
white-space: normal; |
|
1028 |
line-height: 1.8; |
|
1029 |
} |
|
1030 |
} |
|
1031 |
||
1032 |
@media only screen and (max-width: 1004px) { |
|
1033 |
||
1034 |
.privacy-settings-body, |
|
1035 |
.health-check-body { |
|
1036 |
margin: 0 22px; |
|
1037 |
width: auto; |
|
1038 |
} |
|
1039 |
} |
|
1040 |
||
1041 |
/** |
|
1042 |
* End Privacy Settings section |
|
1043 |
*/ |
|
1044 |
||
5 | 1045 |
/*------------------------------------------------------------------------------ |
1046 |
11.1 - Custom Fields |
|
1047 |
------------------------------------------------------------------------------*/ |
|
1048 |
||
1049 |
#postcustomstuff thead th { |
|
1050 |
padding: 5px 8px 8px; |
|
18 | 1051 |
background-color: #f0f0f1; |
5 | 1052 |
} |
1053 |
||
1054 |
#postcustom #postcustomstuff .submit { |
|
1055 |
border: 0 none; |
|
1056 |
float: none; |
|
1057 |
padding: 0 8px 8px; |
|
1058 |
} |
|
1059 |
||
1060 |
#side-sortables #postcustom #postcustomstuff .submit { |
|
1061 |
margin: 0; |
|
1062 |
padding: 0; |
|
1063 |
} |
|
1064 |
||
1065 |
#side-sortables #postcustom #postcustomstuff #the-list textarea { |
|
1066 |
height: 85px; |
|
1067 |
} |
|
1068 |
||
1069 |
#side-sortables #postcustom #postcustomstuff td.left input, |
|
1070 |
#side-sortables #postcustom #postcustomstuff td.left select, |
|
1071 |
#side-sortables #postcustomstuff #newmetaleft a { |
|
1072 |
margin: 3px 3px 0; |
|
1073 |
} |
|
1074 |
||
1075 |
#postcustomstuff table { |
|
1076 |
margin: 0; |
|
1077 |
width: 100%; |
|
18 | 1078 |
border: 1px solid #dcdcde; |
5 | 1079 |
border-spacing: 0; |
18 | 1080 |
background-color: #f6f7f7; |
5 | 1081 |
} |
1082 |
||
1083 |
#postcustomstuff tr { |
|
1084 |
vertical-align: top; |
|
1085 |
} |
|
1086 |
||
1087 |
#postcustomstuff table input, |
|
1088 |
#postcustomstuff table select, |
|
1089 |
#postcustomstuff table textarea { |
|
1090 |
width: 96%; |
|
1091 |
margin: 8px; |
|
1092 |
} |
|
1093 |
||
1094 |
#side-sortables #postcustomstuff table input, |
|
1095 |
#side-sortables #postcustomstuff table select, |
|
1096 |
#side-sortables #postcustomstuff table textarea { |
|
1097 |
margin: 3px; |
|
1098 |
} |
|
1099 |
||
1100 |
#postcustomstuff th.left, |
|
1101 |
#postcustomstuff td.left { |
|
1102 |
width: 38%; |
|
1103 |
} |
|
1104 |
||
1105 |
#postcustomstuff .submit input { |
|
1106 |
margin: 0; |
|
1107 |
width: auto; |
|
1108 |
} |
|
1109 |
||
1110 |
#postcustomstuff #newmetaleft a { |
|
1111 |
display: inline-block; |
|
1112 |
margin: 0 8px 8px; |
|
1113 |
text-decoration: none; |
|
1114 |
} |
|
1115 |
||
1116 |
.no-js #postcustomstuff #enternew { |
|
1117 |
display: none; |
|
1118 |
} |
|
1119 |
||
1120 |
#post-body-content .compat-attachment-fields { |
|
1121 |
margin-bottom: 20px; |
|
1122 |
} |
|
1123 |
||
1124 |
.compat-attachment-fields th { |
|
1125 |
padding-top: 5px; |
|
1126 |
padding-right: 10px; |
|
1127 |
} |
|
1128 |
||
1129 |
/*------------------------------------------------------------------------------ |
|
1130 |
11.3 - Featured Images |
|
1131 |
------------------------------------------------------------------------------*/ |
|
1132 |
||
1133 |
#select-featured-image { |
|
1134 |
padding: 4px 0; |
|
1135 |
overflow: hidden; |
|
1136 |
} |
|
1137 |
||
1138 |
#select-featured-image img { |
|
1139 |
max-width: 100%; |
|
1140 |
height: auto; |
|
1141 |
margin-bottom: 10px; |
|
1142 |
} |
|
1143 |
||
1144 |
#select-featured-image a { |
|
1145 |
float: left; |
|
1146 |
clear: both; |
|
1147 |
} |
|
1148 |
||
1149 |
#select-featured-image .remove { |
|
1150 |
display: none; |
|
1151 |
margin-top: 10px; |
|
1152 |
} |
|
1153 |
||
1154 |
.js #select-featured-image.has-featured-image .remove { |
|
1155 |
display: inline-block; |
|
1156 |
} |
|
1157 |
||
1158 |
.no-js #select-featured-image .choose { |
|
1159 |
display: none; |
|
1160 |
} |
|
1161 |
||
1162 |
/*------------------------------------------------------------------------------ |
|
1163 |
11.4 - Post formats |
|
1164 |
------------------------------------------------------------------------------*/ |
|
1165 |
||
9 | 1166 |
.post-format-icon::before { |
5 | 1167 |
display: inline-block; |
1168 |
vertical-align: middle; |
|
1169 |
height: 20px; |
|
1170 |
width: 20px; |
|
1171 |
margin-top: -4px; |
|
9 | 1172 |
margin-right: 7px; |
18 | 1173 |
color: #dcdcde; |
9 | 1174 |
font: normal 20px/1 dashicons; |
18 | 1175 |
speak: never; |
5 | 1176 |
-webkit-font-smoothing: antialiased; |
1177 |
-moz-osx-font-smoothing: grayscale; |
|
1178 |
} |
|
1179 |
||
1180 |
a.post-format-icon:hover:before { |
|
18 | 1181 |
color: #135e96; |
5 | 1182 |
} |
1183 |
||
1184 |
#post-formats-select { |
|
16 | 1185 |
line-height: 2; |
5 | 1186 |
} |
1187 |
||
9 | 1188 |
#post-formats-select .post-format-icon::before { |
5 | 1189 |
top: 5px; |
1190 |
} |
|
1191 |
||
1192 |
input.post-format { |
|
1193 |
margin-top: 1px; |
|
1194 |
} |
|
1195 |
||
1196 |
label.post-format-icon { |
|
9 | 1197 |
margin-left: 0; |
1198 |
padding: 2px 0; |
|
5 | 1199 |
} |
1200 |
||
9 | 1201 |
.post-format-icon.post-format-standard::before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1202 |
content: "\f109"; |
5 | 1203 |
} |
1204 |
||
9 | 1205 |
.post-format-icon.post-format-image::before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1206 |
content: "\f128"; |
5 | 1207 |
} |
1208 |
||
9 | 1209 |
.post-format-icon.post-format-gallery::before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1210 |
content: "\f161"; |
5 | 1211 |
} |
1212 |
||
9 | 1213 |
.post-format-icon.post-format-audio::before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1214 |
content: "\f127"; |
5 | 1215 |
} |
1216 |
||
9 | 1217 |
.post-format-icon.post-format-video::before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1218 |
content: "\f126"; |
5 | 1219 |
} |
1220 |
||
9 | 1221 |
.post-format-icon.post-format-chat::before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1222 |
content: "\f125"; |
5 | 1223 |
} |
1224 |
||
9 | 1225 |
.post-format-icon.post-format-status::before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1226 |
content: "\f130"; |
5 | 1227 |
} |
1228 |
||
9 | 1229 |
.post-format-icon.post-format-aside::before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1230 |
content: "\f123"; |
5 | 1231 |
} |
1232 |
||
9 | 1233 |
.post-format-icon.post-format-quote::before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1234 |
content: "\f122"; |
5 | 1235 |
} |
1236 |
||
9 | 1237 |
.post-format-icon.post-format-link::before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1238 |
content: "\f103"; |
5 | 1239 |
} |
1240 |
||
1241 |
/*------------------------------------------------------------------------------ |
|
1242 |
12.0 - Categories |
|
1243 |
------------------------------------------------------------------------------*/ |
|
1244 |
||
1245 |
.category-adder { |
|
1246 |
margin-left: 120px; |
|
1247 |
padding: 4px 0; |
|
1248 |
} |
|
1249 |
||
1250 |
.category-adder h4 { |
|
1251 |
margin: 0 0 8px; |
|
1252 |
} |
|
1253 |
||
1254 |
#side-sortables .category-adder { |
|
1255 |
margin: 0; |
|
1256 |
} |
|
1257 |
||
1258 |
.wp-tab-panel, |
|
1259 |
.categorydiv div.tabs-panel, |
|
1260 |
.customlinkdiv div.tabs-panel, |
|
1261 |
.posttypediv div.tabs-panel, |
|
1262 |
.taxonomydiv div.tabs-panel { |
|
1263 |
min-height: 42px; |
|
1264 |
max-height: 200px; |
|
1265 |
overflow: auto; |
|
1266 |
padding: 0 0.9em; |
|
18 | 1267 |
border: solid 1px #dcdcde; |
1268 |
background-color: #fff; |
|
5 | 1269 |
} |
1270 |
||
1271 |
div.tabs-panel-active { |
|
9 | 1272 |
display: block; |
5 | 1273 |
} |
1274 |
||
1275 |
div.tabs-panel-inactive { |
|
9 | 1276 |
display: none; |
5 | 1277 |
} |
1278 |
||
16 | 1279 |
div.tabs-panel-active:focus { |
18 | 1280 |
box-shadow: inset 0 0 0 1px #4f94d4, inset 0 0 2px 1px rgba(79, 148, 212, 0.8); |
16 | 1281 |
outline: 0 none; |
1282 |
} |
|
1283 |
||
5 | 1284 |
#front-page-warning, |
1285 |
#front-static-pages ul, |
|
1286 |
ul.export-filters, |
|
1287 |
.inline-editor ul.cat-checklist ul, |
|
1288 |
.categorydiv ul.categorychecklist ul, |
|
1289 |
.customlinkdiv ul.categorychecklist ul, |
|
1290 |
.posttypediv ul.categorychecklist ul, |
|
1291 |
.taxonomydiv ul.categorychecklist ul { |
|
1292 |
margin-left: 18px; |
|
1293 |
} |
|
1294 |
||
1295 |
ul.categorychecklist li { |
|
1296 |
margin: 0; |
|
1297 |
padding: 0; |
|
16 | 1298 |
line-height: 1.69230769; |
5 | 1299 |
word-wrap: break-word; |
1300 |
} |
|
1301 |
||
1302 |
.categorydiv .tabs-panel, |
|
1303 |
.customlinkdiv .tabs-panel, |
|
1304 |
.posttypediv .tabs-panel, |
|
1305 |
.taxonomydiv .tabs-panel { |
|
1306 |
border-width: 3px; |
|
1307 |
border-style: solid; |
|
1308 |
} |
|
1309 |
||
1310 |
.form-wrap label { |
|
1311 |
display: block; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1312 |
padding: 2px 0; |
5 | 1313 |
} |
1314 |
||
1315 |
.form-field input[type="text"], |
|
1316 |
.form-field input[type="password"], |
|
1317 |
.form-field input[type="email"], |
|
1318 |
.form-field input[type="number"], |
|
1319 |
.form-field input[type="search"], |
|
1320 |
.form-field input[type="tel"], |
|
1321 |
.form-field input[type="url"], |
|
1322 |
.form-field textarea { |
|
1323 |
border-style: solid; |
|
1324 |
border-width: 1px; |
|
1325 |
width: 95%; |
|
1326 |
} |
|
1327 |
||
16 | 1328 |
.form-field select, |
1329 |
.form-field p { |
|
1330 |
max-width: 95%; |
|
1331 |
} |
|
1332 |
||
5 | 1333 |
p.description, |
1334 |
.form-wrap p { |
|
1335 |
margin: 2px 0 5px; |
|
18 | 1336 |
color: #646970; |
5 | 1337 |
} |
1338 |
||
1339 |
p.help, |
|
1340 |
p.description, |
|
1341 |
span.description, |
|
1342 |
.form-wrap p { |
|
1343 |
font-size: 13px; |
|
16 | 1344 |
} |
1345 |
||
1346 |
p.description code { |
|
1347 |
font-style: normal; |
|
5 | 1348 |
} |
1349 |
||
1350 |
.form-wrap .form-field { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1351 |
margin: 1em 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1352 |
padding: 0; |
5 | 1353 |
} |
1354 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1355 |
.col-wrap h2 { |
5 | 1356 |
margin: 12px 0; |
1357 |
font-size: 1.1em; |
|
1358 |
} |
|
1359 |
||
1360 |
.col-wrap p.submit { |
|
1361 |
margin-top: -10px; |
|
1362 |
} |
|
1363 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1364 |
.edit-term-notes { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1365 |
margin-top: 2em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1366 |
} |
5 | 1367 |
|
1368 |
/*------------------------------------------------------------------------------ |
|
1369 |
13.0 - Tags |
|
1370 |
------------------------------------------------------------------------------*/ |
|
1371 |
||
9 | 1372 |
#poststuff .tagsdiv .ajaxtag { |
1373 |
margin-top: 1em; |
|
1374 |
} |
|
1375 |
||
5 | 1376 |
#poststuff .tagsdiv .howto { |
19 | 1377 |
margin: 1em 0 6px; |
5 | 1378 |
} |
1379 |
||
1380 |
.ajaxtag .newtag { |
|
1381 |
position: relative; |
|
1382 |
} |
|
1383 |
||
1384 |
.tagsdiv .newtag { |
|
1385 |
width: 180px; |
|
1386 |
} |
|
1387 |
||
1388 |
.tagsdiv .the-tags { |
|
1389 |
display: block; |
|
1390 |
height: 60px; |
|
1391 |
margin: 0 auto; |
|
1392 |
overflow: auto; |
|
1393 |
width: 260px; |
|
1394 |
} |
|
1395 |
||
1396 |
#post-body-content .tagsdiv .the-tags { |
|
1397 |
margin: 0 5px; |
|
1398 |
} |
|
1399 |
||
1400 |
p.popular-tags { |
|
1401 |
border: none; |
|
1402 |
line-height: 2em; |
|
1403 |
padding: 8px 12px 12px; |
|
1404 |
text-align: justify; |
|
1405 |
} |
|
1406 |
||
1407 |
p.popular-tags a { |
|
1408 |
padding: 0 3px; |
|
1409 |
} |
|
1410 |
||
1411 |
.tagcloud { |
|
1412 |
width: 97%; |
|
1413 |
margin: 0 0 40px; |
|
1414 |
text-align: justify; |
|
1415 |
} |
|
1416 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1417 |
.tagcloud h2 { |
5 | 1418 |
margin: 2px 0 12px; |
1419 |
} |
|
1420 |
||
16 | 1421 |
#poststuff .inside .the-tagcloud { |
1422 |
margin: 5px 0 10px; |
|
1423 |
padding: 8px; |
|
18 | 1424 |
border: 1px solid #dcdcde; |
16 | 1425 |
line-height: 1.2; |
1426 |
word-spacing: 3px; |
|
1427 |
} |
|
1428 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1429 |
.the-tagcloud ul { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1430 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1431 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1432 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1433 |
.the-tagcloud ul li { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1434 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1435 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1436 |
|
18 | 1437 |
/* Back-compat styles from deprecated jQuery.suggest, see ticket #40260. */ |
5 | 1438 |
.ac_results { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1439 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1440 |
margin: -1px 0 0; |
5 | 1441 |
padding: 0; |
1442 |
list-style: none; |
|
1443 |
position: absolute; |
|
1444 |
z-index: 10000; |
|
18 | 1445 |
border: 1px solid #4f94d4; |
5 | 1446 |
background-color: #fff; |
1447 |
} |
|
1448 |
||
1449 |
.wp-customizer .ac_results { |
|
1450 |
z-index: 500000; |
|
1451 |
} |
|
1452 |
||
1453 |
.ac_results li { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1454 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1455 |
padding: 5px 10px; |
5 | 1456 |
white-space: nowrap; |
1457 |
text-align: left; |
|
1458 |
} |
|
1459 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1460 |
.ac_results .ac_over, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1461 |
.ac_over .ac_match { |
18 | 1462 |
background-color: #2271b1; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1463 |
color: #fff; |
5 | 1464 |
cursor: pointer; |
1465 |
} |
|
1466 |
||
1467 |
.ac_match { |
|
1468 |
text-decoration: underline; |
|
1469 |
} |
|
1470 |
||
16 | 1471 |
#addtag .spinner { |
1472 |
float: none; |
|
1473 |
vertical-align: top; |
|
1474 |
} |
|
1475 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1476 |
#edittag { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1477 |
max-width: 800px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1478 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1479 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1480 |
.edit-tag-actions { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1481 |
margin-top: 20px; |
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 |
|
5 | 1484 |
/* Comments */ |
1485 |
||
1486 |
.comment-php .wp-editor-area { |
|
1487 |
height: 200px; |
|
1488 |
} |
|
1489 |
||
1490 |
.comment-ays th, |
|
1491 |
.comment-ays td { |
|
1492 |
padding: 10px 15px; |
|
1493 |
} |
|
1494 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1495 |
.comment-ays .comment-content ul { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1496 |
list-style: initial; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1497 |
margin-left: 2em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1498 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1499 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1500 |
.comment-ays .comment-content a[href]:after { |
9 | 1501 |
content: "(" attr( href ) ")"; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1502 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1503 |
padding: 0 4px; |
18 | 1504 |
color: #646970; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1505 |
font-size: 13px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1506 |
word-break: break-all; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1507 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1508 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1509 |
.comment-ays .comment-content p.edit-comment { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1510 |
margin-top: 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1511 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1512 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1513 |
.comment-ays .comment-content p.edit-comment a[href]:after { |
9 | 1514 |
content: ""; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1515 |
padding: 0; |
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 |
|
5 | 1518 |
.comment-ays-submit .button-cancel { |
1519 |
margin-left: 1em; |
|
1520 |
} |
|
1521 |
||
1522 |
.trash-undo-inside, |
|
1523 |
.spam-undo-inside { |
|
1524 |
margin: 1px 8px 1px 0; |
|
16 | 1525 |
line-height: 1.23076923; |
5 | 1526 |
} |
1527 |
||
1528 |
.spam-undo-inside .avatar, |
|
1529 |
.trash-undo-inside .avatar { |
|
1530 |
height: 20px; |
|
1531 |
width: 20px; |
|
1532 |
margin-right: 8px; |
|
1533 |
vertical-align: middle; |
|
1534 |
} |
|
1535 |
||
1536 |
.stuffbox .editcomment { |
|
1537 |
clear: none; |
|
9 | 1538 |
margin-top: 0; |
1539 |
} |
|
1540 |
||
1541 |
#namediv.stuffbox .editcomment input { |
|
1542 |
width: 100%; |
|
1543 |
} |
|
1544 |
||
1545 |
#namediv.stuffbox .editcomment.form-table td { |
|
1546 |
padding: 10px; |
|
5 | 1547 |
} |
1548 |
||
1549 |
#comment-status-radio p { |
|
1550 |
margin: 3px 0 5px; |
|
1551 |
} |
|
1552 |
||
1553 |
#comment-status-radio input { |
|
1554 |
margin: 2px 3px 5px 0; |
|
1555 |
vertical-align: middle; |
|
1556 |
} |
|
1557 |
||
1558 |
#comment-status-radio label { |
|
1559 |
padding: 5px 0; |
|
1560 |
} |
|
1561 |
||
1562 |
/* links tables */ |
|
1563 |
table.links-table { |
|
1564 |
width: 100%; |
|
1565 |
border-spacing: 0; |
|
1566 |
} |
|
1567 |
||
1568 |
.links-table th { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1569 |
font-weight: 400; |
5 | 1570 |
text-align: left; |
1571 |
vertical-align: top; |
|
1572 |
min-width: 80px; |
|
1573 |
width: 20%; |
|
1574 |
word-wrap: break-word; |
|
1575 |
} |
|
1576 |
||
1577 |
.links-table th, |
|
1578 |
.links-table td { |
|
1579 |
padding: 5px 0; |
|
1580 |
} |
|
1581 |
||
1582 |
.links-table td label { |
|
1583 |
margin-right: 8px; |
|
1584 |
} |
|
1585 |
||
1586 |
.links-table td input[type="text"], |
|
1587 |
.links-table td textarea { |
|
1588 |
width: 100%; |
|
1589 |
} |
|
1590 |
||
1591 |
.links-table #link_rel { |
|
1592 |
max-width: 280px; |
|
1593 |
} |
|
1594 |
||
1595 |
/* DFW 2 |
|
1596 |
-------------------------------------------------------------- */ |
|
1597 |
||
1598 |
#qt_content_dfw { |
|
1599 |
display: none; |
|
1600 |
} |
|
1601 |
||
1602 |
.wp-editor-expand #qt_content_dfw { |
|
1603 |
display: inline-block; |
|
1604 |
} |
|
1605 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1606 |
.focus-on .wrap > h1, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1607 |
.focus-on .page-title-action, |
5 | 1608 |
.focus-on #wpfooter, |
1609 |
.focus-on .postbox-container > *, |
|
1610 |
.focus-on div.updated, |
|
1611 |
.focus-on div.error, |
|
1612 |
.focus-on div.notice, |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1613 |
.focus-on .update-nag, |
5 | 1614 |
.focus-on #wp-toolbar, |
1615 |
.focus-on #screen-meta-links, |
|
1616 |
.focus-on #screen-meta { |
|
1617 |
opacity: 0; |
|
1618 |
transition-duration: 0.6s; |
|
1619 |
transition-property: opacity; |
|
1620 |
transition-timing-function: ease-in-out; |
|
1621 |
} |
|
1622 |
||
1623 |
.focus-on #wp-toolbar { |
|
1624 |
opacity: 0.3; |
|
1625 |
} |
|
1626 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1627 |
.focus-off .wrap > h1, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1628 |
.focus-off .page-title-action, |
5 | 1629 |
.focus-off #wpfooter, |
1630 |
.focus-off .postbox-container > *, |
|
1631 |
.focus-off div.updated, |
|
1632 |
.focus-off div.error, |
|
1633 |
.focus-off div.notice, |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1634 |
.focus-off .update-nag, |
5 | 1635 |
.focus-off #wp-toolbar, |
1636 |
.focus-off #screen-meta-links, |
|
1637 |
.focus-off #screen-meta { |
|
1638 |
opacity: 1; |
|
1639 |
transition-duration: 0.2s; |
|
1640 |
transition-property: opacity; |
|
1641 |
transition-timing-function: ease-in-out; |
|
1642 |
} |
|
1643 |
||
1644 |
.focus-off #wp-toolbar { |
|
1645 |
-webkit-transform: translate(0, 0); |
|
1646 |
} |
|
1647 |
||
1648 |
.focus-on #adminmenuback, |
|
1649 |
.focus-on #adminmenuwrap { |
|
1650 |
transition-duration: 0.6s; |
|
1651 |
transition-property: transform; |
|
1652 |
transition-timing-function: ease-in-out; |
|
1653 |
} |
|
1654 |
||
1655 |
.focus-on #adminmenuback, |
|
1656 |
.focus-on #adminmenuwrap { |
|
1657 |
transform: translateX( -100% ); |
|
1658 |
} |
|
1659 |
||
1660 |
.focus-off #adminmenuback, |
|
1661 |
.focus-off #adminmenuwrap { |
|
1662 |
transform: translateX( 0 ); |
|
1663 |
transition-duration: 0.2s; |
|
1664 |
transition-property: transform; |
|
1665 |
transition-timing-function: ease-in-out; |
|
1666 |
} |
|
1667 |
||
1668 |
/* =Media Queries |
|
1669 |
-------------------------------------------------------------- */ |
|
1670 |
||
1671 |
/** |
|
1672 |
* HiDPI Displays |
|
1673 |
*/ |
|
1674 |
@media print, |
|
1675 |
(-webkit-min-device-pixel-ratio: 1.25), |
|
1676 |
(min-resolution: 120dpi) { |
|
1677 |
#content-resize-handle, |
|
1678 |
#post-body .wp_themeSkin .mceStatusbar a.mceResize { |
|
1679 |
background: transparent url(../images/resize-2x.gif) no-repeat scroll right bottom; |
|
1680 |
background-size: 11px 11px; |
|
1681 |
} |
|
1682 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1683 |
/*rtl:ignore*/ |
5 | 1684 |
.rtl #content-resize-handle, |
1685 |
.rtl #post-body .wp_themeSkin .mceStatusbar a.mceResize { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1686 |
background-image: url(../images/resize-rtl-2x.gif); |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1687 |
background-position: left bottom; |
5 | 1688 |
} |
1689 |
} |
|
1690 |
||
16 | 1691 |
/* |
1692 |
* The edit attachment screen auto-switches to one column layout when the |
|
1693 |
* viewport is smaller than 1200 pixels. |
|
1694 |
*/ |
|
1695 |
@media only screen and (max-width: 1200px) { |
|
1696 |
.post-type-attachment #poststuff { |
|
1697 |
min-width: 0; |
|
1698 |
} |
|
1699 |
||
1700 |
.post-type-attachment #wpbody-content #poststuff #post-body { |
|
1701 |
margin: 0; |
|
1702 |
} |
|
1703 |
||
1704 |
.post-type-attachment #wpbody-content #post-body.columns-2 #postbox-container-1 { |
|
1705 |
margin-right: 0; |
|
1706 |
width: 100%; |
|
1707 |
} |
|
1708 |
||
1709 |
.post-type-attachment #poststuff #postbox-container-1 .empty-container, |
|
1710 |
.post-type-attachment #poststuff #postbox-container-1 #side-sortables:empty { |
|
1711 |
outline: none; |
|
1712 |
height: 0; |
|
1713 |
min-height: 0; |
|
1714 |
} |
|
1715 |
||
1716 |
.post-type-attachment #poststuff #post-body.columns-2 #side-sortables { |
|
1717 |
min-height: 0; |
|
1718 |
width: auto; |
|
1719 |
} |
|
1720 |
||
1721 |
.is-dragging-metaboxes.post-type-attachment #post-body .meta-box-sortables { |
|
1722 |
outline: none; |
|
1723 |
min-height: 0; |
|
1724 |
margin-bottom: 0; |
|
1725 |
} |
|
1726 |
||
1727 |
/* hide the radio buttons for column prefs */ |
|
1728 |
.post-type-attachment .screen-layout, |
|
1729 |
.post-type-attachment .columns-prefs { |
|
1730 |
display: none; |
|
1731 |
} |
|
1732 |
} |
|
1733 |
||
5 | 1734 |
/* one column on the post write/edit screen */ |
1735 |
@media only screen and (max-width: 850px) { |
|
1736 |
#poststuff { |
|
1737 |
min-width: 0; |
|
1738 |
} |
|
1739 |
||
1740 |
#wpbody-content #poststuff #post-body { |
|
1741 |
margin: 0; |
|
1742 |
} |
|
1743 |
||
1744 |
#wpbody-content #post-body.columns-2 #postbox-container-1 { |
|
1745 |
margin-right: 0; |
|
1746 |
width: 100%; |
|
1747 |
} |
|
1748 |
||
1749 |
#poststuff #postbox-container-1 .empty-container, |
|
1750 |
#poststuff #postbox-container-1 #side-sortables:empty { |
|
1751 |
height: 0; |
|
1752 |
min-height: 0; |
|
1753 |
} |
|
1754 |
||
1755 |
#poststuff #post-body.columns-2 #side-sortables { |
|
1756 |
min-height: 0; |
|
1757 |
width: auto; |
|
1758 |
} |
|
1759 |
||
16 | 1760 |
/* Increase min-height while dragging for the #side-sortables and any potential sortables area with custom ID. */ |
1761 |
.is-dragging-metaboxes #poststuff #postbox-container-1 .empty-container, |
|
1762 |
.is-dragging-metaboxes #poststuff #postbox-container-1 #side-sortables:empty, |
|
1763 |
.is-dragging-metaboxes #poststuff #post-body.columns-2 #side-sortables, |
|
1764 |
.is-dragging-metaboxes #poststuff #post-body.columns-2 .meta-box-sortables { |
|
1765 |
height: auto; |
|
1766 |
min-height: 60px; |
|
1767 |
} |
|
1768 |
||
5 | 1769 |
/* hide the radio buttons for column prefs */ |
1770 |
.screen-layout, |
|
1771 |
.columns-prefs { |
|
1772 |
display: none; |
|
1773 |
} |
|
1774 |
} |
|
1775 |
||
9 | 1776 |
@media screen and (max-width: 782px) { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1777 |
.wp-core-ui .edit-tag-actions .button-primary { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1778 |
margin-bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1779 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1780 |
|
5 | 1781 |
#post-body-content { |
1782 |
min-width: 0; |
|
1783 |
} |
|
1784 |
||
1785 |
#titlediv #title-prompt-text { |
|
19 | 1786 |
padding: 10px; |
5 | 1787 |
} |
1788 |
||
9 | 1789 |
#poststuff .stuffbox .inside { |
1790 |
padding: 0 2px 4px 0; |
|
1791 |
} |
|
1792 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1793 |
#poststuff h3.hndle, /* Back-compat for pre-4.4 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1794 |
#poststuff .stuffbox > h3, /* Back-compat for pre-4.4 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1795 |
#poststuff h2 { |
5 | 1796 |
padding: 12px; |
1797 |
} |
|
1798 |
||
9 | 1799 |
#namediv.stuffbox .editcomment.form-table td { |
1800 |
padding: 5px 10px; |
|
1801 |
} |
|
1802 |
||
5 | 1803 |
.post-format-options { |
1804 |
padding-right: 0; |
|
1805 |
} |
|
1806 |
||
1807 |
.post-format-options a { |
|
1808 |
margin-right: 5px; |
|
1809 |
margin-bottom: 5px; |
|
1810 |
min-width: 52px; |
|
1811 |
} |
|
1812 |
||
1813 |
.post-format-options .post-format-title { |
|
1814 |
font-size: 11px; |
|
1815 |
} |
|
1816 |
||
1817 |
.post-format-options a div { |
|
1818 |
height: 28px; |
|
1819 |
width: 28px; |
|
1820 |
} |
|
1821 |
||
1822 |
.post-format-options a div:before { |
|
1823 |
font-size: 26px !important; |
|
1824 |
} |
|
1825 |
||
1826 |
/* Publish Metabox Options */ |
|
1827 |
#post-visibility-select { |
|
1828 |
line-height: 280%; |
|
1829 |
} |
|
1830 |
||
1831 |
.wp-core-ui .save-post-visibility, |
|
1832 |
.wp-core-ui .save-timestamp { |
|
1833 |
vertical-align: middle; |
|
1834 |
margin-right: 15px; |
|
1835 |
} |
|
1836 |
||
1837 |
.timestamp-wrap select#mm { |
|
1838 |
display: block; |
|
1839 |
width: 100%; |
|
1840 |
margin-bottom: 10px; |
|
1841 |
} |
|
1842 |
||
1843 |
.timestamp-wrap #jj, |
|
1844 |
.timestamp-wrap #aa, |
|
1845 |
.timestamp-wrap #hh, |
|
1846 |
.timestamp-wrap #mn { |
|
1847 |
padding: 12px 3px; |
|
1848 |
font-size: 14px; |
|
1849 |
margin-bottom: 5px; |
|
1850 |
width: auto; |
|
1851 |
text-align: center; |
|
1852 |
} |
|
1853 |
||
1854 |
/* Categories Metabox */ |
|
1855 |
ul.category-tabs { |
|
1856 |
margin: 30px 0 15px; |
|
1857 |
} |
|
1858 |
||
1859 |
ul.category-tabs li.tabs { |
|
1860 |
padding: 15px; |
|
1861 |
} |
|
1862 |
||
1863 |
ul.categorychecklist li { |
|
1864 |
margin-bottom: 15px; |
|
1865 |
} |
|
1866 |
||
1867 |
ul.categorychecklist ul { |
|
1868 |
margin-top: 15px; |
|
1869 |
} |
|
1870 |
||
1871 |
.category-add input[type=text], |
|
1872 |
.category-add select { |
|
1873 |
max-width: none; |
|
1874 |
margin-bottom: 15px; |
|
1875 |
} |
|
1876 |
||
1877 |
/* Tags Metabox */ |
|
1878 |
.tagsdiv .newtag { |
|
1879 |
width: 100%; |
|
1880 |
height: auto; |
|
1881 |
margin-bottom: 15px; |
|
1882 |
} |
|
1883 |
||
1884 |
.tagchecklist { |
|
1885 |
margin: 25px 10px; |
|
1886 |
} |
|
1887 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1888 |
.tagchecklist > li { |
5 | 1889 |
font-size: 16px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1890 |
line-height: 1.4; |
5 | 1891 |
} |
1892 |
||
1893 |
/* Discussion */ |
|
1894 |
#commentstatusdiv p { |
|
1895 |
line-height: 2.8; |
|
1896 |
} |
|
1897 |
||
1898 |
/* TinyMCE Adjustments */ |
|
1899 |
.mceToolbar * { |
|
1900 |
white-space: normal !important; |
|
1901 |
} |
|
1902 |
||
1903 |
.mceToolbar tr, |
|
1904 |
.mceToolbar td { |
|
1905 |
float: left !important; |
|
1906 |
} |
|
1907 |
||
1908 |
.wp_themeSkin a.mceButton { |
|
1909 |
width: 30px; |
|
1910 |
height: 30px; |
|
1911 |
} |
|
1912 |
||
1913 |
.wp_themeSkin .mceButton .mceIcon { |
|
1914 |
margin-top: 5px; |
|
1915 |
margin-left: 5px; |
|
1916 |
} |
|
1917 |
||
1918 |
.wp_themeSkin .mceSplitButton { |
|
1919 |
margin-top: 1px; |
|
1920 |
} |
|
1921 |
||
1922 |
.wp_themeSkin .mceSplitButton td a.mceAction { |
|
18 | 1923 |
padding: 6px 3px 6px 6px; |
5 | 1924 |
} |
1925 |
||
1926 |
.wp_themeSkin .mceSplitButton td a.mceOpen, |
|
1927 |
.wp_themeSkin .mceSplitButtonEnabled:hover td a.mceOpen { |
|
1928 |
padding-top: 6px; |
|
1929 |
padding-bottom: 6px; |
|
1930 |
background-position: 1px 6px; |
|
1931 |
} |
|
1932 |
||
1933 |
.wp_themeSkin table.mceListBox { |
|
1934 |
margin: 5px; |
|
1935 |
} |
|
1936 |
||
1937 |
div.quicktags-toolbar input { |
|
1938 |
padding: 10px 20px; |
|
1939 |
} |
|
1940 |
||
1941 |
button.wp-switch-editor { |
|
1942 |
font-size: 16px; |
|
16 | 1943 |
line-height: 1; |
5 | 1944 |
margin: 7px 0 0 7px; |
1945 |
padding: 8px 12px; |
|
1946 |
} |
|
1947 |
||
1948 |
#wp-content-media-buttons a { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1949 |
font-size: 14px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1950 |
padding: 6px 10px; |
5 | 1951 |
} |
1952 |
||
1953 |
.wp-media-buttons span.wp-media-buttons-icon, |
|
1954 |
.wp-media-buttons span.jetpack-contact-form-icon { |
|
1955 |
width: 22px !important; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1956 |
margin-left: -2px !important; |
5 | 1957 |
} |
1958 |
||
1959 |
.wp-media-buttons .add_media span.wp-media-buttons-icon:before, |
|
1960 |
.wp-media-buttons #insert-jetpack-contact-form span.jetpack-contact-form-icon:before { |
|
1961 |
font-size: 20px !important; |
|
1962 |
} |
|
1963 |
||
1964 |
#content_wp_fullscreen { |
|
1965 |
display: none; |
|
1966 |
} |
|
1967 |
||
1968 |
.misc-pub-section { |
|
19 | 1969 |
padding: 20px 10px; |
5 | 1970 |
} |
1971 |
||
1972 |
#delete-action, |
|
1973 |
#publishing-action { |
|
16 | 1974 |
line-height: 3.61538461; |
5 | 1975 |
} |
1976 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1977 |
#publishing-action .spinner { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1978 |
float: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1979 |
margin-top: -2px; /* Half of the Publish button's bottom margin. */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1980 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1981 |
|
5 | 1982 |
/* Moderate Comment */ |
1983 |
.comment-ays th, |
|
1984 |
.comment-ays td { |
|
1985 |
padding-bottom: 0; |
|
1986 |
} |
|
1987 |
||
1988 |
.comment-ays td { |
|
1989 |
padding-top: 6px; |
|
1990 |
} |
|
1991 |
||
1992 |
/* Links */ |
|
1993 |
.links-table #link_rel { |
|
1994 |
max-width: none; |
|
1995 |
} |
|
1996 |
||
1997 |
.links-table th, |
|
1998 |
.links-table td { |
|
1999 |
padding: 10px 0; |
|
2000 |
} |
|
9 | 2001 |
|
18 | 2002 |
.edit-term-notes { |
2003 |
display: none; |
|
2004 |
} |
|
2005 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2006 |
.privacy-text-box { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2007 |
width: auto; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2008 |
} |
9 | 2009 |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2010 |
.privacy-text-box-toc { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2011 |
float: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2012 |
width: auto; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2013 |
height: 100%; |
16 | 2014 |
display: flex; |
2015 |
flex-direction: column; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
2016 |
} |
5 | 2017 |
|
16 | 2018 |
.privacy-text-section .return-to-top { |
2019 |
margin: 2em 0 0; |
|
5 | 2020 |
} |
2021 |
} |