More actions
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
font-family: 'CrimsonText' !important;} | font-family: 'CrimsonText' !important;} | ||
/* | /* Establecer la imagen de fondo */ | ||
body | body { | ||
background-image: url( | background-image: url('https://static.vecteezy.com/system/resources/previews/006/696/364/large_2x/panoramic-abstract-decorative-dark-background-wide-angle-rough-stylized-mystic-texture-wallpaper-with-copy-space-for-design-rough-painted-plaster-wall-for-light-blue-background-free-photo.jpg'); | ||
background- | background-repeat: no-repeat; | ||
background- | background-attachment: fixed; | ||
background- | background-size: cover; | ||
background- | } | ||
/* Hacer el cuerpo de la página transparente */ | |||
.content { | |||
background-color: rgba(255, 255, 255, 0.5); /* Blanco semi-transparente */ | |||
} | } |
Revision as of 00:55, 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;} /* Establecer la imagen de fondo */ body { background-image: url('https://static.vecteezy.com/system/resources/previews/006/696/364/large_2x/panoramic-abstract-decorative-dark-background-wide-angle-rough-stylized-mystic-texture-wallpaper-with-copy-space-for-design-rough-painted-plaster-wall-for-light-blue-background-free-photo.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; } /* Hacer el cuerpo de la página transparente */ .content { background-color: rgba(255, 255, 255, 0.5); /* Blanco semi-transparente */ }