User:Iritscen/vector.css

From OniGalore
< User:Iritscen
Revision as of 03:16, 13 November 2015 by Iritscen (talk | contribs) (looks like I was judging link color from the side panel, but that's mw-panel)
Jump to navigation Jump to search

Note: After saving, 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)
  • Microsoft Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* Prevent sidewards scrolling in pre elements */
pre
{
  overflow: auto;
  max-height: 25em;
}

/* Make visited links same color as unvisited (#0645AD is the Wikipedia standard link color) */
.mw-body, .mw-panel a:link {color:#0645AD;} /* normal unvisited links */
.mw-body, .mw-panel a:link:visited {color:#0645AD;} /* visited links */
.mw-body, .mw-panel a:link:active {color:#0645AD;} /* active links */
.mw-body, .mw-panel a:link.new {color:#FF0000;} /* preserve color of red links */
.mw-body, .mw-panel a:link.interwiki {color:#0645AD;} /* interwiki links */
.mw-body, .mw-panel a:link.external {color:#0645AD;} /* external links */
.mw-body, .mw-panel a:link.stub {color:#0645AD;} /* hovered links */

.mw-body, .mw-panel a:link {color:#0645AD}
.mw-body, .mw-panel a:visited {color:#0645AD}
.mw-body, .mw-panel a:hover {color:#0645AD}
.mw-body, .mw-panel a:active {color:#0645AD}