« MediaWiki:Common.css » : différence entre les versions
aucun résumé des modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 209 : | Ligne 209 : | ||
.fiche-pnj-daimon .bandeau-pnj { | .fiche-pnj-daimon .bandeau-pnj { | ||
background-color: #D8DDE2; | background-color: #D8DDE2; | ||
} | |||
/* --- Wowakan / Loa / Shen / Jukurrpa (marron terre) --- */ | |||
.fiche-pnj-cousin .entete-pnj { | |||
background-color: #6B4832; | |||
color: #fff; | |||
} | |||
.fiche-pnj-cousin .bandeau-pnj { | |||
background-color: #E2D2C0; | |||
} | |||
/* --- Reflet akashique (soleil pur) --- */ | |||
.fiche-pnj-reflet .entete-pnj { | |||
background-color: #E8C820; | |||
color: #fff; | |||
} | |||
.fiche-pnj-reflet .bandeau-pnj { | |||
background-color: #FBF2C0; | |||
} | |||
/* --- DraKaon (dégradé arc-en-ciel des 5 Ka) --- */ | |||
.fiche-pnj-drakaon .entete-pnj { | |||
background: linear-gradient(135deg, #5BA4D9 0%, #3B6FA0 20%, #4A9A6A 40%, #C0524E 60%, #6B4E8A 80%, #5BA4D9 100%); | |||
color: #fff; | |||
} | |||
.fiche-pnj-drakaon .bandeau-pnj { | |||
background: linear-gradient(to right, #F2D5D3, #D4E9F7, #D2EDDA, #E0D4EE); | |||
} | } | ||