Basculer le menu
Changer de menu des préférences
Basculer le menu personnel
Non connecté(e)
Votre adresse IP sera visible au public si vous faites des modifications.

« MediaWiki:Common.css » : différence entre les versions

Page de l’interface de MediaWiki
(by SublimeText.Mediawiker)
(by SublimeText.Mediawiker)
Ligne 21 : Ligne 21 :


kbd {
kbd {
        background-color: transparent;
    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;
}