noname/theme/style/hp/xinglass.css

64 lines
2.0 KiB
CSS
Raw Normal View History

2022-05-09 16:59:02 +00:00
.hp:not(.text):not(.actcount):not(.treasure)[data-condition="high"]>div:not(.lost):not(.shield){
2020-04-18 05:32:41 +00:00
background: url('image/xinglass1.png');
box-shadow: none;
border: none;
background-size: 100% 100%;
transform: scale(1.4);
-webkit-filter:none;
border-radius: 0px;
}
2022-05-09 16:59:02 +00:00
.hp:not(.text):not(.actcount):not(.treasure)[data-condition="mid"]>div:not(.lost):not(.shield){
2020-04-18 05:32:41 +00:00
background: url('image/xinglass2.png');
box-shadow: none;
border: none;
background-size: 100% 100%;
transform: scale(1.4);
-webkit-filter:none;
border-radius: 0px;
}
2022-05-09 16:59:02 +00:00
.hp:not(.text):not(.actcount):not(.treasure)[data-condition="low"]>div:not(.lost):not(.shield){
2020-04-18 05:32:41 +00:00
background: url('image/xinglass3.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/xinglass4.png');
box-shadow: none;
border: none;
background-size: 100% 100%;
transform: scale(1.4);
border-radius: 0px;
}
2022-05-09 16:59:02 +00:00
.hp:not(.text):not(.actcount):not(.treasure)>.shield{
background: url('image/xinglass4.png');
box-shadow: none;
border: none;
background-size: 100% 100%;
transform: scale(1.4);
border-radius: 0px;
}
2020-04-18 05:32:41 +00:00
2022-05-09 16:59:02 +00:00
#arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)[data-condition="high"]>div:not(.lost):not(.shield){
2020-04-18 05:32:41 +00:00
transform: scale(1.6);
}
2022-05-09 16:59:02 +00:00
#arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)[data-condition="mid"]>div:not(.lost):not(.shield){
2020-04-18 05:32:41 +00:00
transform: scale(1.6);
}
2022-05-09 16:59:02 +00:00
#arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)[data-condition="low"]>div:not(.lost):not(.shield){
2020-04-18 05:32:41 +00:00
transform: scale(1.6);
}
#arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)>.lost{
transform: scale(1.6);
}
2022-05-09 16:59:02 +00:00
#arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)>.shield{
transform: scale(1.6);
}
2020-04-18 05:32:41 +00:00
.button.newstyle>.hp>.text{
margin-left: 5px;
}