From 17cfedfa8a03bbdce874135896a7b3990188d6e3 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 28 Jan 2013 15:42:11 -0500 Subject: red/white cursors --- public/images/cursor-black.png | Bin 0 -> 468 bytes public/images/cursor-blue.png | Bin 0 -> 538 bytes public/images/cursor-purple.png | Bin 0 -> 516 bytes public/images/cursor-red.png | Bin 0 -> 3156 bytes public/images/cursor-white.png | Bin 0 -> 459 bytes public/images/cursor.png | Bin 0 -> 459 bytes public/images/hand-red.gif | Bin 0 -> 356 bytes public/images/hand-white.gif | Bin 0 -> 376 bytes views/hover.ejs | 7 +++++++ 9 files changed, 7 insertions(+) create mode 100644 public/images/cursor-black.png create mode 100644 public/images/cursor-blue.png create mode 100644 public/images/cursor-purple.png create mode 100644 public/images/cursor-red.png create mode 100644 public/images/cursor-white.png create mode 100644 public/images/cursor.png create mode 100644 public/images/hand-red.gif create mode 100644 public/images/hand-white.gif diff --git a/public/images/cursor-black.png b/public/images/cursor-black.png new file mode 100644 index 0000000..9f9293a Binary files /dev/null and b/public/images/cursor-black.png differ diff --git a/public/images/cursor-blue.png b/public/images/cursor-blue.png new file mode 100644 index 0000000..a82bf52 Binary files /dev/null and b/public/images/cursor-blue.png differ diff --git a/public/images/cursor-purple.png b/public/images/cursor-purple.png new file mode 100644 index 0000000..fa010ab Binary files /dev/null and b/public/images/cursor-purple.png differ diff --git a/public/images/cursor-red.png b/public/images/cursor-red.png new file mode 100644 index 0000000..bbb01e5 Binary files /dev/null and b/public/images/cursor-red.png differ diff --git a/public/images/cursor-white.png b/public/images/cursor-white.png new file mode 100644 index 0000000..89db769 Binary files /dev/null and b/public/images/cursor-white.png differ diff --git a/public/images/cursor.png b/public/images/cursor.png new file mode 100644 index 0000000..89db769 Binary files /dev/null and b/public/images/cursor.png differ diff --git a/public/images/hand-red.gif b/public/images/hand-red.gif new file mode 100644 index 0000000..d2e48dd Binary files /dev/null and b/public/images/hand-red.gif differ diff --git a/public/images/hand-white.gif b/public/images/hand-white.gif new file mode 100644 index 0000000..54eae78 Binary files /dev/null and b/public/images/hand-white.gif differ diff --git a/views/hover.ejs b/views/hover.ejs index 14d3187..57b5d4e 100644 --- a/views/hover.ejs +++ b/views/hover.ejs @@ -43,6 +43,13 @@ margin-left: -216px; margin-top: -62px; } +.cursor { + background-image: url(/images/cursor-red.png) !important; + background-repeat: no-repeat; +} +.cursor.idle { + background-image: url(/images/cursor-black.png) !important; +} -- cgit v1.2.3-70-g09d2