From 828588ccb0e7f203c53b1abad1d70f77d3185a81 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Mon, 1 Jul 2013 10:26:53 -0400 Subject: add nvl --- TODO | 5 +-- www/css/index.css | 16 ++++++++- www/index.html | 4 +++ www/js/api.js | 106 +++++++++++++++++++++++++++++++++++++----------------- www/js/html5ks.js | 5 ++- 5 files changed, 100 insertions(+), 36 deletions(-) diff --git a/TODO b/TODO index c7c2657..124d37a 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,12 @@ todo ordered by most to least important... ish -all of this should be completed for a 1.0 release +all of this should (read: must) be completed for a 1.0 release -- nvl - menu - show command - redo images.js using json including ALL transitions - transitions. ALL THE TRANSITIONS +- text reveal +- wallodrugs - fix cursor to apply to all document - cache script.json files - organize the CSS into a reasonable order diff --git a/www/css/index.css b/www/css/index.css index e5a5c19..85125be 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -35,6 +35,8 @@ body { #container { width: 800px; height: 600px; + left: 50%; + top: 50%; margin-top: -300px; margin-left: -400px; } @@ -141,7 +143,7 @@ input[type="checkbox"] + span:before { input[type="checkbox"]:checked + span:before { background: url("../dump/ui/bt-cf-checked.png") no-repeat left bottom; } -#ctc { +#ctc, #nvlctc { position: absolute; bottom: 20px; right: 10px; @@ -149,3 +151,15 @@ input[type="checkbox"]:checked + span:before { -moz-animation: blink 2s infinite; animation: blink 2s infinite; } +#nvl { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: url("../dump/ui/bg-nvl.png") no-repeat top left; +} +#nvlsay { + padding: 25px 35px; + color: white; +} diff --git a/www/index.html b/www/index.html index b01fea4..ff38ee2 100644 --- a/www/index.html +++ b/www/index.html @@ -51,6 +51,10 @@
+