MediaWiki:Timeless.css : Différence entre versions

De Journal de Z. - Wiki
(Page créée avec « →‎CSS placed here will affect users of the Timeless skin : #p-logo-text a { padding: 0.1em 0.1em 0.2em; } »)
 
(Contenu remplacé par « →‎CSS placed here will affect users of the Timeless skin : #p-logo-text a { padding: 0.1em 0.1em 0.2em; } a:hover { text-decoration: underline; } #p-logo-text… »)
Balise : Contenu remplacé
 
(3 révisions intermédiaires par le même utilisateur non affichées)
Ligne 2 : Ligne 2 :
 
#p-logo-text a {
 
#p-logo-text a {
 
padding: 0.1em 0.1em 0.2em;
 
padding: 0.1em 0.1em 0.2em;
 +
}
 +
 +
a:hover {
 +
    text-decoration: underline;
 +
}
 +
 +
#p-logo-text a:hover {
 +
text-decoration: none;
 
}
 
}

Version actuelle datée du 1 août 2020 à 22:35

/* CSS placed here will affect users of the Timeless skin */
#p-logo-text a {
	padding: 0.1em 0.1em 0.2em;
}

a:hover {
    text-decoration: underline;
}

#p-logo-text a:hover {
	text-decoration: none;
}