Actions

User

User:Buur/vector.css

From SpinozaWiki

Revision as of 09:45, 14 August 2017 by Dumoulin (talk | contribs) (Stoffers moved page User:Pbuur/vector.css to User:Buur/vector.css: Automatically moved page while merging the user "Pbuur" to "Buur")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* standard link colors */
.mw-body a:link { color: #3366BB; } /* normal unvisited links */
.mw-body a:link:visited { color: #3366BB; } /* visited links */
.mw-body a:link:active { color: #3366BB; } /* active links */
.mw-body a:link.new { color: #3366BB; } /* new links */
.mw-body a:link.interwiki { color: #3366BB; } /* interwiki links */
.mw-body a:link.external { color: #3366BB; } /* external links */
.mw-body a:link.stub { color: #772233; } /* hovered links */

.mw-body a:link {color: #3366BB}
.mw-body a:visited {color: #3366BB}
.mw-body a:hover {color: #FF00FF}
.mw-body a:active {color: #3366BB}