« MediaWiki:Common.css » : différence entre les versions

De Wik&Tic Wik&siT
Aucun résumé des modifications
Aucun résumé des modifications
 
Ligne 25 : Ligne 25 :
.skin-vector-2022 .mw-parser-output h6 {
.skin-vector-2022 .mw-parser-output h6 {
     font-family: 'Libertinus Serif', 'Linux Libertine', 'Times New Roman', serif;
     font-family: 'Libertinus Serif', 'Linux Libertine', 'Times New Roman', serif;
     font-weight: 400; /* normal */
     font-size: 1.3em;font-weight: 400; /* normal */
}
}

Version actuelle datée du 9 janvier 2026 à 14:43

/* 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.8em;font-weight: 400; /* normal */
}

.skin-vector-2022 .mw-parser-output h3 {
    font-family: 'Libertinus Serif', 'Linux Libertine', 'Times New Roman', serif;
    font-size: 1.7em;font-weight: 400; /* normal */
}

.skin-vector-2022 .mw-parser-output h4 {
    font-family: 'Libertinus Serif', 'Linux Libertine', 'Times New Roman', serif;
    font-size: 1.5em;font-weight: 400; /* normal */
}
.skin-vector-2022 .mw-parser-output h5 {
    font-family: 'Libertinus Serif', 'Linux Libertine', 'Times New Roman', serif;
    font-size: 1.4em;font-weight: 400; /* normal */
}

.skin-vector-2022 .mw-parser-output h6 {
    font-family: 'Libertinus Serif', 'Linux Libertine', 'Times New Roman', serif;
    font-size: 1.3em;font-weight: 400; /* normal */
}