« 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 30 : | Ligne 30 : | ||
} | } | ||
#p-search input[type="search"] {width: 15em;} | |||
Version du 2 juin 2024 à 17:10
/*====================*/
/* 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: var(--content_marg_right);
}
#p-search input[type="search"] {width: 15em;}