« 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 7 : | Ligne 7 : | ||
font-family: var(--ff); | font-family: var(--ff); | ||
font-size: var(--fs); | 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; | |||
} | } |
Version du 2 juin 2024 à 16:43
/*====================*/ /* 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; }