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