noname/theme/style/hp/glass.css

53 lines
1.6 KiB
CSS
Raw Normal View History

2017-04-01 02:28:58 +00:00
.hp:not(.text):not(.actcount):not(.treasure)[data-condition="high"]>div:not(.lost){
2017-03-18 13:42:05 +00:00
background: url('image/glass1.png');
box-shadow: none;
border: none;
background-size: cover;
2017-04-01 02:26:24 +00:00
transform: scale(1.4);
2017-03-18 13:42:05 +00:00
-webkit-filter:none;
2017-03-18 18:37:26 +00:00
border-radius: 0px;
2017-03-18 13:42:05 +00:00
}
2017-04-01 02:28:58 +00:00
.hp:not(.text):not(.actcount):not(.treasure)[data-condition="mid"]>div:not(.lost){
2017-03-18 13:42:05 +00:00
background: url('image/glass2.png');
box-shadow: none;
border: none;
background-size: cover;
2017-04-01 02:26:24 +00:00
transform: scale(1.4);
2017-03-18 13:42:05 +00:00
-webkit-filter:none;
2017-03-18 18:37:26 +00:00
border-radius: 0px;
2017-03-18 13:42:05 +00:00
}
2017-04-01 02:28:58 +00:00
.hp:not(.text):not(.actcount):not(.treasure)[data-condition="low"]>div:not(.lost){
2017-03-18 13:42:05 +00:00
background: url('image/glass3.png');
box-shadow: none;
border: none;
background-size: cover;
2017-04-01 02:26:24 +00:00
transform: scale(1.4);
2017-03-18 13:42:05 +00:00
-webkit-filter:none;
2017-03-18 18:37:26 +00:00
border-radius: 0px;
2017-03-18 13:42:05 +00:00
}
2017-04-01 02:28:58 +00:00
.hp:not(.text):not(.actcount):not(.treasure)>.lost{
2017-03-18 13:42:05 +00:00
background: url('image/glass4.png');
box-shadow: none;
border: none;
background-size: cover;
2017-04-01 02:26:24 +00:00
transform: scale(1.4);
2017-03-18 18:37:26 +00:00
border-radius: 0px;
2017-03-18 13:42:05 +00:00
}
2017-04-01 02:28:58 +00:00
#arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)[data-condition="high"]>div:not(.lost){
2017-03-18 13:42:05 +00:00
transform: scale(1.6);
}
2017-04-01 02:28:58 +00:00
#arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)[data-condition="mid"]>div:not(.lost){
2017-03-18 13:42:05 +00:00
transform: scale(1.6);
}
2017-04-01 02:28:58 +00:00
#arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)[data-condition="low"]>div:not(.lost){
2017-03-18 13:42:05 +00:00
transform: scale(1.6);
}
2017-04-01 02:28:58 +00:00
#arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)>.lost{
2017-03-18 13:42:05 +00:00
transform: scale(1.6);
}
2017-04-01 02:51:58 +00:00
.button.newstyle>.hp>.text{
margin-left: 5px;
}