From 0e14fea8ebc1730d6937bcc46354188a0a14f87c Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Wed, 3 Jul 2013 20:11:40 -0400 Subject: implement menu... sorta (doesn't work properly) --- www/css/index.css | 6 +++- www/index.html | 4 +-- www/js/api.js | 86 +++++++++++++++++++++++++++++------------------------- www/js/html5ks.js | 15 +++++----- www/js/imachine.js | 18 +++++++----- 5 files changed, 72 insertions(+), 57 deletions(-) (limited to 'www') diff --git a/www/css/index.css b/www/css/index.css index 4a1dbf5..baa349e 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -171,7 +171,7 @@ input[type="checkbox"]:checked + span:before { display: block; margin: 10px 8px; } -#centered { +.centered { width: 100%; text-align: center; position: absolute; @@ -180,3 +180,7 @@ input[type="checkbox"]:checked + span:before { height: 0; margin: auto; } +.choice { + background: url("../dump/ui/bg-choice.png") no-repeat top center; + height: 35px; +} diff --git a/www/index.html b/www/index.html index abf4855..c019183 100644 --- a/www/index.html +++ b/www/index.html @@ -55,8 +55,8 @@
-
-
+
+