|
1 /** |
|
2 * Colors |
|
3 */ |
|
4 /** |
|
5 * Breakpoints & Media Queries |
|
6 */ |
|
7 /** |
|
8 * Often re-used variables |
|
9 */ |
|
10 /** |
|
11 * Breakpoint mixins |
|
12 */ |
|
13 /** |
|
14 * Long content fade mixin |
|
15 * |
|
16 * Creates a fading overlay to signify that the content is longer |
|
17 * than the space allows. |
|
18 */ |
|
19 /** |
|
20 * Button states and focus styles |
|
21 */ |
|
22 /** |
|
23 * Applies editor left position to the selector passed as argument |
|
24 */ |
|
25 /** |
|
26 * Applies editor right position to the selector passed as argument |
|
27 */ |
|
28 /** |
|
29 * Styles that are reused verbatim in a few places |
|
30 */ |
|
31 /** |
|
32 * Allows users to opt-out of animations via OS-level preferences. |
|
33 */ |
|
34 .block-editor ul.wp-block-archives { |
|
35 padding-right: 2.5em; } |
|
36 |
|
37 .wp-block-audio { |
|
38 margin: 0; } |
|
39 |
|
40 .block-editor-block-list__block[data-type="core/button"][data-align="center"] { |
|
41 text-align: center; } |
|
42 |
|
43 .block-editor-block-list__block[data-type="core/button"][data-align="right"] { |
|
44 text-align: right; } |
|
45 |
|
46 .wp-block-button { |
|
47 display: inline-block; |
|
48 margin-bottom: 0; |
|
49 position: relative; } |
|
50 .wp-block-button [contenteditable] { |
|
51 cursor: text; } |
|
52 .wp-block-button:not(.has-text-color):not(.is-style-outline) .block-editor-rich-text__editable[data-is-placeholder-visible="true"] + .block-editor-rich-text__editable { |
|
53 color: #fff; } |
|
54 .wp-block-button .block-editor-rich-text__editable[data-is-placeholder-visible="true"] + .block-editor-rich-text__editable { |
|
55 opacity: 0.8; } |
|
56 .block-editor-block-preview__content .wp-block-button { |
|
57 max-width: 100%; } |
|
58 .block-editor-block-preview__content .wp-block-button .block-editor-rich-text__editable[data-is-placeholder-visible="true"] { |
|
59 height: auto; } |
|
60 .block-editor-block-preview__content .wp-block-button .wp-block-button__link { |
|
61 max-width: 100%; |
|
62 overflow: hidden; |
|
63 white-space: nowrap !important; |
|
64 text-overflow: ellipsis; } |
|
65 |
|
66 .block-library-button__inline-link { |
|
67 background: #fff; |
|
68 display: flex; |
|
69 flex-wrap: wrap; |
|
70 align-items: center; |
|
71 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
|
72 font-size: 13px; |
|
73 line-height: 1.4; |
|
74 width: 374px; } |
|
75 .block-library-button__inline-link .block-editor-url-input { |
|
76 width: auto; } |
|
77 .block-library-button__inline-link .block-editor-url-input__suggestions { |
|
78 width: 302px; |
|
79 z-index: 6; } |
|
80 .block-library-button__inline-link > .dashicon { |
|
81 width: 36px; } |
|
82 .block-library-button__inline-link .dashicon { |
|
83 color: #8f98a1; } |
|
84 .block-library-button__inline-link .block-editor-url-input input[type="text"]:-ms-input-placeholder { |
|
85 color: #8f98a1; } |
|
86 .block-library-button__inline-link .block-editor-url-input input[type="text"]::-ms-input-placeholder { |
|
87 color: #8f98a1; } |
|
88 .block-library-button__inline-link .block-editor-url-input input[type="text"]::placeholder { |
|
89 color: #8f98a1; } |
|
90 [data-align="center"] .block-library-button__inline-link { |
|
91 margin-right: auto; |
|
92 margin-left: auto; } |
|
93 [data-align="right"] .block-library-button__inline-link { |
|
94 margin-right: auto; |
|
95 margin-left: 0; } |
|
96 |
|
97 .block-editor .wp-block-categories ul { |
|
98 padding-right: 2.5em; } |
|
99 .block-editor .wp-block-categories ul ul { |
|
100 margin-top: 6px; } |
|
101 |
|
102 .wp-block-code .block-editor-plain-text { |
|
103 font-family: Menlo, Consolas, monaco, monospace; |
|
104 color: #23282d; |
|
105 /* Fonts smaller than 16px causes mobile safari to zoom. */ |
|
106 font-size: 16px; } |
|
107 @media (min-width: 600px) { |
|
108 .wp-block-code .block-editor-plain-text { |
|
109 font-size: 13px; } } |
|
110 .wp-block-code .block-editor-plain-text:focus { |
|
111 box-shadow: none; } |
|
112 |
|
113 .components-tab-button { |
|
114 display: inline-flex; |
|
115 align-items: flex-end; |
|
116 margin: 0; |
|
117 padding: 3px; |
|
118 background: none; |
|
119 outline: none; |
|
120 color: #555d66; |
|
121 cursor: pointer; |
|
122 position: relative; |
|
123 height: 36px; |
|
124 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
|
125 font-size: 13px; |
|
126 font-weight: 500; |
|
127 border: 0; } |
|
128 .components-tab-button.is-active, .components-tab-button.is-active:hover { |
|
129 color: #fff; } |
|
130 .components-tab-button:disabled { |
|
131 cursor: default; } |
|
132 .components-tab-button > span { |
|
133 border: 1px solid transparent; |
|
134 padding: 0 6px; |
|
135 box-sizing: content-box; |
|
136 height: 28px; |
|
137 line-height: 28px; } |
|
138 .components-tab-button:hover > span, |
|
139 .components-tab-button:focus > span { |
|
140 color: #555d66; } |
|
141 .components-tab-button:not(:disabled).is-active > span, |
|
142 .components-tab-button:not(:disabled):hover > span, |
|
143 .components-tab-button:not(:disabled):focus > span { |
|
144 border: 1px solid #555d66; } |
|
145 .components-tab-button.is-active > span, |
|
146 .components-tab-button.is-active:hover > span { |
|
147 background-color: #555d66; |
|
148 color: #fff; } |
|
149 |
|
150 .wp-block-columns .block-editor-block-list__layout { |
|
151 margin-right: 0; |
|
152 margin-left: 0; } |
|
153 .wp-block-columns .block-editor-block-list__layout .block-editor-block-list__block { |
|
154 max-width: none; } |
|
155 |
|
156 .block-editor-block-list__block[data-align="full"] .wp-block-columns > .block-editor-inner-blocks { |
|
157 padding-right: 14px; |
|
158 padding-left: 14px; } |
|
159 @media (min-width: 600px) { |
|
160 .block-editor-block-list__block[data-align="full"] .wp-block-columns > .block-editor-inner-blocks { |
|
161 padding-right: 60px; |
|
162 padding-left: 60px; } } |
|
163 |
|
164 .wp-block-columns { |
|
165 display: block; } |
|
166 .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout { |
|
167 display: flex; |
|
168 flex-wrap: wrap; } |
|
169 @media (min-width: 782px) { |
|
170 .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout { |
|
171 flex-wrap: nowrap; } } |
|
172 .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] { |
|
173 display: flex; |
|
174 flex-direction: column; |
|
175 flex: 1; |
|
176 padding-right: 0; |
|
177 padding-left: 0; |
|
178 margin-right: -14px; |
|
179 margin-left: -14px; |
|
180 min-width: 0; |
|
181 word-break: break-word; |
|
182 overflow-wrap: break-word; |
|
183 flex-basis: 100%; } |
|
184 .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] > .block-editor-block-list__block-edit > div > .block-editor-inner-blocks { |
|
185 margin-top: -28px; |
|
186 margin-bottom: -28px; } |
|
187 .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] > .block-editor-block-list__block-edit { |
|
188 margin-top: 0; |
|
189 margin-bottom: 0; } |
|
190 .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] > .block-editor-block-list__block-edit::before { |
|
191 right: 0; |
|
192 left: 0; } |
|
193 .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] > .block-editor-block-list__block-edit > .block-editor-block-contextual-toolbar { |
|
194 margin-right: -1px; } |
|
195 @media (min-width: 600px) { |
|
196 .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] { |
|
197 margin-right: 14px; |
|
198 margin-left: 14px; } } |
|
199 @media (min-width: 600px) { |
|
200 .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] { |
|
201 flex-basis: calc(50% - (16px + 28px)); |
|
202 flex-grow: 0; } } |
|
203 @media (min-width: 600px) { |
|
204 .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"]:nth-child(even) { |
|
205 margin-right: calc(32px + 14px); } } |
|
206 @media (min-width: 782px) { |
|
207 .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"]:not(:first-child) { |
|
208 margin-right: calc(32px + 14px); } } |
|
209 |
|
210 .wp-block-columns [data-type="core/column"].is-hovered > .block-editor-block-list__block-edit::before { |
|
211 content: none; } |
|
212 |
|
213 .wp-block-columns [data-type="core/column"].is-hovered .block-editor-block-list__breadcrumb { |
|
214 display: none; } |
|
215 |
|
216 .wp-block-columns [data-type="core/column"] { |
|
217 pointer-events: none; } |
|
218 .wp-block-columns [data-type="core/column"] .block-editor-block-list__layout { |
|
219 pointer-events: all; } |
|
220 |
|
221 .wp-block-cover-image.components-placeholder h2, |
|
222 .wp-block-cover.components-placeholder h2 { |
|
223 color: inherit; } |
|
224 |
|
225 .wp-block-cover-image.has-right-content .block-editor-rich-text__inline-toolbar, |
|
226 .wp-block-cover-image.has-left-content .block-editor-rich-text__inline-toolbar, |
|
227 .wp-block-cover.has-right-content .block-editor-rich-text__inline-toolbar, |
|
228 .wp-block-cover.has-left-content .block-editor-rich-text__inline-toolbar { |
|
229 display: inline-block; } |
|
230 |
|
231 .wp-block-cover-image .block-editor-block-list__layout, |
|
232 .wp-block-cover .block-editor-block-list__layout { |
|
233 width: 100%; } |
|
234 |
|
235 .wp-block-cover-image .block-editor-block-list__block, |
|
236 .wp-block-cover .block-editor-block-list__block { |
|
237 color: #f8f9f9; } |
|
238 |
|
239 .wp-block-cover-image .wp-block-cover__inner-container, |
|
240 .wp-block-cover .wp-block-cover__inner-container { |
|
241 text-align: right; } |
|
242 |
|
243 .wp-block-cover-image .wp-block-cover__inner-container > .block-editor-inner-blocks > .block-editor-block-list__layout, |
|
244 .wp-block-cover .wp-block-cover__inner-container > .block-editor-inner-blocks > .block-editor-block-list__layout { |
|
245 margin-right: 0; |
|
246 margin-left: 0; } |
|
247 |
|
248 .wp-block-cover-image.components-placeholder, |
|
249 .wp-block-cover.components-placeholder { |
|
250 background: rgba(139, 139, 150, 0.1); |
|
251 min-height: 200px; } |
|
252 .is-dark-theme .wp-block-cover-image.components-placeholder, .is-dark-theme |
|
253 .wp-block-cover.components-placeholder { |
|
254 background: rgba(255, 255, 255, 0.15); } |
|
255 |
|
256 [data-align="left"] .wp-block-cover-image, |
|
257 [data-align="right"] .wp-block-cover-image, [data-align="left"] |
|
258 .wp-block-cover, |
|
259 [data-align="right"] |
|
260 .wp-block-cover { |
|
261 max-width: 305px; |
|
262 width: 100%; } |
|
263 |
|
264 .wp-block-embed { |
|
265 margin: 0; |
|
266 clear: both; } |
|
267 @media (min-width: 600px) { |
|
268 .wp-block-embed { |
|
269 min-width: 360px; } |
|
270 .wp-block-embed.components-placeholder { |
|
271 min-width: 0; } } |
|
272 .wp-block-embed.is-loading { |
|
273 display: flex; |
|
274 flex-direction: column; |
|
275 align-items: center; |
|
276 justify-content: center; |
|
277 padding: 1em; |
|
278 min-height: 200px; |
|
279 text-align: center; |
|
280 background: #f8f9f9; } |
|
281 .wp-block-embed.is-loading p { |
|
282 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
|
283 font-size: 13px; } |
|
284 .wp-block-embed .components-placeholder__error { |
|
285 word-break: break-word; } |
|
286 |
|
287 .block-library-embed__interactive-overlay { |
|
288 position: absolute; |
|
289 top: 0; |
|
290 right: 0; |
|
291 left: 0; |
|
292 bottom: 0; |
|
293 opacity: 0; } |
|
294 |
|
295 .wp-block-file { |
|
296 display: flex; |
|
297 justify-content: space-between; |
|
298 align-items: center; |
|
299 margin-bottom: 0; } |
|
300 .wp-block-file.is-transient { |
|
301 animation: edit-post__loading-fade-animation 1.6s ease-in-out infinite; } |
|
302 .wp-block-file .wp-block-file__content-wrapper { |
|
303 flex-grow: 1; } |
|
304 .wp-block-file .wp-block-file__textlink { |
|
305 display: inline-block; |
|
306 min-width: 1em; } |
|
307 .wp-block-file .wp-block-file__textlink:focus { |
|
308 box-shadow: none; } |
|
309 .wp-block-file .wp-block-file__button-richtext-wrapper { |
|
310 display: inline-block; |
|
311 margin-right: 0.75em; } |
|
312 .wp-block-file .wp-block-file__copy-url-button { |
|
313 margin-right: 1em; } |
|
314 |
|
315 .wp-block-freeform.block-library-rich-text__tinymce { |
|
316 /* Remove blue highlighting of selected images in WebKit */ |
|
317 /* Image captions */ |
|
318 /* WP Views */ } |
|
319 .wp-block-freeform.block-library-rich-text__tinymce p, |
|
320 .wp-block-freeform.block-library-rich-text__tinymce li { |
|
321 line-height: 1.8; } |
|
322 .wp-block-freeform.block-library-rich-text__tinymce ul, |
|
323 .wp-block-freeform.block-library-rich-text__tinymce ol { |
|
324 padding-right: 2.5em; |
|
325 margin-right: 0; } |
|
326 .wp-block-freeform.block-library-rich-text__tinymce blockquote { |
|
327 margin: 0; |
|
328 box-shadow: inset 0 0 0 0 #e2e4e7; |
|
329 border-right: 4px solid #000; |
|
330 padding-right: 1em; } |
|
331 .wp-block-freeform.block-library-rich-text__tinymce pre { |
|
332 white-space: pre-wrap; |
|
333 font-family: Menlo, Consolas, monaco, monospace; |
|
334 font-size: 14px; |
|
335 color: #23282d; } |
|
336 .wp-block-freeform.block-library-rich-text__tinymce h1 { |
|
337 font-size: 2em; } |
|
338 .wp-block-freeform.block-library-rich-text__tinymce h2 { |
|
339 font-size: 1.6em; } |
|
340 .wp-block-freeform.block-library-rich-text__tinymce h3 { |
|
341 font-size: 1.4em; } |
|
342 .wp-block-freeform.block-library-rich-text__tinymce h4 { |
|
343 font-size: 1.2em; } |
|
344 .wp-block-freeform.block-library-rich-text__tinymce h5 { |
|
345 font-size: 1.1em; } |
|
346 .wp-block-freeform.block-library-rich-text__tinymce h6 { |
|
347 font-size: 1em; } |
|
348 .wp-block-freeform.block-library-rich-text__tinymce > *:first-child { |
|
349 margin-top: 0; } |
|
350 .wp-block-freeform.block-library-rich-text__tinymce > *:last-child { |
|
351 margin-bottom: 0; } |
|
352 .wp-block-freeform.block-library-rich-text__tinymce.mce-edit-focus { |
|
353 outline: none; } |
|
354 .wp-block-freeform.block-library-rich-text__tinymce a { |
|
355 color: #007fac; } |
|
356 .wp-block-freeform.block-library-rich-text__tinymce:focus a[data-mce-selected] { |
|
357 padding: 0 2px; |
|
358 margin: 0 -2px; |
|
359 border-radius: 2px; |
|
360 box-shadow: 0 0 0 1px #e5f5fa; |
|
361 background: #e5f5fa; } |
|
362 .wp-block-freeform.block-library-rich-text__tinymce code { |
|
363 padding: 2px; |
|
364 border-radius: 2px; |
|
365 color: #23282d; |
|
366 background: #f3f4f5; |
|
367 font-family: Menlo, Consolas, monaco, monospace; |
|
368 font-size: 14px; } |
|
369 .wp-block-freeform.block-library-rich-text__tinymce:focus code[data-mce-selected] { |
|
370 background: #e8eaeb; } |
|
371 .wp-block-freeform.block-library-rich-text__tinymce .alignright { |
|
372 float: right; |
|
373 margin: 0.5em 0 0.5em 1em; } |
|
374 .wp-block-freeform.block-library-rich-text__tinymce .alignleft { |
|
375 float: left; |
|
376 margin: 0.5em 1em 0.5em 0; } |
|
377 .wp-block-freeform.block-library-rich-text__tinymce .aligncenter { |
|
378 display: block; |
|
379 margin-right: auto; |
|
380 margin-left: auto; } |
|
381 .wp-block-freeform.block-library-rich-text__tinymce .wp-more-tag { |
|
382 width: 96%; |
|
383 height: 20px; |
|
384 display: block; |
|
385 margin: 15px auto; |
|
386 outline: 0; |
|
387 cursor: default; |
|
388 background-image: url(/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png); |
|
389 background-size: 1900px 20px; |
|
390 background-repeat: no-repeat; |
|
391 background-position: center; } |
|
392 .wp-block-freeform.block-library-rich-text__tinymce img::selection { |
|
393 background-color: transparent; } |
|
394 .wp-block-freeform.block-library-rich-text__tinymce div.mceTemp { |
|
395 -ms-user-select: element; } |
|
396 .wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption { |
|
397 margin: 0; |
|
398 /* dl browser reset */ |
|
399 max-width: 100%; } |
|
400 .wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption a, |
|
401 .wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption img { |
|
402 display: block; } |
|
403 .wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption, |
|
404 .wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption * { |
|
405 -webkit-user-drag: none; } |
|
406 .wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption .wp-caption-dd { |
|
407 padding-top: 0.5em; |
|
408 margin: 0; |
|
409 /* browser dd reset */ } |
|
410 .wp-block-freeform.block-library-rich-text__tinymce .wpview { |
|
411 width: 99.99%; |
|
412 /* All IE need hasLayout, incl. 11 (ugh, not again!!) */ |
|
413 position: relative; |
|
414 clear: both; |
|
415 margin-bottom: 16px; |
|
416 border: 1px solid transparent; } |
|
417 .wp-block-freeform.block-library-rich-text__tinymce .wpview iframe { |
|
418 display: block; |
|
419 max-width: 100%; |
|
420 background: transparent; } |
|
421 .wp-block-freeform.block-library-rich-text__tinymce .wpview .mce-shim { |
|
422 position: absolute; |
|
423 top: 0; |
|
424 left: 0; |
|
425 bottom: 0; |
|
426 right: 0; } |
|
427 .wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected="2"] .mce-shim { |
|
428 display: none; } |
|
429 .wp-block-freeform.block-library-rich-text__tinymce .wpview .loading-placeholder { |
|
430 border: 1px dashed #e8eaeb; |
|
431 padding: 10px; } |
|
432 .wp-block-freeform.block-library-rich-text__tinymce .wpview .wpview-error { |
|
433 border: 1px solid #e8eaeb; |
|
434 padding: 1em 0; |
|
435 margin: 0; |
|
436 word-wrap: break-word; } |
|
437 .wp-block-freeform.block-library-rich-text__tinymce .wpview .wpview-error p { |
|
438 margin: 0; |
|
439 text-align: center; } |
|
440 .wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected] .loading-placeholder, |
|
441 .wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected] .wpview-error { |
|
442 border-color: transparent; } |
|
443 .wp-block-freeform.block-library-rich-text__tinymce .wpview .dashicons { |
|
444 display: block; |
|
445 margin: 0 auto; |
|
446 width: 32px; |
|
447 height: 32px; |
|
448 font-size: 32px; } |
|
449 .wp-block-freeform.block-library-rich-text__tinymce .wpview.wpview-type-gallery::after { |
|
450 content: ""; |
|
451 display: table; |
|
452 clear: both; } |
|
453 .wp-block-freeform.block-library-rich-text__tinymce .gallery img[data-mce-selected]:focus { |
|
454 outline: none; } |
|
455 .wp-block-freeform.block-library-rich-text__tinymce .gallery a { |
|
456 cursor: default; } |
|
457 .wp-block-freeform.block-library-rich-text__tinymce .gallery { |
|
458 margin: auto -6px; |
|
459 padding: 6px 0; |
|
460 line-height: 1; |
|
461 overflow-x: hidden; } |
|
462 .wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-item { |
|
463 float: right; |
|
464 margin: 0; |
|
465 text-align: center; |
|
466 padding: 6px; |
|
467 box-sizing: border-box; } |
|
468 .wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-caption, |
|
469 .wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-icon { |
|
470 margin: 0; } |
|
471 .wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-caption { |
|
472 font-size: 13px; |
|
473 margin: 4px 0; } |
|
474 .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-1 .gallery-item { |
|
475 width: 100%; } |
|
476 .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-2 .gallery-item { |
|
477 width: 50%; } |
|
478 .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-3 .gallery-item { |
|
479 width: 33.33333%; } |
|
480 .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-4 .gallery-item { |
|
481 width: 25%; } |
|
482 .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-5 .gallery-item { |
|
483 width: 20%; } |
|
484 .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-6 .gallery-item { |
|
485 width: 16.66667%; } |
|
486 .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-7 .gallery-item { |
|
487 width: 14.28571%; } |
|
488 .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-8 .gallery-item { |
|
489 width: 12.5%; } |
|
490 .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-9 .gallery-item { |
|
491 width: 11.11111%; } |
|
492 .wp-block-freeform.block-library-rich-text__tinymce .gallery img { |
|
493 max-width: 100%; |
|
494 height: auto; |
|
495 border: none; |
|
496 padding: 0; } |
|
497 |
|
498 div[data-type="core/freeform"] .block-editor-block-list__block-edit::before { |
|
499 transition: border-color 0.1s linear, box-shadow 0.1s linear; |
|
500 border: 1px solid #e2e4e7; |
|
501 outline: 1px solid transparent; } |
|
502 |
|
503 div[data-type="core/freeform"].is-selected .block-editor-block-list__block-edit::before { |
|
504 border-color: #b5bcc2; |
|
505 border-right-color: transparent; } |
|
506 |
|
507 div[data-type="core/freeform"].is-hovered .block-editor-block-list__breadcrumb { |
|
508 display: none; } |
|
509 |
|
510 div[data-type="core/freeform"] .editor-block-contextual-toolbar + div { |
|
511 margin-top: 0; |
|
512 padding-top: 0; } |
|
513 |
|
514 div[data-type="core/freeform"].is-selected .block-library-rich-text__tinymce::after { |
|
515 content: ""; |
|
516 display: table; |
|
517 clear: both; } |
|
518 |
|
519 .mce-toolbar-grp .mce-btn.mce-active button, |
|
520 .mce-toolbar-grp .mce-btn.mce-active:hover button, |
|
521 .mce-toolbar-grp .mce-btn.mce-active i, |
|
522 .mce-toolbar-grp .mce-btn.mce-active:hover i { |
|
523 color: #23282d; } |
|
524 |
|
525 .mce-toolbar-grp .mce-rtl .mce-flow-layout-item.mce-last { |
|
526 margin-left: 0; |
|
527 margin-right: 8px; } |
|
528 |
|
529 .mce-toolbar-grp .mce-btn i { |
|
530 font-style: normal; } |
|
531 |
|
532 .block-library-classic__toolbar { |
|
533 width: auto; |
|
534 margin: 0 -14px; |
|
535 position: -webkit-sticky; |
|
536 position: sticky; |
|
537 z-index: 10; |
|
538 top: 14px; |
|
539 transform: translateY(-14px); |
|
540 border: 1px solid #e2e4e7; |
|
541 border-bottom: none; |
|
542 padding: 0 14px; } |
|
543 .is-selected .block-library-classic__toolbar { |
|
544 border-color: #b5bcc2; |
|
545 border-right-color: transparent; } |
|
546 @media (min-width: 600px) { |
|
547 .block-library-classic__toolbar { |
|
548 padding: 0; } } |
|
549 .block-library-classic__toolbar:empty { |
|
550 height: 37px; |
|
551 background: #f5f5f5; |
|
552 border-bottom: 1px solid #e2e4e7; } |
|
553 .block-library-classic__toolbar:empty::before { |
|
554 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
|
555 font-size: 13px; |
|
556 content: attr(data-placeholder); |
|
557 color: #555d66; |
|
558 line-height: 37px; |
|
559 padding: 14px; } |
|
560 .block-library-classic__toolbar .mce-tinymce-inline, |
|
561 .block-library-classic__toolbar .mce-tinymce-inline > div, |
|
562 .block-library-classic__toolbar div.mce-toolbar-grp, |
|
563 .block-library-classic__toolbar div.mce-toolbar-grp > div, |
|
564 .block-library-classic__toolbar .mce-menubar, |
|
565 .block-library-classic__toolbar .mce-menubar > div { |
|
566 height: auto !important; |
|
567 width: 100% !important; } |
|
568 .block-library-classic__toolbar .mce-container-body.mce-abs-layout { |
|
569 overflow: visible; } |
|
570 .block-library-classic__toolbar .mce-menubar, |
|
571 .block-library-classic__toolbar div.mce-toolbar-grp { |
|
572 position: static; } |
|
573 .block-library-classic__toolbar .mce-toolbar-grp > div { |
|
574 padding: 1px 3px; } |
|
575 .block-library-classic__toolbar .mce-toolbar-grp .mce-toolbar:not(:first-child) { |
|
576 display: none; } |
|
577 .block-library-classic__toolbar.has-advanced-toolbar .mce-toolbar-grp .mce-toolbar { |
|
578 display: block; } |
|
579 |
|
580 @media (min-width: 600px) { |
|
581 .block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-switcher__no-switcher-icon { |
|
582 display: none; } |
|
583 .block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-contextual-toolbar { |
|
584 float: left; |
|
585 margin-left: 25px; |
|
586 transform: translateY(-13px); |
|
587 top: 14px; } |
|
588 .block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-contextual-toolbar .block-editor-block-toolbar { |
|
589 border: none; |
|
590 box-shadow: none; |
|
591 margin-top: 3px; } } |
|
592 @media (min-width: 600px) and (min-width: 782px) { |
|
593 .block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-contextual-toolbar .block-editor-block-toolbar { |
|
594 margin-top: 0; } } |
|
595 |
|
596 @media (min-width: 600px) { |
|
597 .block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-contextual-toolbar .block-editor-block-toolbar::before { |
|
598 content: ""; |
|
599 display: block; |
|
600 border-right: 1px solid #e2e4e7; |
|
601 margin-top: 4px; |
|
602 margin-bottom: 4px; } |
|
603 .block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-contextual-toolbar .block-editor-block-toolbar .components-toolbar__control.components-button:hover { |
|
604 background-color: transparent; } |
|
605 .block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-contextual-toolbar .components-toolbar { |
|
606 background: transparent; |
|
607 border: none; } |
|
608 .block-editor-block-list__block[data-type="core/freeform"] .mce-container.mce-toolbar.mce-stack-layout-item { |
|
609 padding-left: 36px; } } |
|
610 |
|
611 ul.wp-block-gallery li { |
|
612 list-style-type: none; } |
|
613 |
|
614 .blocks-gallery-item figure:not(.is-selected):focus { |
|
615 outline: none; } |
|
616 |
|
617 .blocks-gallery-item .is-selected { |
|
618 outline: 4px solid #0085ba; } |
|
619 |
|
620 body.admin-color-sunrise .blocks-gallery-item .is-selected { |
|
621 outline: 4px solid #d1864a; } |
|
622 |
|
623 body.admin-color-ocean .blocks-gallery-item .is-selected { |
|
624 outline: 4px solid #a3b9a2; } |
|
625 |
|
626 body.admin-color-midnight .blocks-gallery-item .is-selected { |
|
627 outline: 4px solid #e14d43; } |
|
628 |
|
629 body.admin-color-ectoplasm .blocks-gallery-item .is-selected { |
|
630 outline: 4px solid #a7b656; } |
|
631 |
|
632 body.admin-color-coffee .blocks-gallery-item .is-selected { |
|
633 outline: 4px solid #c2a68c; } |
|
634 |
|
635 body.admin-color-blue .blocks-gallery-item .is-selected { |
|
636 outline: 4px solid #82b4cb; } |
|
637 |
|
638 body.admin-color-light .blocks-gallery-item .is-selected { |
|
639 outline: 4px solid #0085ba; } |
|
640 |
|
641 .blocks-gallery-item .is-transient img { |
|
642 opacity: 0.3; } |
|
643 |
|
644 .blocks-gallery-item .block-editor-rich-text { |
|
645 position: absolute; |
|
646 bottom: 0; |
|
647 width: 100%; |
|
648 max-height: 100%; |
|
649 overflow-y: auto; } |
|
650 |
|
651 .blocks-gallery-item .block-editor-rich-text figcaption:not([data-is-placeholder-visible="true"]) { |
|
652 position: relative; |
|
653 overflow: hidden; } |
|
654 |
|
655 @supports ((position: -webkit-sticky) or (position: sticky)) { |
|
656 .blocks-gallery-item .is-selected .block-editor-rich-text { |
|
657 left: 0; |
|
658 right: 0; |
|
659 margin-top: -4px; } } |
|
660 |
|
661 .blocks-gallery-item .is-selected .block-editor-rich-text .block-editor-rich-text__inline-toolbar { |
|
662 top: 0; } |
|
663 |
|
664 .blocks-gallery-item .is-selected .block-editor-rich-text figcaption { |
|
665 padding-top: 48px; } |
|
666 |
|
667 .blocks-gallery-item .components-form-file-upload, |
|
668 .blocks-gallery-item .components-button.block-library-gallery-add-item-button { |
|
669 width: 100%; |
|
670 height: 100%; } |
|
671 |
|
672 .blocks-gallery-item .components-button.block-library-gallery-add-item-button { |
|
673 display: flex; |
|
674 flex-direction: column; |
|
675 justify-content: center; |
|
676 box-shadow: none; |
|
677 border: none; |
|
678 border-radius: 0; |
|
679 min-height: 100px; } |
|
680 .blocks-gallery-item .components-button.block-library-gallery-add-item-button .dashicon { |
|
681 margin-top: 10px; } |
|
682 .blocks-gallery-item .components-button.block-library-gallery-add-item-button:hover, .blocks-gallery-item .components-button.block-library-gallery-add-item-button:focus { |
|
683 border: 1px solid #555d66; } |
|
684 |
|
685 .blocks-gallery-item .block-editor-rich-text figcaption a { |
|
686 color: #fff; } |
|
687 |
|
688 .block-library-gallery-item__inline-menu { |
|
689 padding: 2px; |
|
690 position: absolute; |
|
691 top: -2px; |
|
692 left: -2px; |
|
693 background-color: #0085ba; |
|
694 display: inline-flex; |
|
695 z-index: 20; } |
|
696 |
|
697 body.admin-color-sunrise .block-library-gallery-item__inline-menu { |
|
698 background-color: #d1864a; } |
|
699 |
|
700 body.admin-color-ocean .block-library-gallery-item__inline-menu { |
|
701 background-color: #a3b9a2; } |
|
702 |
|
703 body.admin-color-midnight .block-library-gallery-item__inline-menu { |
|
704 background-color: #e14d43; } |
|
705 |
|
706 body.admin-color-ectoplasm .block-library-gallery-item__inline-menu { |
|
707 background-color: #a7b656; } |
|
708 |
|
709 body.admin-color-coffee .block-library-gallery-item__inline-menu { |
|
710 background-color: #c2a68c; } |
|
711 |
|
712 body.admin-color-blue .block-library-gallery-item__inline-menu { |
|
713 background-color: #82b4cb; } |
|
714 |
|
715 body.admin-color-light .block-library-gallery-item__inline-menu { |
|
716 background-color: #0085ba; } |
|
717 .block-library-gallery-item__inline-menu .components-button { |
|
718 color: #fff; } |
|
719 .block-library-gallery-item__inline-menu .components-button:hover, .block-library-gallery-item__inline-menu .components-button:focus { |
|
720 color: #fff; } |
|
721 |
|
722 .blocks-gallery-item__remove { |
|
723 padding: 0; } |
|
724 .blocks-gallery-item__remove.components-button:focus { |
|
725 color: inherit; } |
|
726 |
|
727 .blocks-gallery-item .components-spinner { |
|
728 position: absolute; |
|
729 top: 50%; |
|
730 right: 50%; |
|
731 margin-top: -9px; |
|
732 margin-right: -9px; } |
|
733 |
|
734 .is-selected .wp-block-gallery .blocks-gallery-image:nth-last-child(2), |
|
735 .is-selected .wp-block-gallery .blocks-gallery-item:nth-last-child(2), |
|
736 .is-typing .wp-block-gallery .blocks-gallery-image:nth-last-child(2), |
|
737 .is-typing .wp-block-gallery .blocks-gallery-item:nth-last-child(2) { |
|
738 margin-left: 0; } |
|
739 |
|
740 .wp-block-heading h1, |
|
741 .wp-block-heading h2, |
|
742 .wp-block-heading h3, |
|
743 .wp-block-heading h4, |
|
744 .wp-block-heading h5, |
|
745 .wp-block-heading h6 { |
|
746 color: inherit; |
|
747 margin: 0; } |
|
748 |
|
749 .wp-block-heading h1 { |
|
750 font-size: 2.44em; } |
|
751 |
|
752 .wp-block-heading h2 { |
|
753 font-size: 1.95em; } |
|
754 |
|
755 .wp-block-heading h3 { |
|
756 font-size: 1.56em; } |
|
757 |
|
758 .wp-block-heading h4 { |
|
759 font-size: 1.25em; } |
|
760 |
|
761 .wp-block-heading h5 { |
|
762 font-size: 1em; } |
|
763 |
|
764 .wp-block-heading h6 { |
|
765 font-size: 0.8em; } |
|
766 |
|
767 .wp-block-heading h1, |
|
768 .wp-block-heading h2, |
|
769 .wp-block-heading h3 { |
|
770 line-height: 1.4; } |
|
771 |
|
772 .wp-block-heading h4 { |
|
773 line-height: 1.5; } |
|
774 |
|
775 .wp-block-html .block-editor-plain-text { |
|
776 font-family: Menlo, Consolas, monaco, monospace; |
|
777 color: #23282d; |
|
778 padding: 0.8em 1em; |
|
779 border: 1px solid #e2e4e7; |
|
780 border-radius: 4px; |
|
781 /* Fonts smaller than 16px causes mobile safari to zoom. */ |
|
782 font-size: 16px; } |
|
783 @media (min-width: 600px) { |
|
784 .wp-block-html .block-editor-plain-text { |
|
785 font-size: 13px; } } |
|
786 .wp-block-html .block-editor-plain-text:focus { |
|
787 box-shadow: none; } |
|
788 |
|
789 .wp-block-image { |
|
790 position: relative; } |
|
791 .wp-block-image.is-transient img { |
|
792 opacity: 0.3; } |
|
793 .wp-block-image figcaption img { |
|
794 display: inline; } |
|
795 .wp-block-image .components-spinner { |
|
796 position: absolute; |
|
797 top: 50%; |
|
798 right: 50%; |
|
799 margin-top: -9px; |
|
800 margin-right: -9px; } |
|
801 |
|
802 .wp-block-image .components-resizable-box__container { |
|
803 display: inline-block; } |
|
804 .wp-block-image .components-resizable-box__container img { |
|
805 display: block; |
|
806 width: 100%; } |
|
807 |
|
808 .wp-block-image.is-focused .components-resizable-box__handle { |
|
809 display: block; |
|
810 z-index: 1; } |
|
811 |
|
812 .block-editor-block-list__block[data-type="core/image"][data-align="center"] .wp-block-image { |
|
813 margin-right: auto; |
|
814 margin-left: auto; } |
|
815 |
|
816 .block-editor-block-list__block[data-type="core/image"][data-align="center"][data-resized="false"] .wp-block-image > div { |
|
817 margin-right: auto; |
|
818 margin-left: auto; } |
|
819 |
|
820 .edit-post-sidebar .block-library-image__dimensions { |
|
821 margin-bottom: 1em; } |
|
822 .edit-post-sidebar .block-library-image__dimensions .block-library-image__dimensions__row { |
|
823 display: flex; |
|
824 justify-content: space-between; } |
|
825 .edit-post-sidebar .block-library-image__dimensions .block-library-image__dimensions__row .block-library-image__dimensions__width, |
|
826 .edit-post-sidebar .block-library-image__dimensions .block-library-image__dimensions__row .block-library-image__dimensions__height { |
|
827 margin-bottom: 0.5em; } |
|
828 .edit-post-sidebar .block-library-image__dimensions .block-library-image__dimensions__row .block-library-image__dimensions__width input, |
|
829 .edit-post-sidebar .block-library-image__dimensions .block-library-image__dimensions__row .block-library-image__dimensions__height input { |
|
830 line-height: 1.25; } |
|
831 .edit-post-sidebar .block-library-image__dimensions .block-library-image__dimensions__row .block-library-image__dimensions__width { |
|
832 margin-left: 5px; } |
|
833 .edit-post-sidebar .block-library-image__dimensions .block-library-image__dimensions__row .block-library-image__dimensions__height { |
|
834 margin-right: 5px; } |
|
835 |
|
836 .block-editor-block-list__block[data-type="core/image"] .block-editor-block-toolbar .block-editor-url-input__button-modal { |
|
837 position: absolute; |
|
838 right: 0; |
|
839 left: 0; |
|
840 margin: -1px 0; } |
|
841 @media (min-width: 600px) { |
|
842 .block-editor-block-list__block[data-type="core/image"] .block-editor-block-toolbar .block-editor-url-input__button-modal { |
|
843 margin: -1px; } } |
|
844 |
|
845 [data-type="core/image"][data-align="center"] .block-editor-block-list__block-edit figure, |
|
846 [data-type="core/image"][data-align="left"] .block-editor-block-list__block-edit figure, |
|
847 [data-type="core/image"][data-align="right"] .block-editor-block-list__block-edit figure { |
|
848 margin: 0; |
|
849 display: table; } |
|
850 |
|
851 [data-type="core/image"][data-align="center"] .block-editor-block-list__block-edit .block-editor-rich-text, |
|
852 [data-type="core/image"][data-align="left"] .block-editor-block-list__block-edit .block-editor-rich-text, |
|
853 [data-type="core/image"][data-align="right"] .block-editor-block-list__block-edit .block-editor-rich-text { |
|
854 display: table-caption; |
|
855 caption-side: bottom; } |
|
856 |
|
857 [data-type="core/image"][data-align="wide"] figure img, |
|
858 [data-type="core/image"][data-align="full"] figure img { |
|
859 width: 100%; } |
|
860 |
|
861 [data-type="core/image"] .block-editor-block-list__block-edit figure.is-resized { |
|
862 margin: 0; |
|
863 display: table; } |
|
864 [data-type="core/image"] .block-editor-block-list__block-edit figure.is-resized .block-editor-rich-text { |
|
865 display: table-caption; |
|
866 caption-side: bottom; } |
|
867 |
|
868 .wp-block-latest-comments.has-avatars .avatar { |
|
869 margin-left: 10px; } |
|
870 |
|
871 .wp-block-latest-comments__comment-excerpt p { |
|
872 font-size: 14px; |
|
873 line-height: 1.8; |
|
874 margin: 5px 0 20px; |
|
875 padding-top: 0; } |
|
876 |
|
877 .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment { |
|
878 min-height: 36px; } |
|
879 |
|
880 .block-editor .wp-block-latest-posts { |
|
881 padding-right: 2.5em; } |
|
882 .block-editor .wp-block-latest-posts.is-grid { |
|
883 padding-right: 0; } |
|
884 |
|
885 .wp-block-latest-posts li a > div { |
|
886 display: inline; } |
|
887 |
|
888 .wp-block-legacy-widget__edit-container, |
|
889 .wp-block-legacy-widget__preview { |
|
890 padding-right: 2.5em; |
|
891 padding-left: 2.5em; } |
|
892 |
|
893 .wp-block-legacy-widget__edit-container .widget-inside { |
|
894 border: none; |
|
895 display: block; } |
|
896 |
|
897 .wp-block-legacy-widget__update-button { |
|
898 margin-right: auto; |
|
899 display: block; } |
|
900 |
|
901 .wp-block-legacy-widget__edit-container .widget-inside { |
|
902 box-shadow: none; } |
|
903 |
|
904 .wp-block-legacy-widget__preview { |
|
905 overflow: auto; } |
|
906 |
|
907 .wp-block-media-text { |
|
908 grid-template-areas: "media-text-media media-text-content" "resizer resizer"; } |
|
909 |
|
910 .wp-block-media-text.has-media-on-the-right { |
|
911 grid-template-areas: "media-text-content media-text-media" "resizer resizer"; } |
|
912 |
|
913 .wp-block-media-text .__resizable_base__ { |
|
914 grid-area: resizer; } |
|
915 |
|
916 .wp-block-media-text .editor-media-container__resizer { |
|
917 grid-area: media-text-media; |
|
918 align-self: center; |
|
919 width: 100% !important; } |
|
920 |
|
921 .wp-block-media-text .block-editor-inner-blocks { |
|
922 word-break: break-word; |
|
923 grid-area: media-text-content; |
|
924 text-align: initial; |
|
925 padding: 0 8% 0 8%; } |
|
926 |
|
927 .wp-block-media-text > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block { |
|
928 max-width: unset; } |
|
929 |
|
930 figure.block-library-media-text__media-container { |
|
931 margin: 0; |
|
932 height: 100%; |
|
933 width: 100%; } |
|
934 |
|
935 .wp-block-media-text .block-library-media-text__media-container img, |
|
936 .wp-block-media-text .block-library-media-text__media-container video { |
|
937 vertical-align: middle; |
|
938 width: 100%; } |
|
939 |
|
940 .editor-media-container__resizer .components-resizable-box__handle { |
|
941 display: none; } |
|
942 |
|
943 .wp-block-media-text.is-selected:not(.is-stacked-on-mobile) .editor-media-container__resizer .components-resizable-box__handle { |
|
944 display: block; } |
|
945 |
|
946 @media (min-width: 600px) { |
|
947 .wp-block-media-text.is-selected.is-stacked-on-mobile .editor-media-container__resizer .components-resizable-box__handle { |
|
948 display: block; } } |
|
949 |
|
950 .editor-styles-wrapper .block-library-list ul, |
|
951 .editor-styles-wrapper .block-library-list ol { |
|
952 padding-right: 1.3em; |
|
953 margin-right: 1.3em; } |
|
954 |
|
955 .block-editor-block-list__block[data-type="core/more"] { |
|
956 max-width: 100%; |
|
957 text-align: center; } |
|
958 |
|
959 .block-editor .wp-block-more { |
|
960 display: block; |
|
961 text-align: center; |
|
962 white-space: nowrap; } |
|
963 .block-editor .wp-block-more input[type="text"] { |
|
964 position: relative; |
|
965 font-size: 13px; |
|
966 text-transform: uppercase; |
|
967 font-weight: 600; |
|
968 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
|
969 color: #6c7781; |
|
970 border: none; |
|
971 box-shadow: none; |
|
972 white-space: nowrap; |
|
973 text-align: center; |
|
974 margin: 0; |
|
975 border-radius: 4px; |
|
976 background: #fff; |
|
977 padding: 6px 8px; |
|
978 height: 24px; } |
|
979 .block-editor .wp-block-more input[type="text"]:focus { |
|
980 box-shadow: none; } |
|
981 .block-editor .wp-block-more::before { |
|
982 content: ""; |
|
983 position: absolute; |
|
984 top: calc(50%); |
|
985 right: 0; |
|
986 left: 0; |
|
987 border-top: 3px dashed #ccd0d4; } |
|
988 |
|
989 .block-editor-block-list__block[data-type="core/nextpage"] { |
|
990 max-width: 100%; } |
|
991 |
|
992 .wp-block-nextpage { |
|
993 display: block; |
|
994 text-align: center; |
|
995 white-space: nowrap; } |
|
996 .wp-block-nextpage > span { |
|
997 font-size: 13px; |
|
998 position: relative; |
|
999 display: inline-block; |
|
1000 text-transform: uppercase; |
|
1001 font-weight: 600; |
|
1002 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
|
1003 color: #6c7781; |
|
1004 border-radius: 4px; |
|
1005 background: #fff; |
|
1006 padding: 6px 8px; |
|
1007 height: 24px; } |
|
1008 .wp-block-nextpage::before { |
|
1009 content: ""; |
|
1010 position: absolute; |
|
1011 top: calc(50%); |
|
1012 right: 0; |
|
1013 left: 0; |
|
1014 border-top: 3px dashed #ccd0d4; } |
|
1015 |
|
1016 .block-editor-rich-text__editable[data-is-placeholder-visible="true"] + .block-editor-rich-text__editable.wp-block-paragraph { |
|
1017 padding-left: 108px; } |
|
1018 .wp-block .wp-block .block-editor-rich-text__editable[data-is-placeholder-visible="true"] + .block-editor-rich-text__editable.wp-block-paragraph { |
|
1019 padding-left: 36px; } |
|
1020 |
|
1021 .wp-block-preformatted pre { |
|
1022 white-space: pre-wrap; } |
|
1023 |
|
1024 .block-editor-block-list__block[data-type="core/pullquote"][data-align="left"] .block-editor-rich-text p, .block-editor-block-list__block[data-type="core/pullquote"][data-align="right"] .block-editor-rich-text p { |
|
1025 font-size: 20px; } |
|
1026 |
|
1027 .wp-block-pullquote blockquote > .block-editor-rich-text p { |
|
1028 font-size: 28px; |
|
1029 line-height: 1.6; } |
|
1030 |
|
1031 .wp-block-pullquote.is-style-solid-color { |
|
1032 margin-right: 0; |
|
1033 margin-left: 0; } |
|
1034 .wp-block-pullquote.is-style-solid-color blockquote > .block-editor-rich-text p { |
|
1035 font-size: 32px; } |
|
1036 .wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation { |
|
1037 text-transform: none; |
|
1038 font-style: normal; } |
|
1039 |
|
1040 .wp-block-pullquote .wp-block-pullquote__citation { |
|
1041 color: inherit; } |
|
1042 |
|
1043 .wp-block-quote { |
|
1044 margin: 0; } |
|
1045 .wp-block-quote__citation { |
|
1046 font-size: 13px; } |
|
1047 |
|
1048 .block-editor .wp-block-rss { |
|
1049 padding-right: 2.5em; } |
|
1050 .block-editor .wp-block-rss.is-grid { |
|
1051 padding-right: 0; } |
|
1052 |
|
1053 .wp-block-search .wp-block-search__input { |
|
1054 border-radius: 4px; |
|
1055 border: 1px solid #8d96a0; |
|
1056 color: rgba(14, 28, 46, 0.62); |
|
1057 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
|
1058 font-size: 13px; } |
|
1059 .wp-block-search .wp-block-search__input:focus { |
|
1060 outline: none; } |
|
1061 |
|
1062 .wp-block-search .wp-block-search__button { |
|
1063 background: #f7f7f7; |
|
1064 border-radius: 4px; |
|
1065 border: 1px solid #ccc; |
|
1066 box-shadow: inset 0 -1px 0 #ccc; |
|
1067 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
|
1068 font-size: 13px; } |
|
1069 .wp-block-search .wp-block-search__button .wp-block-search__button-rich-text { |
|
1070 padding: 6px 10px; } |
|
1071 |
|
1072 .wp-block-shortcode { |
|
1073 display: flex; |
|
1074 flex-direction: row; |
|
1075 padding: 14px; |
|
1076 background-color: #f8f9f9; |
|
1077 font-size: 13px; |
|
1078 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; } |
|
1079 .wp-block-shortcode label { |
|
1080 display: flex; |
|
1081 align-items: center; |
|
1082 margin-left: 8px; |
|
1083 white-space: nowrap; |
|
1084 font-weight: 600; |
|
1085 flex-shrink: 0; } |
|
1086 .wp-block-shortcode .block-editor-plain-text { |
|
1087 flex-grow: 1; } |
|
1088 .wp-block-shortcode .dashicon { |
|
1089 margin-left: 8px; } |
|
1090 |
|
1091 .block-library-spacer__resize-container.is-selected { |
|
1092 background: #f3f4f5; } |
|
1093 |
|
1094 .edit-post-visual-editor p.wp-block-subhead { |
|
1095 color: #6c7781; |
|
1096 font-size: 1.1em; |
|
1097 font-style: italic; } |
|
1098 |
|
1099 .block-editor-block-list__block[data-type="core/table"][data-align="left"] table, .block-editor-block-list__block[data-type="core/table"][data-align="right"] table, .block-editor-block-list__block[data-type="core/table"][data-align="center"] table { |
|
1100 width: auto; } |
|
1101 |
|
1102 .block-editor-block-list__block[data-type="core/table"][data-align="center"] { |
|
1103 text-align: initial; } |
|
1104 .block-editor-block-list__block[data-type="core/table"][data-align="center"] table { |
|
1105 margin: 0 auto; } |
|
1106 |
|
1107 .wp-block-table table { |
|
1108 border-collapse: collapse; |
|
1109 width: 100%; } |
|
1110 |
|
1111 .wp-block-table td, |
|
1112 .wp-block-table th { |
|
1113 padding: 0; |
|
1114 border: 1px solid #000; } |
|
1115 |
|
1116 .wp-block-table td.is-selected, |
|
1117 .wp-block-table th.is-selected { |
|
1118 border-color: #00a0d2; |
|
1119 box-shadow: inset 0 0 0 1px #00a0d2; |
|
1120 border-style: double; } |
|
1121 |
|
1122 .wp-block-table__cell-content { |
|
1123 padding: 0.5em; } |
|
1124 |
|
1125 .block-editor .wp-block-tag-cloud a { |
|
1126 display: inline-block; |
|
1127 margin-left: 5px; } |
|
1128 |
|
1129 .block-editor .wp-block-tag-cloud span { |
|
1130 display: inline-block; |
|
1131 margin-right: 5px; |
|
1132 color: #8f98a1; |
|
1133 text-decoration: none; } |
|
1134 |
|
1135 .wp-block-text-columns .block-editor-rich-text__editable:focus { |
|
1136 outline: 1px solid #e2e4e7; } |
|
1137 |
|
1138 pre.wp-block-verse, |
|
1139 .wp-block-verse pre { |
|
1140 color: #191e23; |
|
1141 white-space: nowrap; |
|
1142 font-family: inherit; |
|
1143 font-size: inherit; |
|
1144 padding: 1em; |
|
1145 overflow: auto; } |
|
1146 |
|
1147 .block-editor-block-list__block[data-align="center"] { |
|
1148 text-align: center; } |
|
1149 |
|
1150 .editor-video-poster-control .components-button { |
|
1151 margin-left: 8px; } |
|
1152 |
|
1153 .editor-video-poster-control .components-button + .components-button { |
|
1154 margin-top: 1em; } |