Difference between revisions of "MediaWiki:Common.css"

From Postfurry Wiki
Jump to: navigation, search
Line 5: Line 5:
 
}
 
}
  
a:link {
+
a:link,
    color: #337ab7
+
a:visited,
}
+
.mw-body a.external:link,
 
+
.mw-body a.external:visited {
a:visited {
 
 
     color: #337ab7
 
     color: #337ab7
 
}
 
}

Revision as of 23:31, 29 December 2014

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

textarea#wpTextbox1 {
  font-family: monospace;
}

a:link, 
a:visited,
.mw-body a.external:link,
.mw-body a.external:visited {
    color: #337ab7
}

a:focus {
    color: #23527c
}

a:hover {
    color: #23527c
}

a:active {
    color: #cc8548
}

a:visited:focus {
    color: #23527c
}

a:visited:hover {
    color: #23527c
}