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 diferencias)

Revisión del 17:18 10 dic 2025

/* 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 */
}