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 |
#wpbody-content #dashboard-widgets.columns-1 .postbox-container { |
3 |
width: 100%; |
|
4 |
} |
|
5 |
||
6 |
#wpbody-content #dashboard-widgets.columns-2 .postbox-container { |
|
7 |
width: 49.5%; |
|
8 |
} |
|
9 |
||
10 |
#wpbody-content #dashboard-widgets.columns-2 #postbox-container-2, |
|
11 |
#wpbody-content #dashboard-widgets.columns-2 #postbox-container-3, |
|
12 |
#wpbody-content #dashboard-widgets.columns-2 #postbox-container-4 { |
|
13 |
float: left; |
|
14 |
width: 50.5%; |
|
15 |
} |
|
16 |
||
17 |
#wpbody-content #dashboard-widgets.columns-3 .postbox-container { |
|
18 |
width: 33.5%; |
|
19 |
} |
|
20 |
||
21 |
#wpbody-content #dashboard-widgets.columns-3 #postbox-container-1 { |
|
22 |
width: 33%; |
|
23 |
} |
|
24 |
||
25 |
#wpbody-content #dashboard-widgets.columns-3 #postbox-container-3, |
|
26 |
#wpbody-content #dashboard-widgets.columns-3 #postbox-container-4 { |
|
27 |
float: left; |
|
28 |
} |
|
29 |
||
30 |
#wpbody-content #dashboard-widgets.columns-4 .postbox-container { |
|
31 |
width: 25%; |
|
32 |
} |
|
33 |
||
34 |
#dashboard-widgets .postbox-container { |
|
35 |
width: 25%; |
|
36 |
} |
|
37 |
||
38 |
#dashboard-widgets-wrap .columns-3 #postbox-container-4 .empty-container { |
|
39 |
border: none !important; |
|
40 |
} |
|
41 |
||
42 |
#dashboard-widgets-wrap { |
|
43 |
overflow: hidden; |
|
44 |
margin: 0 -8px; |
|
45 |
} |
|
46 |
||
47 |
#dashboard-widgets .postbox .inside { |
|
48 |
margin-bottom: 0; |
|
49 |
} |
|
50 |
||
51 |
#dashboard-widgets .meta-box-sortables { |
|
16 | 52 |
display: flow-root; /* avoid margin collapsing between parent and first/last child elements */ |
53 |
/* Required min-height to make the jQuery UI Sortable drop zone work. */ |
|
5 | 54 |
min-height: 100px; |
16 | 55 |
margin: 0 8px 20px; |
5 | 56 |
} |
57 |
||
16 | 58 |
#dashboard-widgets .postbox-container .empty-container { |
18 | 59 |
outline: 3px dashed #c3c4c7; |
16 | 60 |
height: 250px; |
61 |
} |
|
62 |
||
63 |
/* Only highlight drop zones when dragging and only in the 2 columns layout. */ |
|
64 |
.is-dragging-metaboxes #dashboard-widgets .meta-box-sortables { |
|
18 | 65 |
outline: 3px dashed #646970; |
16 | 66 |
/* Prevent margin on the child from collapsing with margin on the parent. */ |
67 |
display: flow-root; |
|
68 |
} |
|
69 |
||
70 |
#dashboard-widgets .postbox-container .empty-container:after { |
|
71 |
content: attr(data-emptystring); |
|
72 |
margin: auto; |
|
73 |
position: absolute; |
|
74 |
top: 50%; |
|
75 |
right: 0; |
|
76 |
left: 0; |
|
77 |
transform: translateY( -50% ); |
|
78 |
padding: 0 2em; |
|
79 |
text-align: center; |
|
18 | 80 |
color: #646970; |
16 | 81 |
font-size: 16px; |
82 |
line-height: 1.5; |
|
83 |
display: none; |
|
84 |
} |
|
85 |
||
86 |
||
5 | 87 |
/* @todo: this was originally in this section, but likely belongs elsewhere */ |
88 |
#the-comment-list td.comment p.comment-author { |
|
89 |
margin-top: 0; |
|
90 |
margin-right: 0; |
|
91 |
} |
|
92 |
||
93 |
#the-comment-list p.comment-author img { |
|
94 |
float: right; |
|
95 |
margin-left: 8px; |
|
96 |
} |
|
97 |
||
98 |
#the-comment-list p.comment-author strong a { |
|
99 |
border: none; |
|
100 |
} |
|
101 |
||
102 |
#the-comment-list td { |
|
103 |
vertical-align: top; |
|
104 |
} |
|
105 |
||
106 |
#the-comment-list td.comment { |
|
107 |
word-wrap: break-word; |
|
108 |
} |
|
109 |
||
110 |
#the-comment-list td.comment img { |
|
111 |
max-width: 100%; |
|
112 |
} |
|
113 |
||
19 | 114 |
/* Screen meta exception for when the "Dashboard" heading is missing or located below the Welcome Panel. */ |
115 |
.index-php #screen-meta-links { |
|
116 |
margin: 0 0 8px 20px; |
|
117 |
} |
|
118 |
||
5 | 119 |
/* Welcome Panel */ |
9 | 120 |
.welcome-panel { |
5 | 121 |
position: relative; |
122 |
overflow: auto; |
|
123 |
margin: 16px 0; |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
124 |
background-color: #151515; |
19 | 125 |
font-size: 14px; |
126 |
line-height: 1.3; |
|
127 |
clear: both; |
|
5 | 128 |
} |
129 |
||
9 | 130 |
.welcome-panel h2 { |
5 | 131 |
margin: 0; |
19 | 132 |
font-size: 48px; |
133 |
font-weight: 600; |
|
134 |
line-height: 1.25; |
|
5 | 135 |
} |
136 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
137 |
.welcome-panel h3 { |
19 | 138 |
margin: 0; |
139 |
font-size: 20px; |
|
140 |
font-weight: 400; |
|
141 |
line-height: 1.4; |
|
5 | 142 |
} |
143 |
||
9 | 144 |
.welcome-panel p { |
19 | 145 |
font-size: inherit; |
146 |
line-height: inherit; |
|
147 |
} |
|
148 |
||
149 |
.welcome-panel-header { |
|
150 |
position: relative; |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
151 |
color: #fff; |
5 | 152 |
} |
153 |
||
19 | 154 |
.welcome-panel-header-image { |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
155 |
position: absolute !important; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
156 |
top: 0; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
157 |
left: 0; |
19 | 158 |
bottom: 0; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
159 |
right: 0; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
160 |
z-index: 0 !important; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
161 |
overflow: hidden; |
19 | 162 |
} |
163 |
||
164 |
.welcome-panel-header-image svg { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
165 |
display: block; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
166 |
margin: auto; |
19 | 167 |
width: 100%; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
168 |
height: 100%; |
19 | 169 |
} |
170 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
171 |
.rtl .welcome-panel-header-image svg { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
172 |
transform: scaleX(-1); |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
173 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
174 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
175 |
.welcome-panel-header * { |
19 | 176 |
color: inherit; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
177 |
position: relative; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
178 |
z-index: 1; |
19 | 179 |
} |
180 |
||
181 |
.welcome-panel-header a:focus, |
|
182 |
.welcome-panel-header a:hover { |
|
183 |
color: inherit; |
|
5 | 184 |
text-decoration: none; |
185 |
} |
|
186 |
||
19 | 187 |
.welcome-panel-header a:focus, |
188 |
.welcome-panel .welcome-panel-close:focus { |
|
189 |
outline-color: currentColor; |
|
190 |
outline-offset: 1px; |
|
191 |
box-shadow: none; |
|
192 |
} |
|
193 |
||
194 |
.welcome-panel-header p { |
|
195 |
margin: 0.5em 0 0; |
|
196 |
font-size: 20px; |
|
197 |
line-height: 1.4; |
|
5 | 198 |
} |
199 |
||
9 | 200 |
.welcome-panel .welcome-panel-close { |
5 | 201 |
position: absolute; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
202 |
top: 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
203 |
left: 10px; |
19 | 204 |
padding: 10px 24px 10px 15px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
205 |
font-size: 13px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
206 |
line-height: 1.23076923; /* Chrome rounding, needs to be 16px equivalent */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
207 |
text-decoration: none; |
19 | 208 |
z-index: 1; /* Raise above the version image. */ |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
209 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
210 |
|
9 | 211 |
.welcome-panel .welcome-panel-close:before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
212 |
position: absolute; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
213 |
top: 8px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
214 |
right: 0; |
5 | 215 |
transition: all .1s ease-in-out; |
19 | 216 |
content: '\f335'; |
217 |
font-size: 24px; |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
218 |
color: #fff; |
19 | 219 |
} |
220 |
||
221 |
.welcome-panel .welcome-panel-close { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
222 |
color: #fff; |
5 | 223 |
} |
224 |
||
19 | 225 |
.welcome-panel .welcome-panel-close:hover, |
226 |
.welcome-panel .welcome-panel-close:focus, |
|
227 |
.welcome-panel .welcome-panel-close:hover::before, |
|
228 |
.welcome-panel .welcome-panel-close:focus::before { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
229 |
color: #fff972; |
19 | 230 |
} |
231 |
||
232 |
/* @deprecated 5.9.0 -- Button removed from panel. */ |
|
5 | 233 |
.wp-core-ui .welcome-panel .button.button-hero { |
234 |
margin: 15px 0 3px 13px; |
|
235 |
padding: 12px 36px; |
|
236 |
height: auto; |
|
237 |
line-height: 1.4285714; |
|
238 |
white-space: normal; |
|
239 |
} |
|
240 |
||
9 | 241 |
.welcome-panel-content { |
19 | 242 |
min-height: 400px; |
243 |
display: flex; |
|
244 |
flex-direction: column; |
|
245 |
justify-content: space-between; |
|
246 |
} |
|
247 |
||
248 |
.welcome-panel-header { |
|
249 |
box-sizing: border-box; |
|
250 |
margin-right: auto; |
|
251 |
margin-left: auto; |
|
5 | 252 |
max-width: 1500px; |
19 | 253 |
width: 100%; |
254 |
padding: 48px 48px 80px 0; |
|
5 | 255 |
} |
256 |
||
257 |
.welcome-panel .welcome-panel-column-container { |
|
19 | 258 |
box-sizing: border-box; |
259 |
width: 100%; |
|
5 | 260 |
clear: both; |
19 | 261 |
display: grid; |
262 |
z-index: 1; |
|
263 |
padding: 48px; |
|
264 |
grid-template-columns: repeat(3, 1fr); |
|
265 |
gap: 32px; |
|
266 |
align-self: flex-end; |
|
267 |
background: #fff; |
|
5 | 268 |
} |
269 |
||
19 | 270 |
[class*="welcome-panel-icon"] { |
271 |
height: 60px; |
|
272 |
width: 60px; |
|
273 |
background-position: center; |
|
274 |
background-size: 24px 24px; |
|
275 |
background-repeat: no-repeat; |
|
276 |
border-radius: 100%; |
|
5 | 277 |
} |
278 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
279 |
.welcome-panel-column > svg { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
280 |
margin-top: 4px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
281 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
282 |
|
19 | 283 |
.welcome-panel-column { |
284 |
display: grid; |
|
285 |
grid-template-columns: min-content 1fr; |
|
286 |
gap: 24px; |
|
287 |
} |
|
288 |
||
289 |
.welcome-panel-icon-pages { |
|
290 |
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M7 13.8h6v-1.5H7v1.5zM18 16V4c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2zM5.5 16V4c0-.3.2-.5.5-.5h10c.3 0 .5.2.5.5v12c0 .3-.2.5-.5.5H6c-.3 0-.5-.2-.5-.5zM7 10.5h8V9H7v1.5zm0-3.3h8V5.8H7v1.4zM20.2 6v13c0 .7-.6 1.2-1.2 1.2H8v1.5h11c1.5 0 2.7-1.2 2.7-2.8V6h-1.5z' /%3E%3C/svg%3E"); |
|
5 | 291 |
} |
292 |
||
19 | 293 |
.welcome-panel-icon-layout { |
294 |
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18 5.5H6a.5.5 0 00-.5.5v3h13V6a.5.5 0 00-.5-.5zm.5 5H10v8h8a.5.5 0 00.5-.5v-7.5zm-10 0h-3V18a.5.5 0 00.5.5h2.5v-8zM6 4h12a2 2 0 012 2v12a2 2 0 01-2 2H6a2 2 0 01-2-2V6a2 2 0 012-2z' /%3E%3C/svg%3E"); |
|
7
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 |
|
19 | 297 |
.welcome-panel-icon-styles { |
298 |
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M12 4c-4.4 0-8 3.6-8 8v.1c0 4.1 3.2 7.5 7.2 7.9h.8c4.4 0 8-3.6 8-8s-3.6-8-8-8zm0 15V5c3.9 0 7 3.1 7 7s-3.1 7-7 7z' /%3E%3C/svg%3E"); |
|
299 |
} |
|
300 |
||
301 |
/* @deprecated 5.9.0 -- Section removed from welcome panel. */ |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
302 |
.welcome-panel .welcome-widgets-menus { |
16 | 303 |
line-height: 1.14285714; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
304 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
305 |
|
19 | 306 |
/* @deprecated 5.9.0 -- Lists removed from welcome panel. */ |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
307 |
.welcome-panel .welcome-panel-column ul { |
9 | 308 |
margin: 0.8em 0 1em 1em; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
309 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
310 |
|
19 | 311 |
/* @deprecated 5.9.0 -- Lists removed from welcome panel. */ |
312 |
.welcome-panel li { |
|
313 |
font-size: 14px; |
|
314 |
} |
|
315 |
||
316 |
/* @deprecated 5.9.0 -- Lists removed from welcome panel. */ |
|
317 |
.welcome-panel li a { |
|
318 |
text-decoration: none; |
|
319 |
} |
|
320 |
||
321 |
/* @deprecated 5.9.0 -- Lists removed from welcome panel. */ |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
322 |
.welcome-panel .welcome-panel-column li { |
16 | 323 |
line-height: 1.14285714; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
324 |
list-style-type: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
325 |
padding: 0 0 8px; |
5 | 326 |
} |
327 |
||
19 | 328 |
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ |
5 | 329 |
.welcome-panel .welcome-icon { |
330 |
background: transparent !important; |
|
331 |
} |
|
332 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
333 |
/* Welcome Panel and Right Now common Icons style */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
334 |
|
19 | 335 |
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
336 |
.welcome-panel .welcome-icon:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
337 |
#dashboard_right_now li a:before, |
16 | 338 |
#dashboard_right_now li span:before, |
339 |
#dashboard_right_now .search-engines-info:before { |
|
18 | 340 |
color: #646970; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
341 |
font: normal 20px/1 dashicons; |
18 | 342 |
speak: never; |
5 | 343 |
display: inline-block; |
344 |
padding: 0 0 0 10px; |
|
345 |
position: relative; |
|
346 |
-webkit-font-smoothing: antialiased; |
|
347 |
-moz-osx-font-smoothing: grayscale; |
|
348 |
text-decoration: none !important; |
|
349 |
vertical-align: top; |
|
350 |
} |
|
351 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
352 |
/* Welcome Panel specific Icons styles */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
353 |
|
19 | 354 |
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ |
5 | 355 |
.welcome-panel .welcome-write-blog:before, |
356 |
.welcome-panel .welcome-edit-page:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
357 |
content: "\f119"; |
5 | 358 |
top: -3px; |
359 |
} |
|
360 |
||
19 | 361 |
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ |
5 | 362 |
.welcome-panel .welcome-add-page:before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
363 |
content: "\f132"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
364 |
top: -1px; |
5 | 365 |
} |
366 |
||
19 | 367 |
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ |
9 | 368 |
.welcome-panel .welcome-setup-home:before { |
369 |
content: "\f102"; |
|
370 |
top: -1px; |
|
371 |
} |
|
372 |
||
19 | 373 |
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ |
5 | 374 |
.welcome-panel .welcome-view-site:before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
375 |
content: "\f115"; |
5 | 376 |
top: -2px; |
377 |
} |
|
378 |
||
19 | 379 |
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ |
5 | 380 |
.welcome-panel .welcome-widgets-menus:before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
381 |
content: "\f116"; |
5 | 382 |
top: -2px; |
383 |
} |
|
384 |
||
19 | 385 |
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ |
16 | 386 |
.welcome-panel .welcome-widgets:before { |
387 |
content: "\f538"; |
|
388 |
top: -2px; |
|
389 |
} |
|
390 |
||
19 | 391 |
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ |
16 | 392 |
.welcome-panel .welcome-menus:before { |
393 |
content: "\f163"; |
|
394 |
top: -2px; |
|
395 |
} |
|
396 |
||
19 | 397 |
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ |
5 | 398 |
.welcome-panel .welcome-comments:before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
399 |
content: "\f117"; |
5 | 400 |
top: -1px; |
401 |
} |
|
402 |
||
19 | 403 |
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ |
5 | 404 |
.welcome-panel .welcome-learn-more:before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
405 |
content: "\f118"; |
5 | 406 |
top: -1px; |
407 |
} |
|
408 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
409 |
/* Right Now specific Icons styles */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
410 |
|
16 | 411 |
#dashboard_right_now .search-engines-info:before, |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
412 |
#dashboard_right_now li a:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
413 |
#dashboard_right_now li > span:before { /* get only the first level span to exclude screen-reader-text in mu-storage */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
414 |
content: "\f159"; /* generic icon for items added by CPTs ? */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
415 |
padding: 0 0 0 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
416 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
417 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
418 |
#dashboard_right_now .page-count a:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
419 |
#dashboard_right_now .page-count span:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
420 |
content: "\f105"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
421 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
422 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
423 |
#dashboard_right_now .post-count a:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
424 |
#dashboard_right_now .post-count span:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
425 |
content: "\f109"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
426 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
427 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
428 |
#dashboard_right_now .comment-count a:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
429 |
content: "\f101"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
430 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
431 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
432 |
#dashboard_right_now .comment-mod-count a:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
433 |
content: "\f125"; |
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 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
436 |
#dashboard_right_now .storage-count a:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
437 |
content: "\f104"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
438 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
439 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
440 |
#dashboard_right_now .storage-count.warning a:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
441 |
content: "\f153"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
442 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
443 |
|
16 | 444 |
#dashboard_right_now .search-engines-info:before { |
445 |
content: "\f348"; |
|
446 |
} |
|
447 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
448 |
/* Dashboard WordPress events */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
449 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
450 |
.community-events-errors { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
451 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
452 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
453 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
454 |
.community-events-loading { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
455 |
padding: 10px 12px 8px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
456 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
457 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
458 |
.community-events { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
459 |
margin-bottom: 6px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
460 |
padding: 0 12px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
461 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
462 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
463 |
.community-events .spinner { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
464 |
float: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
465 |
margin: 5px 2px 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
466 |
vertical-align: top; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
467 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
468 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
469 |
.community-events-errors[aria-hidden="true"], |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
470 |
.community-events-errors [aria-hidden="true"], |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
471 |
.community-events-loading[aria-hidden="true"], |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
472 |
.community-events[aria-hidden="true"], |
19 | 473 |
.community-events form[aria-hidden="true"] { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
474 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
475 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
476 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
477 |
.community-events .activity-block:first-child, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
478 |
.community-events h2 { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
479 |
padding-top: 12px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
480 |
padding-bottom: 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
481 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
482 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
483 |
.community-events-form { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
484 |
margin: 15px 0 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
485 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
486 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
487 |
.community-events-form .regular-text { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
488 |
width: 40%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
489 |
height: 29px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
490 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
491 |
vertical-align: top; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
492 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
493 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
494 |
.community-events li.event-none { |
18 | 495 |
border-right: 4px solid #72aee6; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
496 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
497 |
|
16 | 498 |
#dashboard-widgets .community-events li.event-none a { |
499 |
text-decoration: underline; |
|
500 |
} |
|
501 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
502 |
.community-events-form label { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
503 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
504 |
vertical-align: top; |
16 | 505 |
line-height: 2.15384615; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
506 |
height: 28px; |
5 | 507 |
} |
508 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
509 |
.community-events .activity-block > p { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
510 |
margin-bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
511 |
display: inline; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
512 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
513 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
514 |
.community-events-toggle-location { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
515 |
vertical-align: middle; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
516 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
517 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
518 |
#community-events-submit { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
519 |
margin-right: 3px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
520 |
margin-left: 3px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
521 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
522 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
523 |
/* Needs higher specificity than #dashboard-widgets .button-link */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
524 |
#dashboard-widgets .community-events-cancel.button-link { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
525 |
vertical-align: top; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
526 |
/* Same properties as the submit button for cross-browsers alignment. */ |
16 | 527 |
line-height: 2; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
528 |
height: 28px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
529 |
text-decoration: underline; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
530 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
531 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
532 |
.community-events ul { |
18 | 533 |
background-color: #f6f7f7; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
534 |
padding-right: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
535 |
padding-left: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
536 |
padding-bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
537 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
538 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
539 |
.community-events li { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
540 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
541 |
padding: 8px 12px; |
18 | 542 |
color: #2c3338; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
543 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
544 |
.community-events li:first-child { |
18 | 545 |
border-top: 1px solid #f0f0f1; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
546 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
547 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
548 |
.community-events li ~ li { |
18 | 549 |
border-top: 1px solid #f0f0f1; |
5 | 550 |
} |
551 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
552 |
.community-events .activity-block.last { |
18 | 553 |
border-bottom: 1px solid #f0f0f1; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
554 |
padding-top: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
555 |
margin-top: -1px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
556 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
557 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
558 |
.community-events .event-info { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
559 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
560 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
561 |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
562 |
.community-events .ce-separator::before { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
563 |
content: "\2022"; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
564 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
565 |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
566 |
.event-icon { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
567 |
height: 18px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
568 |
padding-left: 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
569 |
width: 18px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
570 |
display: none; /* Hide on smaller screens */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
571 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
572 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
573 |
.event-icon:before { |
18 | 574 |
color: #646970; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
575 |
font-size: 18px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
576 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
577 |
.event-meetup .event-icon:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
578 |
content: "\f484"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
579 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
580 |
.event-wordcamp .event-icon:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
581 |
content: "\f486"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
582 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
583 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
584 |
.community-events .event-title { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
585 |
font-weight: 600; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
586 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
587 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
588 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
589 |
.community-events .event-date, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
590 |
.community-events .event-time { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
591 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
592 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
593 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
594 |
.community-events-footer { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
595 |
margin-top: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
596 |
margin-bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
597 |
padding: 12px; |
18 | 598 |
border-top: 1px solid #f0f0f1; |
599 |
color: #dcdcde; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
600 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
601 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
602 |
/* Safari 10 + VoiceOver specific: without this, the hidden text gets read out before the link. */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
603 |
.community-events-footer .screen-reader-text { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
604 |
height: inherit; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
605 |
white-space: nowrap; |
5 | 606 |
} |
607 |
||
608 |
/* Dashboard WordPress news */ |
|
609 |
||
610 |
#dashboard_primary .inside { |
|
611 |
margin: 0; |
|
612 |
padding: 0; |
|
613 |
} |
|
614 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
615 |
#dashboard_primary .widget-loading { |
5 | 616 |
padding: 12px 12px 0; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
617 |
margin-bottom: 1em !important; /* Needs to override `.postbox .inside > p:last-child` in common.css */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
618 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
619 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
620 |
/* Notice when JS is off. */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
621 |
#dashboard_primary .inside .notice { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
622 |
margin: 0; |
5 | 623 |
} |
624 |
||
625 |
body #dashboard-widgets .postbox form .submit { |
|
626 |
margin: 0; |
|
627 |
} |
|
628 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
629 |
/* Used only for configurable widgets. */ |
5 | 630 |
.dashboard-widget-control-form p { |
631 |
margin-top: 0; |
|
632 |
} |
|
633 |
||
634 |
.rssSummary { |
|
18 | 635 |
color: #646970; |
5 | 636 |
margin-top: 4px; |
637 |
} |
|
638 |
||
639 |
#dashboard_primary .rss-widget { |
|
640 |
font-size: 13px; |
|
19 | 641 |
padding: 0 12px; |
5 | 642 |
} |
643 |
||
644 |
#dashboard_primary .rss-widget:last-child { |
|
645 |
border-bottom: none; |
|
646 |
padding-bottom: 8px; |
|
647 |
} |
|
648 |
||
649 |
#dashboard_primary .rss-widget a { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
650 |
font-weight: 400; |
5 | 651 |
} |
652 |
||
653 |
#dashboard_primary .rss-widget span, |
|
654 |
#dashboard_primary .rss-widget span.rss-date { |
|
18 | 655 |
color: #646970; |
5 | 656 |
} |
657 |
||
658 |
#dashboard_primary .rss-widget span.rss-date { |
|
659 |
margin-right: 12px; |
|
660 |
} |
|
661 |
||
662 |
#dashboard_primary .rss-widget ul li { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
663 |
padding: 4px 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
664 |
margin: 0; |
5 | 665 |
} |
666 |
||
667 |
/* Dashboard right now */ |
|
668 |
||
669 |
#dashboard_right_now ul { |
|
670 |
margin: 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
671 |
/* contain floats but don't use overflow: hidden */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
672 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
673 |
width: 100%; |
5 | 674 |
} |
675 |
||
676 |
#dashboard_right_now li { |
|
677 |
width: 50%; |
|
678 |
float: right; |
|
679 |
margin-bottom: 10px; |
|
680 |
} |
|
681 |
||
682 |
#dashboard_right_now .inside { |
|
683 |
padding: 0; |
|
684 |
} |
|
685 |
||
686 |
#dashboard_right_now .main { |
|
687 |
padding: 0 12px 11px; |
|
688 |
} |
|
689 |
||
690 |
#dashboard_right_now .main p { |
|
691 |
margin: 0; |
|
692 |
} |
|
693 |
||
694 |
#dashboard_right_now #wp-version-message .button { |
|
695 |
float: left; |
|
696 |
position: relative; |
|
697 |
top: -5px; |
|
698 |
margin-right: 5px; |
|
699 |
} |
|
700 |
||
16 | 701 |
#dashboard_right_now p.search-engines-info { |
702 |
margin: 1em 0; |
|
703 |
} |
|
704 |
||
5 | 705 |
.mu-storage { |
706 |
overflow: hidden; |
|
707 |
} |
|
708 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
709 |
#dashboard-widgets h3.mu-storage { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
710 |
margin: 0 0 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
711 |
padding: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
712 |
font-size: 14px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
713 |
font-weight: 400; |
5 | 714 |
} |
715 |
||
22
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
21
diff
changeset
|
716 |
#network_dashboard_right_now p input { |
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
21
diff
changeset
|
717 |
margin: 2px 1px; |
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
21
diff
changeset
|
718 |
vertical-align: middle; |
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
21
diff
changeset
|
719 |
} |
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
21
diff
changeset
|
720 |
|
5 | 721 |
/* Dashboard right now - Colors */ |
722 |
||
723 |
#dashboard_right_now .sub { |
|
18 | 724 |
color: #50575e; |
725 |
background: #f6f7f7; |
|
726 |
border-top: 1px solid #f0f0f1; |
|
19 | 727 |
padding: 10px 12px 6px; |
5 | 728 |
} |
729 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
730 |
#dashboard_right_now .sub h3 { |
18 | 731 |
color: #50575e; |
5 | 732 |
} |
733 |
||
734 |
#dashboard_right_now .sub p { |
|
735 |
margin: 0 0 1em; |
|
736 |
} |
|
737 |
||
738 |
#dashboard_right_now .warning a:before, |
|
739 |
#dashboard_right_now .warning span:before { |
|
18 | 740 |
color: #d63638; |
5 | 741 |
} |
742 |
||
743 |
/* Dashboard Quick Draft */ |
|
744 |
||
745 |
#dashboard_quick_press .inside { |
|
746 |
margin: 0; |
|
747 |
padding: 0; |
|
748 |
} |
|
749 |
||
750 |
#dashboard_quick_press div.updated { |
|
751 |
margin-bottom: 10px; |
|
18 | 752 |
border: 1px solid #f0f0f1; |
5 | 753 |
border-width: 1px 0 1px 1px; |
754 |
} |
|
755 |
||
756 |
#dashboard_quick_press form { |
|
757 |
margin: 12px; |
|
758 |
} |
|
759 |
||
9 | 760 |
#dashboard_quick_press .drafts { |
5 | 761 |
padding: 10px 0 0; |
762 |
} |
|
763 |
||
764 |
/* Dashboard Quick Draft - Form styling */ |
|
765 |
||
9 | 766 |
#dashboard_quick_press label { |
767 |
display: inline-block; |
|
768 |
margin-bottom: 4px; |
|
5 | 769 |
} |
770 |
||
771 |
#dashboard_quick_press input, |
|
772 |
#dashboard_quick_press textarea { |
|
773 |
box-sizing: border-box; |
|
774 |
margin: 0; |
|
775 |
} |
|
776 |
||
777 |
#dashboard-widgets .postbox form .submit { |
|
778 |
margin: -39px 0; |
|
779 |
float: left; |
|
780 |
} |
|
781 |
||
782 |
#description-wrap { |
|
783 |
margin-top: 12px; |
|
784 |
} |
|
785 |
||
786 |
#quick-press textarea#content { |
|
787 |
min-height: 90px; |
|
788 |
max-height: 1300px; |
|
9 | 789 |
margin: 0 0 8px; |
790 |
padding: 6px 7px; |
|
5 | 791 |
resize: none; |
792 |
} |
|
793 |
||
794 |
/* Dashboard Quick Draft - Drafts list */ |
|
795 |
||
796 |
.js #dashboard_quick_press .drafts { |
|
18 | 797 |
border-top: 1px solid #f0f0f1; |
5 | 798 |
} |
799 |
||
800 |
#dashboard_quick_press .drafts abbr { |
|
801 |
border: none; |
|
802 |
} |
|
803 |
||
804 |
#dashboard_quick_press .drafts .view-all { |
|
805 |
float: left; |
|
806 |
margin: 0 0 0 12px; |
|
807 |
} |
|
808 |
||
809 |
#dashboard_primary a.rsswidget { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
810 |
font-weight: 400; |
5 | 811 |
} |
812 |
||
813 |
#dashboard_quick_press .drafts ul { |
|
814 |
margin: 0 12px; |
|
815 |
} |
|
816 |
||
817 |
#dashboard_quick_press .drafts li { |
|
818 |
margin-bottom: 1em; |
|
819 |
} |
|
820 |
#dashboard_quick_press .drafts li time { |
|
18 | 821 |
color: #646970; |
5 | 822 |
} |
823 |
||
824 |
#dashboard_quick_press .drafts p { |
|
825 |
margin: 0; |
|
826 |
word-wrap: break-word; |
|
827 |
} |
|
828 |
||
829 |
#dashboard_quick_press .draft-title { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
830 |
word-wrap: break-word; |
5 | 831 |
} |
832 |
||
833 |
#dashboard_quick_press .draft-title a, |
|
834 |
#dashboard_quick_press .draft-title time { |
|
835 |
margin: 0 0 0 5px; |
|
836 |
} |
|
837 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
838 |
/* Dashboard common styles */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
839 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
840 |
#dashboard-widgets h4, /* Back-compat for pre-4.4 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
841 |
#dashboard-widgets h3, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
842 |
#dashboard_quick_press .drafts h2 { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
843 |
margin: 0 12px 8px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
844 |
padding: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
845 |
font-size: 14px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
846 |
font-weight: 400; |
18 | 847 |
color: #1d2327; |
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 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
850 |
#dashboard_quick_press .drafts h2 { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
851 |
line-height: inherit; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
852 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
853 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
854 |
#dashboard-widgets .inside h4, /* Back-compat for pre-4.4 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
855 |
#dashboard-widgets .inside h3 { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
856 |
margin-right: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
857 |
margin-left: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
858 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
859 |
|
5 | 860 |
/* Dashboard activity widget */ |
861 |
||
862 |
#dashboard_activity .comment-meta span.approve:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
863 |
content: "\f227"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
864 |
font: 20px/.5 dashicons; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
865 |
margin-right: 5px; |
5 | 866 |
vertical-align: middle; |
867 |
position: relative; |
|
868 |
top: -1px; |
|
869 |
margin-left: 2px; |
|
870 |
} |
|
871 |
||
872 |
#dashboard_activity .inside { |
|
873 |
margin: 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
874 |
padding-bottom: 0; |
5 | 875 |
} |
876 |
||
877 |
#dashboard_activity .no-activity { |
|
878 |
overflow: hidden; |
|
16 | 879 |
padding: 12px 0; |
5 | 880 |
text-align: center; |
881 |
} |
|
882 |
||
883 |
#dashboard_activity .no-activity p { |
|
18 | 884 |
color: #646970; |
5 | 885 |
font-size: 16px; |
886 |
} |
|
887 |
||
888 |
#dashboard_activity .subsubsub { |
|
889 |
float: none; |
|
18 | 890 |
border-top: 1px solid #f0f0f1; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
891 |
margin: 0 -12px; |
5 | 892 |
padding: 8px 12px 4px; |
893 |
} |
|
894 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
895 |
#dashboard_activity .subsubsub a .count, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
896 |
#dashboard_activity .subsubsub a.current .count { |
18 | 897 |
color: #646970; /* white background on the dashboard but #f0f0f1 on list tables */ |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
898 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
899 |
|
5 | 900 |
#future-posts ul, |
901 |
#published-posts ul { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
902 |
margin: 8px -12px 0 -12px; |
5 | 903 |
} |
904 |
||
905 |
#future-posts li, |
|
906 |
#published-posts li { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
907 |
display: grid; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
908 |
grid-template-columns: clamp(160px, calc(2vw + 140px), 200px) auto; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
909 |
column-gap: 10px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
910 |
color: #646970; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
911 |
padding: 4px 12px; |
5 | 912 |
} |
913 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
914 |
#future-posts li:nth-child(odd), |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
915 |
#published-posts li:nth-child(odd) { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
916 |
background-color: #f6f7f7; |
5 | 917 |
} |
918 |
||
919 |
.activity-block { |
|
18 | 920 |
border-bottom: 1px solid #f0f0f1; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
921 |
margin: 0 -12px 6px -12px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
922 |
padding: 8px 12px 4px; |
5 | 923 |
} |
924 |
||
925 |
.activity-block:last-child { |
|
926 |
border-bottom: none; |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
927 |
margin-bottom: 0; |
5 | 928 |
} |
929 |
||
930 |
.activity-block .subsubsub li { |
|
18 | 931 |
color: #dcdcde; |
5 | 932 |
} |
933 |
||
934 |
/* Dashboard activity widget - Comments */ |
|
935 |
/* @todo: needs serious de-duplication */ |
|
936 |
||
937 |
#activity-widget #the-comment-list tr.undo, |
|
938 |
#activity-widget #the-comment-list div.undo { |
|
939 |
background: none; |
|
940 |
padding: 6px 0; |
|
941 |
margin-right: 12px; |
|
942 |
} |
|
943 |
||
944 |
#activity-widget #the-comment-list .comment-item { |
|
18 | 945 |
background: #f6f7f7; |
5 | 946 |
padding: 12px; |
947 |
position: relative; |
|
948 |
} |
|
949 |
||
950 |
#activity-widget #the-comment-list .avatar { |
|
951 |
position: absolute; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
952 |
top: 12px; |
5 | 953 |
} |
954 |
||
16 | 955 |
#activity-widget #the-comment-list .dashboard-comment-wrap.has-avatar { |
5 | 956 |
padding-right: 63px; |
957 |
} |
|
958 |
||
959 |
#activity-widget #the-comment-list .dashboard-comment-wrap blockquote { |
|
960 |
margin: 1em 0; |
|
961 |
} |
|
962 |
||
963 |
#activity-widget #the-comment-list .comment-item p.row-actions { |
|
19 | 964 |
margin: 4px 0 0; |
5 | 965 |
} |
966 |
||
967 |
#activity-widget #the-comment-list .comment-item:first-child { |
|
18 | 968 |
border-top: 1px solid #f0f0f1; |
5 | 969 |
} |
970 |
||
971 |
#activity-widget #the-comment-list .unapproved { |
|
18 | 972 |
background-color: #fcf9e8; |
5 | 973 |
} |
974 |
||
975 |
#activity-widget #the-comment-list .unapproved:before { |
|
976 |
content: ""; |
|
977 |
display: block; |
|
978 |
position: absolute; |
|
979 |
right: 0; |
|
980 |
top: 0; |
|
981 |
bottom: 0; |
|
18 | 982 |
background: #d63638; |
5 | 983 |
width: 4px; |
984 |
} |
|
985 |
||
986 |
#activity-widget #the-comment-list .spam-undo-inside .avatar, |
|
987 |
#activity-widget #the-comment-list .trash-undo-inside .avatar { |
|
988 |
position: relative; |
|
989 |
top: 0; |
|
990 |
} |
|
991 |
||
992 |
/* Browse happy box */ |
|
993 |
||
994 |
#dashboard-widgets #dashboard_browser_nag.postbox .inside { |
|
995 |
margin: 10px; |
|
996 |
} |
|
997 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
998 |
.postbox .button-link .edit-box { |
5 | 999 |
display: none; |
1000 |
} |
|
1001 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1002 |
.edit-box { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1003 |
opacity: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1004 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1005 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1006 |
.hndle:hover .edit-box, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1007 |
.edit-box:focus { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1008 |
opacity: 1; |
5 | 1009 |
} |
1010 |
||
1011 |
#dashboard-widgets form .input-text-wrap input { |
|
1012 |
width: 100%; |
|
1013 |
} |
|
1014 |
||
1015 |
#dashboard-widgets form .textarea-wrap textarea { |
|
1016 |
width: 100%; |
|
1017 |
} |
|
1018 |
||
1019 |
#dashboard-widgets .postbox form .submit { |
|
1020 |
float: none; |
|
1021 |
margin: .5em 0 0; |
|
1022 |
padding: 0; |
|
1023 |
border: none; |
|
1024 |
} |
|
1025 |
||
1026 |
#dashboard-widgets-wrap #dashboard-widgets .postbox form .submit #publish { |
|
1027 |
min-width: 0; |
|
1028 |
} |
|
1029 |
||
16 | 1030 |
#dashboard-widgets li a, |
1031 |
#dashboard-widgets .button-link, |
|
1032 |
.community-events-footer a { |
|
5 | 1033 |
text-decoration: none; |
1034 |
} |
|
1035 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1036 |
#dashboard-widgets h2 a { |
5 | 1037 |
text-decoration: underline; |
1038 |
} |
|
1039 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1040 |
#dashboard-widgets .hndle .postbox-title-action { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1041 |
float: left; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1042 |
line-height: 1.2; |
5 | 1043 |
} |
1044 |
||
1045 |
#dashboard_plugins h5 { |
|
1046 |
font-size: 14px; |
|
1047 |
} |
|
1048 |
||
1049 |
/* Recent Comments */ |
|
1050 |
||
1051 |
#latest-comments #the-comment-list { |
|
1052 |
position: relative; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1053 |
margin: 0 -12px; |
5 | 1054 |
} |
1055 |
||
1056 |
#activity-widget #the-comment-list .comment, |
|
1057 |
#activity-widget #the-comment-list .pingback { |
|
1058 |
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06); |
|
1059 |
} |
|
1060 |
||
1061 |
#activity-widget .comments #the-comment-list .alt { |
|
1062 |
background-color: transparent; |
|
1063 |
} |
|
1064 |
||
1065 |
#activity-widget #latest-comments #the-comment-list .comment-item { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1066 |
/* the row-actions paragraph is output only for users with 'edit_comment' capabilities, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1067 |
for other users this needs a min height equal to the gravatar image */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1068 |
min-height: 50px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1069 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1070 |
padding: 12px; |
5 | 1071 |
} |
1072 |
||
1073 |
#latest-comments #the-comment-list .pingback { |
|
1074 |
padding-right: 12px !important; |
|
1075 |
} |
|
1076 |
||
1077 |
#latest-comments #the-comment-list .comment-item:first-child { |
|
1078 |
border-top: none; |
|
1079 |
} |
|
1080 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1081 |
#latest-comments #the-comment-list .comment-meta { |
16 | 1082 |
line-height: 1.5; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1083 |
margin: 0; |
18 | 1084 |
color: #646970; |
5 | 1085 |
} |
1086 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1087 |
#latest-comments #the-comment-list .comment-meta cite { |
5 | 1088 |
font-style: normal; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1089 |
font-weight: 400; |
5 | 1090 |
} |
1091 |
||
1092 |
#latest-comments #the-comment-list .comment-item blockquote, |
|
1093 |
#latest-comments #the-comment-list .comment-item blockquote p { |
|
1094 |
margin: 0; |
|
1095 |
padding: 0; |
|
1096 |
display: inline; |
|
1097 |
} |
|
1098 |
||
1099 |
#latest-comments #the-comment-list .comment-item p.row-actions { |
|
1100 |
margin: 3px 0 0; |
|
1101 |
padding: 0; |
|
1102 |
font-size: 13px; |
|
1103 |
} |
|
1104 |
||
1105 |
/* Feeds */ |
|
1106 |
.rss-widget ul { |
|
1107 |
margin: 0; |
|
1108 |
padding: 0; |
|
1109 |
list-style: none; |
|
1110 |
} |
|
1111 |
||
1112 |
a.rsswidget { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1113 |
font-size: 13px; |
5 | 1114 |
font-weight: 600; |
16 | 1115 |
line-height: 1.4; |
5 | 1116 |
} |
1117 |
||
1118 |
.rss-widget ul li { |
|
16 | 1119 |
line-height: 1.5; |
5 | 1120 |
margin-bottom: 12px; |
1121 |
} |
|
1122 |
||
1123 |
.rss-widget span.rss-date { |
|
18 | 1124 |
color: #646970; |
5 | 1125 |
font-size: 13px; |
1126 |
margin-right: 3px; |
|
1127 |
} |
|
1128 |
||
1129 |
.rss-widget cite { |
|
1130 |
display: block; |
|
1131 |
text-align: left; |
|
1132 |
margin: 0 0 1em; |
|
1133 |
padding: 0; |
|
1134 |
} |
|
1135 |
||
1136 |
.rss-widget cite:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1137 |
content: "\2014"; |
5 | 1138 |
} |
1139 |
||
1140 |
.dashboard-comment-wrap { |
|
1141 |
word-wrap: break-word; |
|
1142 |
} |
|
1143 |
||
1144 |
/* Browser Nag */ |
|
1145 |
#dashboard_browser_nag a.update-browser-link { |
|
1146 |
font-size: 1.2em; |
|
1147 |
font-weight: 600; |
|
1148 |
} |
|
1149 |
||
1150 |
#dashboard_browser_nag a { |
|
1151 |
text-decoration: underline; |
|
1152 |
} |
|
1153 |
||
1154 |
#dashboard_browser_nag p.browser-update-nag.has-browser-icon { |
|
18 | 1155 |
padding-left: 128px; |
5 | 1156 |
} |
1157 |
||
1158 |
#dashboard_browser_nag .browser-icon { |
|
18 | 1159 |
margin-top: -32px; |
5 | 1160 |
} |
1161 |
||
1162 |
#dashboard_browser_nag.postbox { |
|
18 | 1163 |
background-color: #b32d2e; |
5 | 1164 |
background-image: none; |
18 | 1165 |
border-color: #b32d2e; |
5 | 1166 |
color: #fff; |
1167 |
box-shadow: none; |
|
1168 |
} |
|
1169 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1170 |
#dashboard_browser_nag.postbox h2 { |
18 | 1171 |
border-bottom-color: transparent; |
5 | 1172 |
background: transparent none; |
1173 |
color: #fff; |
|
1174 |
box-shadow: none; |
|
1175 |
} |
|
1176 |
||
1177 |
#dashboard_browser_nag a { |
|
1178 |
color: #fff; |
|
1179 |
} |
|
1180 |
||
18 | 1181 |
#dashboard_browser_nag.postbox .postbox-header { |
1182 |
border-color: transparent; |
|
1183 |
} |
|
1184 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1185 |
#dashboard_browser_nag h2.hndle { |
5 | 1186 |
border: none; |
1187 |
font-weight: 600; |
|
1188 |
font-size: 20px; |
|
1189 |
padding-top: 10px; |
|
1190 |
} |
|
1191 |
||
1192 |
.postbox#dashboard_browser_nag p a.dismiss { |
|
1193 |
font-size: 14px; |
|
1194 |
} |
|
1195 |
||
1196 |
.postbox#dashboard_browser_nag p, |
|
1197 |
.postbox#dashboard_browser_nag a, |
|
1198 |
.postbox#dashboard_browser_nag p.browser-update-nag { |
|
1199 |
font-size: 16px; |
|
1200 |
} |
|
1201 |
||
9 | 1202 |
/* PHP Nag */ |
1203 |
#dashboard_php_nag .dashicons-warning { |
|
18 | 1204 |
color: #dba617; |
9 | 1205 |
padding-left: 6px; |
1206 |
} |
|
1207 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1208 |
#dashboard_php_nag.php-no-security-updates .dashicons-warning, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1209 |
#dashboard_php_nag.php-version-lower-than-future-minimum .dashicons-warning { |
18 | 1210 |
color: #d63638; |
9 | 1211 |
} |
1212 |
||
16 | 1213 |
#dashboard_php_nag h2 { |
1214 |
display: inline-block; |
|
1215 |
} |
|
1216 |
||
9 | 1217 |
#dashboard_php_nag p { |
1218 |
margin: 12px 0; |
|
1219 |
} |
|
1220 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1221 |
#dashboard_php_nag .button .dashicons-external { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1222 |
line-height: 25px; |
9 | 1223 |
} |
1224 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1225 |
.bigger-bolder-text { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1226 |
font-weight: 600; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1227 |
font-size: 14px; |
9 | 1228 |
} |
1229 |
||
5 | 1230 |
/* =Media Queries |
1231 |
-------------------------------------------------------------- */ |
|
1232 |
||
19 | 1233 |
@media only screen and (min-width: 1600px) { |
1234 |
.welcome-panel .welcome-panel-column-container { |
|
1235 |
display: flex; |
|
1236 |
justify-content: center; |
|
1237 |
} |
|
1238 |
||
1239 |
.welcome-panel-column { |
|
1240 |
width: 100%; |
|
1241 |
max-width: 460px; |
|
1242 |
} |
|
1243 |
} |
|
1244 |
||
5 | 1245 |
/* one column on the dash */ |
1246 |
@media only screen and (max-width: 799px) { |
|
1247 |
#wpbody-content #dashboard-widgets .postbox-container { |
|
1248 |
width: 100%; |
|
1249 |
} |
|
16 | 1250 |
|
1251 |
#dashboard-widgets .meta-box-sortables { |
|
1252 |
min-height: 0; |
|
1253 |
} |
|
1254 |
||
1255 |
.is-dragging-metaboxes #dashboard-widgets .meta-box-sortables { |
|
1256 |
min-height: 100px; |
|
1257 |
} |
|
1258 |
||
1259 |
#dashboard-widgets .meta-box-sortables.empty-container { |
|
1260 |
margin-bottom: 0; |
|
1261 |
} |
|
5 | 1262 |
} |
1263 |
||
1264 |
/* two columns on the dash, but keep the setting if one is selected */ |
|
1265 |
@media only screen and (min-width: 800px) and (max-width: 1499px) { |
|
1266 |
#wpbody-content #dashboard-widgets .postbox-container { |
|
1267 |
width: 49.5%; |
|
1268 |
} |
|
1269 |
||
1270 |
#wpbody-content #dashboard-widgets #postbox-container-2, |
|
1271 |
#wpbody-content #dashboard-widgets #postbox-container-3, |
|
1272 |
#wpbody-content #dashboard-widgets #postbox-container-4 { |
|
1273 |
float: left; |
|
1274 |
width: 50.5%; |
|
1275 |
} |
|
1276 |
||
1277 |
#dashboard-widgets #postbox-container-3 .empty-container, |
|
1278 |
#dashboard-widgets #postbox-container-4 .empty-container { |
|
16 | 1279 |
outline: none; |
5 | 1280 |
height: 0; |
1281 |
min-height: 0; |
|
16 | 1282 |
margin-bottom: 0; |
5 | 1283 |
} |
1284 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1285 |
#dashboard-widgets #postbox-container-3 .empty-container:after, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1286 |
#dashboard-widgets #postbox-container-4 .empty-container:after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1287 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1288 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1289 |
|
5 | 1290 |
#wpbody #wpbody-content #dashboard-widgets.columns-1 .postbox-container { |
1291 |
width: 100%; |
|
1292 |
} |
|
1293 |
||
16 | 1294 |
#wpbody #dashboard-widgets .metabox-holder.columns-1 .postbox-container .empty-container { |
1295 |
outline: none; |
|
5 | 1296 |
height: 0; |
1297 |
min-height: 0; |
|
16 | 1298 |
margin-bottom: 0; |
5 | 1299 |
} |
1300 |
||
1301 |
/* show the radio buttons for column prefs only for one or two columns */ |
|
1302 |
.index-php .screen-layout, |
|
1303 |
.index-php .columns-prefs { |
|
1304 |
display: block; |
|
1305 |
} |
|
1306 |
||
1307 |
.columns-prefs .columns-prefs-3, |
|
1308 |
.columns-prefs .columns-prefs-4 { |
|
1309 |
display: none; |
|
1310 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1311 |
|
16 | 1312 |
#dashboard-widgets .postbox-container .empty-container:after { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1313 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1314 |
} |
5 | 1315 |
} |
1316 |
||
1317 |
/* three columns on the dash */ |
|
1318 |
@media only screen and (min-width: 1500px) and (max-width: 1800px) { |
|
1319 |
#wpbody-content #dashboard-widgets .postbox-container { |
|
1320 |
width: 33.5%; |
|
1321 |
} |
|
1322 |
||
1323 |
#wpbody-content #dashboard-widgets #postbox-container-1 { |
|
1324 |
width: 33%; |
|
1325 |
} |
|
1326 |
||
1327 |
#wpbody-content #dashboard-widgets #postbox-container-3, |
|
1328 |
#wpbody-content #dashboard-widgets #postbox-container-4 { |
|
1329 |
float: left; |
|
1330 |
} |
|
1331 |
||
1332 |
#dashboard-widgets #postbox-container-4 .empty-container { |
|
16 | 1333 |
outline: none; |
5 | 1334 |
height: 0; |
1335 |
min-height: 0; |
|
16 | 1336 |
margin-bottom: 0; |
5 | 1337 |
} |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1338 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1339 |
#dashboard-widgets #postbox-container-4 .empty-container:after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1340 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1341 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1342 |
|
16 | 1343 |
#dashboard-widgets .postbox-container .empty-container:after { |
1344 |
display: block; |
|
1345 |
} |
|
1346 |
} |
|
1347 |
||
1348 |
/* Always show the "Drag boxes here" CSS generated content on large screens. */ |
|
1349 |
@media only screen and (min-width: 1801px) { |
|
1350 |
#dashboard-widgets .postbox-container .empty-container:after { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1351 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1352 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1353 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1354 |
|
5 | 1355 |
@media screen and (max-width: 870px) { |
19 | 1356 |
/* @deprecated 5.9.0 -- Lists removed from welcome panel. */ |
5 | 1357 |
.welcome-panel .welcome-panel-column li { |
1358 |
display: inline-block; |
|
1359 |
margin-left: 13px; |
|
1360 |
} |
|
1361 |
||
19 | 1362 |
/* @deprecated 5.9.0 -- Lists removed from welcome panel. */ |
5 | 1363 |
.welcome-panel .welcome-panel-column ul { |
1364 |
margin: 0.4em 0 0; |
|
1365 |
} |
|
9 | 1366 |
|
5 | 1367 |
} |
1368 |
||
19 | 1369 |
@media screen and (max-width: 1180px) and (min-width: 783px) { |
1370 |
.welcome-panel-column { |
|
1371 |
grid-template-columns: 1fr; |
|
1372 |
} |
|
1373 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1374 |
[class*="welcome-panel-icon"], |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1375 |
.welcome-panel-column > svg { |
19 | 1376 |
display: none; |
1377 |
} |
|
1378 |
} |
|
1379 |
||
9 | 1380 |
@media screen and (max-width: 782px) { |
19 | 1381 |
.welcome-panel .welcome-panel-column-container { |
1382 |
grid-template-columns: 1fr; |
|
1383 |
box-sizing: border-box; |
|
1384 |
padding: 32px; |
|
1385 |
width: 100%; |
|
1386 |
} |
|
1387 |
||
1388 |
.welcome-panel .welcome-panel-column-content { |
|
1389 |
max-width: 520px; |
|
1390 |
} |
|
1391 |
||
1392 |
/* Keep the close icon from overlapping the Welcome text. */ |
|
1393 |
.welcome-panel .welcome-panel-close { |
|
1394 |
overflow: hidden; |
|
1395 |
text-indent: 40px; |
|
1396 |
white-space: nowrap; |
|
1397 |
width: 20px; |
|
1398 |
height: 20px; |
|
1399 |
padding: 5px; |
|
1400 |
top: 5px; |
|
1401 |
left: 5px; |
|
1402 |
} |
|
1403 |
||
1404 |
.welcome-panel .welcome-panel-close::before { |
|
1405 |
top: 5px; |
|
1406 |
right: -35px; |
|
1407 |
} |
|
1408 |
||
16 | 1409 |
#dashboard-widgets h2 { |
1410 |
padding: 12px; |
|
1411 |
} |
|
1412 |
||
5 | 1413 |
#dashboard_recent_comments #the-comment-list .comment-item .avatar { |
1414 |
height: 30px; |
|
1415 |
width: 30px; |
|
1416 |
margin: 4px 0 5px 10px; |
|
1417 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1418 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1419 |
.community-events-toggle-location { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1420 |
height: 38px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1421 |
vertical-align: baseline; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1422 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1423 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1424 |
.community-events-form .regular-text { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1425 |
height: 32px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1426 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1427 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1428 |
#community-events-submit { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1429 |
margin-bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1430 |
/* Override .wp-core-ui .button */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1431 |
vertical-align: top; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1432 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1433 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1434 |
.community-events-form label, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1435 |
#dashboard-widgets .community-events-cancel.button-link { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1436 |
/* Same properties as the submit button for cross-browsers alignment. */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1437 |
font-size: 14px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1438 |
line-height: normal; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1439 |
height: auto; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1440 |
padding: 6px 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1441 |
border: 1px solid transparent; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1442 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1443 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1444 |
.community-events .spinner { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1445 |
margin-top: 7px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1446 |
} |
5 | 1447 |
} |
1448 |
||
1449 |
/* Smartphone */ |
|
1450 |
@media screen and (max-width: 600px) { |
|
19 | 1451 |
.welcome-panel-header { |
1452 |
padding: 32px 32px 64px; |
|
5 | 1453 |
} |
1454 |
||
19 | 1455 |
.welcome-panel-header-image { |
1456 |
display: none; |
|
1457 |
} |
|
1458 |
} |
|
1459 |
||
1460 |
@media screen and (max-width: 480px) { |
|
1461 |
.welcome-panel-column { |
|
1462 |
gap: 16px; |
|
1463 |
} |
|
1464 |
} |
|
1465 |
||
1466 |
@media screen and (max-width: 360px) { |
|
1467 |
.welcome-panel-column { |
|
1468 |
grid-template-columns: 1fr; |
|
1469 |
} |
|
1470 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1471 |
[class*="welcome-panel-icon"], |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1472 |
.welcome-panel-column > svg { |
19 | 1473 |
display: none; |
5 | 1474 |
} |
1475 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1476 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1477 |
@media screen and (min-width: 355px) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1478 |
.community-events .event-info { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1479 |
display: table-row; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1480 |
float: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1481 |
max-width: 59%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1482 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1483 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1484 |
.event-icon, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1485 |
.event-icon[aria-hidden="true"] { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1486 |
display: table-cell; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1487 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1488 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1489 |
.event-info-inner { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1490 |
display: table-cell; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1491 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1492 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1493 |
.community-events .event-date-time { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1494 |
float: left; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1495 |
max-width: 39%; |
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 |
.community-events .event-date, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1499 |
.community-events .event-time { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1500 |
text-align: left; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1501 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1502 |
} |