Aller au contenu

« 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
   STYLE TABLEAU QUÊTE ÉSOTÉRIQUE (NL)
   ============================================================ */
   =========================================================== */
.neph_table_NL_quete_eso {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: #ffffff !important;
  color: #2A2520 !important;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1.4;
  border: none !important;
  width: 100% !important;
}


/* === Table Quête ésotérique (NL) === */
/* --- Cellules générales --- */
.mw-parser-output .wikitable.neph_table_NL_quete_eso {
.neph_table_NL_quete_eso th,
   width: 100% !important;
.neph_table_NL_quete_eso td {
   border-collapse: collapse;
   border: 1px solid #c8c0d0 !important;
   font-size: 0.9em;
   padding: 4px 7px !important;
  vertical-align: middle !important;
   background: #ffffff !important;
  color: #2A2520 !important;
}
}


.mw-parser-output .wikitable.neph_table_NL_quete_eso > caption {
.neph_table_NL_quete_eso td {
  font-weight: bold;
   font-size: 16px !important;
   font-size: 1.1em;
  padding: 8px;
}
}


/* En-têtes de colonnes et lignes séparatrices */
/* --- En-têtes (th) --- */
.mw-parser-output .wikitable.neph_table_NL_quete_eso th {
.neph_table_NL_quete_eso th {
   background-color: #2D1B4E !important;
   background: #2D1B4E !important;
   color: #D0C4DC !important;
   color: #D0C4DC !important;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: 0.85em;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-color: #1E0F38 !important;
  border-bottom: 2px solid #33302A !important;
}
}


/* Largeurs des colonnes — première ligne d'en-têtes */
/* --- Largeurs des colonnes --- */
.mw-parser-output .wikitable.neph_table_NL_quete_eso th:first-child {
.neph_table_NL_quete_eso th:first-child {
   width: 8%;
   width: 8%;
}
}
.mw-parser-output .wikitable.neph_table_NL_quete_eso th:nth-child(2),
.neph_table_NL_quete_eso th:nth-child(2),
.mw-parser-output .wikitable.neph_table_NL_quete_eso th:nth-child(3) {
.neph_table_NL_quete_eso th:nth-child(3) {
   width: 46%;
   width: 46%;
}
}


/* Cellules Degré (première colonne de chaque ligne de données) */
/* --- Première colonne (Degré) --- */
.mw-parser-output .wikitable.neph_table_NL_quete_eso td:first-child {
.neph_table_NL_quete_eso td:first-child {
   text-align: center !important;
   text-align: center !important;
   font-weight: bold !important;
   font-weight: bold !important;
   background-color: #574B6B !important;
   background: #574B6B !important;
   color: #D0C4DC !important;
   color: #D0C4DC !important;
}
}


/* Ligne séparatrice colspan */
/* --- Caption --- */
.mw-parser-output .wikitable.neph_table_NL_quete_eso th[colspan] {
.neph_table_NL_quete_eso caption {
  font-weight: bold;
  font-size: 1.1em;
  padding: 8px;
  font-family: 'Cinzel', serif;
}
 
/* --- Ligne séparatrice colspan --- */
.neph_table_NL_quete_eso th[colspan] {
   text-align: center;
   text-align: center;
}
}