« MediaWiki:Common.css » : différence entre les versions
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; } » |
Aucun résumé des modifications |
||
| (2 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
/* Le CSS placé ici sera appliqué à tous les habillages. */ | /* Le CSS placé ici sera appliqué à tous les habillages. */ | ||
#p-logo a { | #p-logo a { | ||
background-image: | background-image: url("https://www.anciensreseaux.fr/images_wikiacceuil/thumb/0/0a/Logo_ar_carr%C3%A9.jpg/601px-Logo_ar_carr%C3%A9.jpg") ; | ||
background-size: contain; | background-size: contain; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
Dernière version du 15 octobre 2025 à 09:46
/* Le CSS placé ici sera appliqué à tous les habillages. */
#p-logo a {
background-image: url("https://www.anciensreseaux.fr/images_wikiacceuil/thumb/0/0a/Logo_ar_carr%C3%A9.jpg/601px-Logo_ar_carr%C3%A9.jpg") ;
background-size: contain;
background-repeat: no-repeat;
width: 160px; /* adapte selon ton image */
height: 160px;
}