More actions
Content deleted Content added
// via Wikitext Extension for VSCode |
// via Wikitext Extension for VSCode |
||
Line 19: | Line 19: | ||
right: 0; |
right: 0; |
||
background-color: green; |
background-color: green; |
||
border-radius: var( --border-radius--large ); |
|||
mask-image: url("https://548916280-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpaqFHtSBIvRvOg8Wfmx5%2Fuploads%2FWEViu7j32vfudpdSmvEG%2FSpell%20Circle.svg?alt=media&token=e1e66eeb-da0d-47fa-b71b-d823fbfe3cd7"); |
mask-image: url("https://548916280-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpaqFHtSBIvRvOg8Wfmx5%2Fuploads%2FWEViu7j32vfudpdSmvEG%2FSpell%20Circle.svg?alt=media&token=e1e66eeb-da0d-47fa-b71b-d823fbfe3cd7"); |
||
} |
} |
Revision as of 06:17, 23 April 2025
.es-container {
border: 1px solid var( --border-color-base );
border-radius: var( --border-radius--large );
color: #e01b24;
background-color: #e01b241A;
padding: 1em;
/* background-image: url("https://810575548-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrAv6fyTV5y3PTdcHpfNH%2Fuploads%2FmP9IoKGhktl02PX0Y6DN%2FBandinian%20Symbol%20I4.svg?alt=media&token=f4318135-500d-43f5-bb07-f846c44ff25a"); */
/* background-image: url("https://548916280-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpaqFHtSBIvRvOg8Wfmx5%2Fuploads%2FWEViu7j32vfudpdSmvEG%2FSpell%20Circle.svg?alt=media&token=e1e66eeb-da0d-47fa-b71b-d823fbfe3cd7"); */
background-size: 150px;
filter: brightness(0.5) sepia(1);
}
.es-container::after {
position: absolute;
content: "";
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: green;
border-radius: var( --border-radius--large );
mask-image: url("https://548916280-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpaqFHtSBIvRvOg8Wfmx5%2Fuploads%2FWEViu7j32vfudpdSmvEG%2FSpell%20Circle.svg?alt=media&token=e1e66eeb-da0d-47fa-b71b-d823fbfe3cd7");
}
.es-intro {
font-family: "Mea Culpa", cursive;
font-weight: 400;
font-style: normal;
display: block;
font-size: 2em;
filter: brightness(0.4);
}
.es-wording-container {
padding-left: 1em;
padding-right: 1em;
}
.es-wording {
font-family: "Quintessential", serif;
font-weight: 400;
font-style: normal;
filter: brightness(0.4);
}