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