« 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 : | ||
} | } | ||
#searchform {margin-top: 0;} | |||
#p-search input[type="search"] {width: 13em; font-size: 120%;} | #p-search input[type="search"] {width: 13em; font-size: 120%;} |
Version du 2 juin 2024 à 17:13
/*====================*/ /* 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); } #searchform {margin-top: 0;} #p-search input[type="search"] {width: 13em; font-size: 120%;}