author | ymh <ymh.work@gmail.com> |
Thu, 29 Sep 2022 08:06:27 +0200 | |
changeset 20 | 7b1b88e27a20 |
parent 19 | 3d72ae0968f4 |
child 21 | 48c4eec2b7e6 |
permissions | -rw-r--r-- |
16 | 1 |
/*! This file is auto-generated */ |
19 | 2 |
html { |
3 |
--wp-admin--admin-bar--height: 32px; |
|
4 |
scroll-padding-top: var(--wp-admin--admin-bar--height); |
|
5 |
} |
|
6 |
||
0 | 7 |
#wpadminbar * { |
5 | 8 |
height: auto; |
9 |
width: auto; |
|
10 |
margin: 0; |
|
11 |
padding: 0; |
|
12 |
position: static; |
|
13 |
text-shadow: none; |
|
14 |
text-transform: none; |
|
15 |
letter-spacing: normal; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
16 |
font-size: 13px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
17 |
font-weight: 400; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
18 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
16 | 19 |
line-height: 2.46153846; |
5 | 20 |
border-radius: 0; |
21 |
box-sizing: content-box; |
|
22 |
transition: none; |
|
23 |
-webkit-font-smoothing: subpixel-antialiased; /* Prevent Safari from switching to standard antialiasing on hover */ |
|
24 |
-moz-osx-font-smoothing: auto; /* Prevent Firefox from inheriting from themes that use other values */ |
|
25 |
} |
|
26 |
||
27 |
.rtl #wpadminbar * { |
|
28 |
font-family: Tahoma, sans-serif; |
|
29 |
} |
|
30 |
||
9 | 31 |
html:lang(he-il) .rtl #wpadminbar * { |
32 |
font-family: Arial, sans-serif; |
|
5 | 33 |
} |
34 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
35 |
#wpadminbar .ab-empty-item { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
36 |
cursor: default; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
37 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
38 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
39 |
#wpadminbar .ab-empty-item, |
5 | 40 |
#wpadminbar a.ab-item, |
41 |
#wpadminbar > #wp-toolbar span.ab-label, |
|
42 |
#wpadminbar > #wp-toolbar span.noticon { |
|
18 | 43 |
color: #f0f0f1; |
5 | 44 |
} |
45 |
||
46 |
#wpadminbar #wp-admin-bar-site-name a.ab-item, |
|
47 |
#wpadminbar #wp-admin-bar-my-sites a.ab-item { |
|
48 |
white-space: nowrap; |
|
49 |
} |
|
50 |
||
51 |
#wpadminbar ul li:before, |
|
52 |
#wpadminbar ul li:after { |
|
53 |
content: normal; |
|
54 |
} |
|
55 |
||
56 |
#wpadminbar a, |
|
57 |
#wpadminbar a:hover, |
|
58 |
#wpadminbar a img, |
|
59 |
#wpadminbar a img:hover { |
|
60 |
border: none; |
|
61 |
text-decoration: none; |
|
62 |
background: none; |
|
18 | 63 |
box-shadow: none; |
5 | 64 |
} |
65 |
||
66 |
#wpadminbar a:focus, |
|
67 |
#wpadminbar a:active, |
|
68 |
#wpadminbar input[type="text"], |
|
69 |
#wpadminbar input[type="password"], |
|
70 |
#wpadminbar input[type="number"], |
|
71 |
#wpadminbar input[type="search"], |
|
72 |
#wpadminbar input[type="email"], |
|
73 |
#wpadminbar input[type="url"], |
|
74 |
#wpadminbar select, |
|
75 |
#wpadminbar textarea, |
|
76 |
#wpadminbar div { |
|
77 |
box-shadow: none; |
|
9 | 78 |
} |
79 |
||
80 |
#wpadminbar a:focus { |
|
81 |
/* Inherits transparent outline only visible in Windows High Contrast mode */ |
|
82 |
outline-offset: -1px; |
|
0 | 83 |
} |
84 |
||
85 |
#wpadminbar { |
|
86 |
direction: rtl; |
|
18 | 87 |
color: #c3c4c7; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
88 |
font-size: 13px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
89 |
font-weight: 400; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
90 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
16 | 91 |
line-height: 2.46153846; |
5 | 92 |
height: 32px; |
93 |
position: fixed; |
|
94 |
top: 0; |
|
0 | 95 |
right: 0; |
5 | 96 |
width: 100%; |
9 | 97 |
min-width: 600px; /* match the min-width of the body in wp-admin/css/common.css */ |
5 | 98 |
z-index: 99999; |
18 | 99 |
background: #1d2327; |
5 | 100 |
} |
101 |
||
102 |
#wpadminbar .ab-sub-wrapper, |
|
103 |
#wpadminbar ul, |
|
104 |
#wpadminbar ul li { |
|
105 |
background: none; |
|
106 |
clear: none; |
|
107 |
list-style: none; |
|
108 |
margin: 0; |
|
109 |
padding: 0; |
|
110 |
position: relative; |
|
111 |
text-indent: 0; |
|
112 |
z-index: 99999; |
|
113 |
} |
|
114 |
||
115 |
#wpadminbar ul#wp-admin-bar-root-default>li { |
|
116 |
margin-left: 0; |
|
0 | 117 |
} |
118 |
||
119 |
#wpadminbar .quicklinks ul { |
|
120 |
text-align: right; |
|
121 |
} |
|
122 |
||
123 |
#wpadminbar li { |
|
124 |
float: right; |
|
125 |
} |
|
126 |
||
5 | 127 |
#wpadminbar .ab-empty-item { |
128 |
outline: none; |
|
0 | 129 |
} |
130 |
||
131 |
#wpadminbar .quicklinks .ab-top-secondary > li { |
|
132 |
float: left; |
|
133 |
} |
|
134 |
||
5 | 135 |
#wpadminbar .quicklinks a, |
136 |
#wpadminbar .quicklinks .ab-empty-item, |
|
137 |
#wpadminbar .shortlink-input { |
|
138 |
height: 32px; |
|
139 |
display: block; |
|
140 |
padding: 0 10px; |
|
141 |
margin: 0; |
|
142 |
} |
|
143 |
||
144 |
#wpadminbar .quicklinks > ul > li > a { |
|
145 |
padding: 0 7px 0 8px; |
|
0 | 146 |
} |
147 |
||
148 |
#wpadminbar .menupop .ab-sub-wrapper, |
|
149 |
#wpadminbar .shortlink-input { |
|
5 | 150 |
margin: 0; |
151 |
padding: 0; |
|
9 | 152 |
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); |
18 | 153 |
background: #2c3338; |
5 | 154 |
display: none; |
155 |
position: absolute; |
|
156 |
float: none; |
|
0 | 157 |
} |
158 |
||
5 | 159 |
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper { |
160 |
min-width: 100%; |
|
161 |
} |
|
162 |
||
0 | 163 |
#wpadminbar .ab-top-secondary .menupop .ab-sub-wrapper { |
5 | 164 |
left: 0; |
0 | 165 |
right: auto; |
5 | 166 |
} |
167 |
||
168 |
#wpadminbar .ab-submenu { |
|
169 |
padding: 6px 0; |
|
170 |
} |
|
171 |
||
172 |
#wpadminbar .selected .shortlink-input { |
|
173 |
display: block; |
|
174 |
} |
|
175 |
||
176 |
#wpadminbar .quicklinks .menupop ul li { |
|
177 |
float: none; |
|
178 |
} |
|
179 |
||
180 |
#wpadminbar .quicklinks .menupop ul li a strong { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
181 |
font-weight: 600; |
5 | 182 |
} |
183 |
||
184 |
#wpadminbar .quicklinks .menupop ul li .ab-item, |
|
185 |
#wpadminbar .quicklinks .menupop ul li a strong, |
|
186 |
#wpadminbar .quicklinks .menupop.hover ul li .ab-item, |
|
187 |
#wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item, |
|
188 |
#wpadminbar .shortlink-input { |
|
16 | 189 |
line-height: 2; |
5 | 190 |
height: 26px; |
191 |
white-space: nowrap; |
|
192 |
min-width: 140px; |
|
193 |
} |
|
194 |
||
195 |
#wpadminbar .shortlink-input { |
|
196 |
width: 200px; |
|
197 |
} |
|
198 |
||
199 |
#wpadminbar.nojs li:hover > .ab-sub-wrapper, |
|
200 |
#wpadminbar li.hover > .ab-sub-wrapper { |
|
201 |
display: block; |
|
0 | 202 |
} |
203 |
||
204 |
#wpadminbar .menupop li:hover > .ab-sub-wrapper, |
|
205 |
#wpadminbar .menupop li.hover > .ab-sub-wrapper { |
|
206 |
margin-right: 100%; |
|
5 | 207 |
margin-top: -32px; |
0 | 208 |
} |
209 |
||
210 |
#wpadminbar .ab-top-secondary .menupop li:hover > .ab-sub-wrapper, |
|
211 |
#wpadminbar .ab-top-secondary .menupop li.hover > .ab-sub-wrapper { |
|
212 |
margin-right: 0; |
|
5 | 213 |
right: inherit; |
0 | 214 |
left: 100%; |
5 | 215 |
} |
216 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
217 |
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus, |
5 | 218 |
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus, |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
219 |
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item, |
5 | 220 |
#wpadminbar .ab-top-menu > li.hover > .ab-item { |
18 | 221 |
background: #2c3338; |
222 |
color: #72aee6; |
|
5 | 223 |
} |
224 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
225 |
#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label, |
5 | 226 |
#wpadminbar > #wp-toolbar li.hover span.ab-label, |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
227 |
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label { |
18 | 228 |
color: #72aee6; |
5 | 229 |
} |
230 |
||
231 |
#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon, |
|
232 |
#wpadminbar .ab-icon, |
|
9 | 233 |
#wpadminbar .ab-item:before, |
234 |
.wp-admin-bar-arrow { |
|
5 | 235 |
position: relative; |
236 |
float: right; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
237 |
font: normal 20px/1 dashicons; |
18 | 238 |
speak: never; |
5 | 239 |
padding: 4px 0; |
240 |
-webkit-font-smoothing: antialiased; |
|
241 |
-moz-osx-font-smoothing: grayscale; |
|
242 |
background-image: none !important; |
|
243 |
margin-left: 6px; |
|
244 |
} |
|
245 |
||
246 |
#wpadminbar .ab-icon:before, |
|
247 |
#wpadminbar .ab-item:before, |
|
248 |
#wpadminbar #adminbarsearch:before { |
|
18 | 249 |
color: #a7aaad; |
250 |
color: rgba(240, 246, 252, 0.6); |
|
5 | 251 |
} |
252 |
||
253 |
#wpadminbar .ab-icon:before, |
|
254 |
#wpadminbar .ab-item:before, |
|
255 |
#wpadminbar #adminbarsearch:before { |
|
256 |
position: relative; |
|
19 | 257 |
transition: color .1s ease-in-out; |
5 | 258 |
} |
259 |
||
260 |
#wpadminbar .ab-label { |
|
261 |
display: inline-block; |
|
262 |
height: 32px; |
|
263 |
} |
|
264 |
||
265 |
#wpadminbar .ab-submenu .ab-item { |
|
18 | 266 |
color: #c3c4c7; |
267 |
color: rgba(240, 246, 252, 0.7); |
|
5 | 268 |
} |
269 |
||
270 |
#wpadminbar .quicklinks .menupop ul li a, |
|
271 |
#wpadminbar .quicklinks .menupop ul li a strong, |
|
272 |
#wpadminbar .quicklinks .menupop.hover ul li a, |
|
273 |
#wpadminbar.nojs .quicklinks .menupop:hover ul li a { |
|
18 | 274 |
color: #c3c4c7; |
275 |
color: rgba(240, 246, 252, 0.7); |
|
5 | 276 |
} |
277 |
||
278 |
#wpadminbar .quicklinks .menupop ul li a:hover, |
|
279 |
#wpadminbar .quicklinks .menupop ul li a:focus, |
|
280 |
#wpadminbar .quicklinks .menupop ul li a:hover strong, |
|
281 |
#wpadminbar .quicklinks .menupop ul li a:focus strong, |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
282 |
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a, |
5 | 283 |
#wpadminbar .quicklinks .menupop.hover ul li a:hover, |
284 |
#wpadminbar .quicklinks .menupop.hover ul li a:focus, |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
285 |
#wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:hover, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
286 |
#wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:focus, |
5 | 287 |
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover, |
288 |
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus, |
|
289 |
#wpadminbar li:hover .ab-icon:before, |
|
290 |
#wpadminbar li:hover .ab-item:before, |
|
291 |
#wpadminbar li a:focus .ab-icon:before, |
|
292 |
#wpadminbar li .ab-item:focus:before, |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
293 |
#wpadminbar li .ab-item:focus .ab-icon:before, |
5 | 294 |
#wpadminbar li.hover .ab-icon:before, |
295 |
#wpadminbar li.hover .ab-item:before, |
|
296 |
#wpadminbar li:hover #adminbarsearch:before, |
|
297 |
#wpadminbar li #adminbarsearch.adminbar-focused:before { |
|
18 | 298 |
color: #72aee6; |
5 | 299 |
} |
300 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
301 |
#wpadminbar.mobile .quicklinks .ab-icon:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
302 |
#wpadminbar.mobile .quicklinks .ab-item:before { |
18 | 303 |
color: #c3c4c7; |
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 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
306 |
#wpadminbar.mobile .quicklinks .hover .ab-icon:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
307 |
#wpadminbar.mobile .quicklinks .hover .ab-item:before { |
18 | 308 |
color: #72aee6; |
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 |
|
9 | 311 |
#wpadminbar .menupop .menupop > .ab-item .wp-admin-bar-arrow:before, |
5 | 312 |
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before { |
313 |
position: absolute; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
314 |
font: normal 17px/1 dashicons; |
18 | 315 |
speak: never; |
5 | 316 |
-webkit-font-smoothing: antialiased; |
317 |
-moz-osx-font-smoothing: grayscale; |
|
0 | 318 |
} |
319 |
||
320 |
#wpadminbar .menupop .menupop > .ab-item { |
|
5 | 321 |
display: block; |
0 | 322 |
padding-left: 2em; |
5 | 323 |
} |
324 |
||
9 | 325 |
#wpadminbar .menupop .menupop > .ab-item .wp-admin-bar-arrow:before { |
5 | 326 |
top: 1px; |
9 | 327 |
left: 10px; |
328 |
padding: 4px 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
329 |
content: "\f141"; |
5 | 330 |
color: inherit; |
0 | 331 |
} |
332 |
||
333 |
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item { |
|
5 | 334 |
padding-right: 2em; |
0 | 335 |
padding-left: 1em; |
5 | 336 |
} |
337 |
||
9 | 338 |
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item .wp-admin-bar-arrow:before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
339 |
top: 1px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
340 |
right: 6px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
341 |
content: "\f139"; |
0 | 342 |
} |
343 |
||
344 |
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary { |
|
5 | 345 |
display: block; |
346 |
position: relative; |
|
0 | 347 |
left: auto; |
5 | 348 |
margin: 0; |
349 |
box-shadow: none; |
|
350 |
} |
|
351 |
||
352 |
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary, |
|
353 |
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu { |
|
18 | 354 |
background: #3c434a; |
5 | 355 |
} |
356 |
||
357 |
#wpadminbar .quicklinks .menupop .ab-sub-secondary > li > a:hover, |
|
358 |
#wpadminbar .quicklinks .menupop .ab-sub-secondary > li .ab-item:focus a { |
|
18 | 359 |
color: #72aee6; |
5 | 360 |
} |
361 |
||
362 |
#wpadminbar .quicklinks a span#ab-updates { |
|
18 | 363 |
background: #f0f0f1; |
364 |
color: #2c3338; |
|
5 | 365 |
display: inline; |
366 |
padding: 2px 5px; |
|
367 |
font-size: 10px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
368 |
font-weight: 600; |
5 | 369 |
border-radius: 10px; |
370 |
} |
|
371 |
||
9 | 372 |
#wpadminbar .quicklinks a:hover span#ab-updates { |
5 | 373 |
background: #fff; |
374 |
color: #000; |
|
0 | 375 |
} |
376 |
||
377 |
#wpadminbar .ab-top-secondary { |
|
378 |
float: left; |
|
379 |
} |
|
380 |
||
381 |
#wpadminbar ul li:last-child, |
|
382 |
#wpadminbar ul li:last-child .ab-item { |
|
5 | 383 |
box-shadow: none; |
0 | 384 |
} |
385 |
||
386 |
/** |
|
9 | 387 |
* Recovery Mode |
388 |
*/ |
|
389 |
#wpadminbar #wp-admin-bar-recovery-mode { |
|
390 |
color: #fff; |
|
18 | 391 |
background-color: #d63638; |
9 | 392 |
} |
393 |
||
394 |
#wpadminbar .ab-top-menu > #wp-admin-bar-recovery-mode.hover >.ab-item, |
|
395 |
#wpadminbar.nojq .quicklinks .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus, |
|
396 |
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode:hover > .ab-item, |
|
397 |
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus { |
|
398 |
color: #fff; |
|
18 | 399 |
background-color: #d63638; |
9 | 400 |
} |
401 |
||
402 |
/** |
|
0 | 403 |
* My Account |
404 |
*/ |
|
5 | 405 |
#wp-admin-bar-my-account > ul { |
406 |
min-width: 198px; |
|
407 |
} |
|
408 |
||
18 | 409 |
#wp-admin-bar-my-account:not(.with-avatar) > .ab-item { |
410 |
display: inline-block; |
|
411 |
} |
|
412 |
||
5 | 413 |
#wp-admin-bar-my-account > .ab-item:before { |
414 |
content: "\f110"; |
|
415 |
top: 2px; |
|
416 |
float: left; |
|
417 |
margin-right: 6px; |
|
418 |
margin-left: 0; |
|
419 |
} |
|
420 |
||
421 |
#wp-admin-bar-my-account.with-avatar > .ab-item:before { |
|
422 |
display: none; |
|
423 |
content: none; |
|
424 |
} |
|
425 |
||
426 |
#wp-admin-bar-my-account.with-avatar > ul { |
|
427 |
min-width: 270px; |
|
428 |
} |
|
429 |
||
430 |
#wpadminbar #wp-admin-bar-user-actions > li { |
|
431 |
margin-right: 16px; |
|
0 | 432 |
margin-left: 16px; |
433 |
} |
|
434 |
||
5 | 435 |
#wpadminbar #wp-admin-bar-user-actions.ab-submenu { |
436 |
padding: 6px 0 12px; |
|
437 |
} |
|
438 |
||
439 |
#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions > li { |
|
440 |
margin-right: 88px; |
|
441 |
} |
|
442 |
||
443 |
#wpadminbar #wp-admin-bar-user-info { |
|
444 |
margin-top: 6px; |
|
445 |
margin-bottom: 15px; |
|
446 |
height: auto; |
|
447 |
background: none; |
|
0 | 448 |
} |
449 |
||
450 |
#wp-admin-bar-user-info .avatar { |
|
5 | 451 |
position: absolute; |
0 | 452 |
right: -72px; |
5 | 453 |
top: 4px; |
454 |
width: 64px; |
|
455 |
height: 64px; |
|
456 |
} |
|
457 |
||
458 |
#wpadminbar #wp-admin-bar-user-info a { |
|
459 |
background: none; |
|
460 |
height: auto; |
|
461 |
} |
|
462 |
||
463 |
#wpadminbar #wp-admin-bar-user-info span { |
|
464 |
background: none; |
|
465 |
padding: 0; |
|
466 |
height: 18px; |
|
467 |
} |
|
468 |
||
469 |
#wpadminbar #wp-admin-bar-user-info .display-name, |
|
470 |
#wpadminbar #wp-admin-bar-user-info .username { |
|
471 |
display: block; |
|
472 |
} |
|
473 |
||
474 |
#wpadminbar #wp-admin-bar-user-info .username { |
|
18 | 475 |
color: #a7aaad; |
5 | 476 |
font-size: 11px; |
0 | 477 |
} |
478 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
479 |
#wpadminbar #wp-admin-bar-my-account.with-avatar > .ab-empty-item img, |
5 | 480 |
#wpadminbar #wp-admin-bar-my-account.with-avatar > a img { |
481 |
width: auto; |
|
482 |
height: 16px; |
|
483 |
padding: 0; |
|
18 | 484 |
border: 1px solid #8c8f94; |
485 |
background: #f0f0f1; |
|
16 | 486 |
line-height: 1.84615384; |
5 | 487 |
vertical-align: middle; |
488 |
margin: -4px 6px 0 0; |
|
489 |
float: none; |
|
490 |
display: inline; |
|
491 |
} |
|
492 |
||
493 |
/** |
|
494 |
* WP Logo |
|
0 | 495 |
*/ |
5 | 496 |
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon { |
497 |
width: 15px; |
|
498 |
height: 20px; |
|
499 |
margin-left: 0; |
|
500 |
padding: 6px 0 5px; |
|
501 |
} |
|
502 |
||
503 |
#wpadminbar #wp-admin-bar-wp-logo > .ab-item { |
|
504 |
padding: 0 7px; |
|
505 |
} |
|
506 |
||
507 |
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
508 |
content: "\f120"; |
5 | 509 |
top: 2px; |
0 | 510 |
} |
511 |
||
512 |
/* |
|
5 | 513 |
* My Sites & Site Title |
0 | 514 |
*/ |
5 | 515 |
#wpadminbar .quicklinks li .blavatar { |
16 | 516 |
display: inline-block; |
517 |
vertical-align: middle; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
518 |
font: normal 16px/1 dashicons !important; |
18 | 519 |
speak: never; |
5 | 520 |
-webkit-font-smoothing: antialiased; |
521 |
-moz-osx-font-smoothing: grayscale; |
|
18 | 522 |
color: #f0f0f1; |
5 | 523 |
} |
524 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
525 |
#wpadminbar .quicklinks li a:hover .blavatar, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
526 |
#wpadminbar .quicklinks li a:focus .blavatar, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
527 |
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar { |
18 | 528 |
color: #72aee6; |
5 | 529 |
} |
530 |
||
18 | 531 |
#wpadminbar .quicklinks li img.blavatar, |
532 |
#wpadminbar .quicklinks li div.blavatar:before { |
|
5 | 533 |
height: 16px; |
534 |
width: 16px; |
|
18 | 535 |
margin: 0 -2px 2px 8px; |
536 |
} |
|
537 |
||
538 |
#wpadminbar .quicklinks li div.blavatar:before { |
|
539 |
content: "\f120"; |
|
5 | 540 |
display: inline-block; |
541 |
} |
|
542 |
||
543 |
#wpadminbar #wp-admin-bar-appearance { |
|
544 |
margin-top: -12px; |
|
545 |
} |
|
546 |
||
547 |
#wpadminbar #wp-admin-bar-my-sites > .ab-item:before, |
|
548 |
#wpadminbar #wp-admin-bar-site-name > .ab-item:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
549 |
content: "\f541"; |
5 | 550 |
top: 2px; |
551 |
} |
|
552 |
||
19 | 553 |
#wpadminbar #wp-admin-bar-site-editor > .ab-item:before { |
554 |
content: "\f100"; |
|
555 |
top: 2px; |
|
556 |
} |
|
557 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
558 |
#wpadminbar #wp-admin-bar-customize > .ab-item:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
559 |
content: "\f540"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
560 |
top: 2px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
561 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
562 |
|
5 | 563 |
#wpadminbar #wp-admin-bar-edit > .ab-item:before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
564 |
content: "\f464"; |
5 | 565 |
top: 2px; |
0 | 566 |
} |
567 |
||
5 | 568 |
#wpadminbar #wp-admin-bar-site-name > .ab-item:before { |
569 |
content: "\f226"; |
|
570 |
} |
|
571 |
||
572 |
.wp-admin #wpadminbar #wp-admin-bar-site-name > .ab-item:before { |
|
573 |
content: "\f102"; |
|
574 |
} |
|
575 |
||
576 |
||
577 |
||
578 |
/** |
|
579 |
* Comments |
|
580 |
*/ |
|
581 |
#wpadminbar #wp-admin-bar-comments .ab-icon { |
|
582 |
margin-left: 6px; |
|
583 |
} |
|
584 |
||
585 |
#wpadminbar #wp-admin-bar-comments .ab-icon:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
586 |
content: "\f101"; |
5 | 587 |
top: 3px; |
588 |
} |
|
589 |
||
590 |
#wpadminbar #wp-admin-bar-comments .count-0 { |
|
591 |
opacity: .5; |
|
592 |
} |
|
593 |
||
594 |
/** |
|
595 |
* New Content |
|
596 |
*/ |
|
597 |
#wpadminbar #wp-admin-bar-new-content .ab-icon:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
598 |
content: "\f132"; |
5 | 599 |
top: 4px; |
600 |
} |
|
601 |
||
602 |
/** |
|
603 |
* Updates |
|
604 |
*/ |
|
605 |
#wpadminbar #wp-admin-bar-updates .ab-icon:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
606 |
content: "\f463"; |
5 | 607 |
top: 2px; |
0 | 608 |
} |
609 |
||
18 | 610 |
#wpadminbar #wp-admin-bar-updates.spin .ab-icon:before { |
611 |
display: inline-block; |
|
612 |
animation: rotation 2s infinite linear; |
|
613 |
} |
|
614 |
||
615 |
@media (prefers-reduced-motion: reduce) { |
|
616 |
#wpadminbar #wp-admin-bar-updates.spin .ab-icon:before { |
|
617 |
animation: none; |
|
618 |
} |
|
619 |
} |
|
620 |
||
0 | 621 |
/** |
5 | 622 |
* Search |
0 | 623 |
*/ |
16 | 624 |
|
5 | 625 |
#wpadminbar #wp-admin-bar-search .ab-item { |
626 |
padding: 0; |
|
627 |
background: transparent; |
|
628 |
} |
|
629 |
||
630 |
#wpadminbar #adminbarsearch { |
|
631 |
position: relative; |
|
632 |
height: 32px; |
|
633 |
padding: 0 2px; |
|
634 |
z-index: 1; |
|
635 |
} |
|
636 |
||
637 |
#wpadminbar #adminbarsearch:before { |
|
638 |
position: absolute; |
|
639 |
top: 6px; |
|
640 |
right: 5px; |
|
641 |
z-index: 20; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
642 |
font: normal 20px/1 dashicons !important; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
643 |
content: "\f179"; |
18 | 644 |
speak: never; |
5 | 645 |
-webkit-font-smoothing: antialiased; |
646 |
-moz-osx-font-smoothing: grayscale; |
|
0 | 647 |
} |
648 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
649 |
/* The admin bar search field needs to reset many styles that might be inherited from the active Theme CSS. See ticket #40313. */ |
5 | 650 |
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
651 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
652 |
float: none; |
5 | 653 |
position: relative; |
654 |
z-index: 30; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
655 |
font-size: 13px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
656 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
16 | 657 |
line-height: 1.84615384; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
658 |
text-indent: 0; |
5 | 659 |
height: 24px; |
660 |
width: 24px; |
|
661 |
max-width: none; |
|
662 |
padding: 0 24px 0 3px; |
|
663 |
margin: 0; |
|
18 | 664 |
color: #c3c4c7; |
9 | 665 |
background-color: rgba(255, 255, 255, 0); |
5 | 666 |
border: none; |
667 |
outline: none; |
|
668 |
cursor: pointer; |
|
669 |
box-shadow: none; |
|
670 |
box-sizing: border-box; |
|
671 |
transition-duration: 400ms; |
|
672 |
transition-property: width, background; |
|
673 |
transition-timing-function: ease; |
|
0 | 674 |
} |
675 |
||
5 | 676 |
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus { |
677 |
z-index: 10; |
|
678 |
color: #000; |
|
679 |
width: 200px; |
|
9 | 680 |
background-color: rgba(255, 255, 255, 0.9); |
5 | 681 |
cursor: text; |
682 |
border: 0; |
|
683 |
} |
|
684 |
||
685 |
#wpadminbar #adminbarsearch .adminbar-button { |
|
686 |
display: none; |
|
0 | 687 |
} |
688 |
||
5 | 689 |
/** |
690 |
* Customize support classes |
|
691 |
*/ |
|
692 |
.no-customize-support .hide-if-no-customize, |
|
693 |
.customize-support .hide-if-customize, |
|
694 |
.no-customize-support #wpadminbar .hide-if-no-customize, |
|
695 |
.no-customize-support.wp-core-ui .hide-if-no-customize, |
|
696 |
.no-customize-support .wp-core-ui .hide-if-no-customize, |
|
697 |
.customize-support #wpadminbar .hide-if-customize, |
|
698 |
.customize-support.wp-core-ui .hide-if-customize, |
|
699 |
.customize-support .wp-core-ui .hide-if-customize { |
|
700 |
display: none; |
|
0 | 701 |
} |
702 |
||
5 | 703 |
/* Skip link */ |
704 |
#wpadminbar .screen-reader-text, |
|
705 |
#wpadminbar .screen-reader-text span { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
706 |
border: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
707 |
clip: rect(1px, 1px, 1px, 1px); |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
708 |
-webkit-clip-path: inset(50%); |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
709 |
clip-path: inset(50%); |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
710 |
height: 1px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
711 |
margin: -1px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
712 |
overflow: hidden; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
713 |
padding: 0; |
5 | 714 |
position: absolute; |
715 |
width: 1px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
716 |
word-wrap: normal !important; |
5 | 717 |
} |
718 |
||
719 |
#wpadminbar .screen-reader-shortcut { |
|
720 |
position: absolute; |
|
721 |
top: -1000em; |
|
0 | 722 |
} |
723 |
||
5 | 724 |
#wpadminbar .screen-reader-shortcut:focus { |
725 |
right: 6px; |
|
726 |
top: 7px; |
|
727 |
height: auto; |
|
728 |
width: auto; |
|
729 |
display: block; |
|
730 |
font-size: 14px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
731 |
font-weight: 600; |
5 | 732 |
padding: 15px 23px 14px; |
18 | 733 |
background: #f0f0f1; |
734 |
color: #2271b1; |
|
5 | 735 |
z-index: 100000; |
736 |
line-height: normal; |
|
737 |
text-decoration: none; |
|
9 | 738 |
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); |
0 | 739 |
} |
740 |
||
9 | 741 |
@media screen and (max-width: 782px) { |
19 | 742 |
html { |
743 |
--wp-admin--admin-bar--height: 46px; |
|
744 |
} |
|
745 |
||
5 | 746 |
/* Toolbar Touchification*/ |
747 |
html #wpadminbar { |
|
748 |
height: 46px; |
|
9 | 749 |
min-width: 240px; /* match the min-width of the body in wp-admin/css/common.css */ |
5 | 750 |
} |
751 |
||
752 |
#wpadminbar * { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
753 |
font-size: 14px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
754 |
font-weight: 400; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
755 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
16 | 756 |
line-height: 2.28571428; |
5 | 757 |
} |
758 |
||
759 |
#wpadminbar .quicklinks > ul > li > a, |
|
760 |
#wpadminbar .quicklinks .ab-empty-item { |
|
761 |
padding: 0; |
|
762 |
height: 46px; |
|
16 | 763 |
line-height: 3.28571428; |
5 | 764 |
width: auto; |
765 |
} |
|
766 |
||
767 |
#wpadminbar .ab-icon { |
|
768 |
font: 40px/1 dashicons !important; |
|
769 |
margin: 0; |
|
770 |
padding: 0; |
|
771 |
width: 52px; |
|
772 |
height: 46px; |
|
773 |
text-align: center; |
|
774 |
} |
|
775 |
||
776 |
#wpadminbar .ab-icon:before { |
|
777 |
text-align: center; |
|
778 |
} |
|
779 |
||
780 |
#wpadminbar .ab-submenu { |
|
781 |
padding: 0; |
|
782 |
} |
|
783 |
||
784 |
#wpadminbar #wp-admin-bar-site-name a.ab-item, |
|
785 |
#wpadminbar #wp-admin-bar-my-sites a.ab-item, |
|
786 |
#wpadminbar #wp-admin-bar-my-account a.ab-item { |
|
787 |
text-overflow: clip; |
|
788 |
} |
|
789 |
||
16 | 790 |
#wpadminbar .quicklinks .menupop ul li .ab-item, |
791 |
#wpadminbar .quicklinks .menupop ul li a strong, |
|
792 |
#wpadminbar .quicklinks .menupop.hover ul li .ab-item, |
|
793 |
#wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item, |
|
794 |
#wpadminbar .shortlink-input { |
|
795 |
line-height: 1.6; |
|
796 |
} |
|
797 |
||
5 | 798 |
#wpadminbar .ab-label { |
19 | 799 |
border: 0; |
800 |
clip: rect(1px, 1px, 1px, 1px); |
|
801 |
-webkit-clip-path: inset(50%); |
|
802 |
clip-path: inset(50%); |
|
803 |
height: 1px; |
|
804 |
margin: -1px; |
|
805 |
overflow: hidden; |
|
806 |
padding: 0; |
|
807 |
position: absolute; |
|
808 |
width: 1px; |
|
809 |
word-wrap: normal !important; |
|
5 | 810 |
} |
811 |
||
812 |
#wpadminbar .menupop li:hover > .ab-sub-wrapper, |
|
813 |
#wpadminbar .menupop li.hover > .ab-sub-wrapper { |
|
814 |
margin-top: -46px; |
|
815 |
} |
|
816 |
||
817 |
#wpadminbar .ab-top-menu .menupop .ab-sub-wrapper .menupop > .ab-item { |
|
818 |
padding-left: 30px; |
|
819 |
} |
|
820 |
||
821 |
#wpadminbar .menupop .menupop > .ab-item:before { |
|
822 |
top: 10px; |
|
823 |
left: 6px; |
|
824 |
} |
|
825 |
||
826 |
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper .ab-item { |
|
827 |
font-size: 16px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
828 |
padding: 8px 16px; |
5 | 829 |
} |
830 |
||
831 |
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper a:empty { |
|
832 |
display: none; |
|
833 |
} |
|
834 |
||
835 |
/* WP logo */ |
|
836 |
#wpadminbar #wp-admin-bar-wp-logo > .ab-item { |
|
837 |
padding: 0; |
|
838 |
} |
|
839 |
||
840 |
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon { |
|
841 |
padding: 0; |
|
842 |
width: 52px; |
|
843 |
height: 46px; |
|
844 |
text-align: center; |
|
845 |
vertical-align: top; |
|
846 |
} |
|
847 |
||
848 |
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
849 |
font: 28px/1 dashicons !important; |
5 | 850 |
top: -3px; |
851 |
} |
|
852 |
||
853 |
#wpadminbar .ab-icon, |
|
854 |
#wpadminbar .ab-item:before { |
|
855 |
padding: 0; |
|
856 |
} |
|
857 |
||
858 |
/* My Sites and "Site Title" menu */ |
|
859 |
#wpadminbar #wp-admin-bar-my-sites > .ab-item, |
|
860 |
#wpadminbar #wp-admin-bar-site-name > .ab-item, |
|
19 | 861 |
#wpadminbar #wp-admin-bar-site-editor > .ab-item, |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
862 |
#wpadminbar #wp-admin-bar-customize > .ab-item, |
5 | 863 |
#wpadminbar #wp-admin-bar-edit > .ab-item, |
864 |
#wpadminbar #wp-admin-bar-my-account > .ab-item { |
|
865 |
text-indent: 100%; |
|
866 |
white-space: nowrap; |
|
867 |
overflow: hidden; |
|
868 |
width: 52px; |
|
869 |
padding: 0; |
|
18 | 870 |
color: #a7aaad; /* @todo not needed? this text is hidden */ |
5 | 871 |
position: relative; |
872 |
} |
|
873 |
||
874 |
#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon, |
|
875 |
#wpadminbar .ab-icon, |
|
876 |
#wpadminbar .ab-item:before { |
|
877 |
padding: 0; |
|
878 |
margin-left: 0; |
|
879 |
} |
|
880 |
||
881 |
#wpadminbar #wp-admin-bar-edit > .ab-item:before, |
|
882 |
#wpadminbar #wp-admin-bar-my-sites > .ab-item:before, |
|
883 |
#wpadminbar #wp-admin-bar-site-name > .ab-item:before, |
|
19 | 884 |
#wpadminbar #wp-admin-bar-site-editor > .ab-item:before, |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
885 |
#wpadminbar #wp-admin-bar-customize > .ab-item:before, |
5 | 886 |
#wpadminbar #wp-admin-bar-my-account > .ab-item:before { |
887 |
display: block; |
|
888 |
text-indent: 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
889 |
font: normal 32px/1 dashicons; |
18 | 890 |
speak: never; |
5 | 891 |
top: 7px; |
892 |
width: 52px; |
|
893 |
text-align: center; |
|
894 |
-webkit-font-smoothing: antialiased; |
|
895 |
-moz-osx-font-smoothing: grayscale; |
|
896 |
} |
|
897 |
||
898 |
#wpadminbar #wp-admin-bar-appearance { |
|
899 |
margin-top: 0; |
|
900 |
} |
|
901 |
||
902 |
#wpadminbar .quicklinks li .blavatar:before { |
|
903 |
display: none; |
|
904 |
} |
|
905 |
||
906 |
/* Search */ |
|
907 |
#wpadminbar #wp-admin-bar-search { |
|
908 |
display: none; |
|
909 |
} |
|
910 |
||
911 |
/* New Content */ |
|
912 |
#wpadminbar #wp-admin-bar-new-content .ab-icon:before { |
|
913 |
top: 0; |
|
16 | 914 |
line-height: 1.33333333; |
5 | 915 |
height: 46px !important; |
916 |
text-align: center; |
|
917 |
width: 52px; |
|
918 |
display: block; |
|
919 |
} |
|
920 |
||
921 |
/* Updates */ |
|
922 |
#wpadminbar #wp-admin-bar-updates { |
|
923 |
text-align: center; |
|
924 |
} |
|
925 |
||
926 |
#wpadminbar #wp-admin-bar-updates .ab-icon:before { |
|
927 |
top: 3px; |
|
928 |
} |
|
929 |
||
930 |
/* Comments */ |
|
931 |
#wpadminbar #wp-admin-bar-comments .ab-icon { |
|
932 |
margin: 0; |
|
933 |
} |
|
934 |
||
935 |
#wpadminbar #wp-admin-bar-comments .ab-icon:before { |
|
936 |
display: block; |
|
937 |
font-size: 34px; |
|
938 |
height: 46px; |
|
16 | 939 |
line-height: 1.38235294; |
5 | 940 |
top: 0; |
941 |
} |
|
942 |
||
943 |
/* My Account */ |
|
944 |
#wpadminbar #wp-admin-bar-my-account > a { |
|
945 |
position: relative; |
|
946 |
white-space: nowrap; |
|
947 |
text-indent: 150%; /* More than 100% indention is needed since this element has padding */ |
|
948 |
width: 28px; |
|
949 |
padding: 0 10px; |
|
950 |
overflow: hidden; /* Prevent link text from forcing horizontal scrolling on mobile */ |
|
951 |
} |
|
952 |
||
953 |
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img { |
|
954 |
position: absolute; |
|
955 |
top: 13px; |
|
956 |
left: 10px; |
|
957 |
width: 26px; |
|
958 |
height: 26px; |
|
959 |
} |
|
960 |
||
961 |
#wpadminbar #wp-admin-bar-user-actions.ab-submenu { |
|
962 |
padding: 0; |
|
963 |
} |
|
964 |
||
965 |
#wpadminbar #wp-admin-bar-user-actions.ab-submenu img.avatar { |
|
966 |
display: none; |
|
967 |
} |
|
968 |
||
969 |
#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions > li { |
|
970 |
margin: 0; |
|
971 |
} |
|
972 |
||
973 |
#wpadminbar #wp-admin-bar-user-info .display-name { |
|
974 |
height: auto; |
|
975 |
font-size: 16px; |
|
16 | 976 |
line-height: 1.5; |
18 | 977 |
color: #f0f0f1; |
5 | 978 |
} |
979 |
||
980 |
#wpadminbar #wp-admin-bar-user-info a { |
|
981 |
padding-top: 4px; |
|
982 |
} |
|
983 |
||
984 |
#wpadminbar #wp-admin-bar-user-info .username { |
|
985 |
line-height: 0.8 !important; |
|
986 |
margin-bottom: -2px; |
|
987 |
} |
|
988 |
||
989 |
/* Show only default top level items */ |
|
990 |
#wp-toolbar > ul > li { |
|
991 |
display: none; |
|
992 |
} |
|
993 |
||
994 |
#wpadminbar li#wp-admin-bar-menu-toggle, |
|
995 |
#wpadminbar li#wp-admin-bar-wp-logo, |
|
996 |
#wpadminbar li#wp-admin-bar-my-sites, |
|
997 |
#wpadminbar li#wp-admin-bar-updates, |
|
998 |
#wpadminbar li#wp-admin-bar-site-name, |
|
19 | 999 |
#wpadminbar li#wp-admin-bar-site-editor, |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1000 |
#wpadminbar li#wp-admin-bar-customize, |
5 | 1001 |
#wpadminbar li#wp-admin-bar-new-content, |
1002 |
#wpadminbar li#wp-admin-bar-edit, |
|
1003 |
#wpadminbar li#wp-admin-bar-comments, |
|
1004 |
#wpadminbar li#wp-admin-bar-my-account { |
|
1005 |
display: block; |
|
1006 |
} |
|
1007 |
||
1008 |
/* Allow dropdown list items to appear normally */ |
|
1009 |
#wpadminbar li:hover ul li, |
|
1010 |
#wpadminbar li.hover ul li, |
|
1011 |
#wpadminbar li:hover ul li:hover ul li { |
|
1012 |
display: list-item; |
|
1013 |
} |
|
1014 |
||
1015 |
/* Override default min-width so dropdown lists aren't stretched |
|
1016 |
to 100% viewport width at responsive sizes. */ |
|
1017 |
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper { |
|
18 | 1018 |
min-width: -moz-fit-content; |
5 | 1019 |
min-width: fit-content; |
1020 |
} |
|
1021 |
||
1022 |
#wpadminbar ul#wp-admin-bar-root-default > li { |
|
1023 |
margin-left: 0; |
|
1024 |
} |
|
1025 |
||
1026 |
/* Experimental fix for touch toolbar dropdown positioning */ |
|
1027 |
#wpadminbar .ab-top-menu, |
|
1028 |
#wpadminbar .ab-top-secondary, |
|
1029 |
#wpadminbar #wp-admin-bar-wp-logo, |
|
1030 |
#wpadminbar #wp-admin-bar-my-sites, |
|
1031 |
#wpadminbar #wp-admin-bar-site-name, |
|
1032 |
#wpadminbar #wp-admin-bar-updates, |
|
1033 |
#wpadminbar #wp-admin-bar-comments, |
|
1034 |
#wpadminbar #wp-admin-bar-new-content, |
|
1035 |
#wpadminbar #wp-admin-bar-edit, |
|
1036 |
#wpadminbar #wp-admin-bar-my-account { |
|
1037 |
position: static; |
|
1038 |
} |
|
1039 |
||
1040 |
#wpadminbar #wp-admin-bar-my-account { |
|
1041 |
float: left; |
|
1042 |
} |
|
1043 |
||
1044 |
.network-admin #wpadminbar ul#wp-admin-bar-top-secondary > li#wp-admin-bar-my-account { |
|
1045 |
margin-left: 0; |
|
1046 |
} |
|
1047 |
||
1048 |
/* Realign arrows on taller responsive submenus */ |
|
1049 |
||
1050 |
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before { |
|
1051 |
top: 10px; |
|
1052 |
right: 0; |
|
1053 |
} |
|
1054 |
} |
|
1055 |
||
1056 |
/* Smartphone */ |
|
1057 |
@media screen and (max-width: 600px) { |
|
1058 |
#wpadminbar { |
|
1059 |
position: absolute; |
|
1060 |
} |
|
1061 |
||
1062 |
#wp-responsive-overlay { |
|
1063 |
position: fixed; |
|
1064 |
top: 0; |
|
1065 |
right: 0; |
|
1066 |
width: 100%; |
|
1067 |
height: 100%; |
|
1068 |
z-index: 400; |
|
1069 |
} |
|
1070 |
||
1071 |
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper { |
|
1072 |
width: 100%; |
|
1073 |
right: 0; |
|
1074 |
} |
|
1075 |
||
1076 |
#wpadminbar .menupop .menupop > .ab-item:before { |
|
1077 |
display: none; |
|
1078 |
} |
|
1079 |
||
1080 |
#wpadminbar #wp-admin-bar-wp-logo.menupop .ab-sub-wrapper { |
|
1081 |
margin-right: 0; |
|
1082 |
} |
|
1083 |
||
1084 |
#wpadminbar .ab-top-menu > .menupop li > .ab-sub-wrapper { |
|
1085 |
margin: 0; |
|
1086 |
width: 100%; |
|
1087 |
top: auto; |
|
1088 |
right: auto; |
|
1089 |
position: relative; |
|
1090 |
} |
|
1091 |
||
1092 |
#wpadminbar .ab-top-menu > .menupop li > .ab-sub-wrapper .ab-item { |
|
1093 |
font-size: 16px; |
|
1094 |
padding: 6px 30px 19px 15px; |
|
1095 |
} |
|
1096 |
||
1097 |
#wpadminbar li:hover ul li ul li { |
|
1098 |
display: list-item; |
|
1099 |
} |
|
1100 |
||
1101 |
#wpadminbar li#wp-admin-bar-wp-logo, |
|
1102 |
#wpadminbar li#wp-admin-bar-updates { |
|
1103 |
display: none; |
|
1104 |
} |
|
1105 |
||
1106 |
/* Make submenus full-width at this size */ |
|
1107 |
||
1108 |
#wpadminbar .ab-top-menu > .menupop li > .ab-sub-wrapper { |
|
1109 |
position: static; |
|
1110 |
box-shadow: none; |
|
1111 |
} |
|
1112 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1113 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1114 |
/* Very narrow screens */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1115 |
@media screen and (max-width: 400px) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1116 |
#wpadminbar li#wp-admin-bar-comments { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1117 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1118 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1119 |
} |