add css
This commit is contained in:
@ -172,17 +172,28 @@ button.level:active {
|
||||
height:100px;
|
||||
width:100px;
|
||||
margin:40px;
|
||||
padding-top : 30px;
|
||||
cursor:pointer;
|
||||
background-position: center center;
|
||||
background-size:cover;
|
||||
line-height:100px;
|
||||
line-height:20px;
|
||||
font-weight:bold;
|
||||
font-size:40px;
|
||||
font-size:18px;
|
||||
|
||||
}
|
||||
#imgRef:active {
|
||||
cursor:wait;
|
||||
}
|
||||
|
||||
.referent:hover
|
||||
{
|
||||
-moz-box-shadow: 0px 0px 10px 2px white;
|
||||
-webkit-box-shadow: 0px 0px 10px 2px white;
|
||||
-o-box-shadow: 0px 0px 10px 2px white;
|
||||
box-shadow: 0px 0px 10px 2px white;
|
||||
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=10);
|
||||
}
|
||||
|
||||
.trophy-text {
|
||||
font-weight: bold;
|
||||
line-height: 40px;
|
||||
|
Reference in New Issue
Block a user