« MediaWiki:Monobook.css » : différence entre les versions
De gahan
Aller à la navigationAller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 17 : | Ligne 17 : | ||
left: 0px; | left: 0px; | ||
overflow: hidden; | overflow: hidden; | ||
} | } | ||
body.skin--responsive #p-logo a, body.skin--responsive #p-logo a:hover { | body.skin--responsive #p-logo a, body.skin--responsive #p-logo a:hover { | ||
background-position: 0% 0% !important; | background-position: 0% 0% !important; | ||
width: 70px; | |||
} | } |
Version du 5 juin 2024 à 21:36
/*====================*/ /* SIDEBAR */ /*====================*/ .mw-portlet { /* Logo */ font-size: 90%; /* Ajustez cette valeur selon vos besoins */ } /*====================*/ /* LOGO */ /*====================*/ #p-logo, .mw-wiki-logo { position: fixed; top: 0px; left: 0px; overflow: hidden; } body.skin--responsive #p-logo a, body.skin--responsive #p-logo a:hover { background-position: 0% 0% !important; width: 70px; }