« 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
 
(7 versions intermédiaires par le même utilisateur non affichées)
Ligne 4 : Ligne 4 :


.mw-portlet { /* Logo */
.mw-portlet { /* Logo */
     font-size: 90%; /* Ajustez cette valeur selon vos besoins */
     font-size: 90%;
}
}


Ligne 15 : Ligne 15 :
     position: fixed;
     position: fixed;
     top: 0px;
     top: 0px;
     left: 0px;
     left: 10px;
     overflow: hidden;
     overflow: hidden;
     z-index: 1;
     z-index: 1;
left: calc((var(--content_marg_left) - 140px) / 2);
}
}



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);
}