More actions
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
font-family: 'CrimsonText' !important;} | font-family: 'CrimsonText' !important;} | ||
/* | /* Añade un fondo de imagen con opacidad */ | ||
body { | body { | ||
background-image: url('https://wiki.heystories.com/index.php/File:FondoMonta%C3%B1oso.jpg'); /* Reemplaza con la ruta directa de tu imagen */ | |||
) | background-repeat: no-repeat; | ||
background-attachment: fixed; | |||
background-size: cover; | |||
background-color: rgba(0, 0, 0, 0.5); /* Ajusta el color y la opacidad según necesites */ | |||
color: #ffffff; | |||
} | } | ||
Revision as of 01:25, 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;}
/* Añade un fondo de imagen con opacidad */
body {
background-image: url('https://wiki.heystories.com/index.php/File:FondoMonta%C3%B1oso.jpg'); /* Reemplaza con la ruta directa de tu imagen */
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color: rgba(0, 0, 0, 0.5); /* Ajusta el color y la opacidad según necesites */
color: #ffffff;
}