CMS Project Sync
@@ -0,0 +1,14 @@
|
||||
:root {
|
||||
--wp--preset--color--primary: var(--wp--preset--color--accent-2);
|
||||
--wp--preset--color--secondary: var(--wp--preset--color--accent-5);
|
||||
--wp--preset--color--tertiary: var(--wp--preset--color--accent-4);
|
||||
--wp--preset--color--header-background: var(--wp--preset--color--base);
|
||||
--wp--preset--color--header-foreground: var(--wp--preset--color--contrast);
|
||||
--wp--preset--color--header-titles: var(--wp--preset--color--contrast);
|
||||
--wp--preset--color--secondary-background: var(--wp--preset--color--base-midtone);
|
||||
--wp--preset--color--secondary-foreground: var(--wp--preset--color--contrast-midtone);
|
||||
}
|
||||
|
||||
select {
|
||||
min-height: 2.25em;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
:root{--wp--preset--color--primary:var(--wp--preset--color--accent-2);--wp--preset--color--secondary:var(--wp--preset--color--accent-5);--wp--preset--color--tertiary:var(--wp--preset--color--accent-4);--wp--preset--color--header-background:var(--wp--preset--color--base);--wp--preset--color--header-foreground:var(--wp--preset--color--contrast);--wp--preset--color--header-titles:var(--wp--preset--color--contrast);--wp--preset--color--secondary-background:var(--wp--preset--color--base-midtone);--wp--preset--color--secondary-foreground:var(--wp--preset--color--contrast-midtone)}select{min-height:2.25em}
|
||||
@@ -0,0 +1,7 @@
|
||||
.wp-block-archives-dropdown {
|
||||
& > label {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.wp-block-archives-dropdown{&>label{display:block;font-weight:700;margin-bottom:12px}}
|
||||
@@ -0,0 +1,7 @@
|
||||
.wp-block-categories-dropdown {
|
||||
& > label {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.wp-block-categories-dropdown{&>label{display:block;font-weight:700;margin-bottom:12px}}
|
||||
@@ -0,0 +1,5 @@
|
||||
@media (max-width: 781px) {
|
||||
.wp-block-column.is-style-mobile-first-element {
|
||||
order: -1;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
@media (max-width:781px){.wp-block-column.is-style-mobile-first-element{order:-1}}
|
||||
@@ -0,0 +1,48 @@
|
||||
.wp-block-comment-author-name a,
|
||||
.wp-block-comment-date a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.wp-block-comment-template > li li,
|
||||
.wp-block-comment-template > li:not(:first-child) {
|
||||
border-top: 1px solid var(--wp--preset--color--base-midtone);
|
||||
padding-top: 2rem;
|
||||
}
|
||||
|
||||
.wp-block-comment-template ol {
|
||||
padding-inline-start: 64px;
|
||||
}
|
||||
|
||||
form.comment-form {
|
||||
label {
|
||||
font-size: var(--wp--preset--font-size--small);
|
||||
}
|
||||
textarea {
|
||||
border-radius: 2px;
|
||||
border: 1px solid;
|
||||
border-color: rgba(0,0,0,0.2);
|
||||
line-height: 1.7;
|
||||
padding: 0.3rem 1rem;
|
||||
}
|
||||
input:not([type="submit"]) {
|
||||
border-radius: 2px;
|
||||
border: 1px solid;
|
||||
border-color: rgba(0,0,0,0.2);
|
||||
line-height: 1.7;
|
||||
padding: 0.3rem 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent + label {
|
||||
margin-top: .35em;
|
||||
}
|
||||
|
||||
@media (max-width: 680px) {
|
||||
.wp-block-comment-template ol {
|
||||
padding-inline-start: 0;
|
||||
}
|
||||
|
||||
.wp-block-comment-template > li > ol {
|
||||
padding-inline-start: 64px;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.wp-block-comment-author-name a,.wp-block-comment-date a{text-decoration:none}.wp-block-comment-template>li li,.wp-block-comment-template>li:not(:first-child){border-top:1px solid var(--wp--preset--color--base-midtone);padding-top:2rem}.wp-block-comment-template ol{padding-inline-start:64px}form.comment-form{label{font-size:var(--wp--preset--font-size--small)}input:not([type=submit]),textarea{border:1px solid rgba(0,0,0,.2);border-radius:2px;line-height:1.7;padding:.3rem 1rem}}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent+label{margin-top:.35em}@media (max-width:680px){.wp-block-comment-template ol{padding-inline-start:0}.wp-block-comment-template>li>ol{padding-inline-start:64px}}
|
||||
@@ -0,0 +1,3 @@
|
||||
.wp-block-cover-image {
|
||||
min-height: 430px;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.wp-block-cover-image{min-height:430px}
|
||||
@@ -0,0 +1,8 @@
|
||||
.wp-block-cover.is-style-contained-background .wp-block-cover__image-background {
|
||||
-o-object-fit: contain;
|
||||
object-fit: contain;
|
||||
}
|
||||
.wp-block-cover.is-style-unscaled-background .wp-block-cover__image-background {
|
||||
-o-object-fit: none;
|
||||
object-fit: none;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.wp-block-cover.is-style-contained-background .wp-block-cover__image-background{-o-object-fit:contain;object-fit:contain}.wp-block-cover.is-style-unscaled-background .wp-block-cover__image-background{-o-object-fit:none;object-fit:none}
|
||||
@@ -0,0 +1,4 @@
|
||||
.blocks-gallery-grid:not(.has-nested-images),
|
||||
.wp-block-gallery:not(.has-nested-images) {
|
||||
margin-block-start: var(--wp--style--block-gap);
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){margin-block-start:var(--wp--style--block-gap)}
|
||||
@@ -0,0 +1,82 @@
|
||||
/* Image creative style */
|
||||
.wp-block-group[class*=is-style-creative] {
|
||||
position: relative;
|
||||
padding-block: var(--wp--preset--spacing--40);
|
||||
|
||||
&[class*=is-style-creative-2] {
|
||||
padding-block: var(--wp--preset--spacing--60);
|
||||
}
|
||||
|
||||
&.is-style-creative-1-a,
|
||||
&.is-style-creative-1-d{
|
||||
padding-inline-end: var(--wp--preset--spacing--40);
|
||||
}
|
||||
|
||||
&.is-style-creative-2-a,
|
||||
&.is-style-creative-2-d {
|
||||
padding-inline-end: var(--wp--preset--spacing--60);
|
||||
padding-inline-start: var(--wp--preset--spacing--20);
|
||||
}
|
||||
|
||||
&.is-style-creative-1-b,
|
||||
&.is-style-creative-1-c{
|
||||
padding-inline-start: var(--wp--preset--spacing--40);
|
||||
}
|
||||
|
||||
|
||||
&.is-style-creative-2-b,
|
||||
&.is-style-creative-2-c {
|
||||
padding-inline-start: var(--wp--preset--spacing--60);
|
||||
padding-inline-end: var(--wp--preset--spacing--20);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.wp-block-group[class*=is-style-creative-1]:before {
|
||||
opacity: 1;
|
||||
background-image: radial-gradient(var(--wp--preset--color--accent-2) 2px, transparent 2px);
|
||||
background-size: 16px 16px;
|
||||
content: "";
|
||||
display: block;
|
||||
height: 106px;
|
||||
position: absolute;
|
||||
width: 106px;
|
||||
}
|
||||
.wp-block-group[class*=is-style-creative-1-a]:before,
|
||||
.wp-block-group[class*=is-style-creative-2-a]:before {
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
}
|
||||
.wp-block-group[class*=is-style-creative-1-b]:before,
|
||||
.wp-block-group[class*=is-style-creative-2-b]:before {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
.wp-block-group[class*=is-style-creative-1-c]:before,
|
||||
.wp-block-group[class*=is-style-creative-2-c]:before {
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
.wp-block-group[class*=is-style-creative-1-d]:before,
|
||||
.wp-block-group[class*=is-style-creative-2-d]:before {
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
.wp-block-group[class*=is-style-creative-2]:before {
|
||||
opacity: 1;
|
||||
content: '';
|
||||
display: block;
|
||||
height: 114px;
|
||||
position: absolute;
|
||||
width: 360px;
|
||||
max-width: 100%;
|
||||
background-color: var(--wp--preset--color--accent-3);
|
||||
mask-image: url('../images/wave-pattern.svg');
|
||||
-webkit-mask-image: url('../images/wave-pattern.svg');
|
||||
mask-size: 80px 40px;
|
||||
-webkit-mask-size: 80px 40px;
|
||||
mask-repeat: repeat;
|
||||
-webkit-mask-repeat: repeat;
|
||||
z-index: 1;
|
||||
pointer-events: none;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.wp-block-group[class*=is-style-creative]{padding-block:var(--wp--preset--spacing--40);position:relative;&[class*=is-style-creative-2]{padding-block:var(--wp--preset--spacing--60)}&.is-style-creative-1-a,&.is-style-creative-1-d{padding-inline-end:var(--wp--preset--spacing--40)}&.is-style-creative-2-a,&.is-style-creative-2-d{padding-inline-end:var(--wp--preset--spacing--60);padding-inline-start:var(--wp--preset--spacing--20)}&.is-style-creative-1-b,&.is-style-creative-1-c{padding-inline-start:var(--wp--preset--spacing--40)}&.is-style-creative-2-b,&.is-style-creative-2-c{padding-inline-end:var(--wp--preset--spacing--20);padding-inline-start:var(--wp--preset--spacing--60)}}.wp-block-group[class*=is-style-creative-1]:before{background-image:radial-gradient(var(--wp--preset--color--accent-2) 2px,transparent 2px);background-size:16px 16px;content:"";display:block;height:106px;opacity:1;position:absolute;width:106px}.wp-block-group[class*=is-style-creative-1-a]:before,.wp-block-group[class*=is-style-creative-2-a]:before{bottom:0;right:0}.wp-block-group[class*=is-style-creative-1-b]:before,.wp-block-group[class*=is-style-creative-2-b]:before{bottom:0;left:0}.wp-block-group[class*=is-style-creative-1-c]:before,.wp-block-group[class*=is-style-creative-2-c]:before{left:0;top:0}.wp-block-group[class*=is-style-creative-1-d]:before,.wp-block-group[class*=is-style-creative-2-d]:before{right:0;top:0}.wp-block-group[class*=is-style-creative-2]:before{background-color:var(--wp--preset--color--accent-3);content:"";display:block;height:114px;mask-image:url(../images/wave-pattern.svg);-webkit-mask-image:url(../images/wave-pattern.svg);mask-repeat:repeat;-webkit-mask-repeat:repeat;mask-size:80px 40px;-webkit-mask-size:80px 40px;max-width:100%;opacity:1;pointer-events:none;position:absolute;width:360px;z-index:1}
|
||||
@@ -0,0 +1,84 @@
|
||||
/* Image creative style */
|
||||
figure[class*=is-style-creative] {
|
||||
position: relative;
|
||||
padding-block: var(--wp--preset--spacing--40);
|
||||
|
||||
&[class*=is-style-creative-2] {
|
||||
padding-block: var(--wp--preset--spacing--60);
|
||||
}
|
||||
|
||||
&.is-style-creative-1-a,
|
||||
&.is-style-creative-1-d{
|
||||
padding-inline-end: var(--wp--preset--spacing--40);
|
||||
}
|
||||
|
||||
&.is-style-creative-2-a,
|
||||
&.is-style-creative-2-d {
|
||||
padding-inline-end: var(--wp--preset--spacing--60);
|
||||
padding-inline-start: var(--wp--preset--spacing--20);
|
||||
}
|
||||
|
||||
&.is-style-creative-1-b,
|
||||
&.is-style-creative-1-c{
|
||||
padding-inline-start: var(--wp--preset--spacing--40);
|
||||
}
|
||||
|
||||
|
||||
&.is-style-creative-2-b,
|
||||
&.is-style-creative-2-c {
|
||||
padding-inline-start: var(--wp--preset--spacing--60);
|
||||
padding-inline-end: var(--wp--preset--spacing--20);
|
||||
}
|
||||
|
||||
}
|
||||
figure[class*=is-style-creative] > img[class^="wp-image-"] {
|
||||
position: relative;
|
||||
}
|
||||
figure[class*=is-style-creative-1]:before {
|
||||
opacity: 1;
|
||||
background-image: radial-gradient(var(--wp--preset--color--accent-2) 2px, transparent 2px);
|
||||
background-size: 16px 16px;
|
||||
content: "";
|
||||
display: block;
|
||||
height: 106px;
|
||||
position: absolute;
|
||||
width: 106px;
|
||||
}
|
||||
figure[class*=is-style-creative-1-a]:before,
|
||||
figure[class*=is-style-creative-2-a]:before {
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
}
|
||||
figure[class*=is-style-creative-1-b]:before,
|
||||
figure[class*=is-style-creative-2-b]:before {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
figure[class*=is-style-creative-1-c]:before,
|
||||
figure[class*=is-style-creative-2-c]:before {
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
figure[class*=is-style-creative-1-d]:before,
|
||||
figure[class*=is-style-creative-2-d]:before {
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
figure[class*=is-style-creative-2]:before {
|
||||
opacity: 1;
|
||||
content: '';
|
||||
display: block;
|
||||
height: 114px;
|
||||
position: absolute;
|
||||
width: 360px;
|
||||
max-width: 100%;
|
||||
background-color: var(--wp--preset--color--accent-3);
|
||||
mask-image: url('../images/wave-pattern.svg');
|
||||
-webkit-mask-image: url('../images/wave-pattern.svg');
|
||||
mask-size: 80px 40px;
|
||||
-webkit-mask-size: 80px 40px;
|
||||
mask-repeat: repeat;
|
||||
-webkit-mask-repeat: repeat;
|
||||
z-index: 1;
|
||||
pointer-events: none;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
figure[class*=is-style-creative]{padding-block:var(--wp--preset--spacing--40);position:relative;&[class*=is-style-creative-2]{padding-block:var(--wp--preset--spacing--60)}&.is-style-creative-1-a,&.is-style-creative-1-d{padding-inline-end:var(--wp--preset--spacing--40)}&.is-style-creative-2-a,&.is-style-creative-2-d{padding-inline-end:var(--wp--preset--spacing--60);padding-inline-start:var(--wp--preset--spacing--20)}&.is-style-creative-1-b,&.is-style-creative-1-c{padding-inline-start:var(--wp--preset--spacing--40)}&.is-style-creative-2-b,&.is-style-creative-2-c{padding-inline-end:var(--wp--preset--spacing--20);padding-inline-start:var(--wp--preset--spacing--60)}}figure[class*=is-style-creative]>img[class^=wp-image-]{position:relative}figure[class*=is-style-creative-1]:before{background-image:radial-gradient(var(--wp--preset--color--accent-2) 2px,transparent 2px);background-size:16px 16px;content:"";display:block;height:106px;opacity:1;position:absolute;width:106px}figure[class*=is-style-creative-1-a]:before,figure[class*=is-style-creative-2-a]:before{bottom:0;right:0}figure[class*=is-style-creative-1-b]:before,figure[class*=is-style-creative-2-b]:before{bottom:0;left:0}figure[class*=is-style-creative-1-c]:before,figure[class*=is-style-creative-2-c]:before{left:0;top:0}figure[class*=is-style-creative-1-d]:before,figure[class*=is-style-creative-2-d]:before{right:0;top:0}figure[class*=is-style-creative-2]:before{background-color:var(--wp--preset--color--accent-3);content:"";display:block;height:114px;mask-image:url(../images/wave-pattern.svg);-webkit-mask-image:url(../images/wave-pattern.svg);mask-repeat:repeat;-webkit-mask-repeat:repeat;mask-size:80px 40px;-webkit-mask-size:80px 40px;max-width:100%;opacity:1;pointer-events:none;position:absolute;width:360px;z-index:1}
|
||||
@@ -0,0 +1,5 @@
|
||||
.wp-block-list {
|
||||
li {
|
||||
margin-top: 0.8rem;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.wp-block-list{li{margin-top:.8rem}}
|
||||
@@ -0,0 +1,3 @@
|
||||
.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
|
||||
padding-block: 10px;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.wp-block-navigation .has-child .wp-block-navigation__submenu-container{padding-block:10px}
|
||||
@@ -0,0 +1,22 @@
|
||||
.wp-block-post-author {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.wp-block-post-author__name {
|
||||
margin-bottom: 0;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.wp-block-post-author__name a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.wp-block-post-author__avatar {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
margin-right: .8rem;
|
||||
}
|
||||
|
||||
.wp-block-post-author__avatar img {
|
||||
border-radius: 100px;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.wp-block-post-author{align-items:center}.wp-block-post-author__name{font-weight:600;margin-bottom:0}.wp-block-post-author__name a{text-decoration:none}.wp-block-post-author__avatar{align-items:center;display:inline-flex;margin-right:.8rem}.wp-block-post-author__avatar img{border-radius:100px}
|
||||
@@ -0,0 +1,5 @@
|
||||
.wp-block-table {
|
||||
overflow-x: auto;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.wp-block-table{border-collapse:collapse;overflow-x:auto;width:100%}
|
||||
@@ -0,0 +1,8 @@
|
||||
.wc-block-product-template[class*="columns-"] {
|
||||
margin-inline: -1rem !important;
|
||||
max-width: none;
|
||||
|
||||
li.wc-block-product {
|
||||
margin: 1rem;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.wc-block-product-template[class*=columns-]{margin-inline:-1rem!important;max-width:none;li.wc-block-product{margin:1rem}}
|
||||
@@ -0,0 +1,19 @@
|
||||
:root {
|
||||
--wp--preset--font-size--huge: clamp(6rem, 10vw, 10rem);
|
||||
}
|
||||
|
||||
select {
|
||||
min-height: 2.25em;
|
||||
}
|
||||
|
||||
/* Featured image: natural width in template editor (matches front-end). */
|
||||
.wp-block-post-featured-image.bp-post-featured-image--intrinsic {
|
||||
width: fit-content;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.wp-block-post-featured-image.bp-post-featured-image--intrinsic img {
|
||||
width: auto !important;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
:root{--wp--preset--font-size--huge:clamp(6rem,10vw,10rem)}select{min-height:2.25em}.wp-block-post-featured-image.bp-post-featured-image--intrinsic{max-width:100%;width:fit-content}.wp-block-post-featured-image.bp-post-featured-image--intrinsic img{height:auto;max-width:100%;width:auto!important}
|
||||
|
After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 99 KiB |
|
After Width: | Height: | Size: 5.6 KiB |
|
After Width: | Height: | Size: 8.0 KiB |
|
After Width: | Height: | Size: 7.3 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 70 KiB |
|
After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 68 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="20"><rect width="100%" height="100%" fill="transparent"/><path fill="none" stroke="black" stroke-width="3.5" d="M-4.798 13.573C-3.149 12.533-1.446 11.306 0 10c2.812-2.758 6.18-4.974 10-5 4.183.336 7.193 2.456 10 5 2.86 2.687 6.216 4.952 10 5 4.185-.315 7.35-2.48 10-5 1.452-1.386 3.107-3.085 4.793-4.176"/></svg>
|
||||
|
After Width: | Height: | Size: 371 B |