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;}
+
abbr {text-decoration: none; border-bottom: 0;}

Latest revision as of 21:35, 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: none; border-bottom: 0;}