MediaWiki:Common.css
Page de l’interface de MediaWiki
Autres actions
Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.
- Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
- Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
- Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
:root {
/* Pink is the new black */
--color-progressive-oklch__h: 137;
/* Optional: HSL fallback for browser that does not support OKLCH */
--color-progressive-hsl__h: 132;
}
img.mw-logo-icon {
border-radius: var(--border-radius-base);
}
.img-fill-width img {
width: 100%;
height: auto;
box-shadow: var(--box-shadow-small);
border-radius: var(--border-radius-medium);
}
.img-fill-height img {
width: auto;
height: 100%;
box-shadow: var(--box-shadow-small);
border-radius: var(--border-radius-medium);
}