/* ============================================================
   cursors.css  ::  GENERATED by tools/cursors.py
   ------------------------------------------------------------
   Windows 7 / Vista cursor pack by "bak" of rw-designer.com,
   released to the Public Domain. Converted from .cur to .png
   because browsers do not reliably render .cur.

   The two numbers after each url() are the HOTSPOT, read out
   of the original .cur header rather than guessed. That is the
   pixel which actually points at things; wrong values make
   every click land slightly off from the visible tip.

   The keyword after the comma is the required fallback for
   anything that cannot load the image.
   ============================================================ */

/* normal, 32x32, hotspot 0 0 */
body, .wmp__seek, .wmp__vol, .marquee, .wallpaper {
  cursor: url("../img/cursors/normal.png") 0 0, default;
}

/* link, 32x32, hotspot 5 0 */
a, a:hover, .wallpanel__btn, .ring__btn, .aqua-btn, .panel__close, .badge, .btn31, .galcell, .wmp__ctl, .wmp__play, .wmp__track, button, select, input[type="submit"], .logon__go, .logon__round {
  cursor: url("../img/cursors/link.png") 5 0, pointer;
}

/* text, 32x32, hotspot 15 16 */
input[type="text"], input[type="password"], textarea, p, li, td, .well, .snippet, code, pre {
  cursor: url("../img/cursors/text.png") 15 16, text;
}

/* help, 32x32, hotspot 0 0 */
.logon__truth, .notice {
  cursor: url("../img/cursors/help.png") 0 0, help;
}

/* unavailable, 32x32, hotspot 16 16 */
.wmp.is-empty .wmp__play, .shot--empty {
  cursor: url("../img/cursors/unavailable.png") 16 16, not-allowed;
}

/* the rest of the pack is converted and sitting in
   img/cursors/ if you want it:
     alternate    hotspot 15 4
     handwrite    hotspot 0 0
     move         hotspot 15 15
     precision    hotspot 14 15
     resize_d1    hotspot 15 15
     resize_d2    hotspot 15 15
     resize_v     hotspot 15 15
*/
