User:Ilmari Karonen/vector.css

From NetHackWiki
< User:Ilmari Karonen
Revision as of 04:05, 14 December 2010 by Ilmari Karonen (talk | contribs) (testing brighter colors (logo style))
(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:#3333FF; }
.clr-green         { color:#00BB00; }
.clr-cyan          { color:#00BBBB; }
.clr-red           { color:#BB0000; }
.clr-magenta       { color:#BB00BB; }
.clr-brown         { color:#BB7700; }
.clr-lightgray     { color:#BBBBBB; }
.clr-darkgray      { color:#777777; }
.clr-brightblue    { color:#9999FF; }
.clr-brightgreen   { color:#77FF77; }
.clr-brightcyan    { color:#77FFFF; }
.clr-orange        { color:#FF7777; }
.clr-brightmagenta { color:#FF77FF; }
.clr-yellow        { color:#BBBB00; }
.clr-white         { color:#FFFFFF; }