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.
48 lines
717 B
48 lines
717 B
.welcome {
|
|
$fs: 14px;
|
|
$w: 400px;
|
|
|
|
font-family:Emulogic;
|
|
padding:20px;
|
|
text-align:center;
|
|
|
|
img {
|
|
width:$w;
|
|
}
|
|
|
|
.line {
|
|
font-size:14px;
|
|
line-height:70px;
|
|
margin:0 auto;
|
|
}
|
|
|
|
hr {
|
|
border:0;
|
|
border-top:1px solid #ccc;
|
|
display:inline-block;
|
|
margin:20px auto;
|
|
width: $w;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|
|
|