User:Zippy/common.css

From Official Factorio Wiki
< User:Zippy
Revision as of 20:39, 20 December 2018 by Zippy (talk | contribs) (Created page with "→‎Link colors: a {color: #f7a200;} a:hover {color: #ffd183;} a:active {color: white;} →‎Global cursor: body { cursor: url('images/F_normal_select.png'), pointer; }...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, 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: Press Ctrl-F5.
/* Link colors */

a {color: #f7a200;}
a:hover {color: #ffd183;}
a:active {color: white;}

/* Global cursor */
body {
  cursor: url('images/F_normal_select.png'), pointer; 
}
/* Link cursor */
a:hover {
  cursor: url('images/F_link_select.png'), pointer; 
}
/* Text cursor */
input {
  cursor: url('images/F_text_select.png'), text;
}