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