User:User/vector.css

From RimWorld Wiki
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)
  • Internet Explorer / 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.
/* <source lang="css"> */
/* standard link colors */
.mw-body a:link {color: #0000FF!important} /* normal unvisited links */
.mw-body a:link:visited {color: #7F007F!important} /* visited links */
.mw-body a:link:active {color: #FF0000!important} /* active links */
.mw-body a:link.new {color: #FF0000!important} /* new links */
.mw-body a:link.interwiki {color: #3366BB!important} /* interwiki links */
.mw-body a:link.external {color: #3366BB!important} /* external links */
.mw-body a:link.stub {color: #772233!important} /* hovered links */
 
.mw-body a:link {color: #FF0000!important}
.mw-body a:visited {color: #0B0080!important}
.mw-body a:hover {color: #FF00FF!important}
.mw-body a:active {color: #0000FF!important}
/* </source> */