« MediaWiki:Common.css » : différence entre les versions
aucun résumé des modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 779 : | Ligne 779 : | ||
body.page-Accueil #firstHeading { | body.page-Accueil #firstHeading { | ||
display: none; | display: none; | ||
} | |||
/* ============================================ */ | |||
/* INFOBOX EFFETMAGIQUE — Dégradés en-tête */ | |||
/* par science occulte */ | |||
/* ============================================ */ | |||
/* --- Nephilim --- */ | |||
/* Magie — Or antique (aussi utilisé par défaut si sc_occulte vide) */ | |||
.infobox-sc-magie { | |||
background: linear-gradient(135deg, #7A6520 0%, #A68B3C 30%, #C8A84E 55%, #A68B3C 75%, #7A6520 100%) !important; | |||
color: #F7F6F2 !important; | |||
text-shadow: 0 1px 3px rgba(0,0,0,0.3); | |||
} | |||
/* Kabbale — Argent sacré */ | |||
.infobox-sc-kabbale { | |||
background: linear-gradient(135deg, #3A3A4A 0%, #6A6A80 30%, #9898B0 50%, #6A6A80 70%, #3A3A4A 100%) !important; | |||
color: #F0F0F8 !important; | |||
text-shadow: 0 1px 3px rgba(0,0,0,0.3); | |||
} | |||
/* Alchimie — Rouge métallique */ | |||
.infobox-sc-alchimie { | |||
background: linear-gradient(135deg, #3A0A0A 0%, #6A1A1A 30%, #982828 50%, #6A1A1A 70%, #3A0A0A 100%) !important; | |||
color: #F8D8D8 !important; | |||
text-shadow: 0 1px 3px rgba(0,0,0,0.3); | |||
} | |||
/* Qiyas — Or classique */ | |||
.infobox-sc-qiyas { | |||
background: linear-gradient(135deg, #B8860B 0%, #DAA520 30%, #F0D060 50%, #DAA520 70%, #B8860B 100%) !important; | |||
color: #2A1F0A !important; | |||
text-shadow: 0 1px 2px rgba(255,255,255,0.2); | |||
} | |||
/* --- Selenim --- */ | |||
/* Nécromancie — Noir / violet sombre */ | |||
.infobox-sc-necromancie { | |||
background: linear-gradient(135deg, #1A1020 0%, #2A1840 30%, #402860 50%, #2A1840 70%, #1A1020 100%) !important; | |||
color: #D0C0E0 !important; | |||
text-shadow: 0 1px 3px rgba(0,0,0,0.4); | |||
} | |||
/* Kabbale noire — Noir / gris métallique */ | |||
.infobox-sc-kabbale-noire { | |||
background: linear-gradient(135deg, #0E0E0E 0%, #2A2A30 30%, #484850 50%, #2A2A30 70%, #0E0E0E 100%) !important; | |||
color: #C8C8D0 !important; | |||
text-shadow: 0 1px 3px rgba(0,0,0,0.4); | |||
} | |||
/* --- Ar-Kaïm --- */ | |||
/* Talents — Turquoise métallique */ | |||
.infobox-sc-talents { | |||
background: linear-gradient(135deg, #0A3038 0%, #186068 30%, #20888C 50%, #186068 70%, #0A3038 100%) !important; | |||
color: #D0F4F4 !important; | |||
text-shadow: 0 1px 3px rgba(0,0,0,0.3); | |||
} | |||
/* --- Bohémiens --- */ | |||
/* Mandalas — Mauve / gris argent */ | |||
.infobox-sc-mandalas { | |||
background: linear-gradient(135deg, #3A2848 0%, #6A5080 30%, #8878A0 50%, #6A5080 70%, #3A2848 100%) !important; | |||
color: #E8E0F0 !important; | |||
text-shadow: 0 1px 3px rgba(0,0,0,0.3); | |||
} | |||
/* Dons — Mauve / doré */ | |||
.infobox-sc-dons { | |||
background: linear-gradient(135deg, #3A2040 0%, #6A4060 30%, #A07040 50%, #6A4060 70%, #3A2040 100%) !important; | |||
color: #F0E0D0 !important; | |||
text-shadow: 0 1px 3px rgba(0,0,0,0.3); | |||
} | } | ||