« MediaWiki:Common.css » : différence entre les versions

De WikiAccueil
Aller à la navigation Aller à la recherche
Page créée avec « Le CSS placé ici sera appliqué à tous les habillages. : #p-logo a { background-image: logo_ar_carré.jpg; background-size: contain; background-repeat: no-repeat; width: 160px; adapte selon ton image : height: 160px; } »
(Aucune différence)

Version du 15 octobre 2025 à 09:35

/* Le CSS placé ici sera appliqué à tous les habillages. */
#p-logo a {
    background-image: logo_ar_carré.jpg;
    background-size: contain;
    background-repeat: no-repeat;
    width: 160px; /* adapte selon ton image */
    height: 160px;
}