This commit is contained in:
libccy 2017-04-01 10:28:58 +08:00
parent 7782f2211c
commit 868012a516
6 changed files with 48 additions and 48 deletions

View File

@ -1,4 +1,4 @@
.hp:not(.text):not(.actcount)[data-condition="high"]>div:not(.lost){ .hp:not(.text):not(.actcount):not(.treasure)[data-condition="high"]>div:not(.lost){
box-shadow: none; box-shadow: none;
border: none; border: none;
background-size: 100% 100%; background-size: 100% 100%;
@ -6,7 +6,7 @@
-webkit-filter:none; -webkit-filter:none;
border-radius: 0px; border-radius: 0px;
} }
.hp:not(.text):not(.actcount)[data-condition="mid"]>div:not(.lost){ .hp:not(.text):not(.actcount):not(.treasure)[data-condition="mid"]>div:not(.lost){
box-shadow: none; box-shadow: none;
border: none; border: none;
background-size: 100% 100%; background-size: 100% 100%;
@ -14,7 +14,7 @@
-webkit-filter:none; -webkit-filter:none;
border-radius: 0px; border-radius: 0px;
} }
.hp:not(.text):not(.actcount)[data-condition="low"]>div:not(.lost){ .hp:not(.text):not(.actcount):not(.treasure)[data-condition="low"]>div:not(.lost){
box-shadow: none; box-shadow: none;
border: none; border: none;
background-size: 100% 100%; background-size: 100% 100%;
@ -22,7 +22,7 @@
-webkit-filter:none; -webkit-filter:none;
border-radius: 0px; border-radius: 0px;
} }
.hp:not(.text):not(.actcount)>.lost{ .hp:not(.text):not(.actcount):not(.treasure)>.lost{
box-shadow: none; box-shadow: none;
border: none; border: none;
background-size: 100% 100%; background-size: 100% 100%;
@ -30,15 +30,15 @@
border-radius: 0px; border-radius: 0px;
} }
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="high"]>div:not(.lost){ #arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)[data-condition="high"]>div:not(.lost){
transform: scale(1.6); transform: scale(1.6);
} }
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="mid"]>div:not(.lost){ #arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)[data-condition="mid"]>div:not(.lost){
transform: scale(1.6); transform: scale(1.6);
} }
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="low"]>div:not(.lost){ #arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)[data-condition="low"]>div:not(.lost){
transform: scale(1.6); transform: scale(1.6);
} }
#arena.oldlayout .player .hp:not(.text):not(.actcount)>.lost{ #arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)>.lost{
transform: scale(1.6); transform: scale(1.6);
} }

View File

@ -1,4 +1,4 @@
.hp:not(.text):not(.actcount)[data-condition="high"]>div:not(.lost){ .hp:not(.text):not(.actcount):not(.treasure)[data-condition="high"]>div:not(.lost){
background: url('image/emotion1.png'); background: url('image/emotion1.png');
box-shadow: none; box-shadow: none;
border: none; border: none;
@ -7,7 +7,7 @@
-webkit-filter:brightness(0.8) contrast(1.5); -webkit-filter:brightness(0.8) contrast(1.5);
border-radius: 0px; border-radius: 0px;
} }
.hp:not(.text):not(.actcount)[data-condition="mid"]>div:not(.lost){ .hp:not(.text):not(.actcount):not(.treasure)[data-condition="mid"]>div:not(.lost){
background: url('image/emotion2.png'); background: url('image/emotion2.png');
box-shadow: none; box-shadow: none;
border: none; border: none;
@ -16,7 +16,7 @@
-webkit-filter:brightness(0.8) contrast(1.5); -webkit-filter:brightness(0.8) contrast(1.5);
border-radius: 0px; border-radius: 0px;
} }
.hp:not(.text):not(.actcount)[data-condition="low"]>div:not(.lost){ .hp:not(.text):not(.actcount):not(.treasure)[data-condition="low"]>div:not(.lost){
background: url('image/emotion3.png'); background: url('image/emotion3.png');
box-shadow: none; box-shadow: none;
border: none; border: none;
@ -25,7 +25,7 @@
-webkit-filter:brightness(0.8) contrast(1.5); -webkit-filter:brightness(0.8) contrast(1.5);
border-radius: 0px; border-radius: 0px;
} }
.hp:not(.text):not(.actcount)>.lost{ .hp:not(.text):not(.actcount):not(.treasure)>.lost{
background: url('image/emotion4.png'); background: url('image/emotion4.png');
box-shadow: none; box-shadow: none;
border: none; border: none;
@ -34,15 +34,15 @@
border-radius: 0px; border-radius: 0px;
} }
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="high"]>div:not(.lost){ #arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)[data-condition="high"]>div:not(.lost){
transform: scale(1.6); transform: scale(1.6);
} }
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="mid"]>div:not(.lost){ #arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)[data-condition="mid"]>div:not(.lost){
transform: scale(1.6); transform: scale(1.6);
} }
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="low"]>div:not(.lost){ #arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)[data-condition="low"]>div:not(.lost){
transform: scale(1.6); transform: scale(1.6);
} }
#arena.oldlayout .player .hp:not(.text):not(.actcount)>.lost{ #arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)>.lost{
transform: scale(1.6); transform: scale(1.6);
} }

