From 76057ec47c95d591df9042a92fd67719e81d5d3b Mon Sep 17 00:00:00 2001 From: Juraj Michalek Date: Tue, 30 Dec 2014 13:08:54 +0000 Subject: [PATCH] add game instructions --- css/pexeso.css | 19 +++++++++++++++++-- index.html | 11 ++++++++++- js/pexeso-controller.js | 20 ++++++++++++++++++++ 3 files changed, 47 insertions(+), 3 deletions(-) diff --git a/css/pexeso.css b/css/pexeso.css index 141c7f5..640127d 100644 --- a/css/pexeso.css +++ b/css/pexeso.css @@ -101,8 +101,8 @@ BODY, HTML { .levelButton { font-size: 1.2em; - background: #111; - border: 1px solid lightgray; + background: gray; + border: 1px solid gray; padding: 0.5em; margin: 1em; cursor: pointer; @@ -112,3 +112,18 @@ BODY, HTML { border: 1px solid yellow; color: yellow; } + +.startLevelInstructions { + color: white; + position: absolute; + z-index: 1000; + width: 100%; + height: 100%; + font-size: 2.5em; + text-align: center; + background: rgba(0,0,0,0.7); +} + +.instructionSymbols { + padding-top: 2em; +} \ No newline at end of file diff --git a/index.html b/index.html index 9e04d7b..35c1bbc 100644 --- a/index.html +++ b/index.html @@ -57,7 +57,16 @@
Level {{currentLevel.levelName}}
-
+ +
+
+ +
+
+ Start
+
+ +