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
 
(19 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 182 : Ligne 1 182 :
   background: #ffffff !important;
   background: #ffffff !important;
   color: #2A2520 !important;
   color: #2A2520 !important;
   font-family: 'EB Garamond', Georgia, serif;
   font-family: 'Source Sans 3', 'Segoe UI', sans-serif;
   font-size: 16px !important;
   font-size: 16px !important;
   font-weight: 500;
   font-weight: 500;
Ligne 1 338 : Ligne 1 338 :
   background: #ffffff !important;
   background: #ffffff !important;
   color: #2A2520 !important;
   color: #2A2520 !important;
   font-family: 'EB Garamond', Georgia, serif;
   font-family: 'Source Sans 3', 'Segoe UI', sans-serif;
   font-size: 16px !important;
   font-size: 16px !important;
   font-weight: 500;
   font-weight: 500;
Ligne 1 483 : Ligne 1 483 :
   background: #ffffff !important;
   background: #ffffff !important;
   color: #2A2520 !important;
   color: #2A2520 !important;
   font-family: 'EB Garamond', Georgia, serif;
   font-family: 'Source Sans 3', 'Segoe UI', sans-serif;
   font-size: 16px !important;
   font-size: 16px !important;
   font-weight: 500;
   font-weight: 500;
Ligne 1 628 : Ligne 1 628 :
   background: #ffffff !important;
   background: #ffffff !important;
   color: #2A2520 !important;
   color: #2A2520 !important;
   font-family: 'EB Garamond', Georgia, serif;
   font-family: 'Source Sans 3', 'Segoe UI', sans-serif;
   font-size: 16px !important;
   font-size: 16px !important;
   font-weight: 500;
   font-weight: 500;
Ligne 1 773 : Ligne 1 773 :
   background: #ffffff !important;
   background: #ffffff !important;
   color: #2A2520 !important;
   color: #2A2520 !important;
   font-family: 'EB Garamond', Georgia, serif;
   font-family: 'Source Sans 3', 'Segoe UI', sans-serif;
   font-size: 16px !important;
   font-size: 16px !important;
   font-weight: 500;
   font-weight: 500;
Ligne 2 141 : Ligne 2 141 :
     position: static !important;
     position: static !important;
   }
   }
}
/* ===========================================================
  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: 'Source Sans 3', 'Segoe UI', sans-serif;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1.4;
  border: none !important;
  width: 100% !important;
}
/* --- Cellules générales --- */
.neph_table_NL_quete_eso th,
.neph_table_NL_quete_eso td {
  border: 1px solid #c8c0d0 !important;
  padding: 4px 7px !important;
  vertical-align: middle !important;
  background: #ffffff !important;
  color: #2A2520 !important;
}
.neph_table_NL_quete_eso td {
  font-size: 16px !important;
}
/* --- En-têtes (th) --- */
.neph_table_NL_quete_eso th {
  background: #2D1B4E !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 --- */
.neph_table_NL_quete_eso th:first-child {
  width: 8%;
}
.neph_table_NL_quete_eso th:nth-child(2),
.neph_table_NL_quete_eso th:nth-child(3) {
  width: 46%;
}
/* --- Première colonne (Degré) --- */
.neph_table_NL_quete_eso td:first-child {
  text-align: center !important;
  font-weight: bold !important;
  background: #574B6B !important;
  color: #D0C4DC !important;
}
/* --- Caption --- */
.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;
}
}


Ligne 2 470 : Ligne 2 543 :


/* --- Structure commune --- */
/* --- Structure commune --- */
.infobox-supplement {
table.infobox-supplement {
    float: right !important;
    width: 35% !important;
    min-width: 280px !important;
    margin: 0 0 1em 2em !important;
    border-collapse: collapse;
     background: #fff;
     background: #fff;
     border-radius: 4px;
     border-radius: 4px;
Ligne 2 477 : Ligne 2 555 :
     font-family: 'EB Garamond', 'Georgia', serif;
     font-family: 'EB Garamond', 'Georgia', serif;
     font-size: 0.92em;
     font-size: 0.92em;
}
.infobox-supplement table {
    width: 100%;
    border-collapse: collapse;
}
/* --- Responsive mobile --- */
@media screen and (max-width: 768px) {
    .mw-parser-output .infobox-supplement,
    .mw-parser-output .infobox-supplement table,
    .mw-parser-output table.infobox-supplement {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 0 1em 0 !important;
        box-sizing: border-box !important;
    }
}
}
.infobox-supplement-badge {
.infobox-supplement-badge {
Ligne 2 784 : Ligne 2 843 :
   font-weight: 600;
   font-weight: 600;
   color: #1E1A16;
   color: #1E1A16;
}
.mw-body-content th b,
.mw-body-content th strong {
  color: inherit;
}
}
.mw-body-content i,
.mw-body-content i,
Ligne 2 823 : Ligne 2 886 :
   font-weight: 600;
   font-weight: 600;
   color: #1E1A16;
   color: #1E1A16;
}
body:not(.page-Accueil) .mw-body-content th b,
body:not(.page-Accueil) .mw-body-content th strong {
  color: inherit;
}
}


Ligne 4 242 : Ligne 4 309 :
   background: linear-gradient(90deg, #C49A2A 0%, transparent 80%);
   background: linear-gradient(90deg, #C49A2A 0%, transparent 80%);
   opacity: 0.3;
   opacity: 0.3;
}
/* ===========================================================
  BLOCKQUOTE qui respecte les infobox flottantes
  =========================================================== */
.mw-parser-output blockquote {
    overflow: hidden;
}
}