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