Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 11: Line 11:
font-family: 'CrimsonText' !important;}
font-family: 'CrimsonText' !important;}


.body-background {
/* Cambia <URL> por la URL de la imagen que deseas usar como fondo */
     background-image: url('https://d3d00swyhr67nd.cloudfront.net/w550/collection/WYL/LMG/WYL_LMG_109235-001.jpg');
body.mediawiki {
     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-color: #f0f0f0; /* Cambia el color de fondo según tus preferencias */
     background-size: cover; /* Ajusta el tamaño de la imagen para cubrir todo el fondo */
     background-size: cover; /* Ajusta el tamaño de la imagen para cubrir todo el fondo */
     background-repeat: no-repeat; /* Evita que la imagen se repita */
     background-repeat: no-repeat; /* Evita que la imagen se repita */
}
     background-attachment: fixed; /* Mantiene la imagen fija mientras se desplaza la página */
 
    /* Puedes ajustar otros estilos según tus necesidades */
body {
     opacity: 0.7; /* Ajusta el valor según la transparencia deseada (por ejemplo, 0.7 para un 70% de opacidad) */
}
}

Revision as of 00:51, 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;}

/* Cambia <URL> por la URL de la imagen que deseas usar como fondo */
body.mediawiki {
    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-color: #f0f0f0; /* Cambia el color de fondo según tus preferencias */
    background-size: cover; /* Ajusta el tamaño de la imagen para cubrir todo el fondo */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-attachment: fixed; /* Mantiene la imagen fija mientras se desplaza la página */
    /* Puedes ajustar otros estilos según tus necesidades */
}