View File

@ -1,4 +1,4 @@
.hp:not(.text):not(.actcount)[data-condition="high"]>div:not(.lost){ .hp:not(.text):not(.actcount):not(.treasure)[data-condition="high"]>div:not(.lost){
background: url('image/glass1.png'); background: url('image/glass1.png');
box-shadow: none; box-shadow: none;
border: none; border: none;
@ -7,7 +7,7 @@
-webkit-filter:none; -webkit-filter:none;
border-radius: 0px; border-radius: 0px;
} }
.hp:not(.text):not(.actcount)[data-condition="mid"]>div:not(.lost){ .hp:not(.text):not(.actcount):not(.treasure)[data-condition="mid"]>div:not(.lost){
background: url('image/glass2.png'); background: url('image/glass2.png');
box-shadow: none; box-shadow: none;
border: none; border: none;
@ -16,7 +16,7 @@
-webkit-filter:none; -webkit-filter:none;
border-radius: 0px; border-radius: 0px;
} }
.hp:not(.text):not(.actcount)[data-condition="low"]>div:not(.lost){ .hp:not(.text):not(.actcount):not(.treasure)[data-condition="low"]>div:not(.lost){
background: url('image/glass3.png'); background: url('image/glass3.png');
box-shadow: none; box-shadow: none;
border: none; border: none;
@ -25,7 +25,7 @@
-webkit-filter:none; -webkit-filter:none;
border-radius: 0px; border-radius: 0px;
} }
.hp:not(.text):not(.actcount)>.lost{ .hp:not(.text):not(.actcount):not(.treasure)>.lost{
background: url('image/glass4.png'); background: url('image/glass4.png');
box-shadow: none; box-shadow: none;
border: none; border: none;
@ -34,15 +34,15 @@
border-radius: 0px; border-radius: 0px;
} }
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="high"]>div:not(.lost){ #arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)[data-condition="high"]>div:not(.lost){
transform: scale(1.6); transform: scale(1.6);
} }
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="mid"]>div:not(.lost){ #arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)[data-condition="mid"]>div:not(.lost){
transform: scale(1.6); transform: scale(1.6);
} }
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="low"]>div:not(.lost){ #arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)[data-condition="low"]>div:not(.lost){
transform: scale(1.6); transform: scale(1.6);
} }
#arena.oldlayout .player .hp:not(.text):not(.actcount)>.lost{ #arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)>.lost{
transform: scale(1.6); transform: scale(1.6);
} }

View File

@ -1,4 +1,4 @@
.hp:not(.text):not(.actcount)[data-condition="high"]>div:not(.lost){ .hp:not(.text):not(.actcount):not(.treasure)[data-condition="high"]>div:not(.lost){
background: url('image/official1.png'); background: url('image/official1.png');
box-shadow: none; box-shadow: none;
border: none; border: none;
@ -6,7 +6,7 @@
transform: scale(1.4); transform: scale(1.4);
border-radius: 0px; border-radius: 0px;
} }
.hp:not(.text):not(.actcount)[data-condition="mid"]>div:not(.lost){ .hp:not(.text):not(.actcount):not(.treasure)[data-condition="mid"]>div:not(.lost){
background: url('image/official2.png'); background: url('image/official2.png');
box-shadow: none; box-shadow: none;
border: none; border: none;
@ -14,7 +14,7 @@
transform: scale(1.4); transform: scale(1.4);
border-radius: 0px; border-radius: 0px;
} }
.hp:not(.text):not(.actcount)[data-condition="low"]>div:not(.lost){ .hp:not(.text):not(.actcount):not(.treasure)[data-condition="low"]>div:not(.lost){
background: url('image/official3.png'); background: url('image/official3.png');
box-shadow: none; box-shadow: none;
border: none; border: none;
@ -22,7 +22,7 @@
transform: scale(1.4); transform: scale(1.4);
border-radius: 0px; border-radius: 0px;
} }
.hp:not(.text):not(.actcount)>.lost{ .hp:not(.text):not(.actcount):not(.treasure)>.lost{
background: url('image/official4.png'); background: url('image/official4.png');
box-shadow: none; box-shadow: none;
border: none; border: none;
@ -31,15 +31,15 @@
border-radius: 0px; border-radius: 0px;
} }
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="high"]>div:not(.lost){ #arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)[data-condition="high"]>div:not(.lost){
transform: scale(1.6); transform: scale(1.6);
} }
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="mid"]>div:not(.lost){ #arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)[data-condition="mid"]>div:not(.lost){
transform: scale(1.6); transform: scale(1.6);
} }
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="low"]>div:not(.lost){ #arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)[data-condition="low"]>div:not(.lost){
transform: scale(1.6); transform: scale(1.6);
} }
#arena.oldlayout .player .hp:not(.text):not(.actcount)>.lost{ #arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)>.lost{
transform: scale(1.6); transform: scale(1.6);
} }

