« MediaWiki:Common.css » : différence entre les versions
Page de l’interface de MediaWiki
Autres actions
(by SublimeText.Mediawiker) |
(by SublimeText.Mediawiker) |
||
| Ligne 18 : | Ligne 18 : | ||
width: auto; | width: auto; | ||
height: 100%; | height: 100%; | ||
} | |||
kbd { | |||
background-color: transparent; | |||
} | } | ||
Version du 18 novembre 2025 à 00:38
: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%;
}
kbd {
background-color: transparent;
}