hextris/style.css
2014-05-23 01:10:12 -04:00

37 lines
No EOL
539 B
CSS

.navbar {
width: 80%;
margin: 0 auto;
/*background-color: #34495e;*/
padding: 2.5vmin 0;
text-align: center;
}
.navbar li {
display: inline-block;
text-align: center;
width: calc( 33% - 1.25vmin );
/*pointer-events: none;*/
}
#title {
color: #ecf0f1;
font-size: 6vmin;
}
#score {
font-size: 4vmin;
text-align: center;
width: 100%;
}
#highscores {
text-align: center;
list-style: none;
}
.not-visible {
display: none;
}
button {
color: #ecf0f1;
background-color: rgba(0,0,0,0);
border: 0;
}
button:focus {
outline: 0;
}