45 lines
1.3 KiB
CSS
45 lines
1.3 KiB
CSS
.hp:not(.text):not(.actcount)[data-condition="high"]>div:not(.lost){
|
|
box-shadow: none;
|
|
border: none;
|
|
background-size: 100% 100%;
|
|
transform: scale(1.4) rotate(180deg);
|
|
-webkit-filter:none;
|
|
border-radius: 0px;
|
|
}
|
|
.hp:not(.text):not(.actcount)[data-condition="mid"]>div:not(.lost){
|
|
box-shadow: none;
|
|
border: none;
|
|
background-size: 100% 100%;
|
|
transform: scale(1.4) rotate(180deg);
|
|
-webkit-filter:none;
|
|
border-radius: 0px;
|
|
}
|
|
.hp:not(.text):not(.actcount)[data-condition="low"]>div:not(.lost){
|
|
box-shadow: none;
|
|
border: none;
|
|
background-size: 100% 100%;
|
|
transform: scale(1.4) rotate(180deg);
|
|
-webkit-filter:none;
|
|
border-radius: 0px;
|
|
}
|
|
.hp:not(.text):not(.actcount)>.lost{
|
|
box-shadow: none;
|
|
border: none;
|
|
background-size: 100% 100%;
|
|
transform: scale(1.4) rotate(180deg);
|
|
border-radius: 0px;
|
|
}
|
|
|
|
#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);
|
|
}
|