« 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 449 : | Ligne 2 449 : | ||
font-weight: 400; | font-weight: 400; | ||
line-height: 1.72; | line-height: 1.72; | ||
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; | |||
} | |||
/* ============================================================ | |||
É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; | color: #2A2520; | ||
} | } | ||