Aller au contenu

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

De Heroes Wiki
Contenu supprimé Contenu ajouté
Page créée avec « Le CSS placé ici sera appliqué à tous les habillages. : @font-face { font-family: heroes; font-style: normal; src: url('HEROES.ttf') format('truetype'), } »
 
mAucun résumé des modifications
 
(Une version intermédiaire par le même utilisateur non affichée)
Ligne 5 : Ligne 5 :
font-style: normal;
font-style: normal;
src: url('HEROES.ttf') format('truetype'),
src: url('HEROES.ttf') format('truetype'),
}

dl dt {
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;
}