« 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 143 : | Ligne 2 143 : | ||
} | } | ||
/* ============================================================ | |||
TABLEAU NEPHILIM NL QUETES ESOTERIQUES | |||
============================================================ */ | |||
/* === Table Quête ésotérique (NL) === */ | /* === Table Quête ésotérique (NL) === */ | ||
.wikitable.neph_table_NL_quete_eso { | .mw-parser-output .wikitable.neph_table_NL_quete_eso { | ||
width: 100%; | width: 100% !important; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
font-size: 0.9em; | font-size: 0.9em; | ||
} | } | ||
.wikitable.neph_table_NL_quete_eso caption { | .mw-parser-output .wikitable.neph_table_NL_quete_eso > caption { | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 1.1em; | font-size: 1.1em; | ||
| Ligne 2 157 : | Ligne 2 160 : | ||
} | } | ||
/* En-têtes de colonnes */ | /* En-têtes de colonnes et lignes séparatrices */ | ||
.wikitable.neph_table_NL_quete_eso th { | .mw-parser-output .wikitable.neph_table_NL_quete_eso th { | ||
background-color: #2D1B4E; | background-color: #2D1B4E !important; | ||
color: #D0C4DC; | color: #D0C4DC !important; | ||
} | } | ||
/* Largeurs des colonnes */ | /* Largeurs des colonnes — première ligne d'en-têtes */ | ||
.wikitable.neph_table_NL_quete_eso th:first-child { | .mw-parser-output .wikitable.neph_table_NL_quete_eso th:first-child { | ||
width: 8%; | width: 8%; | ||
} | } | ||
.wikitable.neph_table_NL_quete_eso th:nth-child(2), | .mw-parser-output .wikitable.neph_table_NL_quete_eso th:nth-child(2), | ||
.wikitable.neph_table_NL_quete_eso th:nth-child(3) { | .mw-parser-output .wikitable.neph_table_NL_quete_eso th:nth-child(3) { | ||
width: 46%; | width: 46%; | ||
} | } | ||
/* Cellules Degré (première colonne) */ | /* Cellules Degré (première colonne de chaque ligne de données) */ | ||
.wikitable.neph_table_NL_quete_eso td:first-child { | .mw-parser-output .wikitable.neph_table_NL_quete_eso td:first-child { | ||
text-align: center; | text-align: center !important; | ||
font-weight: bold; | font-weight: bold !important; | ||
background-color: #574B6B; | background-color: #574B6B !important; | ||
color: #D0C4DC; | color: #D0C4DC !important; | ||
} | } | ||
/* Ligne séparatrice | /* Ligne séparatrice colspan */ | ||
.wikitable.neph_table_NL_quete_eso th[colspan] { | .mw-parser-output .wikitable.neph_table_NL_quete_eso th[colspan] { | ||
text-align: center; | text-align: center; | ||
} | } | ||
/* ============================================================ | /* ============================================================ | ||