author | ymh <ymh.work@gmail.com> |
Mon, 08 Sep 2025 19:44:41 +0200 | |
changeset 23 | 417f20492bf7 |
parent 22 | 8c2e4d02f4ef |
permissions | -rw-r--r-- |
16 | 1 |
/*! This file is auto-generated */ |
5 | 2 |
.wp-full-overlay-sidebar { |
3 |
overflow: visible; |
|
4 |
} |
|
5 |
||
6 |
/** |
|
7 |
* Hide all sidebar sections by default, only show them (via JS) once the |
|
8 |
* preview loads and we know whether the sidebars are used in the template. |
|
9 |
*/ |
|
10 |
||
11 |
.control-section.control-section-sidebar, |
|
12 |
.customize-control-sidebar_widgets label, |
|
13 |
.customize-control-sidebar_widgets .hide-if-js { |
|
14 |
/* The link in .customize-control-sidebar_widgets .hide-if-js will fail if it ever gets used. */ |
|
15 |
display: none; |
|
16 |
} |
|
17 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
18 |
.control-section.control-section-sidebar .accordion-section-content.ui-sortable { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
19 |
overflow: visible; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
20 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
21 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
22 |
/* Note: widget-tops are more compact when (max-height: 700px) and (min-width: 981px). */ |
5 | 23 |
.customize-control-widget_form .widget-top { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
24 |
background: #fff; |
5 | 25 |
transition: opacity 0.5s; |
26 |
} |
|
27 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
28 |
.customize-control .widget-action { |
18 | 29 |
color: #787c82; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
30 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
31 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
32 |
.customize-control .widget-top:hover .widget-action, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
33 |
.customize-control .widget-action:focus { |
18 | 34 |
color: #1d2327; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
35 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
36 |
|
5 | 37 |
.customize-control-widget_form:not(.widget-rendered) .widget-top { |
38 |
opacity: 0.5; |
|
39 |
} |
|
40 |
||
41 |
.customize-control-widget_form .widget-control-save { |
|
42 |
display: none; |
|
43 |
} |
|
44 |
||
45 |
.customize-control-widget_form .spinner { |
|
46 |
visibility: hidden; |
|
47 |
margin-top: 0; |
|
48 |
} |
|
49 |
||
50 |
.customize-control-widget_form.previewer-loading .spinner { |
|
51 |
visibility: visible; |
|
52 |
} |
|
53 |
||
54 |
.customize-control-widget_form.widget-form-disabled .widget-content { |
|
55 |
opacity: 0.7; |
|
56 |
pointer-events: none; |
|
57 |
-webkit-user-select: none; |
|
58 |
user-select: none; |
|
59 |
} |
|
60 |
||
61 |
.customize-control-widget_form .widget { |
|
62 |
margin-bottom: 0; |
|
63 |
} |
|
64 |
||
65 |
.customize-control-widget_form.wide-widget-control .widget-inside { |
|
66 |
position: fixed; |
|
67 |
right: 299px; |
|
68 |
top: 25%; |
|
18 | 69 |
border: 1px solid #dcdcde; |
5 | 70 |
overflow: auto; |
71 |
} |
|
72 |
.customize-control-widget_form.wide-widget-control .widget-inside > .form { |
|
73 |
padding: 20px; |
|
74 |
} |
|
75 |
||
76 |
.customize-control-widget_form.wide-widget-control .widget-top { |
|
77 |
transition: background-color 0.4s; |
|
78 |
} |
|
79 |
.customize-control-widget_form.wide-widget-control.expanding .widget-top, |
|
80 |
.customize-control-widget_form.wide-widget-control.expanded:not(.collapsing) .widget-top { |
|
18 | 81 |
background-color: #dcdcde; |
5 | 82 |
} |
83 |
||
84 |
.widget-inside { |
|
19 | 85 |
padding: 1px 10px 10px; |
5 | 86 |
border-top: none; |
16 | 87 |
line-height: 1.23076923; |
5 | 88 |
} |
89 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
90 |
.customize-control-widget_form.expanded .widget-action .toggle-indicator:before { |
5 | 91 |
content: "\f142"; |
92 |
} |
|
93 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
94 |
.customize-control-widget_form.wide-widget-control .widget-action .toggle-indicator:before { |
5 | 95 |
content: "\f141"; |
96 |
} |
|
97 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
98 |
.customize-control-widget_form.wide-widget-control.expanded .widget-action .toggle-indicator:before { |
5 | 99 |
content: "\f139"; |
100 |
} |
|
101 |
||
102 |
.widget-title-action { |
|
103 |
cursor: pointer; |
|
104 |
} |
|
105 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
106 |
.widget-top, |
5 | 107 |
.customize-control-widget_form .widget .customize-control-title { |
108 |
cursor: move; |
|
109 |
} |
|
110 |
||
111 |
.control-section.accordion-section.highlighted > .accordion-section-title, |
|
112 |
.customize-control-widget_form.highlighted { |
|
113 |
outline: none; |
|
18 | 114 |
box-shadow: 0 0 2px rgba(79, 148, 212, 0.8); |
5 | 115 |
position: relative; |
116 |
z-index: 1; |
|
117 |
} |
|
118 |
||
119 |
#widget-customizer-control-templates { |
|
120 |
display: none; |
|
121 |
} |
|
122 |
||
123 |
/** |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
124 |
* Widget reordering styles |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
125 |
*/ |
5 | 126 |
|
127 |
#customize-theme-controls .widget-reorder-nav { |
|
128 |
display: none; |
|
129 |
float: left; |
|
18 | 130 |
background-color: #f6f7f7; |
5 | 131 |
} |
132 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
133 |
.move-widget:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
134 |
content: "\f504"; |
5 | 135 |
} |
136 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
137 |
#customize-theme-controls .move-widget-area { |
5 | 138 |
display: none; |
139 |
background: #fff; |
|
18 | 140 |
border: 1px solid #c3c4c7; |
5 | 141 |
border-top: none; |
142 |
cursor: auto; |
|
143 |
} |
|
144 |
||
145 |
#customize-theme-controls .reordering .move-widget-area.active { |
|
146 |
display: block; |
|
147 |
} |
|
148 |
||
149 |
#customize-theme-controls .move-widget-area .description { |
|
150 |
margin: 0; |
|
151 |
padding: 15px 20px; |
|
152 |
font-weight: 400; |
|
153 |
} |
|
154 |
||
155 |
#customize-theme-controls .widget-area-select { |
|
156 |
margin: 0; |
|
157 |
padding: 0; |
|
158 |
list-style: none; |
|
159 |
} |
|
160 |
||
161 |
#customize-theme-controls .widget-area-select li { |
|
162 |
position: relative; |
|
163 |
margin: 0; |
|
164 |
padding: 13px 42px 15px 15px; |
|
18 | 165 |
color: #50575e; |
166 |
border-top: 1px solid #c3c4c7; |
|
5 | 167 |
cursor: pointer; |
168 |
-webkit-user-select: none; |
|
169 |
user-select: none; |
|
170 |
} |
|
171 |
||
172 |
#customize-theme-controls .widget-area-select li:before { |
|
173 |
display: none; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
174 |
content: "\f147"; |
5 | 175 |
position: absolute; |
176 |
top: 12px; |
|
177 |
right: 10px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
178 |
font: normal 20px/1 dashicons; |
5 | 179 |
-webkit-font-smoothing: antialiased; |
180 |
-moz-osx-font-smoothing: grayscale; |
|
181 |
} |
|
182 |
||
183 |
#customize-theme-controls .widget-area-select li:last-child { |
|
18 | 184 |
border-bottom: 1px solid #c3c4c7; |
5 | 185 |
} |
186 |
||
187 |
#customize-theme-controls .widget-area-select .selected { |
|
188 |
color: #fff; |
|
18 | 189 |
background: #2271b1; |
5 | 190 |
} |
191 |
||
192 |
#customize-theme-controls .widget-area-select .selected:before { |
|
193 |
display: block; |
|
194 |
} |
|
195 |
||
196 |
#customize-theme-controls .move-widget-actions { |
|
197 |
text-align: left; |
|
198 |
padding: 12px; |
|
199 |
} |
|
200 |
||
201 |
#customize-theme-controls .reordering .widget-title-action { |
|
202 |
display: none; |
|
203 |
} |
|
204 |
||
205 |
#customize-theme-controls .reordering .widget-reorder-nav { |
|
206 |
display: block; |
|
207 |
} |
|
208 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
209 |
/* Text Widget */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
210 |
.wp-customizer div.mce-inline-toolbar-grp, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
211 |
.wp-customizer div.mce-tooltip { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
212 |
z-index: 500100 !important; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
213 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
214 |
.wp-customizer .ui-autocomplete.wplink-autocomplete { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
215 |
z-index: 500110; /* originally 100110, but z-index of .wp-full-overlay is 500000 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
216 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
217 |
.wp-customizer #wp-link-backdrop { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
218 |
z-index: 500100; /* originally 100100, but z-index of .wp-full-overlay is 500000 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
219 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
220 |
.wp-customizer #wp-link-wrap { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
221 |
z-index: 500105; /* originally 100105, but z-index of .wp-full-overlay is 500000 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
222 |
} |
5 | 223 |
|
224 |
/** |
|
225 |
* Styles for new widget addition panel |
|
226 |
*/ |
|
227 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
228 |
/* override widgets admin page rules in wp-admin/css/widgets.css */ |
5 | 229 |
#widgets-left #available-widgets .widget { |
230 |
float: none !important; |
|
231 |
width: auto !important; |
|
232 |
} |
|
233 |
||
9 | 234 |
/* Keep rule that is no longer necessary on widgets.php. */ |
235 |
#available-widgets .widget-action { |
|
236 |
display: none; |
|
237 |
} |
|
238 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
239 |
.ios #available-widgets { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
240 |
transition: right 0s; |
5 | 241 |
} |
242 |
||
243 |
#available-widgets .widget-tpl:hover, |
|
244 |
#available-widgets .widget-tpl.selected { |
|
18 | 245 |
background: #f6f7f7; |
246 |
border-bottom-color: #c3c4c7; |
|
247 |
color: #2271b1; |
|
248 |
border-right: 4px solid #2271b1; |
|
5 | 249 |
} |
250 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
251 |
#customize-controls .widget-title h3 { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
252 |
font-size: 1em; |
5 | 253 |
} |
254 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
255 |
#available-widgets .widget-title h3 { |
5 | 256 |
padding: 0 0 5px; |
257 |
font-size: 14px; |
|
258 |
} |
|
259 |
||
260 |
#available-widgets .widget .widget-description { |
|
261 |
padding: 0; |
|
18 | 262 |
color: #646970; |
5 | 263 |
} |
264 |
||
22
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
265 |
@media (prefers-reduced-motion: no-preference) { |
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
266 |
#customize-preview { |
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
267 |
transition: all 0.2s; |
8c2e4d02f4ef
Update WordPress to latest version (6.7)
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
268 |
} |
5 | 269 |
} |
270 |
||
271 |
body.adding-widget #available-widgets { |
|
272 |
right: 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
273 |
visibility: visible; |
5 | 274 |
} |
275 |
||
276 |
body.adding-widget .wp-full-overlay-main { |
|
277 |
right: 300px; |
|
278 |
} |
|
279 |
||
280 |
body.adding-widget #customize-preview { |
|
281 |
opacity: 0.4; |
|
282 |
} |
|
283 |
||
284 |
||
285 |
/** |
|
286 |
* Widget Icon styling |
|
287 |
* No plurals in naming. |
|
288 |
* Ordered from lowest to highest specificity. |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
289 |
*/ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
290 |
|
5 | 291 |
#available-widgets .widget-title { |
292 |
position: relative; |
|
293 |
} |
|
294 |
||
295 |
#available-widgets .widget-title:before { |
|
296 |
content: "\f132"; |
|
297 |
position: absolute; |
|
298 |
top: -3px; |
|
299 |
left: 100%; |
|
300 |
margin-left: 20px; |
|
301 |
width: 20px; |
|
302 |
height: 20px; |
|
18 | 303 |
color: #2c3338; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
304 |
font: normal 20px/1 dashicons; |
5 | 305 |
text-align: center; |
306 |
box-sizing: border-box; |
|
307 |
-webkit-font-smoothing: antialiased; |
|
308 |
-moz-osx-font-smoothing: grayscale; |
|
309 |
} |
|
310 |
||
16 | 311 |
/* dashicons-smiley */ |
5 | 312 |
#available-widgets [class*="easy"] .widget-title:before { content: "\f328"; top: -4px; } |
313 |
||
16 | 314 |
/* dashicons-star-filled */ |
5 | 315 |
#available-widgets [class*="super"] .widget-title:before, |
316 |
#available-widgets [class*="like"] .widget-title:before { content: "\f155"; top: -4px; } |
|
317 |
||
16 | 318 |
/* dashicons-wordpress */ |
5 | 319 |
#available-widgets [class*="meta"] .widget-title:before { content: "\f120"; } |
320 |
||
16 | 321 |
/* dashicons-archive */ |
5 | 322 |
#available-widgets [class*="archives"] .widget-title:before { content: "\f480"; top: -4px; } |
323 |
||
16 | 324 |
/* dashicons-category */ |
5 | 325 |
#available-widgets [class*="categor"] .widget-title:before { content: "\f318"; top: -4px; } |
326 |
||
16 | 327 |
/* dashicons-admin-comments */ |
5 | 328 |
#available-widgets [class*="comment"] .widget-title:before, |
329 |
#available-widgets [class*="testimonial"] .widget-title:before, |
|
330 |
#available-widgets [class*="chat"] .widget-title:before { content: "\f101"; } |
|
331 |
||
16 | 332 |
/* dashicons-admin-post */ |
5 | 333 |
#available-widgets [class*="post"] .widget-title:before { content: "\f109"; } |
334 |
||
16 | 335 |
/* dashicons-admin-page */ |
5 | 336 |
#available-widgets [class*="page"] .widget-title:before { content: "\f105"; } |
337 |
||
16 | 338 |
/* dashicons-text */ |
5 | 339 |
#available-widgets [class*="text"] .widget-title:before { content: "\f478"; } |
340 |
||
16 | 341 |
/* dashicons-admin-links */ |
5 | 342 |
#available-widgets [class*="link"] .widget-title:before { content: "\f103"; } |
343 |
||
16 | 344 |
/* dashicons-search */ |
5 | 345 |
#available-widgets [class*="search"] .widget-title:before { content: "\f179"; } |
346 |
||
16 | 347 |
/* dashicons-menu */ |
5 | 348 |
#available-widgets [class*="menu"] .widget-title:before, |
349 |
#available-widgets [class*="nav"] .widget-title:before { content: "\f333"; } |
|
350 |
||
16 | 351 |
/* dashicons-tagcloud */ |
5 | 352 |
#available-widgets [class*="tag"] .widget-title:before { content: "\f479"; } |
353 |
||
16 | 354 |
/* dashicons-rss */ |
5 | 355 |
#available-widgets [class*="rss"] .widget-title:before { content: "\f303"; top: -6px; } |
356 |
||
16 | 357 |
/* dashicons-calendar */ |
5 | 358 |
#available-widgets [class*="event"] .widget-title:before, |
359 |
#available-widgets [class*="calendar"] .widget-title:before { content: "\f145"; top: -4px;} |
|
360 |
||
16 | 361 |
/* dashicons-format-image */ |
5 | 362 |
#available-widgets [class*="image"] .widget-title:before, |
363 |
#available-widgets [class*="photo"] .widget-title:before, |
|
364 |
#available-widgets [class*="slide"] .widget-title:before, |
|
365 |
#available-widgets [class*="instagram"] .widget-title:before { content: "\f128"; } |
|
366 |
||
16 | 367 |
/* dashicons-format-gallery */ |
5 | 368 |
#available-widgets [class*="album"] .widget-title:before, |
369 |
#available-widgets [class*="galler"] .widget-title:before { content: "\f161"; } |
|
370 |
||
16 | 371 |
/* dashicons-format-video */ |
5 | 372 |
#available-widgets [class*="video"] .widget-title:before, |
373 |
#available-widgets [class*="tube"] .widget-title:before { content: "\f126"; } |
|
374 |
||
16 | 375 |
/* dashicons-format-audio */ |
5 | 376 |
#available-widgets [class*="music"] .widget-title:before, |
377 |
#available-widgets [class*="radio"] .widget-title:before, |
|
378 |
#available-widgets [class*="audio"] .widget-title:before { content: "\f127"; } |
|
379 |
||
16 | 380 |
/* dashicons-admin-users */ |
5 | 381 |
#available-widgets [class*="login"] .widget-title:before, |
382 |
#available-widgets [class*="user"] .widget-title:before, |
|
383 |
#available-widgets [class*="member"] .widget-title:before, |
|
384 |
#available-widgets [class*="avatar"] .widget-title:before, |
|
385 |
#available-widgets [class*="subscriber"] .widget-title:before, |
|
386 |
#available-widgets [class*="profile"] .widget-title:before, |
|
387 |
#available-widgets [class*="grofile"] .widget-title:before { content: "\f110"; } |
|
388 |
||
16 | 389 |
/* dashicons-cart */ |
5 | 390 |
#available-widgets [class*="commerce"] .widget-title:before, |
391 |
#available-widgets [class*="shop"] .widget-title:before, |
|
392 |
#available-widgets [class*="cart"] .widget-title:before { content: "\f174"; top: -4px; } |
|
393 |
||
16 | 394 |
/* dashicons-shield */ |
5 | 395 |
#available-widgets [class*="secur"] .widget-title:before, |
396 |
#available-widgets [class*="firewall"] .widget-title:before { content: "\f332"; } |
|
397 |
||
16 | 398 |
/* dashicons-chart-bar */ |
5 | 399 |
#available-widgets [class*="analytic"] .widget-title:before, |
400 |
#available-widgets [class*="stat"] .widget-title:before, |
|
401 |
#available-widgets [class*="poll"] .widget-title:before { content: "\f185"; } |
|
402 |
||
16 | 403 |
/* dashicons-feedback */ |
5 | 404 |
#available-widgets [class*="form"] .widget-title:before { content: "\f175"; } |
405 |
||
16 | 406 |
/* dashicons-email-alt */ |
5 | 407 |
#available-widgets [class*="subscribe"] .widget-title:before, |
408 |
#available-widgets [class*="news"] .widget-title:before, |
|
409 |
#available-widgets [class*="contact"] .widget-title:before, |
|
410 |
#available-widgets [class*="mail"] .widget-title:before { content: "\f466"; } |
|
411 |
||
16 | 412 |
/* dashicons-share */ |
5 | 413 |
#available-widgets [class*="share"] .widget-title:before, |
414 |
#available-widgets [class*="socia"] .widget-title:before { content: "\f237"; } |
|
415 |
||
16 | 416 |
/* dashicons-translation */ |
5 | 417 |
#available-widgets [class*="lang"] .widget-title:before, |
418 |
#available-widgets [class*="translat"] .widget-title:before { content: "\f326"; } |
|
419 |
||
16 | 420 |
/* dashicons-location-alt */ |
5 | 421 |
#available-widgets [class*="locat"] .widget-title:before, |
422 |
#available-widgets [class*="map"] .widget-title:before { content: "\f231"; } |
|
423 |
||
16 | 424 |
/* dashicons-download */ |
5 | 425 |
#available-widgets [class*="download"] .widget-title:before { content: "\f316"; } |
426 |
||
16 | 427 |
/* dashicons-cloud */ |
5 | 428 |
#available-widgets [class*="weather"] .widget-title:before { content: "\f176"; top: -4px;} |
429 |
||
16 | 430 |
/* dashicons-facebook */ |
5 | 431 |
#available-widgets [class*="facebook"] .widget-title:before { content: "\f304"; } |
432 |
||
16 | 433 |
/* dashicons-twitter */ |
5 | 434 |
#available-widgets [class*="tweet"] .widget-title:before, |
435 |
#available-widgets [class*="twitter"] .widget-title:before { content: "\f301"; } |
|
436 |
||
437 |
@media screen and (max-height: 700px) and (min-width: 981px) { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
438 |
/* Compact widget-tops on smaller laptops, but not tablets. See ticket #27112#comment:4 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
439 |
.customize-control-widget_form { |
5 | 440 |
margin-bottom: 0; |
441 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
442 |
|
5 | 443 |
.widget-top { |
444 |
box-shadow: none; |
|
445 |
margin-top: -1px; |
|
446 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
447 |
|
5 | 448 |
.widget-top:hover { |
449 |
position: relative; |
|
450 |
z-index: 1; |
|
451 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
452 |
|
5 | 453 |
.last-widget { |
454 |
margin-bottom: 15px; |
|
455 |
} |
|
7
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 |
.widget-title h3 { |
5 | 458 |
padding: 13px 15px; |
459 |
} |
|
7
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 |
.widget-top .widget-action { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
462 |
padding: 8px 10px; |
5 | 463 |
} |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
464 |
|
5 | 465 |
.widget-reorder-nav span { |
466 |
height: 39px; |
|
467 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
468 |
|
5 | 469 |
.widget-reorder-nav span:before { |
470 |
line-height: 39px; |
|
471 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
472 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
473 |
/* Compact the move widget areas. */ |
5 | 474 |
#customize-theme-controls .widget-area-select li { |
475 |
padding: 9px 42px 11px 15px; |
|
476 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
477 |
|
5 | 478 |
#customize-theme-controls .widget-area-select li:before { |
479 |
top: 8px; |
|
480 |
} |
|
481 |
} |