« MediaWiki:Common.css » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 3 : | Ligne 3 : | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
background-size: contain; /* Force l'image à tenir dans le cadre */ | background-size: contain; /* Force l'image à tenir dans le cadre */ | ||
width: | width: 320px; /* Largeur standard */ | ||
height: | height: 320px; /* Hauteur standard */ | ||
} | } | ||
/* Pour le nouveau skin Vector (2022) */ | /* Pour le nouveau skin Vector (2022) */ | ||
.mw-logo-icon { | .mw-logo-icon { | ||
width: | width: 320px !important; | ||
height: auto !important; | height: auto !important; | ||
} | } | ||
Version du 12 janvier 2026 à 17:11
/* Le CSS placé ici sera appliqué à tous les habillages. */
/* Redimensionner le logo dans la barre latérale */
.mw-wiki-logo {
background-size: contain; /* Force l'image à tenir dans le cadre */
width: 320px; /* Largeur standard */
height: 320px; /* Hauteur standard */
}
/* Pour le nouveau skin Vector (2022) */
.mw-logo-icon {
width: 320px !important;
height: auto !important;
}