« 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
Ligne 16 : Ligne 16 :
     margin-left: -15px;
     margin-left: -15px;
     padding: 0;
     padding: 0;
     background-color: none;
}
 
#p-logo a img {
     background-color: transparent !important;
}
}

Version du 24 mai 2024 à 18:19

/*====================*/
/*      SIDEBAR       */
/*====================*/

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


/*====================*/
/*       LOGO         */
/*====================*/

#p-logo {
    margin-top: -5px;
    margin-left: -15px;
    padding: 0;
}

#p-logo a img {
    background-color: transparent !important;
}