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