« MediaWiki:Common.css » : différence entre les versions
aucun résumé des modifications
(Annulation des modifications 24426 de Ducdesaintamand (discussion)) Balise : Annulation |
Aucun résumé des modifications |
||
| Ligne 13 : | Ligne 13 : | ||
/* === Import Google Fonts (optionnel, à mettre tout en haut du fichier) === */ | /* === Import Google Fonts (optionnel, à mettre tout en haut du fichier) === */ | ||
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Lora:ital,wght@0,400;0,600;1,400&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Lora:ital,wght@0,400;0,600;1,400&display=swap'); | ||
/* =================================================== | |||
Police de caractère Corps du texte | |||
=================================================== */ | |||
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Crimson+Text:ital,wght@0,400;0,600;1,400&family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Source+Sans+3:ital,wght@0,400;0,500;0,600;1,400&display=swap'); | |||
/* =================================================== | /* =================================================== | ||
| Ligne 2 420 : | Ligne 2 427 : | ||
.infobox-supplement-fan .infobox-supplement-label { | .infobox-supplement-fan .infobox-supplement-label { | ||
color: #3D6B6B; | color: #3D6B6B; | ||
} | |||
/* ============================================================ | |||
É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.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; | |||
} | } | ||