« MediaWiki:Common.css » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 6 : | Ligne 6 : | ||
/* Définis tes couleurs ici */ | /* Définis tes couleurs ici */ | ||
.tag- | .tag-bienfaiteur { background:#49c94e; } | ||
.tag- | .tag-ambigu { background:#42c4fc; } | ||
.tag- | .tag-hostile { background:#faa141; } | ||
.tag- | .tag-malveillant { background:#ed47ff; } | ||
.tag-dangereux { background:#f54242; } | |||
.tag-confidentiel { background:#6a1b9a; } | .tag-confidentiel { background:#6a1b9a; } |
Version du 16 octobre 2025 à 12:14
/* Le CSS placé ici sera appliqué à tous les habillages. */ .tag { display:inline-block; padding:.2em .6em; margin-right:.3em; border-radius:6px; font-size:.8em; font-weight:600; color:#fff; } /* Définis tes couleurs ici */ .tag-bienfaiteur { background:#49c94e; } .tag-ambigu { background:#42c4fc; } .tag-hostile { background:#faa141; } .tag-malveillant { background:#ed47ff; } .tag-dangereux { background:#f54242; } .tag-confidentiel { background:#6a1b9a; }