MediaWiki:Timeless.css : Différence entre versions

De Journal de Z. - Wiki
Ligne 6 : Ligne 6 :
 
a:hover {
 
a:hover {
 
     text-decoration: underline;
 
     text-decoration: underline;
 +
}
 +
 +
#p-logo-text a:hover {
 +
text-decoration: none;
 
}
 
}

Version du 19 juillet 2020 à 22:43

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