More actions
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
font-family: 'CrimsonText' !important;} | font-family: 'CrimsonText' !important;} | ||
.body-background { | |||
body { | background-image: url('https://d3d00swyhr67nd.cloudfront.net/w550/collection/WYL/LMG/WYL_LMG_109235-001.jpg'); | ||
background-image: url(https://d3d00swyhr67nd.cloudfront.net/w550/collection/WYL/LMG/WYL_LMG_109235-001.jpg); | background-size: cover; /* Ajusta el tamaño de la imagen para cubrir todo el fondo */ | ||
background- | background-repeat: no-repeat; /* Evita que la imagen se repita */ | ||
background- | |||
} | } | ||
body { | |||
opacity: 0.7; /* Ajusta el valor según la transparencia deseada (por ejemplo, 0.7 para un 70% de opacidad) */ | |||
} | } | ||
Revision as of 00:47, 1 April 2024
@font-face {
font-family: 'CrimsonText' !important; src: url('https://wiki.heystories.com/fonts/CrimsonText-Bold.ttf') format('ttf'), url('url('https://wiki.heystories.com/fonts/CrimsonText-Bold.ttf') ') format('ttf'), url('url('https://wiki.heystories.com/fonts/CrimsonText-Regular.ttf') ') format('ttf');
}
.mw-body,
.mw-headline,
.mw-label,
.mw-input,
.mw-body-content,
.mw-allpages-table-form,
.mw-allpages-nav {
font-family: 'CrimsonText' !important;}
.body-background {
background-image: url('https://d3d00swyhr67nd.cloudfront.net/w550/collection/WYL/LMG/WYL_LMG_109235-001.jpg');
background-size: cover; /* Ajusta el tamaño de la imagen para cubrir todo el fondo */
background-repeat: no-repeat; /* Evita que la imagen se repita */
}
body {
opacity: 0.7; /* Ajusta el valor según la transparencia deseada (por ejemplo, 0.7 para un 70% de opacidad) */
}