« MediaWiki:Common.css » : différence entre les versions
aucun résumé des modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 2 142 : | Ligne 2 142 : | ||
} | } | ||
} | } | ||
/* === Table Quête ésotérique (NL) === */ | |||
.wikitable.neph_table_NL_quete_eso { | |||
width: 100%; | |||
border-collapse: collapse; | |||
font-size: 0.9em; | |||
} | |||
.wikitable.neph_table_NL_quete_eso caption { | |||
font-weight: bold; | |||
font-size: 1.1em; | |||
padding: 8px; | |||
} | |||
/* En-têtes de colonnes */ | |||
.wikitable.neph_table_NL_quete_eso th { | |||
background-color: #2D1B4E; | |||
color: #D0C4DC; | |||
} | |||
/* Largeurs des colonnes */ | |||
.wikitable.neph_table_NL_quete_eso th:first-child { | |||
width: 8%; | |||
} | |||
.wikitable.neph_table_NL_quete_eso th:nth-child(2), | |||
.wikitable.neph_table_NL_quete_eso th:nth-child(3) { | |||
width: 46%; | |||
} | |||
/* Cellules Degré (première colonne) */ | |||
.wikitable.neph_table_NL_quete_eso td:first-child { | |||
text-align: center; | |||
font-weight: bold; | |||
background-color: #574B6B; | |||
color: #D0C4DC; | |||
} | |||
/* Ligne séparatrice "étapes jouées" (colspan) */ | |||
.wikitable.neph_table_NL_quete_eso th[colspan] { | |||
text-align: center; | |||
} | |||
/* ============================================================ | /* ============================================================ | ||