noname/theme/style/hp/official.css

46 lines
1.4 KiB
CSS
Raw Normal View History

2015-11-18 03:39:14 +00:00
.hp:not(.text):not(.actcount)[data-condition="high"]>div:not(.lost){
2017-03-18 13:42:05 +00:00
background: url('image/official1.png');
2015-11-18 03:39:14 +00:00
box-shadow: none;
border: none;
background-size: cover;
transform: scale(1.4) rotate(180deg);
2017-03-18 18:37:26 +00:00
border-radius: 0px;
2015-11-18 03:39:14 +00:00
}
.hp:not(.text):not(.actcount)[data-condition="mid"]>div:not(.lost){
2017-03-18 13:42:05 +00:00
background: url('image/official2.png');
2015-11-18 03:39:14 +00:00
box-shadow: none;
border: none;
background-size: cover;
transform: scale(1.4) rotate(180deg);
2017-03-18 18:37:26 +00:00
border-radius: 0px;
2015-11-18 03:39:14 +00:00
}
.hp:not(.text):not(.actcount)[data-condition="low"]>div:not(.lost){
2017-03-18 13:42:05 +00:00
background: url('image/official3.png');
2015-11-18 03:39:14 +00:00
box-shadow: none;
border: none;
background-size: cover;
transform: scale(1.4) rotate(180deg);
2017-03-18 18:37:26 +00:00
border-radius: 0px;
2015-11-18 03:39:14 +00:00
}
.hp:not(.text):not(.actcount)>.lost{
2017-03-18 13:42:05 +00:00
background: url('image/official4.png');
2015-11-18 03:39:14 +00:00
box-shadow: none;
border: none;
background-size: cover;
transform: scale(1.4) rotate(180deg);
2017-03-18 18:37:26 +00:00
border-radius: 0px;
2015-11-18 03:39:14 +00:00
}
2017-03-18 13:42:05 +00:00
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="high"]>div:not(.lost){
2015-11-18 03:39:14 +00:00
transform: scale(1.6);
}
2017-03-18 13:42:05 +00:00
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="mid"]>div:not(.lost){
2015-11-18 03:39:14 +00:00
transform: scale(1.6);
}
2017-03-18 13:42:05 +00:00
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="low"]>div:not(.lost){
2015-11-18 03:39:14 +00:00
transform: scale(1.6);
}
2017-03-18 13:42:05 +00:00
#arena.oldlayout .player .hp:not(.text):not(.actcount)>.lost{
2015-11-18 03:39:14 +00:00
transform: scale(1.6);
}