« MediaWiki:Vector.css » : différence entre les versions
De gahan
Aller à la navigationAller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 27 : | Ligne 27 : | ||
/*====================*/ | /*====================*/ | ||
#right-navigation { | #right-navigation { | ||
margin-right: | margin-right: 15em; | ||
} | } |
Version du 2 juin 2024 à 17:08
/*====================*/ /* BODY et BASE */ /*====================*/ body { background-image: none; background-color: var(--color_main_grey3); font-family: var(--ff); font-size: var(--fs); } /*====================*/ /* LOGO */ /*====================*/ #p-logo, .mw-wiki-logo { position: fixed; top: 0px; left: 0px; } body.skin--responsive #p-logo a, body.skin--responsive #p-logo a:hover { background-position: 0% 0% !important; } /*====================*/ /* RIGHT NAVIGATION */ /*====================*/ #right-navigation { margin-right: 15em; }