MediaWiki:Common.css
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).
- Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
- Opera : appuyez sur Ctrl + F5.
/* 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; } .tag-barredefer { background:#030806; } .tag-barredeferdanger { background:#540000; }