2017-03-18 17:17:44 +00:00
|
|
|
.hp:not(.text):not(.actcount)[data-condition="high"]>div:not(.lost){
|
|
|
|
box-shadow: none;
|
|
|
|
border: none;
|
|
|
|
background-size: 100% 100%;
|
2017-04-01 02:26:24 +00:00
|
|
|
transform: scale(1.4);
|
2017-03-18 17:17:44 +00:00
|
|
|
-webkit-filter:none;
|
2017-03-18 18:37:26 +00:00
|
|
|
border-radius: 0px;
|
2017-03-18 17:17:44 +00:00
|
|
|
}
|
|
|
|
.hp:not(.text):not(.actcount)[data-condition="mid"]>div:not(.lost){
|
|
|
|
box-shadow: none;
|
|
|
|
border: none;
|
|
|
|
background-size: 100% 100%;
|
2017-04-01 02:26:24 +00:00
|
|
|
transform: scale(1.4);
|
2017-03-18 17:17:44 +00:00
|
|
|
-webkit-filter:none;
|
2017-03-18 18:37:26 +00:00
|
|
|
border-radius: 0px;
|
2017-03-18 17:17:44 +00:00
|
|
|
}
|
|
|
|
.hp:not(.text):not(.actcount)[data-condition="low"]>div:not(.lost){
|
|
|
|
box-shadow: none;
|
|
|
|
border: none;
|
|
|
|
background-size: 100% 100%;
|
2017-04-01 02:26:24 +00:00
|
|
|
transform: scale(1.4);
|
2017-03-18 17:17:44 +00:00
|
|
|
-webkit-filter:none;
|
2017-03-18 18:37:26 +00:00
|
|
|
border-radius: 0px;
|
2017-03-18 17:17:44 +00:00
|
|
|
}
|
|
|
|
.hp:not(.text):not(.actcount)>.lost{
|
|
|
|
box-shadow: none;
|
|
|
|
border: none;
|
|
|
|
background-size: 100% 100%;
|
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 17:17:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="high"]>div:not(.lost){
|
|
|
|
transform: scale(1.6);
|
|
|
|
}
|
|
|
|
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="mid"]>div:not(.lost){
|
|
|
|
transform: scale(1.6);
|
|
|
|
}
|
|
|
|
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="low"]>div:not(.lost){
|
|
|
|
transform: scale(1.6);
|
|
|
|
}
|
|
|
|
#arena.oldlayout .player .hp:not(.text):not(.actcount)>.lost{
|
|
|
|
transform: scale(1.6);
|
|
|
|
}
|