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

De Wik&Tic Wik&siT
(Page créée avec « →‎Le CSS placé ici sera appliqué à tous les habillages. : →‎Ajustement des titres : .mw-parser-output h2 { font-size: 1.6em; } .mw-parser-output h3 { font-size: 1.3em; } .mw-parser-output h4 { font-size: 1.1em; } »)
 
Aucun résumé des modifications
 
(9 versions intermédiaires par le même utilisateur non affichées)
Ligne 2 : Ligne 2 :
/* Ajustement des titres */
/* Ajustement des titres */


.mw-parser-output h2 {
/* Titres Vector 2022 – style Timeless */
     font-size: 1.6em;
 
.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 */
}
}


.mw-parser-output h3 {
.skin-vector-2022 .mw-parser-output h4 {
     font-size: 1.3em;
    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 */
}
}


.mw-parser-output h4 {
.skin-vector-2022 .mw-parser-output h6 {
     font-size: 1.1em;
    font-family: 'Libertinus Serif', 'Linux Libertine', 'Times New Roman', serif;
     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 */
}