« MediaWiki:Common.css » : différence entre les versions
De Wik&Tic Wik&siT
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 17 : | Ligne 17 : | ||
font-family: 'Libertinus Serif', 'Linux Libertine', 'Times New Roman', serif; | font-family: 'Libertinus Serif', 'Linux Libertine', 'Times New Roman', serif; | ||
font-size: 1.1em;font-weight: 400; /* normal */ | font-size: 1.1em;font-weight: 400; /* normal */ | ||
} | |||
.skin-vector-2022 .mw-parser-output h5 { | |||
font-family: 'Libertinus Serif', 'Linux Libertine', 'Times New Roman', serif; | |||
font-weight: 400; /* normal */ | |||
} | |||
.skin-vector-2022 .mw-parser-output h6 { | |||
font-family: 'Libertinus Serif', 'Linux Libertine', 'Times New Roman', serif; | |||
font-weight: 400; /* normal */ | |||
} | } | ||
Version du 9 janvier 2026 à 14:27
/* Le CSS placé ici sera appliqué à tous les habillages. */
/* Ajustement des titres */
/* Titres Vector 2022 – style Timeless */
.skin-vector-2022 .mw-parser-output h2 {
font-family: 'Libertinus Serif', 'Linux Libertine', 'Times New Roman', serif;
font-size: 1.6em;font-weight: 400; /* normal */
}
.skin-vector-2022 .mw-parser-output h3 {
font-family: 'Libertinus Serif', 'Linux Libertine', 'Times New Roman', serif;
font-size: 1.3em;font-weight: 400; /* normal */
}
.skin-vector-2022 .mw-parser-output h4 {
font-family: 'Libertinus Serif', 'Linux Libertine', 'Times New Roman', serif;
font-size: 1.1em;font-weight: 400; /* normal */
}
.skin-vector-2022 .mw-parser-output h5 {
font-family: 'Libertinus Serif', 'Linux Libertine', 'Times New Roman', serif;
font-weight: 400; /* normal */
}
.skin-vector-2022 .mw-parser-output h6 {
font-family: 'Libertinus Serif', 'Linux Libertine', 'Times New Roman', serif;
font-weight: 400; /* normal */
}