« MediaWiki:Common.css » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| (Une version intermédiaire par le même utilisateur non affichée) | |||
| 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;
}