View File

@ -1,4 +1,4 @@
.hp:not(.text):not(.actcount)[data-condition="high"]>div:not(.lost){ .hp:not(.text):not(.actcount):not(.treasure)[data-condition="high"]>div:not(.lost){
background: url('image/ol1.png'); background: url('image/ol1.png');
box-shadow: none; box-shadow: none;
border: none; border: none;
@ -7,7 +7,7 @@
-webkit-filter:none; -webkit-filter:none;
border-radius: 0px; border-radius: 0px;
} }
.hp:not(.text):not(.actcount)[data-condition="mid"]>div:not(.lost){ .hp:not(.text):not(.actcount):not(.treasure)[data-condition="mid"]>div:not(.lost){
background: url('image/ol2.png'); background: url('image/ol2.png');
box-shadow: none; box-shadow: none;
border: none; border: none;
@ -16,7 +16,7 @@
-webkit-filter:none; -webkit-filter:none;
border-radius: 0px; border-radius: 0px;
} }
.hp:not(.text):not(.actcount)[data-condition="low"]>div:not(.lost){ .hp:not(.text):not(.actcount):not(.treasure)[data-condition="low"]>div:not(.lost){
background: url('image/ol3.png'); background: url('image/ol3.png');
box-shadow: none; box-shadow: none;
border: none; border: none;
@ -25,7 +25,7 @@
-webkit-filter:none; -webkit-filter:none;
border-radius: 0px; border-radius: 0px;
} }
.hp:not(.text):not(.actcount)>.lost{ .hp:not(.text):not(.actcount):not(.treasure)>.lost{
background: url('image/ol4.png'); background: url('image/ol4.png');
box-shadow: none; box-shadow: none;
border: none; border: none;
@ -36,15 +36,15 @@
-webkit-filter:grayscale(1) opacity(0.8); -webkit-filter:grayscale(1) opacity(0.8);
} }
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="high"]>div:not(.lost){ #arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)[data-condition="high"]>div:not(.lost){
transform: scale(1.6); transform: scale(1.6);
} }
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="mid"]>div:not(.lost){ #arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)[data-condition="mid"]>div:not(.lost){
transform: scale(1.6); transform: scale(1.6);
} }
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="low"]>div:not(.lost){ #arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)[data-condition="low"]>div:not(.lost){
transform: scale(1.6); transform: scale(1.6);
} }
#arena.oldlayout .player .hp:not(.text):not(.actcount)>.lost{ #arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)>.lost{
transform: scale(1.6); transform: scale(1.6);
} }

View File

@ -1,4 +1,4 @@
.hp:not(.text):not(.actcount)[data-condition="high"]>div:not(.lost){ .hp:not(.text):not(.actcount):not(.treasure)[data-condition="high"]>div:not(.lost){
background: url('image/round1.png'); background: url('image/round1.png');
box-shadow: none; box-shadow: none;
border: none; border: none;
@ -7,7 +7,7 @@
-webkit-filter:none; -webkit-filter:none;
border-radius: 0px; border-radius: 0px;
} }
.hp:not(.text):not(.actcount)[data-condition="mid"]>div:not(.lost){ .hp:not(.text):not(.actcount):not(.treasure)[data-condition="mid"]>div:not(.lost){
background: url('image/round2.png'); background: url('image/round2.png');
box-shadow: none; box-shadow: none;
border: none; border: none;
@ -16,7 +16,7 @@
-webkit-filter:none; -webkit-filter:none;
border-radius: 0px; border-radius: 0px;
} }
.hp:not(.text):not(.actcount)[data-condition="low"]>div:not(.lost){ .hp:not(.text):not(.actcount):not(.treasure)[data-condition="low"]>div:not(.lost){
background: url('image/round3.png'); background: url('image/round3.png');
box-shadow: none; box-shadow: none;
border: none; border: none;
@ -25,7 +25,7 @@
-webkit-filter:none; -webkit-filter:none;
border-radius: 0px; border-radius: 0px;
} }
.hp:not(.text):not(.actcount)>.lost{ .hp:not(.text):not(.actcount):not(.treasure)>.lost{
background: url('image/round4.png'); background: url('image/round4.png');
box-shadow: none; box-shadow: none;
border: none; border: none;
@ -34,15 +34,15 @@
border-radius: 0px; border-radius: 0px;
} }
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="high"]>div:not(.lost){ #arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)[data-condition="high"]>div:not(.lost){
transform: scale(1.6); transform: scale(1.6);
} }
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="mid"]>div:not(.lost){ #arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)[data-condition="mid"]>div:not(.lost){
transform: scale(1.6); transform: scale(1.6);
} }
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="low"]>div:not(.lost){ #arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)[data-condition="low"]>div:not(.lost){
transform: scale(1.6); transform: scale(1.6);
} }
#arena.oldlayout .player .hp:not(.text):not(.actcount)>.lost{ #arena.oldlayout .player .hp:not(.text):not(.actcount):not(.treasure)>.lost{
transform: scale(1.6); transform: scale(1.6);
} }