« MediaWiki:Common.css » : différence entre les versions
aucun résumé des modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 4 316 : | Ligne 4 316 : | ||
} | } | ||
/* Bandeaux de section | /* Bandeaux de section — base */ | ||
.mw-parser-output .infobox-metamorphe .infobox_v2 td[colspan="2"]:not(.entete) { | .mw-parser-output .infobox-metamorphe .infobox_v2 td[colspan="2"]:not(.entete) { | ||
width: 100% !important; | width: 100% !important; | ||
| Ligne 4 324 : | Ligne 4 324 : | ||
font-weight: 600 !important; | font-weight: 600 !important; | ||
letter-spacing: 0.08em !important; | letter-spacing: 0.08em !important; | ||
padding: 6px 8px !important; | padding: 6px 8px 4px !important; | ||
background-color: #FFFFFF !important; | background-color: #FFFFFF !important; | ||
border-top: none !important; | border-top: none !important; | ||
| Ligne 4 334 : | Ligne 4 334 : | ||
} | } | ||
/* Couleur des bandeaux par élément */ | |||
.mw-parser-output .metamorphe-pyrim .infobox_v2 td[colspan="2"]:not(.entete) b { | |||
color: #C0524E !important; | |||
} | |||
.mw-parser-output .metamorphe-eolim .infobox_v2 td[colspan="2"]:not(.entete) b { | |||
color: #3B7FAD !important; | |||
} | |||
.mw-parser-output .metamorphe-hydrim .infobox_v2 td[colspan="2"]:not(.entete) b { | |||
color: #3B6FA0 !important; | |||
} | |||
.mw-parser-output .metamorphe-faerim .infobox_v2 td[colspan="2"]:not(.entete) b { | |||
color: #4A9A6A !important; | |||
} | |||
.mw-parser-output .metamorphe-onirim .infobox_v2 td[colspan="2"]:not(.entete) b { | |||
color: #6B4E8A !important; | |||
} | |||
.mw-parser-output .metamorphe-neutre .infobox_v2 td[colspan="2"]:not(.entete) b { | |||
color: #574B6B !important; | |||
} | |||
/* ============================================ */ | /* ============================================ */ | ||
/* Couleurs par élément */ | /* Couleurs par élément */ | ||