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