User:ChromaTK/vector.css

Source: Wikipedia, the free encyclopedia.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*a:visited {
  color: #40F;
  background-color: transparent;
  text-decoration: none;
}

a:link {
  color: #04F;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}*/

a:link { color: #04F; } /* normal unvisited links */
a:visited { color: #b0f; } /* visited links */
a:link:active { color: #f00; } /* active links */
a:link.new { color: #f00; } /* new links */
a:visited.new { color: #f60; } /* new links */
a:link.extiw { color: #04f; } /* interwiki links */
a:visited.extiw { color: #b0f; } /* interwiki links */
a:link.external { color: #08f; } /* external links */
a:visited.external { color: #0da; } /* external links */
a:link.stub { color: #723; } /* hovered links */

/*.mw-body-content a:link {color: #FF0000}
.mw-body-content a:visited {color: #00FF00}
.mw-body-content a:hover {color: #FF00FF}
.mw-body-content a:active {color: #0000FF}*/