changeset 22 | 8c2e4d02f4ef |
parent 21 | 48c4eec2b7e6 |
21:48c4eec2b7e6 | 22:8c2e4d02f4ef |
---|---|
29 min-width:300px; |
29 min-width:300px; |
30 width:100%; |
30 width:100%; |
31 } |
31 } |
32 |
32 |
33 .wp-block-button__link{ |
33 .wp-block-button__link{ |
34 align-content:center; |
|
34 box-sizing:border-box; |
35 box-sizing:border-box; |
35 cursor:pointer; |
36 cursor:pointer; |
36 display:inline-block; |
37 display:inline-block; |
38 height:100%; |
|
37 text-align:center; |
39 text-align:center; |
38 word-break:break-word; |
40 word-break:break-word; |
39 } |
41 } |
40 .wp-block-button__link.aligncenter{ |
42 .wp-block-button__link.aligncenter{ |
41 text-align:center; |
43 text-align:center; |
105 } |
107 } |
106 :root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){ |
108 :root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){ |
107 background-color:initial; |
109 background-color:initial; |
108 background-image:none; |
110 background-image:none; |
109 } |
111 } |
112 |
|
113 .wp-block-buttons{ |
|
114 box-sizing:border-box; |
|
115 } |
|
110 .wp-block-buttons.is-vertical{ |
116 .wp-block-buttons.is-vertical{ |
111 flex-direction:column; |
117 flex-direction:column; |
112 } |
118 } |
113 .wp-block-buttons.is-vertical>.wp-block-button:last-child{ |
119 .wp-block-buttons.is-vertical>.wp-block-button:last-child{ |
114 margin-bottom:0; |
120 margin-bottom:0; |
150 text-decoration:inherit; |
156 text-decoration:inherit; |
151 } |
157 } |
152 .wp-block-buttons.has-custom-font-size .wp-block-button__link{ |
158 .wp-block-buttons.has-custom-font-size .wp-block-button__link{ |
153 font-size:inherit; |
159 font-size:inherit; |
154 } |
160 } |
161 .wp-block-buttons .wp-block-button__link{ |
|
162 width:100%; |
|
163 } |
|
155 |
164 |
156 .wp-block-button.aligncenter,.wp-block-calendar{ |
165 .wp-block-button.aligncenter,.wp-block-calendar{ |
157 text-align:center; |
166 text-align:center; |
158 } |
167 } |
159 .wp-block-calendar td,.wp-block-calendar th{ |
168 .wp-block-calendar td,.wp-block-calendar th{ |
197 margin-left:2em; |
206 margin-left:2em; |
198 } |
207 } |
199 .wp-block-categories.wp-block-categories-dropdown.aligncenter{ |
208 .wp-block-categories.wp-block-categories-dropdown.aligncenter{ |
200 text-align:center; |
209 text-align:center; |
201 } |
210 } |
211 .wp-block-categories .wp-block-categories__label{ |
|
212 display:block; |
|
213 width:100%; |
|
214 } |
|
202 |
215 |
203 .wp-block-code{ |
216 .wp-block-code{ |
204 box-sizing:border-box; |
217 box-sizing:border-box; |
205 } |
218 } |
206 .wp-block-code code{ |
219 .wp-block-code code{ |
220 direction:ltr; |
|
207 display:block; |
221 display:block; |
208 font-family:inherit; |
222 font-family:inherit; |
209 overflow-wrap:break-word; |
223 overflow-wrap:break-word; |
224 text-align:initial; |
|
210 white-space:pre-wrap; |
225 white-space:pre-wrap; |
211 } |
226 } |
212 |
227 |
213 .wp-block-columns{ |
228 .wp-block-columns{ |
214 align-items:normal !important; |
229 align-items:normal !important; |
386 |
401 |
387 :where(.wp-block-post-comments input[type=submit]){ |
402 :where(.wp-block-post-comments input[type=submit]){ |
388 border:none; |
403 border:none; |
389 } |
404 } |
390 |
405 |
406 .wp-block-comments{ |
|
407 box-sizing:border-box; |
|
408 } |
|
409 |
|
391 .wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{ |
410 .wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{ |
411 font-size:inherit; |
|
392 margin-bottom:.5em; |
412 margin-bottom:.5em; |
393 margin-right:.5em; |
413 margin-right:.5em; |
394 } |
414 } |
395 .wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{ |
415 .wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{ |
396 margin-right:0; |
416 margin-right:0; |
433 float:left; |
453 float:left; |
434 } |
454 } |
435 .wp-block-comment-template.aligncenter{ |
455 .wp-block-comment-template.aligncenter{ |
436 margin-left:auto; |
456 margin-left:auto; |
437 margin-right:auto; |
457 margin-right:auto; |
438 width:-moz-fit-content; |
|
439 width:fit-content; |
458 width:fit-content; |
440 } |
459 } |
441 .wp-block-comment-template.alignright{ |
460 .wp-block-comment-template.alignright{ |
442 float:right; |
461 float:right; |
462 } |
|
463 |
|
464 .wp-block-comment-date{ |
|
465 box-sizing:border-box; |
|
466 } |
|
467 |
|
468 .comment-awaiting-moderation{ |
|
469 display:block; |
|
470 font-size:.875em; |
|
471 line-height:1.5; |
|
472 } |
|
473 |
|
474 .wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{ |
|
475 box-sizing:border-box; |
|
443 } |
476 } |
444 |
477 |
445 .wp-block-cover,.wp-block-cover-image{ |
478 .wp-block-cover,.wp-block-cover-image{ |
446 align-items:center; |
479 align-items:center; |
447 background-position:50%; |
480 background-position:50%; |
469 left:0; |
502 left:0; |
470 opacity:.5; |
503 opacity:.5; |
471 position:absolute; |
504 position:absolute; |
472 right:0; |
505 right:0; |
473 top:0; |
506 top:0; |
474 z-index:1; |
|
475 } |
507 } |
476 .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{ |
508 .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{ |
477 opacity:.1; |
509 opacity:.1; |
478 } |
510 } |
479 .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{ |
511 .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{ |
543 .wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{ |
575 .wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{ |
544 display:flex; |
576 display:flex; |
545 } |
577 } |
546 .wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{ |
578 .wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{ |
547 color:inherit; |
579 color:inherit; |
548 width:100%; |
580 position:relative; |
549 z-index:1; |
581 width:100%; |
550 } |
582 } |
551 .wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{ |
583 .wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{ |
552 align-items:flex-start; |
584 align-items:flex-start; |
553 justify-content:flex-start; |
585 justify-content:flex-start; |
554 } |
586 } |
626 } |
658 } |
627 .wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{ |
659 .wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{ |
628 background-repeat:repeat; |
660 background-repeat:repeat; |
629 background-size:auto; |
661 background-size:auto; |
630 } |
662 } |
631 |
|
632 .wp-block-cover__image-background,.wp-block-cover__video-background{ |
|
633 z-index:0; |
|
634 } |
|
635 .wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{ |
663 .wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{ |
636 color:#fff; |
664 color:#fff; |
637 } |
665 } |
638 |
666 |
639 .wp-block-cover-image .wp-block-cover.has-left-content{ |
667 .wp-block-cover-image .wp-block-cover.has-left-content{ |
672 } |
700 } |
673 |
701 |
674 :root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){ |
702 :root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){ |
675 color:inherit; |
703 color:inherit; |
676 } |
704 } |
705 body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{ |
|
706 z-index:0; |
|
707 } |
|
708 body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{ |
|
709 z-index:1; |
|
710 } |
|
711 .has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{ |
|
712 z-index:auto; |
|
713 } |
|
677 |
714 |
678 .wp-block-details{ |
715 .wp-block-details{ |
679 box-sizing:border-box; |
716 box-sizing:border-box; |
680 } |
717 } |
681 |
718 |
798 } |
835 } |
799 .wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{ |
836 .wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{ |
800 margin-bottom:.5em; |
837 margin-bottom:.5em; |
801 } |
838 } |
802 .wp-block-form-input__label:has(input[type=checkbox]){ |
839 .wp-block-form-input__label:has(input[type=checkbox]){ |
840 flex-direction:row; |
|
841 width:fit-content; |
|
842 } |
|
843 .wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{ |
|
844 margin:0; |
|
845 } |
|
846 .wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){ |
|
803 flex-direction:row-reverse; |
847 flex-direction:row-reverse; |
804 width:-moz-fit-content; |
|
805 width:fit-content; |
|
806 } |
848 } |
807 |
849 |
808 .wp-block-form-input__label-content{ |
850 .wp-block-form-input__label-content{ |
809 width:-moz-fit-content; |
|
810 width:fit-content; |
851 width:fit-content; |
811 } |
852 } |
812 |
853 |
813 .wp-block-form-input__input{ |
854 .wp-block-form-input__input{ |
814 font-size:1em; |
855 font-size:1em; |
958 display:block; |
999 display:block; |
959 height:auto; |
1000 height:auto; |
960 max-width:100% !important; |
1001 max-width:100% !important; |
961 width:auto; |
1002 width:auto; |
962 } |
1003 } |
1004 .wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{ |
|
1005 bottom:0; |
|
1006 left:0; |
|
1007 max-height:100%; |
|
1008 position:absolute; |
|
1009 right:0; |
|
1010 } |
|
1011 .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{ |
|
1012 -webkit-backdrop-filter:blur(3px); |
|
1013 backdrop-filter:blur(3px); |
|
1014 content:""; |
|
1015 height:100%; |
|
1016 -webkit-mask-image:linear-gradient(0deg, #000 20%, #0000); |
|
1017 mask-image:linear-gradient(0deg, #000 20%, #0000); |
|
1018 max-height:40%; |
|
1019 } |
|
963 .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{ |
1020 .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{ |
964 background:linear-gradient(0deg, #000000b3, #0000004d 70%, #0000); |
1021 background:linear-gradient(0deg, #0006, #0000); |
965 bottom:0; |
|
966 box-sizing:border-box; |
1022 box-sizing:border-box; |
967 color:#fff; |
1023 color:#fff; |
968 font-size:13px; |
1024 font-size:13px; |
969 left:0; |
1025 margin:0; |
970 margin-bottom:0; |
|
971 max-height:60%; |
|
972 overflow:auto; |
1026 overflow:auto; |
973 padding:0 8px 8px; |
1027 padding:1em; |
974 position:absolute; |
|
975 scrollbar-color:#0000 #0000; |
1028 scrollbar-color:#0000 #0000; |
976 scrollbar-gutter:stable both-edges; |
1029 scrollbar-gutter:stable both-edges; |
977 scrollbar-width:thin; |
1030 scrollbar-width:thin; |
978 text-align:center; |
1031 text-align:center; |
979 width:100%; |
1032 text-shadow:0 0 1.5px #000; |
980 will-change:transform; |
1033 will-change:transform; |
981 } |
1034 } |
982 .wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{ |
1035 .wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{ |
983 height:12px; |
1036 height:12px; |
984 width:12px; |
1037 width:12px; |
1020 color:inherit; |
1073 color:inherit; |
1021 flex:initial; |
1074 flex:initial; |
1022 margin:0; |
1075 margin:0; |
1023 padding:10px 10px 9px; |
1076 padding:10px 10px 9px; |
1024 position:relative; |
1077 position:relative; |
1078 text-shadow:none; |
|
1079 } |
|
1080 .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{ |
|
1081 content:none; |
|
1025 } |
1082 } |
1026 .wp-block-gallery.has-nested-images figcaption{ |
1083 .wp-block-gallery.has-nested-images figcaption{ |
1027 flex-basis:100%; |
1084 flex-basis:100%; |
1028 flex-grow:1; |
1085 flex-grow:1; |
1029 text-align:center; |
1086 text-align:center; |
1097 } |
1154 } |
1098 h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){ |
1155 h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){ |
1099 rotate:180deg; |
1156 rotate:180deg; |
1100 } |
1157 } |
1101 |
1158 |
1159 .wp-block-image>a,.wp-block-image>figure>a{ |
|
1160 display:inline-block; |
|
1161 } |
|
1102 .wp-block-image img{ |
1162 .wp-block-image img{ |
1103 box-sizing:border-box; |
1163 box-sizing:border-box; |
1104 height:auto; |
1164 height:auto; |
1105 max-width:100%; |
1165 max-width:100%; |
1106 vertical-align:bottom; |
1166 vertical-align:bottom; |
1107 } |
1167 } |
1168 @media not (prefers-reduced-motion){ |
|
1169 .wp-block-image img.hide{ |
|
1170 visibility:hidden; |
|
1171 } |
|
1172 .wp-block-image img.show{ |
|
1173 animation:show-content-image .4s; |
|
1174 } |
|
1175 } |
|
1108 .wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{ |
1176 .wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{ |
1109 border-radius:inherit; |
1177 border-radius:inherit; |
1110 } |
1178 } |
1111 .wp-block-image.has-custom-border img{ |
1179 .wp-block-image.has-custom-border img{ |
1112 box-sizing:border-box; |
1180 box-sizing:border-box; |
1113 } |
1181 } |
1114 .wp-block-image.aligncenter{ |
1182 .wp-block-image.aligncenter{ |
1115 text-align:center; |
1183 text-align:center; |
1184 } |
|
1185 .wp-block-image.alignfull>a,.wp-block-image.alignwide>a{ |
|
1186 width:100%; |
|
1116 } |
1187 } |
1117 .wp-block-image.alignfull img,.wp-block-image.alignwide img{ |
1188 .wp-block-image.alignfull img,.wp-block-image.alignwide img{ |
1118 height:auto; |
1189 height:auto; |
1119 width:100%; |
1190 width:100%; |
1120 } |
1191 } |
1193 padding:0; |
1264 padding:0; |
1194 position:absolute; |
1265 position:absolute; |
1195 right:16px; |
1266 right:16px; |
1196 text-align:center; |
1267 text-align:center; |
1197 top:16px; |
1268 top:16px; |
1198 transition:opacity .2s ease; |
|
1199 width:20px; |
1269 width:20px; |
1200 z-index:100; |
1270 z-index:100; |
1271 } |
|
1272 @media not (prefers-reduced-motion){ |
|
1273 .wp-lightbox-container button{ |
|
1274 transition:opacity .2s ease; |
|
1275 } |
|
1201 } |
1276 } |
1202 .wp-lightbox-container button:focus-visible{ |
1277 .wp-lightbox-container button:focus-visible{ |
1203 outline:3px auto #5a5a5a40; |
1278 outline:3px auto #5a5a5a40; |
1204 outline:3px auto -webkit-focus-ring-color; |
1279 outline:3px auto -webkit-focus-ring-color; |
1205 outline-offset:3px; |
1280 outline-offset:3px; |
1288 position:absolute; |
1363 position:absolute; |
1289 width:100%; |
1364 width:100%; |
1290 z-index:2000000; |
1365 z-index:2000000; |
1291 } |
1366 } |
1292 .wp-lightbox-overlay.active{ |
1367 .wp-lightbox-overlay.active{ |
1293 animation:turn-on-visibility .25s both; |
|
1294 visibility:visible; |
1368 visibility:visible; |
1295 } |
1369 } |
1296 .wp-lightbox-overlay.active img{ |
1370 @media not (prefers-reduced-motion){ |
1297 animation:turn-on-visibility .35s both; |
1371 .wp-lightbox-overlay.active{ |
1298 } |
1372 animation:turn-on-visibility .25s both; |
1299 .wp-lightbox-overlay.show-closing-animation:not(.active){ |
1373 } |
1300 animation:turn-off-visibility .35s both; |
1374 .wp-lightbox-overlay.active img{ |
1301 } |
1375 animation:turn-on-visibility .35s both; |
1302 .wp-lightbox-overlay.show-closing-animation:not(.active) img{ |
1376 } |
1303 animation:turn-off-visibility .25s both; |
1377 .wp-lightbox-overlay.show-closing-animation:not(.active){ |
1304 } |
1378 animation:turn-off-visibility .35s both; |
1305 @media (prefers-reduced-motion:no-preference){ |
1379 } |
1380 .wp-lightbox-overlay.show-closing-animation:not(.active) img{ |
|
1381 animation:turn-off-visibility .25s both; |
|
1382 } |
|
1306 .wp-lightbox-overlay.zoom.active{ |
1383 .wp-lightbox-overlay.zoom.active{ |
1307 animation:none; |
1384 animation:none; |
1308 opacity:1; |
1385 opacity:1; |
1309 visibility:visible; |
1386 visibility:visible; |
1310 } |
1387 } |
1329 .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{ |
1406 .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{ |
1330 animation:turn-off-visibility .4s forwards; |
1407 animation:turn-off-visibility .4s forwards; |
1331 } |
1408 } |
1332 } |
1409 } |
1333 |
1410 |
1411 @keyframes show-content-image{ |
|
1412 0%{ |
|
1413 visibility:hidden; |
|
1414 } |
|
1415 99%{ |
|
1416 visibility:hidden; |
|
1417 } |
|
1418 to{ |
|
1419 visibility:visible; |
|
1420 } |
|
1421 } |
|
1334 @keyframes turn-on-visibility{ |
1422 @keyframes turn-on-visibility{ |
1335 0%{ |
1423 0%{ |
1336 opacity:0; |
1424 opacity:0; |
1337 } |
1425 } |
1338 to{ |
1426 to{ |
1497 .wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{ |
1585 .wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{ |
1498 display:block; |
1586 display:block; |
1499 font-size:.8125em; |
1587 font-size:.8125em; |
1500 } |
1588 } |
1501 |
1589 |
1502 .wp-block-latest-posts__post-excerpt{ |
1590 .wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{ |
1503 margin-bottom:1em; |
1591 margin-bottom:1em; |
1504 margin-top:.5em; |
1592 margin-top:.5em; |
1505 } |
1593 } |
1506 |
1594 |
1507 .wp-block-latest-posts__featured-image a{ |
1595 .wp-block-latest-posts__featured-image a{ |
1527 |
1615 |
1528 ol,ul{ |
1616 ol,ul{ |
1529 box-sizing:border-box; |
1617 box-sizing:border-box; |
1530 } |
1618 } |
1531 |
1619 |
1532 :root :where(ul.has-background,ol.has-background){ |
1620 :root :where(.wp-block-list.has-background){ |
1533 padding:1.25em 2.375em; |
1621 padding:1.25em 2.375em; |
1534 } |
1622 } |
1535 |
1623 |
1624 .wp-block-loginout,.wp-block-media-text{ |
|
1625 box-sizing:border-box; |
|
1626 } |
|
1627 |
|
1536 .wp-block-media-text{ |
1628 .wp-block-media-text{ |
1537 box-sizing:border-box; |
|
1538 direction:ltr; |
1629 direction:ltr; |
1539 display:grid; |
1630 display:grid; |
1540 grid-template-columns:50% 1fr; |
1631 grid-template-columns:50% 1fr; |
1541 grid-template-rows:auto; |
1632 grid-template-rows:auto; |
1542 } |
1633 } |
1578 .wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{ |
1669 .wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{ |
1579 grid-column:1; |
1670 grid-column:1; |
1580 grid-row:1; |
1671 grid-row:1; |
1581 } |
1672 } |
1582 |
1673 |
1674 .wp-block-media-text__media a{ |
|
1675 display:block; |
|
1676 } |
|
1677 |
|
1583 .wp-block-media-text__media img,.wp-block-media-text__media video{ |
1678 .wp-block-media-text__media img,.wp-block-media-text__media video{ |
1584 height:auto; |
1679 height:auto; |
1585 max-width:unset; |
1680 max-width:unset; |
1586 vertical-align:middle; |
1681 vertical-align:middle; |
1587 width:100%; |
1682 width:100%; |
1588 } |
1683 } |
1589 |
|
1590 .wp-block-media-text.is-image-fill>.wp-block-media-text__media{ |
1684 .wp-block-media-text.is-image-fill>.wp-block-media-text__media{ |
1591 background-size:cover; |
1685 background-size:cover; |
1592 height:100%; |
1686 height:100%; |
1593 min-height:250px; |
1687 min-height:250px; |
1594 } |
1688 } |
1605 padding:0; |
1699 padding:0; |
1606 position:absolute; |
1700 position:absolute; |
1607 width:1px; |
1701 width:1px; |
1608 clip:rect(0, 0, 0, 0); |
1702 clip:rect(0, 0, 0, 0); |
1609 border:0; |
1703 border:0; |
1704 } |
|
1705 .wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{ |
|
1706 height:100%; |
|
1707 min-height:250px; |
|
1708 position:relative; |
|
1709 } |
|
1710 |
|
1711 .wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{ |
|
1712 display:block; |
|
1713 height:100%; |
|
1714 } |
|
1715 |
|
1716 .wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{ |
|
1717 height:100%; |
|
1718 object-fit:cover; |
|
1719 position:absolute; |
|
1720 width:100%; |
|
1610 } |
1721 } |
1611 @media (max-width:600px){ |
1722 @media (max-width:600px){ |
1612 .wp-block-media-text.is-stacked-on-mobile{ |
1723 .wp-block-media-text.is-stacked-on-mobile{ |
1613 grid-template-columns:100% !important; |
1724 grid-template-columns:100% !important; |
1614 } |
1725 } |
1719 left:-1px; |
1830 left:-1px; |
1720 opacity:0; |
1831 opacity:0; |
1721 overflow:hidden; |
1832 overflow:hidden; |
1722 position:absolute; |
1833 position:absolute; |
1723 top:100%; |
1834 top:100%; |
1724 transition:opacity .1s linear; |
|
1725 visibility:hidden; |
1835 visibility:hidden; |
1726 width:0; |
1836 width:0; |
1727 z-index:2; |
1837 z-index:2; |
1838 } |
|
1839 @media not (prefers-reduced-motion){ |
|
1840 .wp-block-navigation .has-child .wp-block-navigation__submenu-container{ |
|
1841 transition:opacity .1s linear; |
|
1842 } |
|
1728 } |
1843 } |
1729 .wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{ |
1844 .wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{ |
1730 display:flex; |
1845 display:flex; |
1731 flex-grow:1; |
1846 flex-grow:1; |
1732 } |
1847 } |
1902 .wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){ |
2017 .wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){ |
1903 background-color:inherit !important; |
2018 background-color:inherit !important; |
1904 color:inherit !important; |
2019 color:inherit !important; |
1905 } |
2020 } |
1906 .wp-block-navigation__responsive-container.is-menu-open{ |
2021 .wp-block-navigation__responsive-container.is-menu-open{ |
1907 animation:overlay-menu__fade-in-animation .1s ease-out; |
|
1908 animation-fill-mode:forwards; |
|
1909 background-color:inherit; |
2022 background-color:inherit; |
1910 display:flex; |
2023 display:flex; |
1911 flex-direction:column; |
2024 flex-direction:column; |
1912 overflow:auto; |
2025 overflow:auto; |
1913 padding:clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20em); |
2026 padding:clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20rem); |
1914 z-index:100000; |
2027 z-index:100000; |
1915 } |
2028 } |
1916 @media (prefers-reduced-motion:reduce){ |
2029 @media not (prefers-reduced-motion){ |
1917 .wp-block-navigation__responsive-container.is-menu-open{ |
2030 .wp-block-navigation__responsive-container.is-menu-open{ |
1918 animation-delay:0s; |
2031 animation:overlay-menu__fade-in-animation .1s ease-out; |
1919 animation-duration:1ms; |
2032 animation-fill-mode:forwards; |
1920 } |
2033 } |
1921 } |
2034 } |
1922 .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{ |
2035 .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{ |
1923 align-items:var(--navigation-layout-justification-setting, inherit); |
2036 align-items:var(--navigation-layout-justification-setting, inherit); |
1924 display:flex; |
2037 display:flex; |
2104 } |
2217 } |
2105 .wp-block-navigation .wp-block-navigation-item{ |
2218 .wp-block-navigation .wp-block-navigation-item{ |
2106 background-color:inherit; |
2219 background-color:inherit; |
2107 } |
2220 } |
2108 |
2221 |
2222 .wp-block-page-list{ |
|
2223 box-sizing:border-box; |
|
2224 } |
|
2225 |
|
2109 .is-small-text{ |
2226 .is-small-text{ |
2110 font-size:.875em; |
2227 font-size:.875em; |
2111 } |
2228 } |
2112 |
2229 |
2113 .is-regular-text{ |
2230 .is-regular-text{ |
2152 p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{ |
2269 p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{ |
2153 rotate:180deg; |
2270 rotate:180deg; |
2154 } |
2271 } |
2155 |
2272 |
2156 .wp-block-post-author{ |
2273 .wp-block-post-author{ |
2274 box-sizing:border-box; |
|
2157 display:flex; |
2275 display:flex; |
2158 flex-wrap:wrap; |
2276 flex-wrap:wrap; |
2159 } |
2277 } |
2160 .wp-block-post-author__byline{ |
2278 .wp-block-post-author__byline{ |
2161 font-size:.5em; |
2279 font-size:.5em; |
2176 } |
2294 } |
2177 .wp-block-post-author__name{ |
2295 .wp-block-post-author__name{ |
2178 margin:0; |
2296 margin:0; |
2179 } |
2297 } |
2180 |
2298 |
2299 .wp-block-post-author-biography{ |
|
2300 box-sizing:border-box; |
|
2301 } |
|
2302 |
|
2181 :where(.wp-block-post-comments-form) input:not([type=submit]),:where(.wp-block-post-comments-form) textarea{ |
2303 :where(.wp-block-post-comments-form) input:not([type=submit]),:where(.wp-block-post-comments-form) textarea{ |
2182 border:1px solid #949494; |
2304 border:1px solid #949494; |
2183 font-family:inherit; |
2305 font-family:inherit; |
2184 font-size:1em; |
2306 font-size:1em; |
2185 } |
2307 } |
2206 font-style:inherit; |
2328 font-style:inherit; |
2207 } |
2329 } |
2208 .wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){ |
2330 .wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){ |
2209 letter-spacing:inherit; |
2331 letter-spacing:inherit; |
2210 } |
2332 } |
2211 .wp-block-post-comments-form input[type=submit]{ |
2333 .wp-block-post-comments-form :where(input[type=submit]){ |
2212 box-shadow:none; |
2334 box-shadow:none; |
2213 cursor:pointer; |
2335 cursor:pointer; |
2214 display:inline-block; |
2336 display:inline-block; |
2215 overflow-wrap:break-word; |
2337 overflow-wrap:break-word; |
2216 text-align:center; |
2338 text-align:center; |
2237 .wp-block-post-comments-form .comment-reply-title :where(small){ |
2359 .wp-block-post-comments-form .comment-reply-title :where(small){ |
2238 font-size:var(--wp--preset--font-size--medium, smaller); |
2360 font-size:var(--wp--preset--font-size--medium, smaller); |
2239 margin-left:.5em; |
2361 margin-left:.5em; |
2240 } |
2362 } |
2241 |
2363 |
2242 .wp-block-post-date{ |
2364 .wp-block-post-comments-count{ |
2365 box-sizing:border-box; |
|
2366 } |
|
2367 |
|
2368 .wp-block-post-content{ |
|
2369 display:flow-root; |
|
2370 } |
|
2371 |
|
2372 .wp-block-post-comments-link,.wp-block-post-date{ |
|
2243 box-sizing:border-box; |
2373 box-sizing:border-box; |
2244 } |
2374 } |
2245 |
2375 |
2246 :where(.wp-block-post-excerpt){ |
2376 :where(.wp-block-post-excerpt){ |
2377 box-sizing:border-box; |
|
2247 margin-bottom:var(--wp--style--block-gap); |
2378 margin-bottom:var(--wp--style--block-gap); |
2248 margin-top:var(--wp--style--block-gap); |
2379 margin-top:var(--wp--style--block-gap); |
2249 } |
2380 } |
2250 |
2381 |
2251 .wp-block-post-excerpt__excerpt{ |
2382 .wp-block-post-excerpt__excerpt{ |
2359 } |
2490 } |
2360 |
2491 |
2361 .wp-block-post-title{ |
2492 .wp-block-post-title{ |
2362 word-break:break-word; |
2493 word-break:break-word; |
2363 } |
2494 } |
2364 .wp-block-post-title a{ |
2495 .wp-block-post-title :where(a){ |
2365 display:inline-block; |
2496 display:inline-block; |
2497 font-family:inherit; |
|
2498 font-size:inherit; |
|
2499 font-style:inherit; |
|
2500 font-weight:inherit; |
|
2501 letter-spacing:inherit; |
|
2502 line-height:inherit; |
|
2503 text-decoration:inherit; |
|
2504 } |
|
2505 |
|
2506 .wp-block-post-author-name,.wp-block-preformatted{ |
|
2507 box-sizing:border-box; |
|
2366 } |
2508 } |
2367 |
2509 |
2368 .wp-block-preformatted{ |
2510 .wp-block-preformatted{ |
2369 box-sizing:border-box; |
|
2370 white-space:pre-wrap; |
2511 white-space:pre-wrap; |
2371 } |
2512 } |
2372 |
2513 |
2373 :where(.wp-block-preformatted.has-background){ |
2514 :where(.wp-block-preformatted.has-background){ |
2374 padding:1.25em 2.375em; |
2515 padding:1.25em 2.375em; |
2409 |
2550 |
2410 .wp-block-pullquote.has-text-align-right blockquote{ |
2551 .wp-block-pullquote.has-text-align-right blockquote{ |
2411 text-align:right; |
2552 text-align:right; |
2412 } |
2553 } |
2413 |
2554 |
2555 .wp-block-pullquote.has-text-align-center blockquote{ |
|
2556 text-align:center; |
|
2557 } |
|
2558 |
|
2414 .wp-block-pullquote.is-style-solid-color{ |
2559 .wp-block-pullquote.is-style-solid-color{ |
2415 border:none; |
2560 border:none; |
2416 } |
2561 } |
2417 .wp-block-pullquote.is-style-solid-color blockquote{ |
2562 .wp-block-pullquote.is-style-solid-color blockquote{ |
2418 margin-left:auto; |
2563 margin-left:auto; |
2429 text-transform:none; |
2574 text-transform:none; |
2430 } |
2575 } |
2431 |
2576 |
2432 .wp-block-pullquote cite{ |
2577 .wp-block-pullquote cite{ |
2433 color:inherit; |
2578 color:inherit; |
2579 display:block; |
|
2434 } |
2580 } |
2435 |
2581 |
2436 .wp-block-post-template{ |
2582 .wp-block-post-template{ |
2583 box-sizing:border-box; |
|
2437 list-style:none; |
2584 list-style:none; |
2438 margin-bottom:0; |
2585 margin-bottom:0; |
2439 margin-top:0; |
2586 margin-top:0; |
2440 max-width:100%; |
2587 max-width:100%; |
2441 padding:0; |
2588 padding:0; |
2488 .wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{ |
2635 .wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{ |
2489 margin-inline-end:auto; |
2636 margin-inline-end:auto; |
2490 margin-inline-start:auto; |
2637 margin-inline-start:auto; |
2491 } |
2638 } |
2492 |
2639 |
2493 .wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{ |
|
2494 margin-bottom:.5em; |
|
2495 margin-right:.5em; |
|
2496 } |
|
2497 .wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{ |
|
2498 margin-right:0; |
|
2499 } |
|
2500 .wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{ |
2640 .wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{ |
2501 margin-inline-start:auto; |
2641 margin-inline-start:auto; |
2502 } |
2642 } |
2503 .wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{ |
2643 .wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{ |
2504 margin-inline-end:auto; |
2644 margin-inline-end:auto; |
2519 } |
2659 } |
2520 .wp-block-query-pagination.aligncenter{ |
2660 .wp-block-query-pagination.aligncenter{ |
2521 justify-content:center; |
2661 justify-content:center; |
2522 } |
2662 } |
2523 |
2663 |
2524 .wp-block-query-title,.wp-block-quote{ |
2664 .wp-block-query-title,.wp-block-query-total,.wp-block-quote{ |
2525 box-sizing:border-box; |
2665 box-sizing:border-box; |
2526 } |
2666 } |
2527 |
2667 |
2528 .wp-block-quote{ |
2668 .wp-block-quote{ |
2529 overflow-wrap:break-word; |
2669 overflow-wrap:break-word; |
2545 display:block; |
2685 display:block; |
2546 } |
2686 } |
2547 |
2687 |
2548 .wp-block-read-more{ |
2688 .wp-block-read-more{ |
2549 display:block; |
2689 display:block; |
2550 width:-moz-fit-content; |
|
2551 width:fit-content; |
2690 width:fit-content; |
2552 } |
2691 } |
2553 .wp-block-read-more:where(:not([style*=text-decoration])){ |
2692 .wp-block-read-more:where(:not([style*=text-decoration])){ |
2554 text-decoration:none; |
2693 text-decoration:none; |
2555 } |
2694 } |
2556 .wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{ |
2695 .wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{ |
2557 text-decoration:none; |
2696 text-decoration:none; |
2558 } |
2697 } |
2559 |
2698 |
2560 ul.wp-block-rss{ |
|
2561 list-style:none; |
|
2562 padding:0; |
|
2563 } |
|
2564 ul.wp-block-rss.wp-block-rss{ |
|
2565 box-sizing:border-box; |
|
2566 } |
|
2567 ul.wp-block-rss.alignleft{ |
2699 ul.wp-block-rss.alignleft{ |
2568 margin-right:2em; |
2700 margin-right:2em; |
2569 } |
2701 } |
2570 ul.wp-block-rss.alignright{ |
2702 ul.wp-block-rss.alignright{ |
2571 margin-left:2em; |
2703 margin-left:2em; |
2572 } |
2704 } |
2573 ul.wp-block-rss.is-grid{ |
2705 ul.wp-block-rss.is-grid{ |
2574 display:flex; |
2706 display:flex; |
2575 flex-wrap:wrap; |
2707 flex-wrap:wrap; |
2576 list-style:none; |
|
2577 padding:0; |
2708 padding:0; |
2578 } |
2709 } |
2579 ul.wp-block-rss.is-grid li{ |
2710 ul.wp-block-rss.is-grid li{ |
2580 margin:0 1em 1em 0; |
2711 margin:0 1em 1em 0; |
2581 width:100%; |
2712 width:100%; |
2599 } |
2730 } |
2600 |
2731 |
2601 .wp-block-rss__item-author,.wp-block-rss__item-publish-date{ |
2732 .wp-block-rss__item-author,.wp-block-rss__item-publish-date{ |
2602 display:block; |
2733 display:block; |
2603 font-size:.8125em; |
2734 font-size:.8125em; |
2735 } |
|
2736 |
|
2737 .wp-block-rss{ |
|
2738 box-sizing:border-box; |
|
2739 list-style:none; |
|
2740 padding:0; |
|
2604 } |
2741 } |
2605 |
2742 |
2606 .wp-block-search__button{ |
2743 .wp-block-search__button{ |
2607 margin-left:10px; |
2744 margin-left:10px; |
2608 word-break:normal; |
2745 word-break:normal; |
2645 padding:8px; |
2782 padding:8px; |
2646 text-decoration:unset !important; |
2783 text-decoration:unset !important; |
2647 } |
2784 } |
2648 |
2785 |
2649 .wp-block-search.wp-block-search__button-only .wp-block-search__button{ |
2786 .wp-block-search.wp-block-search__button-only .wp-block-search__button{ |
2787 box-sizing:border-box; |
|
2788 display:flex; |
|
2650 flex-shrink:0; |
2789 flex-shrink:0; |
2790 justify-content:center; |
|
2651 margin-left:0; |
2791 margin-left:0; |
2652 max-width:100%; |
2792 max-width:100%; |
2653 } |
|
2654 .wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true]{ |
|
2655 max-width:calc(100% - 100px); |
|
2656 } |
2793 } |
2657 .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{ |
2794 .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{ |
2658 min-width:0 !important; |
2795 min-width:0 !important; |
2659 transition-property:width; |
2796 transition-property:width; |
2660 } |
2797 } |
2763 |
2900 |
2764 :root :where(.wp-block-site-logo.is-style-rounded){ |
2901 :root :where(.wp-block-site-logo.is-style-rounded){ |
2765 border-radius:9999px; |
2902 border-radius:9999px; |
2766 } |
2903 } |
2767 |
2904 |
2768 :root :where(.wp-block-site-title a){ |
2905 .wp-block-site-tagline,.wp-block-site-title{ |
2906 box-sizing:border-box; |
|
2907 } |
|
2908 .wp-block-site-title :where(a){ |
|
2769 color:inherit; |
2909 color:inherit; |
2910 font-family:inherit; |
|
2911 font-size:inherit; |
|
2912 font-style:inherit; |
|
2913 font-weight:inherit; |
|
2914 letter-spacing:inherit; |
|
2915 line-height:inherit; |
|
2916 text-decoration:inherit; |
|
2770 } |
2917 } |
2771 |
2918 |
2772 .wp-block-social-links{ |
2919 .wp-block-social-links{ |
2773 background:none; |
2920 background:none; |
2774 box-sizing:border-box; |
2921 box-sizing:border-box; |
2813 |
2960 |
2814 .wp-block-social-link{ |
2961 .wp-block-social-link{ |
2815 border-radius:9999px; |
2962 border-radius:9999px; |
2816 display:block; |
2963 display:block; |
2817 height:auto; |
2964 height:auto; |
2818 transition:transform .1s ease; |
2965 } |
2819 } |
2966 @media not (prefers-reduced-motion){ |
2820 @media (prefers-reduced-motion:reduce){ |
|
2821 .wp-block-social-link{ |
2967 .wp-block-social-link{ |
2822 transition-delay:0s; |
2968 transition:transform .1s ease; |
2823 transition-duration:0s; |
|
2824 } |
2969 } |
2825 } |
2970 } |
2826 .wp-block-social-link a{ |
2971 .wp-block-social-link a{ |
2827 align-items:center; |
2972 align-items:center; |
2828 display:flex; |
2973 display:flex; |
2829 line-height:0; |
2974 line-height:0; |
2830 transition:transform .1s ease; |
|
2831 } |
2975 } |
2832 .wp-block-social-link:hover{ |
2976 .wp-block-social-link:hover{ |
2833 transform:scale(1.1); |
2977 transform:scale(1.1); |
2834 } |
2978 } |
2835 |
2979 |
2869 } |
3013 } |
2870 :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{ |
3014 :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{ |
2871 background-color:#02e49b; |
3015 background-color:#02e49b; |
2872 color:#fff; |
3016 color:#fff; |
2873 } |
3017 } |
3018 :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{ |
|
3019 background-color:#5865f2; |
|
3020 color:#fff; |
|
3021 } |
|
2874 :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{ |
3022 :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{ |
2875 background-color:#e94c89; |
3023 background-color:#e94c89; |
2876 color:#fff; |
3024 color:#fff; |
2877 } |
3025 } |
2878 :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{ |
3026 :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{ |
2882 :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{ |
3030 :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{ |
2883 background-color:#f45800; |
3031 background-color:#f45800; |
2884 color:#fff; |
3032 color:#fff; |
2885 } |
3033 } |
2886 :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{ |
3034 :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{ |
2887 background-color:#1778f2; |
3035 background-color:#0866ff; |
2888 color:#fff; |
3036 color:#fff; |
2889 } |
3037 } |
2890 :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{ |
3038 :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{ |
2891 background-color:#000; |
3039 background-color:#000; |
2892 color:#fff; |
3040 color:#fff; |
3048 color:#1e1f26; |
3196 color:#1e1f26; |
3049 } |
3197 } |
3050 :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{ |
3198 :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{ |
3051 color:#02e49b; |
3199 color:#02e49b; |
3052 } |
3200 } |
3201 :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{ |
|
3202 color:#5865f2; |
|
3203 } |
|
3053 :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{ |
3204 :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{ |
3054 color:#e94c89; |
3205 color:#e94c89; |
3055 } |
3206 } |
3056 :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{ |
3207 :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{ |
3057 color:#4280ff; |
3208 color:#4280ff; |
3058 } |
3209 } |
3059 :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{ |
3210 :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{ |
3060 color:#f45800; |
3211 color:#f45800; |
3061 } |
3212 } |
3062 :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{ |
3213 :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{ |
3063 color:#1778f2; |
3214 color:#0866ff; |
3064 } |
3215 } |
3065 :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{ |
3216 :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{ |
3066 color:#000; |
3217 color:#000; |
3067 } |
3218 } |
3068 :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{ |
3219 :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{ |
3177 :root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){ |
3328 :root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){ |
3178 padding:0; |
3329 padding:0; |
3179 } |
3330 } |
3180 |
3331 |
3181 :root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){ |
3332 :root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){ |
3182 padding-left:.66667em; |
3333 padding-left:.6666666667em; |
3183 padding-right:.66667em; |
3334 padding-right:.6666666667em; |
3184 } |
3335 } |
3185 |
3336 |
3186 .wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{ |
3337 .wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{ |
3187 color:#000; |
3338 color:#000; |
3188 } |
3339 } |
3320 .wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{ |
3471 .wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{ |
3321 border-style:inherit; |
3472 border-style:inherit; |
3322 border-width:inherit; |
3473 border-width:inherit; |
3323 } |
3474 } |
3324 |
3475 |
3476 :root :where(.wp-block-table-of-contents){ |
|
3477 box-sizing:border-box; |
|
3478 } |
|
3479 |
|
3325 :where(.wp-block-term-description){ |
3480 :where(.wp-block-term-description){ |
3481 box-sizing:border-box; |
|
3326 margin-bottom:var(--wp--style--block-gap); |
3482 margin-bottom:var(--wp--style--block-gap); |
3327 margin-top:var(--wp--style--block-gap); |
3483 margin-top:var(--wp--style--block-gap); |
3328 } |
3484 } |
3329 |
3485 |
3330 .wp-block-term-description p{ |
3486 .wp-block-term-description p{ |
3346 } |
3502 } |
3347 .wp-block-text-columns.columns-2 .wp-block-column{ |
3503 .wp-block-text-columns.columns-2 .wp-block-column{ |
3348 width:50%; |
3504 width:50%; |
3349 } |
3505 } |
3350 .wp-block-text-columns.columns-3 .wp-block-column{ |
3506 .wp-block-text-columns.columns-3 .wp-block-column{ |
3351 width:33.33333%; |
3507 width:33.3333333333%; |
3352 } |
3508 } |
3353 .wp-block-text-columns.columns-4 .wp-block-column{ |
3509 .wp-block-text-columns.columns-4 .wp-block-column{ |
3354 width:25%; |
3510 width:25%; |
3355 } |
3511 } |
3356 |
3512 |
3495 justify-content:space-between; |
3651 justify-content:space-between; |
3496 } |
3652 } |
3497 |
3653 |
3498 .screen-reader-text{ |
3654 .screen-reader-text{ |
3499 border:0; |
3655 border:0; |
3500 clip:rect(1px, 1px, 1px, 1px); |
|
3501 clip-path:inset(50%); |
3656 clip-path:inset(50%); |
3502 height:1px; |
3657 height:1px; |
3503 margin:-1px; |
3658 margin:-1px; |
3504 overflow:hidden; |
3659 overflow:hidden; |
3505 padding:0; |
3660 padding:0; |
3508 word-wrap:normal !important; |
3663 word-wrap:normal !important; |
3509 } |
3664 } |
3510 |
3665 |
3511 .screen-reader-text:focus{ |
3666 .screen-reader-text:focus{ |
3512 background-color:#ddd; |
3667 background-color:#ddd; |
3513 clip:auto !important; |
|
3514 clip-path:none; |
3668 clip-path:none; |
3515 color:#444; |
3669 color:#444; |
3516 display:block; |
3670 display:block; |
3517 font-size:1em; |
3671 font-size:1em; |
3518 height:auto; |
3672 height:auto; |