« MediaWiki:Common.css » : différence entre les versions
Page de l’interface de MediaWiki
Autres actions
(by SublimeText.Mediawiker) |
(by SublimeText.Mediawiker) |
||
| Ligne 13 : | Ligne 13 : | ||
width: 100%; | width: 100%; | ||
height: auto; | height: auto; | ||
} | } | ||
| Ligne 20 : | Ligne 18 : | ||
width: auto; | width: auto; | ||
height: 100%; | height: 100%; | ||
} | } | ||
Version du 17 novembre 2025 à 21:52
: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;
}
.img-fill-height img {
width: auto;
height: 100%;
}