« 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 21 : | Ligne 21 : | ||
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; | ||
} | |||
/*====================*/ | |||
/* RIGHT NAVIGATION */ | |||
/*====================*/ | |||
#right-navigation { | |||
margin-right: 10em; | |||
} | } | ||
Version du 2 juin 2024 à 17:07
/*====================*/
/* 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: 10em;
}