« MediaWiki:Common.css » : différence entre les versions
Apparence
Contenu supprimé Contenu ajouté
mAucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 13 : | Ligne 13 : | ||
.mw-changeslist-legend dl dt { |
.mw-changeslist-legend dl dt { |
||
font-family: inherit; |
font-family: inherit; |
||
} |
|||
/* Éviter d'obtenir un interlignage de taille variable. */ |
|||
.exposant { |
|||
vertical-align: text-top; |
|||
position: relative; |
|||
font-size: 0.8em; |
|||
top: -5px; |
|||
} |
} |
||
Version du 7 décembre 2025 à 20:02
/* Le CSS placé ici sera appliqué à tous les habillages. */
@font-face {
font-family: heroes;
font-style: normal;
src: url('HEROES.ttf') format('truetype'),
}
dl dt {
font-family: heroes;
}
.mw-changeslist-legend dl dt {
font-family: inherit;
}
/* Éviter d'obtenir un interlignage de taille variable. */
.exposant {
vertical-align: text-top;
position: relative;
font-size: 0.8em;
top: -5px;
}