MediaWiki:Timeless.css : Différence entre versions

De Journal de Z. - Wiki
(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é
 
(2 révisions intermédiaires par le même utilisateur non affichées)
Ligne 6 : Ligne 6 :
 
a:hover {
 
a:hover {
 
     text-decoration: underline;
 
     text-decoration: underline;
 +
}
 +
 +
#p-logo-text a:hover {
 +
text-decoration: none;
 
}
 
}

Version actuelle datée du 1 août 2020 à 23: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;
}