Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
@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-image: url('https://wiki.heystories.com/images/7/74/FondoMonta%C3%B1oso.jpg');
background-size: cover;
background-position: center;
background-attachment: fixed; /* Esto asegura que la imagen de fondo permanezca fija mientras el contenido se desplaza */
}
/* Capa oscura superpuesta */
#mw-content {
position: relative;
z-index: 1; /* Asegura que el contenido esté sobre la capa oscura */
}
body::after {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); /* Aquí puedes ajustar el nivel de opacidad (0.5 para 50% de opacidad) */
z-index: 0;
}