« 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
 
(45 versions intermédiaires par le même utilisateur non affichées)
Ligne 2 : Ligne 2 :
/*      SIDEBAR      */
/*      SIDEBAR      */
/*====================*/
/*====================*/
/* Ciblez chaque section individuellement pour une personnalisation plus fine */
 
#p-logo a { /* Logo */
.mw-portlet { /* Logo */
     font-size: 80%; /* Ajustez cette valeur selon vos besoins */
     font-size: 90%;
}
}


#p-navigation .body { /* Navigation */
    font-size: 80%; /* Ajustez cette valeur selon vos besoins */
}


#p-tb .body { /* Toolbox */
/*====================*/
    font-size: 80%; /* Ajustez cette valeur selon vos besoins */
/*       LOGO        */
}
/*====================*/


#p-cactions .body { /* Actions */
#p-logo, .mw-wiki-logo {
     font-size: 80%; /* Ajustez cette valeur selon vos besoins */
     position: fixed;
}
    top: 0px;
    left: 10px;
    overflow: hidden;
    z-index: 1;


#p-personal ul { /* Liens personnels */
left: calc((var(--content_marg_left) - 140px) / 2);
    font-size: 80%; /* Ajustez cette valeur selon vos besoins */
}
}


#p-search .body { /* Barre de recherche */
body.skin--responsive #p-logo a, body.skin--responsive #p-logo a:hover {
     font-size: 80%; /* Ajustez cette valeur selon vos besoins */
     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);
}