d
This commit is contained in:
alexandre-pereira
2015-03-22 14:05:40 +01:00
parent 4b18ef7214
commit 018acc66f9
21 changed files with 330 additions and 20 deletions

View File

@ -172,7 +172,22 @@ button.level:active {
cursor:pointer;
background-position: center center;
background-size:cover;
line-height:100px;
font-weight:bold;
font-size:40px;
}
#imgRef:active {
cursor:wait;
}
}
.trophy-text {
font-weight: bold;
line-height: 40px;
font-size: 25px;
color: gold;
display: inline-block;
padding: 0 15px;
height: 40px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.7)
}