You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
729 B
45 lines
729 B
.welcome {
|
|
padding:20px;
|
|
text-align:center;
|
|
|
|
img {
|
|
width:350px;
|
|
}
|
|
|
|
.highscores {
|
|
font-size: 0;
|
|
margin:0 auto;
|
|
width:350px;
|
|
|
|
.entry {
|
|
font-size:16px;
|
|
line-height:40px;
|
|
}
|
|
|
|
.rank {
|
|
display:inline-block;
|
|
text-align:left;
|
|
width:50px;
|
|
}
|
|
|
|
.initials {
|
|
display:inline-block;
|
|
width:100px;
|
|
}
|
|
|
|
.score {
|
|
display:inline-block;
|
|
text-align:right;
|
|
width:200px;
|
|
}
|
|
}
|
|
|
|
.newgame {
|
|
margin:20px 0;
|
|
transition:opacity 0.4s ease;
|
|
|
|
&.hidden {
|
|
opacity: 0.7;
|
|
}
|
|
}
|
|
}
|
|
|