add game instructions

This commit is contained in:
Juraj Michalek
2014-12-30 13:08:54 +00:00
parent a3e159a6a9
commit 76057ec47c
3 changed files with 47 additions and 3 deletions

View File

@@ -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;
}