Difference between revisions of "MediaWiki:Common.css"

From OrbusVR Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: a, a:visited { color: #80A7E8; }")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
a, a:visited {
+
a, a:visited, a.external, a.external:visited, .mw-body a.external, .mw-body a.external:visited {
     color: #80A7E8;
+
     color: #608DD6;
 
}
 
}

Latest revision as of 22:11, 18 April 2017

/* CSS placed here will be applied to all skins */

a, a:visited, a.external, a.external:visited, .mw-body a.external, .mw-body a.external:visited {
    color: #608DD6;
}