Difference between revisions of "MediaWiki:Common.css"

From n84.eu
Jump to: navigation, search
Line 3: Line 3:
 
a:visited {text-decoration: none; color: blue;}
 
a:visited {text-decoration: none; color: blue;}
 
a:hover {text-decoration: none; color: green;}
 
a:hover {text-decoration: none; color: green;}
 +
abbr {text-decoration: underline dotted; border-bottom: 0;}

Revision as of 21:34, 22 January 2018

/* CSS placed here will be applied to all skins */
a {text-decoration: none; color: blue;}
a:visited {text-decoration: none; color: blue;}
a:hover {text-decoration: none; color: green;}
abbr {text-decoration: underline dotted; border-bottom: 0;}