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.
42 lines
684 B
42 lines
684 B
.scorebar {
|
|
$fontsize: 13px;
|
|
$h: 70px;
|
|
$w: 600px;
|
|
|
|
font-size:0px;
|
|
height:$h;
|
|
line-height:50px;
|
|
margin:0 auto;
|
|
width:$w;
|
|
|
|
.item {
|
|
display:inline-block;
|
|
font-size:$fontsize;
|
|
height:$h;
|
|
line-height:$h;
|
|
vertical-align:top;
|
|
}
|
|
|
|
.currentscore {
|
|
width:35%;
|
|
}
|
|
|
|
.highscore {
|
|
text-align:center;
|
|
width:30%;
|
|
}
|
|
|
|
.lives {
|
|
text-align:right;
|
|
width:35%;
|
|
}
|
|
|
|
.life {
|
|
background:url('../../res/muncher-mini.png');
|
|
display:inline-block;
|
|
height:30px;
|
|
margin-left:5px;
|
|
vertical-align:middle;
|
|
width:30px;
|
|
}
|
|
}
|
|
|