More actions
No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
/* Añade un fondo de imagen con opacidad */ | /* Añade un fondo de imagen con opacidad */ | ||
body { | body { | ||
background-image: url('https://wiki.heystories.com/index.php/File: | background-image: url('https://wiki.heystories.com/index.php/File:FondoMontañoso.jpg'); | ||
/* Reemplaza con la ruta directa de tu imagen */ | |||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-attachment: fixed; | background-attachment: fixed; | ||
Revision as of 01:26, 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ñoso.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;
}