Modèle:HomonculeNL

De Nephilim Wiki

/* ============================================================

  ÉTAPE 1 — CORPS DE TEXTE DES ARTICLES
  À AJOUTER à la fin de MediaWiki:Common.css (ne rien modifier)
  
  Police : Source Sans 3 (Google Fonts)
  Prérequis : ajouter à la ligne @import existante (voir ci-dessous)
  ============================================================ */

/* --- Corps de texte général --- */ .mw-body-content {

 font-family: 'Source Sans 3', 'Segoe UI', sans-serif;
 font-size: 16px;
 font-weight: 400;
 line-height: 1.55;
 color: #2A2520;

}

/* --- Paragraphes --- */ .mw-body-content p {

 margin-bottom: 0.85em;

}

/* --- Gras --- */ .mw-body-content b, .mw-body-content strong {

 font-weight: 600;
 color: #1E1A16;

}

/* --- Italiques --- */ .mw-body-content i, .mw-body-content em {

 font-style: italic;

}