author | ymh <ymh.work@gmail.com> |
Mon, 14 Oct 2019 18:28:13 +0200 | |
changeset 9 | 177826044cd9 |
parent 7 | cf61fcea0001 |
child 16 | a86126ab1dd4 |
permissions | -rw-r--r-- |
5 | 1 |
#adminmenuback, |
2 |
#adminmenuwrap, |
|
3 |
#adminmenu, |
|
4 |
#adminmenu .wp-submenu { |
|
5 |
width: 160px; |
|
6 |
background-color: #23282d; |
|
7 |
} |
|
8 |
||
9 |
#adminmenuback { |
|
10 |
position: fixed; |
|
11 |
top: 0; |
|
12 |
bottom: -120px; |
|
13 |
z-index: 1; /* positive z-index to avoid elastic scrolling woes in Safari */ |
|
14 |
} |
|
15 |
||
16 |
#adminmenu { |
|
17 |
clear: right; |
|
18 |
margin: 12px 0; |
|
19 |
padding: 0; |
|
20 |
list-style: none; |
|
21 |
} |
|
22 |
||
23 |
.folded #adminmenuback, |
|
24 |
.folded #adminmenuwrap, |
|
25 |
.folded #adminmenu, |
|
26 |
.folded #adminmenu li.menu-top { |
|
27 |
width: 36px; |
|
28 |
} |
|
29 |
||
30 |
.icon16 { |
|
31 |
height: 18px; |
|
32 |
width: 18px; |
|
33 |
padding: 6px 6px; |
|
34 |
margin: -6px -8px 0 0; |
|
35 |
float: right; |
|
36 |
} |
|
37 |
||
38 |
/* New Menu icons */ |
|
39 |
||
40 |
.icon16:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
41 |
color: #82878c; /* same as new icons */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
42 |
font: normal 20px/1 dashicons; |
5 | 43 |
speak: none; |
44 |
padding: 6px 0; |
|
45 |
height: 34px; |
|
46 |
width: 20px; |
|
47 |
display: inline-block; |
|
48 |
-webkit-font-smoothing: antialiased; |
|
49 |
-moz-osx-font-smoothing: grayscale; |
|
50 |
transition: all .1s ease-in-out; |
|
51 |
} |
|
52 |
||
53 |
.icon16.icon-dashboard:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
54 |
content: "\f226"; |
5 | 55 |
} |
56 |
||
57 |
.icon16.icon-post:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
58 |
content: "\f109"; |
5 | 59 |
} |
60 |
||
61 |
.icon16.icon-media:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
62 |
content: "\f104"; |
5 | 63 |
} |
64 |
||
65 |
.icon16.icon-links:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
66 |
content: "\f103"; |
5 | 67 |
} |
68 |
||
69 |
.icon16.icon-page:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
70 |
content: "\f105"; |
5 | 71 |
} |
72 |
||
73 |
.icon16.icon-comments:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
74 |
content: "\f101"; |
5 | 75 |
margin-top: 1px; |
76 |
} |
|
77 |
||
78 |
.icon16.icon-appearance:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
79 |
content: "\f100"; |
5 | 80 |
} |
81 |
||
82 |
.icon16.icon-plugins:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
83 |
content: "\f106"; |
5 | 84 |
} |
85 |
||
86 |
.icon16.icon-users:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
87 |
content: "\f110"; |
5 | 88 |
} |
89 |
||
90 |
.icon16.icon-tools:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
91 |
content: "\f107"; |
5 | 92 |
} |
93 |
||
94 |
.icon16.icon-settings:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
95 |
content: "\f108"; |
5 | 96 |
} |
97 |
||
98 |
.icon16.icon-site:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
99 |
content: "\f541"; |
5 | 100 |
} |
101 |
||
102 |
.icon16.icon-generic:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
103 |
content: "\f111"; |
5 | 104 |
} |
105 |
||
106 |
/* hide background-image for icons above */ |
|
107 |
.icon16.icon-dashboard, |
|
108 |
.menu-icon-dashboard div.wp-menu-image, |
|
109 |
.icon16.icon-post, |
|
110 |
.menu-icon-post div.wp-menu-image, |
|
111 |
.icon16.icon-media, |
|
112 |
.menu-icon-media div.wp-menu-image, |
|
113 |
.icon16.icon-links, |
|
114 |
.menu-icon-links div.wp-menu-image, |
|
115 |
.icon16.icon-page, |
|
116 |
.menu-icon-page div.wp-menu-image, |
|
117 |
.icon16.icon-comments, |
|
118 |
.menu-icon-comments div.wp-menu-image, |
|
119 |
.icon16.icon-appearance, |
|
120 |
.menu-icon-appearance div.wp-menu-image, |
|
121 |
.icon16.icon-plugins, |
|
122 |
.menu-icon-plugins div.wp-menu-image, |
|
123 |
.icon16.icon-users, |
|
124 |
.menu-icon-users div.wp-menu-image, |
|
125 |
.icon16.icon-tools, |
|
126 |
.menu-icon-tools div.wp-menu-image, |
|
127 |
.icon16.icon-settings, |
|
128 |
.menu-icon-settings div.wp-menu-image, |
|
129 |
.icon16.icon-site, |
|
130 |
.menu-icon-site div.wp-menu-image, |
|
131 |
.icon16.icon-generic, |
|
132 |
.menu-icon-generic div.wp-menu-image { |
|
133 |
background-image: none !important; |
|
134 |
} |
|
135 |
||
136 |
/*------------------------------------------------------------------------------ |
|
137 |
7.0 - Main Navigation (Left Menu) |
|
138 |
------------------------------------------------------------------------------*/ |
|
139 |
||
140 |
#adminmenuwrap { |
|
141 |
position: relative; |
|
142 |
float: right; |
|
143 |
z-index: 9990; |
|
144 |
} |
|
145 |
||
146 |
/* side admin menu */ |
|
147 |
#adminmenu * { |
|
148 |
-webkit-user-select: none; |
|
149 |
-moz-user-select: none; |
|
150 |
-ms-user-select: none; |
|
151 |
user-select: none; |
|
152 |
} |
|
153 |
||
154 |
#adminmenu li { |
|
155 |
margin: 0; |
|
156 |
padding: 0; |
|
157 |
cursor: pointer; |
|
158 |
} |
|
159 |
||
160 |
#adminmenu a { |
|
161 |
display: block; |
|
9 | 162 |
line-height: 1.3; |
5 | 163 |
padding: 2px 5px; |
164 |
color: #eee; |
|
165 |
} |
|
166 |
||
167 |
#adminmenu .wp-submenu a { |
|
168 |
color: #b4b9be; |
|
9 | 169 |
color: rgba(240, 245, 250, 0.7); |
5 | 170 |
} |
171 |
||
172 |
#adminmenu .wp-submenu a:hover, |
|
173 |
#adminmenu .wp-submenu a:focus { |
|
174 |
background: none; |
|
175 |
} |
|
176 |
||
177 |
#adminmenu a:hover, |
|
178 |
#adminmenu li.menu-top > a:focus, |
|
179 |
#adminmenu .wp-submenu a:hover, |
|
180 |
#adminmenu .wp-submenu a:focus { |
|
181 |
color: #00b9eb; |
|
182 |
} |
|
183 |
||
184 |
#adminmenu li.menu-top { |
|
185 |
border: none; |
|
186 |
min-height: 34px; |
|
187 |
position: relative; |
|
188 |
} |
|
189 |
||
190 |
#adminmenu .wp-submenu { |
|
191 |
list-style: none; |
|
192 |
position: absolute; |
|
193 |
top: -1000em; |
|
194 |
right: 160px; |
|
195 |
overflow: visible; |
|
196 |
word-wrap: break-word; |
|
197 |
} |
|
198 |
||
199 |
#adminmenu .wp-submenu, |
|
200 |
.folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu, |
|
201 |
.folded #adminmenu .wp-has-current-submenu .wp-submenu { |
|
202 |
padding: 7px 0 8px; |
|
203 |
z-index: 9999; |
|
204 |
background-color: #32373c; |
|
9 | 205 |
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); |
5 | 206 |
} |
207 |
||
208 |
.js #adminmenu .sub-open, |
|
209 |
.js #adminmenu .opensub .wp-submenu, |
|
210 |
#adminmenu a.menu-top:focus + .wp-submenu, |
|
211 |
.no-js li.wp-has-submenu:hover .wp-submenu { |
|
212 |
top: -1px; |
|
213 |
} |
|
214 |
||
215 |
#adminmenu .wp-has-current-submenu .wp-submenu, |
|
216 |
.no-js li.wp-has-current-submenu:hover .wp-submenu, |
|
217 |
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu, |
|
218 |
#adminmenu .wp-has-current-submenu .wp-submenu.sub-open, |
|
219 |
#adminmenu .wp-has-current-submenu.opensub .wp-submenu { |
|
220 |
position: relative; |
|
221 |
z-index: 3; |
|
222 |
top: auto; |
|
223 |
right: auto; |
|
224 |
left: auto; |
|
225 |
bottom: auto; |
|
226 |
border: 0 none; |
|
227 |
margin-top: 0; |
|
228 |
box-shadow: none; |
|
229 |
background-color: #32373c; |
|
230 |
} |
|
231 |
||
232 |
/* ensure that wp-submenu's box shadow doesn't appear on top of the focused menu item's background. */ |
|
233 |
#adminmenu li.menu-top:hover, |
|
234 |
#adminmenu li.opensub > a.menu-top, |
|
235 |
#adminmenu li > a.menu-top:focus { |
|
236 |
position: relative; |
|
237 |
background-color: #191e23; |
|
238 |
color: #00b9eb; |
|
239 |
} |
|
240 |
||
241 |
.folded #adminmenu li.menu-top:hover, |
|
242 |
.folded #adminmenu li.opensub > a.menu-top, |
|
243 |
.folded #adminmenu li > a.menu-top:focus { |
|
244 |
z-index: 10000; |
|
245 |
} |
|
246 |
||
247 |
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, |
|
248 |
#adminmenu li.current a.menu-top, |
|
249 |
.folded #adminmenu li.wp-has-current-submenu, |
|
250 |
.folded #adminmenu li.current.menu-top, |
|
251 |
#adminmenu .wp-menu-arrow, |
|
252 |
#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head, |
|
253 |
#adminmenu .wp-menu-arrow div { |
|
254 |
background: #0073aa; |
|
255 |
color: #fff; |
|
256 |
} |
|
257 |
||
258 |
.folded #adminmenu .wp-submenu.sub-open, |
|
259 |
.folded #adminmenu .opensub .wp-submenu, |
|
260 |
.folded #adminmenu .wp-has-current-submenu .wp-submenu.sub-open, |
|
261 |
.folded #adminmenu .wp-has-current-submenu.opensub .wp-submenu, |
|
262 |
.folded #adminmenu a.menu-top:focus + .wp-submenu, |
|
263 |
.folded #adminmenu .wp-has-current-submenu a.menu-top:focus + .wp-submenu, |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
264 |
.no-js.folded #adminmenu .wp-has-submenu:hover .wp-submenu { |
5 | 265 |
top: 0; |
266 |
right: 36px; |
|
267 |
} |
|
268 |
||
269 |
.folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu, |
|
270 |
.folded #adminmenu .wp-has-current-submenu .wp-submenu { |
|
271 |
position: absolute; |
|
272 |
top: -1000em; |
|
273 |
} |
|
274 |
||
275 |
#adminmenu .wp-not-current-submenu .wp-submenu, |
|
276 |
.folded #adminmenu .wp-has-current-submenu .wp-submenu { |
|
277 |
min-width: 160px; |
|
278 |
width: auto; |
|
279 |
} |
|
280 |
||
281 |
#adminmenu .wp-submenu a { |
|
282 |
font-size: 13px; |
|
9 | 283 |
line-height: 1.4; |
5 | 284 |
margin: 0; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
285 |
padding: 5px 0; |
5 | 286 |
} |
287 |
||
288 |
#adminmenu .wp-submenu li.current, |
|
289 |
#adminmenu .wp-submenu li.current a, |
|
290 |
#adminmenu .opensub .wp-submenu li.current a, |
|
291 |
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a, |
|
292 |
#adminmenu .wp-submenu li.current a:hover, |
|
293 |
#adminmenu .wp-submenu li.current a:focus { |
|
294 |
color: #fff; |
|
295 |
} |
|
296 |
||
297 |
#adminmenu .wp-not-current-submenu li > a, |
|
298 |
.folded #adminmenu .wp-has-current-submenu li > a { |
|
299 |
padding-left: 16px; |
|
300 |
padding-right: 14px; |
|
9 | 301 |
/* Exclude from the transition the outline for Windows High Contrast mode */ |
302 |
transition: all .1s ease-in-out, outline 0s; |
|
5 | 303 |
} |
304 |
||
305 |
#adminmenu .wp-has-current-submenu ul > li > a, |
|
306 |
.folded #adminmenu li.menu-top .wp-submenu > li > a { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
307 |
padding: 5px 12px; |
5 | 308 |
} |
309 |
||
310 |
#adminmenu a.menu-top, |
|
311 |
#adminmenu .wp-submenu-head { |
|
312 |
font-size: 14px; |
|
313 |
font-weight: 400; |
|
9 | 314 |
line-height: 1.3; |
5 | 315 |
padding: 0; |
316 |
} |
|
317 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
318 |
#adminmenu .wp-submenu-head { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
319 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
320 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
321 |
|
5 | 322 |
.folded #adminmenu .wp-menu-name { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
323 |
position: absolute; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
324 |
right: -999px; |
5 | 325 |
} |
326 |
||
327 |
.folded #adminmenu .wp-submenu-head { |
|
328 |
display: block; |
|
329 |
} |
|
330 |
||
331 |
#adminmenu .wp-submenu li { |
|
332 |
padding: 0; |
|
333 |
margin: 0; |
|
334 |
} |
|
335 |
||
336 |
#adminmenu .wp-menu-image img { |
|
337 |
padding: 9px 0 0 0; |
|
338 |
opacity: 0.6; |
|
339 |
filter: alpha(opacity=60); |
|
340 |
} |
|
341 |
||
342 |
#adminmenu div.wp-menu-name { |
|
343 |
padding: 8px 0; |
|
344 |
} |
|
345 |
||
346 |
#adminmenu div.wp-menu-image { |
|
347 |
float: right; |
|
348 |
width: 36px; |
|
349 |
height: 34px; |
|
350 |
margin: 0; |
|
351 |
text-align: center; |
|
352 |
} |
|
353 |
||
354 |
#adminmenu div.wp-menu-image.svg { |
|
355 |
background-repeat: no-repeat; |
|
356 |
background-position: center; |
|
357 |
background-size: 20px auto; |
|
358 |
} |
|
359 |
||
360 |
div.wp-menu-image:before { |
|
361 |
color: #a0a5aa; |
|
9 | 362 |
color: rgba(240, 245, 250, 0.6); |
5 | 363 |
padding: 7px 0; |
364 |
transition: all .1s ease-in-out; |
|
365 |
} |
|
366 |
||
367 |
#adminmenu div.wp-menu-image:before { |
|
368 |
color: #a0a5aa; |
|
9 | 369 |
color: rgba(240, 245, 250, 0.6); |
5 | 370 |
} |
371 |
||
372 |
#adminmenu li.wp-has-current-submenu:hover div.wp-menu-image:before, |
|
373 |
#adminmenu .wp-has-current-submenu div.wp-menu-image:before, |
|
374 |
#adminmenu .current div.wp-menu-image:before, |
|
375 |
#adminmenu a.wp-has-current-submenu:hover div.wp-menu-image:before, |
|
376 |
#adminmenu a.current:hover div.wp-menu-image:before, |
|
377 |
#adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before, |
|
378 |
#adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before { |
|
379 |
color: #fff; |
|
380 |
} |
|
381 |
||
382 |
#adminmenu li:hover div.wp-menu-image:before, |
|
383 |
#adminmenu li a:focus div.wp-menu-image:before, |
|
384 |
#adminmenu li.opensub div.wp-menu-image:before { |
|
385 |
color: #00b9eb; |
|
386 |
} |
|
387 |
||
388 |
/* IE8 doesn't redraw the pseudo elements unless you make a change to the content, this restore the initial color after hover */ |
|
389 |
.ie8 #adminmenu li.opensub div.wp-menu-image:before { |
|
390 |
color: #a0a5aa; |
|
391 |
} |
|
392 |
||
393 |
.folded #adminmenu div.wp-menu-image { |
|
394 |
width: 35px; |
|
395 |
height: 30px; |
|
396 |
position: absolute; |
|
397 |
z-index: 25; |
|
398 |
} |
|
399 |
||
400 |
.folded #adminmenu a.menu-top { |
|
401 |
height: 34px; |
|
402 |
} |
|
403 |
||
404 |
/* No @font-face support */ |
|
405 |
.no-font-face #adminmenu .wp-menu-image { |
|
406 |
display: none; |
|
407 |
} |
|
408 |
||
409 |
.no-font-face #adminmenu div.wp-menu-name { |
|
410 |
padding: 8px 12px; |
|
411 |
} |
|
412 |
||
413 |
.no-font-face.auto-fold #adminmenu .wp-menu-name { |
|
414 |
margin-right: 0; |
|
415 |
} |
|
416 |
/* End no @font-face support */ |
|
417 |
||
418 |
/* Sticky admin menu */ |
|
419 |
.sticky-menu #adminmenuwrap { |
|
420 |
position: fixed; |
|
421 |
} |
|
422 |
||
423 |
/* A new arrow */ |
|
424 |
||
425 |
.wp-menu-arrow { |
|
426 |
display: none !important; |
|
427 |
} |
|
428 |
||
429 |
ul#adminmenu a.wp-has-current-submenu { |
|
430 |
position: relative; |
|
431 |
} |
|
432 |
||
433 |
ul#adminmenu a.wp-has-current-submenu:after, |
|
434 |
ul#adminmenu > li.current > a.current:after { |
|
435 |
left: 0; |
|
436 |
border: solid 8px transparent; |
|
437 |
content: " "; |
|
438 |
height: 0; |
|
439 |
width: 0; |
|
440 |
position: absolute; |
|
441 |
pointer-events: none; |
|
442 |
border-left-color: #f1f1f1; |
|
443 |
top: 50%; |
|
444 |
margin-top: -8px; |
|
445 |
} |
|
446 |
||
447 |
.folded ul#adminmenu li:hover a.wp-has-current-submenu:after { |
|
448 |
display: none; |
|
449 |
} |
|
450 |
||
451 |
.folded ul#adminmenu a.wp-has-current-submenu:after, |
|
452 |
.folded ul#adminmenu > li a.current:after { |
|
453 |
border-width: 4px; |
|
454 |
margin-top: -4px; |
|
455 |
} |
|
456 |
||
457 |
/* flyout menu arrow */ |
|
458 |
#adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after { |
|
459 |
left: 0; |
|
460 |
border: solid transparent; |
|
461 |
content: " "; |
|
462 |
height: 0; |
|
463 |
width: 0; |
|
464 |
position: absolute; |
|
465 |
pointer-events: none; |
|
466 |
border-width: 8px; |
|
467 |
top: 10px; |
|
468 |
z-index: 10000; |
|
469 |
} |
|
470 |
||
471 |
.folded ul#adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after { |
|
472 |
border-width: 4px; |
|
473 |
margin-top: -4px; |
|
474 |
top: 18px; |
|
475 |
} |
|
476 |
||
477 |
#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after { |
|
478 |
border-left-color: #32373c; |
|
479 |
} |
|
480 |
||
481 |
#adminmenu li.menu-top:hover .wp-menu-image img, |
|
482 |
#adminmenu li.wp-has-current-submenu .wp-menu-image img { |
|
483 |
opacity: 1; |
|
484 |
filter: alpha(opacity=100); |
|
485 |
} |
|
486 |
||
487 |
#adminmenu li.wp-menu-separator { |
|
488 |
height: 5px; |
|
489 |
padding: 0; |
|
490 |
margin: 0 0 6px 0; |
|
491 |
cursor: inherit; |
|
492 |
} |
|
493 |
||
494 |
/* @todo: is this even needed given that it's nested beneath the above li.wp-menu-separator? */ |
|
495 |
#adminmenu div.separator { |
|
496 |
height: 2px; |
|
497 |
padding: 0; |
|
498 |
} |
|
499 |
||
500 |
#adminmenu .wp-submenu .wp-submenu-head { |
|
501 |
color: #fff; |
|
502 |
font-weight: 400; |
|
503 |
font-size: 14px; |
|
504 |
padding: 8px 11px 8px 4px; |
|
505 |
margin: -7px 0px 4px; |
|
506 |
} |
|
507 |
||
508 |
#adminmenu li.current, |
|
509 |
.folded #adminmenu li.wp-menu-open { |
|
510 |
border: 0 none; |
|
511 |
} |
|
512 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
513 |
/* @todo: consider to use a single rule for these counters and the list table comments counters. */ |
5 | 514 |
#adminmenu .awaiting-mod, |
515 |
#adminmenu .update-plugins { |
|
516 |
display: inline-block; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
517 |
vertical-align: top; |
9 | 518 |
box-sizing: border-box; |
519 |
margin: 1px 2px -1px 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
520 |
padding: 0 5px; |
9 | 521 |
min-width: 18px; |
522 |
height: 18px; |
|
523 |
border-radius: 9px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
524 |
background-color: #ca4a1f; |
5 | 525 |
color: #fff; |
9 | 526 |
font-size: 11px; |
527 |
line-height: 1.6; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
528 |
text-align: center; |
5 | 529 |
z-index: 26; |
530 |
} |
|
531 |
||
532 |
#adminmenu li.current a .awaiting-mod, |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
533 |
#adminmenu li a.wp-has-current-submenu .update-plugins { |
9 | 534 |
background-color: #ca4a1f; |
5 | 535 |
color: #fff; |
536 |
} |
|
537 |
||
538 |
#adminmenu li span.count-0 { |
|
539 |
display: none; |
|
540 |
} |
|
541 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
542 |
#collapse-button { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
543 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
544 |
width: 100%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
545 |
height: 34px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
546 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
547 |
border: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
548 |
padding: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
549 |
position: relative; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
550 |
overflow: visible; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
551 |
background: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
552 |
color: #aaa; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
553 |
cursor: pointer; |
9 | 554 |
} |
555 |
||
556 |
#collapse-button:hover { |
|
557 |
color: #00b9eb; |
|
5 | 558 |
} |
559 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
560 |
#collapse-button:focus { |
5 | 561 |
color: #00b9eb; |
9 | 562 |
/* Only visible in Windows High Contrast mode */ |
563 |
outline: 1px solid transparent; |
|
564 |
outline-offset: -1px; |
|
5 | 565 |
} |
566 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
567 |
#collapse-button .collapse-button-icon, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
568 |
#collapse-button .collapse-button-label { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
569 |
/* absolutely positioned to avoid 1px shift in IE when button is pressed */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
570 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
571 |
position: absolute; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
572 |
top: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
573 |
right: 0; |
9 | 574 |
} |
575 |
||
576 |
#collapse-button .collapse-button-label { |
|
577 |
top: 8px; |
|
7
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 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
580 |
#collapse-button .collapse-button-icon { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
581 |
width: 36px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
582 |
height: 34px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
583 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
584 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
585 |
#collapse-button .collapse-button-label { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
586 |
padding: 0 36px 0 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
587 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
588 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
589 |
.folded #collapse-button .collapse-button-label { |
5 | 590 |
display: none; |
591 |
} |
|
592 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
593 |
#collapse-button .collapse-button-icon:after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
594 |
content: "\f148"; |
5 | 595 |
display: block; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
596 |
position: relative; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
597 |
top: 7px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
598 |
text-align: center; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
599 |
font: normal 20px/1 dashicons !important; |
5 | 600 |
speak: none; |
601 |
-webkit-font-smoothing: antialiased; |
|
602 |
-moz-osx-font-smoothing: grayscale; |
|
603 |
} |
|
604 |
||
605 |
/* rtl:ignore */ |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
606 |
.folded #collapse-button .collapse-button-icon:after, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
607 |
.rtl #collapse-button .collapse-button-icon:after { |
5 | 608 |
transform: rotate(180deg); |
609 |
} |
|
610 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
611 |
.rtl.folded #collapse-button .collapse-button-icon:after { |
5 | 612 |
transform: none; |
613 |
} |
|
614 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
615 |
#collapse-button .collapse-button-icon:after, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
616 |
#collapse-button .collapse-button-label { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
617 |
transition: all .1s ease-in-out; |
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 |
|
5 | 620 |
/** |
621 |
* Toolbar menu toggle |
|
622 |
*/ |
|
623 |
li#wp-admin-bar-menu-toggle { |
|
624 |
display: none; |
|
625 |
} |
|
626 |
||
627 |
/* Hide-if-customize for items we can't add classes to */ |
|
628 |
.customize-support #menu-appearance a[href="themes.php?page=custom-header"], |
|
629 |
.customize-support #menu-appearance a[href="themes.php?page=custom-background"] { |
|
630 |
display: none; |
|
631 |
} |
|
632 |
||
633 |
/* Auto-folding of the admin menu */ |
|
634 |
@media only screen and (max-width: 960px) { |
|
635 |
.auto-fold #wpcontent, |
|
636 |
.auto-fold #wpfooter { |
|
637 |
margin-right: 36px; |
|
638 |
} |
|
639 |
||
640 |
.auto-fold #adminmenuback, |
|
641 |
.auto-fold #adminmenuwrap, |
|
642 |
.auto-fold #adminmenu, |
|
643 |
.auto-fold #adminmenu li.menu-top { |
|
644 |
width: 36px; |
|
645 |
} |
|
646 |
||
647 |
.auto-fold #adminmenu .wp-submenu.sub-open, |
|
648 |
.auto-fold #adminmenu .opensub .wp-submenu, |
|
649 |
.auto-fold #adminmenu .wp-has-current-submenu .wp-submenu.sub-open, |
|
650 |
.auto-fold #adminmenu .wp-has-current-submenu.opensub .wp-submenu, |
|
651 |
.auto-fold #adminmenu a.menu-top:focus + .wp-submenu, |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
652 |
.auto-fold #adminmenu .wp-has-current-submenu a.menu-top:focus + .wp-submenu { |
5 | 653 |
top: 0px; |
654 |
right: 36px; |
|
655 |
} |
|
656 |
||
657 |
.auto-fold #adminmenu a.wp-has-current-submenu:focus + .wp-submenu, |
|
658 |
.auto-fold #adminmenu .wp-has-current-submenu .wp-submenu { |
|
659 |
position: absolute; |
|
660 |
top: -1000em; |
|
661 |
margin-left: -1px; |
|
662 |
padding: 7px 0 8px; |
|
663 |
z-index: 9999; |
|
664 |
} |
|
665 |
||
666 |
.auto-fold #adminmenu .wp-has-current-submenu .wp-submenu { |
|
667 |
min-width: 150px; |
|
668 |
width: auto; |
|
669 |
} |
|
670 |
||
671 |
.auto-fold #adminmenu .wp-has-current-submenu li > a { |
|
672 |
padding-left: 16px; |
|
673 |
padding-right: 14px; |
|
674 |
} |
|
675 |
||
676 |
||
677 |
.auto-fold #adminmenu li.menu-top .wp-submenu > li > a { |
|
678 |
padding-right: 12px; |
|
679 |
} |
|
680 |
||
681 |
.auto-fold #adminmenu .wp-menu-name { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
682 |
position: absolute; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
683 |
right: -999px; |
5 | 684 |
} |
685 |
||
686 |
.auto-fold #adminmenu .wp-submenu-head { |
|
687 |
display: block; |
|
688 |
} |
|
689 |
||
690 |
.auto-fold #adminmenu div.wp-menu-image { |
|
691 |
height: 30px; |
|
692 |
width: 34px; |
|
693 |
position: absolute; |
|
694 |
z-index: 25; |
|
695 |
} |
|
696 |
||
697 |
.auto-fold #adminmenu a.menu-top { |
|
698 |
height: 34px; |
|
699 |
} |
|
700 |
||
701 |
.auto-fold #adminmenu li.wp-menu-open { |
|
702 |
border: 0 none; |
|
703 |
} |
|
704 |
||
705 |
.auto-fold #adminmenu .wp-has-current-submenu.menu-top-last { |
|
706 |
margin-bottom: 0; |
|
707 |
} |
|
708 |
||
709 |
.auto-fold ul#adminmenu li:hover a.wp-has-current-submenu:after { |
|
710 |
display: none; |
|
711 |
} |
|
712 |
||
713 |
.auto-fold ul#adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after { |
|
714 |
border-width: 4px; |
|
715 |
margin-top: -4px; |
|
716 |
top: 16px; |
|
717 |
} |
|
718 |
||
719 |
.auto-fold ul#adminmenu a.wp-has-current-submenu:after, |
|
720 |
.auto-fold ul#adminmenu > li a.current:after { |
|
721 |
border-width: 4px; |
|
722 |
margin-top: -4px; |
|
723 |
} |
|
724 |
||
725 |
.auto-fold #adminmenu li.menu-top:hover, |
|
726 |
.auto-fold #adminmenu li.opensub > a.menu-top, |
|
727 |
.auto-fold #adminmenu li > a.menu-top:focus { |
|
728 |
z-index: 10000; |
|
729 |
} |
|
730 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
731 |
.auto-fold #collapse-menu .collapse-button-label { |
5 | 732 |
display: none; |
733 |
} |
|
734 |
||
735 |
/* rtl:ignore */ |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
736 |
.auto-fold #collapse-button .collapse-button-icon:after { |
5 | 737 |
transform: rotate(180deg); |
738 |
} |
|
739 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
740 |
.rtl.auto-fold #collapse-button .collapse-button-icon:after { |
5 | 741 |
transform: none; |
742 |
} |
|
743 |
||
744 |
} |
|
745 |
||
9 | 746 |
@media screen and (max-width: 782px) { |
5 | 747 |
.auto-fold #wpcontent { |
748 |
position: relative; |
|
749 |
margin-right: 0; |
|
750 |
padding-right: 10px; |
|
751 |
} |
|
752 |
||
753 |
.sticky-menu #adminmenuwrap { |
|
754 |
position: relative; |
|
755 |
z-index: auto; |
|
756 |
top: 0; |
|
757 |
} |
|
758 |
||
759 |
/* Sidebar Adjustments */ |
|
760 |
.auto-fold #adminmenu, |
|
761 |
.auto-fold #adminmenuback, |
|
762 |
.auto-fold #adminmenuwrap { |
|
763 |
position: absolute; |
|
764 |
width: 190px; |
|
765 |
z-index: 100; |
|
766 |
} |
|
767 |
||
768 |
.auto-fold #adminmenuback, |
|
769 |
.auto-fold #adminmenuwrap { |
|
770 |
display: none; |
|
771 |
} |
|
772 |
||
773 |
.auto-fold .wp-responsive-open #adminmenuback, |
|
774 |
.auto-fold .wp-responsive-open #adminmenuwrap { |
|
775 |
display: block; |
|
776 |
} |
|
777 |
||
778 |
.auto-fold #adminmenu li.menu-top { |
|
779 |
width: 100%; |
|
780 |
} |
|
781 |
||
782 |
/* Resize the admin menu items to a comfortable touch size */ |
|
783 |
.auto-fold #adminmenu li a { |
|
784 |
font-size: 16px; |
|
785 |
padding: 5px; |
|
786 |
} |
|
787 |
||
788 |
.auto-fold #adminmenu li.menu-top .wp-submenu > li > a { |
|
789 |
padding: 10px 20px 10px 10px; |
|
790 |
} |
|
791 |
||
792 |
/* Restore the menu names */ |
|
793 |
.auto-fold #adminmenu .wp-menu-name { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
794 |
position: static; |
5 | 795 |
margin-right: 35px; |
796 |
} |
|
797 |
||
798 |
/* Switch the arrow side */ |
|
799 |
.auto-fold ul#adminmenu a.wp-has-current-submenu:after, |
|
800 |
.auto-fold ul#adminmenu > li.current > a.current:after { |
|
801 |
border-width: 8px; |
|
802 |
margin-top: -8px; |
|
803 |
} |
|
804 |
||
805 |
.auto-fold ul#adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after { |
|
806 |
display: none; |
|
807 |
} |
|
808 |
||
809 |
/* Make the submenus appear correctly when tapped. */ |
|
810 |
#adminmenu .wp-submenu { |
|
811 |
position: relative; |
|
812 |
display: none; |
|
813 |
} |
|
814 |
||
815 |
.auto-fold #adminmenu .selected .wp-submenu, |
|
816 |
.auto-fold #adminmenu .wp-menu-open .wp-submenu { |
|
817 |
position: relative; |
|
818 |
display: block; |
|
819 |
top: 0; |
|
820 |
right: -1px; |
|
821 |
box-shadow: none; |
|
822 |
} |
|
823 |
||
824 |
.auto-fold #adminmenu .selected .wp-submenu:after, |
|
825 |
.auto-fold #adminmenu .wp-menu-open .wp-submenu:after { |
|
826 |
display: none; |
|
827 |
} |
|
828 |
||
829 |
.auto-fold #adminmenu .opensub .wp-submenu { |
|
830 |
display: none; |
|
831 |
} |
|
832 |
||
833 |
.auto-fold #adminmenu .selected .wp-submenu { |
|
834 |
display: block; |
|
835 |
} |
|
836 |
||
837 |
.auto-fold ul#adminmenu li:hover a.wp-has-current-submenu:after { |
|
838 |
display: block; |
|
839 |
} |
|
840 |
||
841 |
.auto-fold #adminmenu a.menu-top:focus + .wp-submenu, |
|
842 |
.auto-fold #adminmenu .wp-has-current-submenu a.menu-top:focus + .wp-submenu { |
|
843 |
position: relative; |
|
844 |
right: -1px; |
|
845 |
left: 0; |
|
846 |
top: 0; |
|
847 |
} |
|
848 |
||
849 |
/* Remove submenu headers and adjust sub meu*/ |
|
850 |
#adminmenu .wp-submenu .wp-submenu-head { |
|
851 |
display: none; |
|
852 |
} |
|
853 |
||
854 |
/* Toolbar menu toggle */ |
|
855 |
#wp-responsive-toggle { |
|
856 |
position: fixed; |
|
857 |
top: 5px; |
|
858 |
right: 4px; |
|
859 |
padding-left: 10px; |
|
860 |
z-index: 99999; |
|
861 |
border: none; |
|
862 |
box-sizing: border-box; |
|
863 |
} |
|
864 |
||
865 |
#wpadminbar #wp-admin-bar-menu-toggle a { |
|
866 |
display: block; |
|
867 |
padding: 0; |
|
868 |
overflow: hidden; |
|
869 |
outline: none; |
|
870 |
text-decoration: none; |
|
871 |
border: 1px solid transparent; |
|
872 |
background: none; |
|
873 |
height: 44px; |
|
874 |
margin-right: -1px; |
|
875 |
} |
|
876 |
||
877 |
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a { |
|
878 |
background: #32373c; |
|
879 |
} |
|
880 |
||
881 |
li#wp-admin-bar-menu-toggle { |
|
882 |
display: block; |
|
883 |
} |
|
884 |
||
885 |
#wpadminbar #wp-admin-bar-menu-toggle a:hover { |
|
886 |
border: 1px solid transparent; |
|
887 |
} |
|
888 |
||
889 |
#wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
890 |
content: "\f228"; |
5 | 891 |
display: inline-block; |
892 |
float: right; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
893 |
font: normal 40px/45px dashicons; |
5 | 894 |
vertical-align: middle; |
895 |
outline: none; |
|
896 |
margin: 0; |
|
897 |
-webkit-font-smoothing: antialiased; |
|
898 |
-moz-osx-font-smoothing: grayscale; |
|
899 |
height: 44px; |
|
900 |
width: 50px; |
|
901 |
padding: 0; |
|
902 |
border: none; |
|
903 |
text-align: center; |
|
904 |
text-decoration: none; |
|
905 |
box-sizing: border-box; |
|
906 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
907 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
908 |
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
909 |
color: #00b9eb; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
910 |
} |
5 | 911 |
} |
912 |
||
913 |
/* Smartphone */ |
|
914 |
@media screen and (max-width: 600px) { |
|
915 |
#adminmenuwrap, |
|
916 |
#adminmenuback { |
|
917 |
display: none; |
|
918 |
} |
|
919 |
||
920 |
.wp-responsive-open #adminmenuwrap, |
|
921 |
.wp-responsive-open #adminmenuback { |
|
922 |
display: block; |
|
923 |
} |
|
924 |
||
925 |
.auto-fold #adminmenu { |
|
926 |
top: 46px; |
|
927 |
} |
|
928 |
} |