73 lines
1.9 KiB
CSS
73 lines
1.9 KiB
CSS
.hp:not(.text):not(.actcount):not(.treasure)[data-condition="high"] > div:not(.lost):not(.shield) {
|
|
background: url("image/xinround1.png");
|
|
box-shadow: none;
|
|
border: none;
|
|
background-size: 100% 100%;
|
|
transform: scale(1.4);
|
|
-webkit-filter: none;
|
|
border-radius: 0px;
|
|
}
|
|
.hp:not(.text):not(.actcount):not(.treasure)[data-condition="mid"] > div:not(.lost):not(.shield) {
|
|
background: url("image/xinround2.png");
|
|
box-shadow: none;
|
|
border: none;
|
|
background-size: 100% 100%;
|
|
transform: scale(1.4);
|
|
-webkit-filter: none;
|
|
border-radius: 0px;
|
|
}
|
|
.hp:not(.text):not(.actcount):not(.treasure)[data-condition="low"] > div:not(.lost):not(.shield) {
|
|
background: url("image/xinround3.png");
|
|
box-shadow: none;
|
|
border: none;
|
|
background-size: 100% 100%;
|
|
transform: scale(1.4);
|
|
-webkit-filter: none;
|
|
border-radius: 0px;
|
|
}
|
|
.hp:not(.text):not(.actcount):not(.treasure) > .lost {
|
|
background: url("image/xinround4.png");
|
|
box-shadow: none;
|
|
border: none;
|
|
background-size: 100% 100%;
|
|
transform: scale(1.4);
|
|
border-radius: 0px;
|
|
}
|
|
.hp:not(.text):not(.actcount):not(.treasure) > .shield {
|
|
background: url("image/shield.png");
|
|
box-shadow: none;
|
|
border: none;
|
|
background-size: 100% 100%;
|
|
transform: scale(1.4);
|
|
border-radius: 0px;
|
|
}
|
|
|
|
#arena.oldlayout
|
|
.player
|
|
.hp:not(.text):not(.actcount):not(.treasure)[data-condition="high"]
|
|
> div:not(.lost):not(.shield) {
|
|
transform: scale(1.6);
|
|
}
|
|
#arena.oldlayout
|
|
.player
|
|
.hp:not(.text):not(.actcount):not(.treasure)[data-condition="mid"]
|
|
> div:not(.lost):not(.shield) {
|
|
transform: scale(1.6);
|
|
}
|
|
#arena.oldlayout
|
|
.player
|
|
.hp:not(.text):not(.actcount):not(.treasure)[data-condition="low"]
|
|
> div:not(.lost):not(.shield) {
|
|
transform: scale(1.6);
|
|
}
|
|
#arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure) > .lost {
|
|
transform: scale(1.6);
|
|
}
|
|
#arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure) > .shield {
|
|
transform: scale(1.6);
|
|
}
|
|
|
|
.button.newstyle > .hp > .text {
|
|
margin-left: 5px;
|
|
}
|