add navigation bar with back button

This commit is contained in:
Juraj Michalek
2014-12-28 21:49:10 +00:00
parent a388bc8fb0
commit 8941bdb767
4 changed files with 81 additions and 55 deletions

View File

@@ -1,6 +1,7 @@
body {
margin: 0;
background: lightyellow;
font-family: Arial, Verdana, sans-serif;
}
#mainContent {
@@ -8,7 +9,7 @@ body {
font-size: xx-large;
font-weight: bold;
border-radius: 4px;
text-align: center;
}
.buttonStyle {
border-radius: 4px;
@@ -42,23 +43,18 @@ body {
cursor: pointer;
}
.solved {
background: green;
.navigationButton {
cursor: pointer;
text-align:left;
}
.selected1 {
background: yellow;
#navigationBar {
background: #75755f;
font-size: xx-large;
padding: 2px 10px 2px 10px;
color: white;
}
.selected2 {
background: orange;
}
.selected3 {
background: white;
}
.mystery {
background: blue;
#levelTitle {
float:right;
}