Aller au contenu

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

De Stargate Wiki Sémantique
Contenu supprimé Contenu ajouté
 
Aucun résumé des modifications
 
Ligne 4 : Ligne 4 :
body:not(.skin-vector-legacy) #p-lang-btn ul {
body:not(.skin-vector-legacy) #p-lang-btn ul {
margin-left: 30px;
margin-left: 30px;
}

.vector-sticky-header-context-bar-primary {
font-family: 'EurostileExtended';
}
}

Dernière version du 20 août 2023 à 07:23

/* Tout CSS placé ici sera chargé avec les pages accédées par les utilisateurs de l’habillage Vector */

/* Workaround for T286612, can be removed when that ticket is resolved */
body:not(.skin-vector-legacy) #p-lang-btn ul {
    margin-left: 30px;
}

.vector-sticky-header-context-bar-primary {
	font-family: 'EurostileExtended';
}