From 65df9b0915b4bfe76057f64f6c7c88ff82194328 Mon Sep 17 00:00:00 2001 From: “Ryder <“r@okfoc.us”> Date: Tue, 29 Mar 2016 12:48:42 -0400 Subject: cursors and intro --- public/assets/img/d.png | Bin 0 -> 290 bytes public/assets/img/l.png | Bin 0 -> 187 bytes public/assets/img/r.png | Bin 0 -> 186 bytes public/assets/img/u.png | Bin 0 -> 288 bytes public/assets/img/x.png | Bin 0 -> 422 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 public/assets/img/d.png create mode 100644 public/assets/img/l.png create mode 100644 public/assets/img/r.png create mode 100644 public/assets/img/u.png create mode 100644 public/assets/img/x.png (limited to 'public/assets/img') diff --git a/public/assets/img/d.png b/public/assets/img/d.png new file mode 100644 index 0000000..9530c09 Binary files /dev/null and b/public/assets/img/d.png differ diff --git a/public/assets/img/l.png b/public/assets/img/l.png new file mode 100644 index 0000000..383e388 Binary files /dev/null and b/public/assets/img/l.png differ diff --git a/public/assets/img/r.png b/public/assets/img/r.png new file mode 100644 index 0000000..8fb6dfb Binary files /dev/null and b/public/assets/img/r.png differ diff --git a/public/assets/img/u.png b/public/assets/img/u.png new file mode 100644 index 0000000..530d460 Binary files /dev/null and b/public/assets/img/u.png differ diff --git a/public/assets/img/x.png b/public/assets/img/x.png new file mode 100644 index 0000000..71d3017 Binary files /dev/null and b/public/assets/img/x.png differ -- cgit v1.2.3-70-g09d2 From e7893c73df6d0a1ace66e764b3b3298f41232aec Mon Sep 17 00:00:00 2001 From: “Ryder <“r@okfoc.us”> Date: Tue, 29 Mar 2016 12:49:28 -0400 Subject: moving tomato --- public/assets/img/tomato20dancing.gif | Bin 0 -> 36620 bytes public/assets/ok.css | 2 +- public/assets/tomato20dancing.gif | Bin 36620 -> 0 bytes 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 public/assets/img/tomato20dancing.gif delete mode 100644 public/assets/tomato20dancing.gif (limited to 'public/assets/img') diff --git a/public/assets/img/tomato20dancing.gif b/public/assets/img/tomato20dancing.gif new file mode 100644 index 0000000..0416665 Binary files /dev/null and b/public/assets/img/tomato20dancing.gif differ diff --git a/public/assets/ok.css b/public/assets/ok.css index ea931b0..62c4428 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -388,7 +388,7 @@ button.previous { } .resizing .top { - background: url(tomato20dancing.gif)center; + background: url(img/tomato20dancing.gif)center; } .bottom { diff --git a/public/assets/tomato20dancing.gif b/public/assets/tomato20dancing.gif deleted file mode 100644 index 0416665..0000000 Binary files a/public/assets/tomato20dancing.gif and /dev/null differ -- cgit v1.2.3-70-g09d2 From 9caa4dec9468be2da599959dd0b73d958a71a1aa Mon Sep 17 00:00:00 2001 From: “Ryder <“r@okfoc.us”> Date: Tue, 29 Mar 2016 12:50:54 -0400 Subject: adding white x --- public/assets/img/x-w.png | Bin 0 -> 389 bytes public/assets/ok.css | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 public/assets/img/x-w.png (limited to 'public/assets/img') diff --git a/public/assets/img/x-w.png b/public/assets/img/x-w.png new file mode 100644 index 0000000..076b63d Binary files /dev/null and b/public/assets/img/x-w.png differ diff --git a/public/assets/ok.css b/public/assets/ok.css index 62c4428..64d139d 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -167,7 +167,7 @@ menu ul { opacity: 0.1; transition: 150ms opacity cubic-bezier(0, 0, 0, 1); background: #eee; - cursor: url(img/x.png), pointer; + cursor: url(img/x-w.png), pointer; } div, -- cgit v1.2.3-70-g09d2