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 --- db.json | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) (limited to 'db.json') diff --git a/db.json b/db.json index 35289b4..cd10ef1 100644 --- a/db.json +++ b/db.json @@ -21,7 +21,7 @@ "uri": "http://nytimes.com/" } ], - "__index": "0", + "__index": 1, "dateCreated": "Sat, 26 Mar 2016 20:34:21 GMT", "client": "Annapurna Pictures", "containImage": "false", @@ -75,7 +75,7 @@ "uri": "https://ltho.s3.amazonaws.com/e12aee73-07a1-41f4-a54f-8b8c09f167f9.png", "caption": "" }, - "__index": 1, + "__index": 2, "dateCreated": "Mon, 28 Mar 2016 17:19:36 GMT", "iframe": "http://okfoc.us", "video": "" @@ -106,7 +106,7 @@ "uri": "http://www.ibtimes.com/what-viralism-inquiry-cultures-battle-digital-space-214392" } ], - "__index": 3, + "__index": 4, "dateCreated": "Mon, 28 Mar 2016 23:25:29 GMT" }, { @@ -138,8 +138,28 @@ "uri": "https://news.artnet.com/art-world/a-brief-history-of-animated-gif-art-part-two-78532" } ], - "__index": 2, + "__index": 3, "dateCreated": "Mon, 28 Mar 2016 23:27:45 GMT" + }, + { + "id": "spice-girls", + "title": "spice girls", + "year": 2011, + "client": "MOMA", + "link": "http://moonpies.org", + "NatureOfWork": "bam\r\ntoons\r\npoo", + "brief": "yes", + "media": [ + { + "uri": "https://ltho.s3.amazonaws.com/6e924d4d-0f0d-4f72-a098-200bb663cd25.png", + "caption": "", + "type": "image" + } + ], + "containImage": "false", + "__index": "0", + "dateCreated": "Tue, 29 Mar 2016 15:45:57 GMT", + "press": [] } ], "page": [ -- cgit v1.2.3-70-g09d2 From fa313e781f0aff437f8f631030e9b55da9c05b02 Mon Sep 17 00:00:00 2001 From: “Ryder <“r@okfoc.us”> Date: Tue, 29 Mar 2016 12:59:40 -0400 Subject: cursor offset --- db.json | 7 ++++++- public/assets/ok.css | 13 +++++++------ 2 files changed, 13 insertions(+), 7 deletions(-) (limited to 'db.json') diff --git a/db.json b/db.json index cd10ef1..b7f5093 100644 --- a/db.json +++ b/db.json @@ -159,7 +159,12 @@ "containImage": "false", "__index": "0", "dateCreated": "Tue, 29 Mar 2016 15:45:57 GMT", - "press": [] + "press": [ + { + "text": "google", + "uri": "google.com" + } + ] } ], "page": [ diff --git a/public/assets/ok.css b/public/assets/ok.css index 64d139d..03b0a3b 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -26,6 +26,7 @@ a:visited { color: blue; font-weight: bold; font-size: 11px; + cursor:pointer; } body { @@ -167,7 +168,7 @@ menu ul { opacity: 0.1; transition: 150ms opacity cubic-bezier(0, 0, 0, 1); background: #eee; - cursor: url(img/x-w.png), pointer; + cursor: url(img/x-w.png) 32 32, pointer; } div, @@ -311,7 +312,7 @@ nav b { position: absolute; z-index: 3; margin-left: 20vw; - cursor: url(img/u.png), pointer; + cursor: url(img/u.png) 32 0, pointer; } @@ -323,7 +324,7 @@ nav b { z-index: 3; bottom:0; margin-left: 20vw; - cursor: url(img/d.png), pointer; + cursor: url(img/d.png)32 64, pointer; } .flickity-viewport { @@ -355,12 +356,12 @@ button svg { button.next { right: 0; - cursor: url(img/r.png), pointer; + cursor: url(img/r.png)64 32, pointer; } button.previous { left: 0; - cursor: url(img/l.png), pointer; + cursor: url(img/l.png) 0 32, pointer; } .desktop button.previous:hover svg, @@ -396,7 +397,7 @@ button.previous { flex: 0 auto; overflow: hidden; padding: 5px 0; - cursor: url(img/d.png), pointer; + cursor: url(img/d.png)32 64, pointer; } .five { -- cgit v1.2.3-70-g09d2