Aller au contenu

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

De Heroes Wiki
Contenu supprimé Contenu ajouté
mAucun résumé des modifications
mAucun résumé des modifications
 
Ligne 7 : Ligne 7 :
}
}


dl {
dl dt {
font-family: heroes;
font-family: heroes;
}

.mw-changeslist-legend dl dt {
font-family: inherit;
}
}

Dernière version du 4 novembre 2025 à 19:51

/* 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;
}