More actions
Content deleted Content added
// via Wikitext Extension for VSCode |
// via Wikitext Extension for VSCode |
||
Line 8: | Line 8: | ||
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-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; |
background-size: 150px; |
||
filter: sepia(1); |
|||
} |
} |
||
Revision as of 06:12, 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: sepia(1);
}
.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);
}