User:Zippy/common.css

From RimWorld Wiki
< User:Zippy
Revision as of 08:10, 24 June 2022 by Zippy (talk | contribs)
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.
/* This is my personal CSS page. */

a, a:link, a:visited {
	color: #623a2d !important;
	text-decoration: none;
}

/* Normal links */
a:hover {color: #7d5f55 !important;}
a:active {color: #887a75 !important;}

/* Broken links*/
a.new:link, a.new:visited {color: #f00 !important;}
a.new:hover {color: #f66 !important;}
a.new:active {color: #f88 !important;}

/* External links */
/* a.external, a.external:link, a.external:visted, a.external.text {color: #136c00 !important;} */
#bodyContent a.external, #bodyContent a[href^="gopher://"] {color: #136c00 !important;}
#bodyContent a.external:hover, #bodyContent a[href^="gopher://"] {color: #2d821a !important;}

/* a.external:hover {color: #2d821a !important;} */
/* a.external:active {color: #499738 !important;} */

.keysLight {
	font-size: 100%;
}