User:Ilmari Karonen/vector.css

From NetHackWiki
< User:Ilmari Karonen
Revision as of 03:09, 16 October 2011 by Ilmari Karonen (talk | contribs) (rv, icons enabled globally)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: 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.
/* Testing brighter colors (logo style): */
.clr-blue          { color: #3030FF; }
.clr-green         { color: #008100; }
.clr-cyan          { color: #00B3B3; }
.clr-red           { color: #B00000; }
.clr-magenta       { color: #BF00BF; }
.clr-brown         { color: #A17500; }
.clr-lightgray     { color: #CCCCCC; }
.clr-darkgray      { color: #656565; }
.clr-brightblue    { color: #8585FF; }
.clr-brightgreen   { color: #00C200; }
.clr-brightcyan    { color: #00EFEF; }
.clr-orange        { color: #FF3838; }
.clr-brightmagenta { color: #FF50FF; }
.clr-yellow        { color: #D7D700; }
.clr-white         { color: #FFFFFF; }