2014-06-21 20:58:18 +00:00
|
|
|
* {
|
|
|
|
-webkit-touch-callout: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-khtml-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|
2014-05-23 04:51:03 +00:00
|
|
|
.navbar {
|
|
|
|
width: 80%;
|
|
|
|
margin: 0 auto;
|
|
|
|
/*background-color: #34495e;*/
|
|
|
|
padding: 2.5vmin 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2014-05-31 15:26:15 +00:00
|
|
|
|
2014-05-23 04:51:03 +00:00
|
|
|
.navbar li {
|
|
|
|
display: inline-block;
|
|
|
|
text-align: center;
|
|
|
|
width: calc( 33% - 1.25vmin );
|
|
|
|
/*pointer-events: none;*/
|
|
|
|
}
|
2014-05-31 15:26:15 +00:00
|
|
|
|
2014-05-23 04:51:03 +00:00
|
|
|
#title {
|
|
|
|
color: #ecf0f1;
|
|
|
|
font-size: 6vmin;
|
|
|
|
}
|
2014-05-31 15:26:15 +00:00
|
|
|
|
2014-05-23 04:51:03 +00:00
|
|
|
#score {
|
|
|
|
font-size: 4vmin;
|
|
|
|
text-align: center;
|
2014-05-31 15:13:40 +00:00
|
|
|
width: 30%;
|
2014-05-23 04:51:03 +00:00
|
|
|
}
|
2014-05-31 15:26:15 +00:00
|
|
|
|
2014-05-23 05:10:12 +00:00
|
|
|
#highscores {
|
|
|
|
text-align: center;
|
|
|
|
list-style: none;
|
|
|
|
}
|
2014-05-31 15:26:15 +00:00
|
|
|
|
2014-05-23 05:10:12 +00:00
|
|
|
.not-visible {
|
|
|
|
display: none;
|
|
|
|
}
|
2014-05-31 15:26:15 +00:00
|
|
|
|
2014-05-23 04:51:03 +00:00
|
|
|
button {
|
|
|
|
color: #ecf0f1;
|
|
|
|
background-color: rgba(0,0,0,0);
|
|
|
|
border: 0;
|
|
|
|
}
|
2014-05-31 15:26:15 +00:00
|
|
|
|
2014-05-23 04:51:03 +00:00
|
|
|
button:focus {
|
|
|
|
outline: 0;
|
2014-05-27 01:05:58 +00:00
|
|
|
}
|
2014-05-31 15:26:15 +00:00
|
|
|
|
2014-05-27 01:05:58 +00:00
|
|
|
#openSideBar {
|
2014-05-31 22:11:26 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 3px;
|
|
|
|
left: 3px;
|
|
|
|
z-index: 3000;
|
|
|
|
color:#000;
|
|
|
|
cursor:pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#pauseBtn {
|
2014-05-27 01:05:58 +00:00
|
|
|
position: absolute;
|
2014-05-31 22:11:26 +00:00
|
|
|
margin-bottom: 3px;
|
|
|
|
margin-right: 7px;
|
2014-05-31 15:13:40 +00:00
|
|
|
z-index: 3000;
|
2014-05-27 01:05:58 +00:00
|
|
|
color:#000;
|
|
|
|
cursor:pointer;
|
2014-06-30 16:29:26 +00:00
|
|
|
position:absolute;
|
|
|
|
right:0;
|
|
|
|
bottom:0;
|
|
|
|
z-index:99;
|
|
|
|
|
|
|
|
}
|
|
|
|
#restartBtn {
|
|
|
|
position:absolute;
|
|
|
|
left:0;
|
|
|
|
bottom:0;
|
|
|
|
z-index:99;
|
|
|
|
position: absolute;
|
|
|
|
margin-bottom: 3px;
|
|
|
|
margin-left: 7px;
|
|
|
|
z-index: 3000;
|
|
|
|
color:#000;
|
|
|
|
cursor:pointer;
|
2014-05-27 01:05:58 +00:00
|
|
|
}
|
|
|
|
#helpScreen {
|
2014-05-31 15:13:40 +00:00
|
|
|
height:30%;
|
|
|
|
width:30%;
|
2014-07-04 18:58:33 +00:00
|
|
|
z-index:2999;
|
2014-05-27 01:05:58 +00:00
|
|
|
position:absolute;
|
|
|
|
top:0%;
|
2014-07-04 18:58:33 +00:00
|
|
|
left:1%;
|
2014-05-27 01:05:58 +00:00
|
|
|
display:none;
|
|
|
|
color:#000;
|
2014-07-02 14:58:02 +00:00
|
|
|
background-color:rgba(255,255,255,0.0);
|
2014-05-27 01:05:58 +00:00
|
|
|
}
|
2014-07-04 18:58:33 +00:00
|
|
|
@media only screen
|
|
|
|
and (min-device-width : 320px)
|
|
|
|
and (max-device-width : 480px) {
|
|
|
|
#helpScreen {
|
|
|
|
margin:0%;
|
|
|
|
padding:0%;
|
|
|
|
left:0%;
|
|
|
|
width:100%;
|
|
|
|
height:100%;
|
|
|
|
font-size:14px;
|
|
|
|
text-align:center;
|
|
|
|
background-color:rgba(255,255,255,0.9);
|
|
|
|
}
|
|
|
|
}
|
2014-05-31 15:26:15 +00:00
|
|
|
#overlay {
|
|
|
|
transition: all 0.3s ease;
|
|
|
|
position:absolute;
|
|
|
|
height:20%;
|
2014-06-22 15:16:00 +00:00
|
|
|
width:100%;
|
2014-05-31 15:26:15 +00:00
|
|
|
left:50%;
|
2014-06-22 15:16:00 +00:00
|
|
|
top:50%;
|
|
|
|
margin-left:-50%;
|
2014-06-21 20:06:23 +00:00
|
|
|
margin-top:-10%;
|
2014-05-31 15:26:15 +00:00
|
|
|
z-index:3000;
|
|
|
|
color:#000;
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.faded {
|
|
|
|
opacity:0;
|
|
|
|
}
|
|
|
|
|
2014-07-02 15:10:36 +00:00
|
|
|
.unfaded {
|
|
|
|
opacity:1;
|
|
|
|
}
|
|
|
|
|
2014-05-31 15:26:15 +00:00
|
|
|
.centeredHeader {
|
2014-06-22 15:16:00 +00:00
|
|
|
font-size:5em;
|
2014-05-31 15:26:15 +00:00
|
|
|
text-align:center;
|
2014-06-22 15:16:00 +00:00
|
|
|
line-height:1em;
|
2014-05-31 15:26:15 +00:00
|
|
|
}
|
2014-06-22 15:26:47 +00:00
|
|
|
@media only screen
|
|
|
|
and (min-device-width : 320px)
|
|
|
|
and (max-device-width : 480px) {
|
|
|
|
.centeredHeader {
|
|
|
|
font-size:2em;
|
|
|
|
text-align:center;
|
|
|
|
line-height:0.6em;
|
|
|
|
}
|
|
|
|
.centeredSubHeader {
|
|
|
|
font-size:1em;
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
#overlay {
|
|
|
|
margin-top: -20%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2014-05-31 15:26:15 +00:00
|
|
|
|
|
|
|
.centeredSubHeader {
|
2014-06-22 15:16:00 +00:00
|
|
|
font-size:2em;
|
2014-05-31 15:26:15 +00:00
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blur {
|
2014-06-21 20:58:18 +00:00
|
|
|
opacity:0.1;
|
2014-05-31 15:13:40 +00:00
|
|
|
}
|
2014-05-31 15:26:15 +00:00
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local('Roboto Regular'), local('Roboto-Regular'), url("fonts/roboto.woff") format('woff');
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Q';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local('Q Regular'), local('Q-Regular'), url("fonts/QuattrocentoSans-Regular.ttf") format('ttf');
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
* {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
color: #ecf0f1;
|
|
|
|
font-family: 'Roboto', sans-serif;
|
|
|
|
background-color:#ecf0f1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#clickToExit {
|
|
|
|
cursor:pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#canvas {
|
|
|
|
transition: all 0.5s ease;
|
|
|
|
position: absolute;
|
|
|
|
left:0;
|
|
|
|
right:0;
|
|
|
|
/*height:100%;
|
|
|
|
width:100%;*/
|
|
|
|
background-color:#ecf0f1;
|
|
|
|
z-index:3;
|
|
|
|
}
|
|
|
|
|
|
|
|
#title {
|
2014-05-31 19:22:23 +00:00
|
|
|
z-index:99;
|
2014-05-31 15:26:15 +00:00
|
|
|
margin-top:20px;
|
|
|
|
color:#2c3e50;
|
2014-05-31 23:37:23 +00:00
|
|
|
}
|
2014-05-31 22:11:26 +00:00
|
|
|
|
|
|
|
.unselectable {
|
|
|
|
-webkit-touch-callout: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-khtml-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
user-select: none;
|
2014-05-31 23:39:07 +00:00
|
|
|
}
|