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