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 { | ||
background-image: url(https://d3d00swyhr67nd.cloudfront.net/w550/collection/WYL/LMG/WYL_LMG_109235-001.jpg); | |||
background-repeat: no-repeat; | |||
background-size: cover; | |||
} | } | ||
/* | /* Crear un cuerpo principal con color negro medio transparentado */ | ||
#content { | |||
background: | background-color: rgba(0, 0, 0, 0.5); /* Negro medio transparentado */ | ||
color: white; /* Color de texto blanco para contraste */ | |||
} | } | ||
Revision as of 00:44, 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://d3d00swyhr67nd.cloudfront.net/w550/collection/WYL/LMG/WYL_LMG_109235-001.jpg); background-repeat: no-repeat; background-size: cover; } /* Crear un cuerpo principal con color negro medio transparentado */ #content { background-color: rgba(0, 0, 0, 0.5); /* Negro medio transparentado */ color: white; /* Color de texto blanco para contraste */ }