Jump to content

Diferencia entre revisiones de «MediaWiki:Timeless.css»

Página creada con «All CSS here will be loaded for users of the Timeless skin: #mw-header #p-logo a { background-image: url("/resources/assets/logo3.svg"); background-repeat: no-repeat; background-size: contain; width: 135px; ajusta según quieras: height: 135px; ajusta según quieras: } #mw-header #p-logo img { display: none; ocultar imagen directa si molestara:
 
Sin resumen de edición
Línea 1: Línea 1:
/* All CSS here will be loaded for users of the Timeless skin */
#mw-header #p-logo a {
#mw-header #p-logo a {
     background-image: url("/resources/assets/logo3.svg");
     background-image: url("/resources/assets/logo3.svg");
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-size: contain;
     background-size: contain;
     width: 135px;   /* ajusta según quieras */
     width: 120px;
     height: 135px; /* ajusta según quieras */
     height: 120px;
}
}
#mw-header #p-logo img {
#mw-header #p-logo img {
     display: none; /* ocultar imagen directa si molestara */
     display: none;
}
}

Revisión del 17:44 10 dic 2025

#mw-header #p-logo a {
    background-image: url("/resources/assets/logo3.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
}

#mw-header #p-logo img {
    display: none;
}