« MediaWiki:Monobook.css » : différence entre les versions
De gahan
Aller à la navigationAller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| (46 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 2 : | Ligne 2 : | ||
/* SIDEBAR */ | /* SIDEBAR */ | ||
/*====================*/ | /*====================*/ | ||
.mw-portlet { /* Logo */ | |||
font-size: | font-size: 90%; | ||
} | } | ||
/*====================*/ | |||
/* LOGO */ | |||
/*====================*/ | |||
#p- | #p-logo, .mw-wiki-logo { | ||
position: fixed; | |||
top: 0px; | |||
left: 10px; | |||
overflow: hidden; | |||
z-index: 1; | |||
left: calc((var(--content_marg_left) - 140px) / 2); | |||
} | } | ||
#p- | body.skin--responsive #p-logo a, body.skin--responsive #p-logo a:hover { | ||
background-position: 0% 0% !important; | |||
width: var(--content_marg_left); | |||
} | } | ||
Version actuelle datée du 13 novembre 2024 à 22:43
/*====================*/
/* SIDEBAR */
/*====================*/
.mw-portlet { /* Logo */
font-size: 90%;
}
/*====================*/
/* LOGO */
/*====================*/
#p-logo, .mw-wiki-logo {
position: fixed;
top: 0px;
left: 10px;
overflow: hidden;
z-index: 1;
left: calc((var(--content_marg_left) - 140px) / 2);
}
body.skin--responsive #p-logo a, body.skin--responsive #p-logo a:hover {
background-position: 0% 0% !important;
width: var(--content_marg_left);
}