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