text
This commit is contained in:
parent
a00ec97c57
commit
6a971a5632
|
@ -5241,7 +5241,7 @@
|
|||
ge:function(target){
|
||||
if(target){
|
||||
cheat.gx('zhuge',target);
|
||||
cheat.gx('qilin',target);
|
||||
cheat.gx('qinglong',target);
|
||||
cheat.gx('bagua',target);
|
||||
cheat.gx('dilu',target);
|
||||
cheat.gx('chitu',target);
|
||||
|
@ -5249,7 +5249,7 @@
|
|||
}
|
||||
else{
|
||||
cheat.g('zhuge');
|
||||
cheat.g('qilin');
|
||||
cheat.g('qinglong');
|
||||
cheat.g('bagua');
|
||||
cheat.g('dilu');
|
||||
cheat.g('chitu');
|
||||
|
|
|
@ -1209,16 +1209,16 @@ margin-bottom: 5px;
|
|||
.equips>.equip5{top: calc(50% - 21px);left:calc(50% - 21px);border-radius: 21px;z-index: 1}
|
||||
.equips>div>div:not(.image),.judges>div>div:not(.image),.marks>div>div:not(.image){display: none;}
|
||||
.equips>div>.image,.judges>div>.image,.marks>div>.image{width:120%;height:120%;left:-20%;top:-20%;}
|
||||
.equips>div:hover>.info{display: inline-block;
|
||||
/*.equips>div:hover>.info{display: inline-block;
|
||||
animation:equip_hover 1s;
|
||||
-webkit-animation:equip_hover 1s;
|
||||
left: 0;right: auto;width: 42px;text-align: center;}
|
||||
.equips>div:hover>.background {
|
||||
left: 0;right: auto;width: 42px;text-align: center;}*/
|
||||
/*.equips>div:hover>.background {
|
||||
animation:equip_hover2 1s;
|
||||
animation-fill-mode: forwards;
|
||||
-webkit-animation:equip_hover2 1s;
|
||||
-webkit-animation-fill-mode: forwards;
|
||||
}
|
||||
}*/
|
||||
.judges{height: 24px;left: 14px;top: -18px;}
|
||||
.marks{height: 24px;left: 14px;top: 112px;}
|
||||
.player>.marks{z-index: 4}
|
||||
|
|
|
@ -114,6 +114,9 @@
|
|||
display:block;
|
||||
margin-left:5px;
|
||||
}
|
||||
#arena.oblongcard:not(.chess).textequip .player[data-position='0'] .equips>.card>.name2{
|
||||
line-height: 29px;
|
||||
}
|
||||
#arena:not(.chess).textequip .player[data-position='0'] .equips>.card>div,
|
||||
.player:not([data-position='0']) .equips>.card>div,
|
||||
#arena.chess .player .equips>.card>div{
|
||||
|
|
|
@ -83,21 +83,53 @@
|
|||
#arena:not(.chess) .player[data-position='0'].playerfocus{
|
||||
transform: scale(1);
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']>.equips>div{
|
||||
#arena:not(.chess) .player[data-position='0']>.equips>div:not(.equip5){
|
||||
width: 45px;
|
||||
height: 45px;
|
||||
margin: 0;
|
||||
border-radius: 4px;
|
||||
position: absolute;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']>.equips>div:not(.equip5)>.image{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']>.equips>div:not(.equip5)>.name{
|
||||
display: block;
|
||||
transform: scale(0.43) !important;
|
||||
transform-origin: left top;
|
||||
left: 2px;
|
||||
top: 3px;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']>.equips>div:not(.equip5)>.name.long{
|
||||
top: 2px;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']>.equips>div:not(.equip5)>.info{
|
||||
display: block;
|
||||
transform: scale(0.43) !important;
|
||||
transform-origin: right top;
|
||||
right: 3px;
|
||||
top: 3px;
|
||||
}
|
||||
/*#arena.oblongcard:not(.chess) .player[data-position='0']>.equips>div:not(.equip5){
|
||||
height: 54px;
|
||||
}
|
||||
#arena.oblongcard:not(.chess) .player[data-position='0']>.equips>div:not(.equip5)>.image{
|
||||
width: 120%;
|
||||
height: 100%;
|
||||
left: -20%;
|
||||
top: 0%;
|
||||
}*/
|
||||
#arena:not(.chess):not(.textequip) .player[data-position='0']>.equips>div.legend{
|
||||
border: 1px solid rgb(192, 90, 255);
|
||||
}
|
||||
#arena:not(.chess):not(.textequip) .player[data-position='0']>.equips>div.epic{
|
||||
border: 1px solid rgb(90, 171, 255);
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']>.equips>.equip5{
|
||||
border-radius: 45px;
|
||||
#arena.mobile:not(.chess) .player[data-position='0']>.equips>.equip5{
|
||||
border-radius: 100%;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']{
|
||||
width: calc(5000% / 47);
|
||||
|
@ -264,3 +296,21 @@
|
|||
left:0;
|
||||
background-size:cover;
|
||||
}
|
||||
|
||||
#arena.mobile.oblongcard:not(.chess) #handcards1{
|
||||
height: 100%;
|
||||
top: 2px;
|
||||
}
|
||||
#arena.mobile.oblongcard:not(.chess)>.card,
|
||||
#arena.mobile.oblongcard:not(.chess) .handcards>.card{
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
#arena.mobile.oblongcard:not(.chess):not(.textequip) .player[data-position='0']>.equips>.equip1,
|
||||
#arena.mobile.oblongcard:not(.chess):not(.textequip) .player[data-position='0']>.equips>.equip2{
|
||||
top:20px;
|
||||
}
|
||||
#arena.mobile.oblongcard:not(.chess):not(.textequip) .player[data-position='0']>.equips>.equip3,
|
||||
#arena.mobile.oblongcard:not(.chess):not(.textequip) .player[data-position='0']>.equips>.equip4{
|
||||
bottom:20px;
|
||||
}
|
||||
|
|
|
@ -69,9 +69,32 @@ body{
|
|||
#arena:not(.mobile):not(.oldlayout) .player.unseen .equips:not(*:empty)>.card{
|
||||
background: none !important;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']>.equips>.equip5 {
|
||||
#arena.mobile:not(.chess) .player[data-position='0']>.equips>.equip5 {
|
||||
border-radius: 4px;
|
||||
}
|
||||
#arena.mobile:not(.chess) .player[data-position='0']>.equips>.equip5>.image{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
#arena.mobile:not(.chess) .player[data-position='0']>.equips>.equip5>.name{
|
||||
display: block;
|
||||
transform: scale(0.43) !important;
|
||||
transform-origin: left top;
|
||||
left: 2px;
|
||||
top: 3px;
|
||||
}
|
||||
#arena.mobile:not(.chess) .player[data-position='0']>.equips>.equip5>.name.long{
|
||||
top: 2px;
|
||||
}
|
||||
#arena.mobile:not(.chess) .player[data-position='0']>.equips>.equip5>.info{
|
||||
display: block;
|
||||
transform: scale(0.43) !important;
|
||||
transform-origin: right top;
|
||||
right: 3px;
|
||||
top: 3px;
|
||||
}
|
||||
.cardbg{
|
||||
background-size: 100% 100% !important;
|
||||
}
|
||||
|
|
|
@ -4,6 +4,29 @@
|
|||
background: url('image/new.png');
|
||||
background-size:cover;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']>.equips>.equip5 {
|
||||
#arena.mobile:not(.chess) .player[data-position='0']>.equips>.equip5 {
|
||||
border-radius: 4px;
|
||||
}
|
||||
#arena.mobile:not(.chess) .player[data-position='0']>.equips>.equip5>.image{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
#arena.mobile:not(.chess) .player[data-position='0']>.equips>.equip5>.name{
|
||||
display: block;
|
||||
transform: scale(0.43) !important;
|
||||
transform-origin: left top;
|
||||
left: 2px;
|
||||
top: 3px;
|
||||
}
|
||||
#arena.mobile:not(.chess) .player[data-position='0']>.equips>.equip5>.name.long{
|
||||
top: 2px;
|
||||
}
|
||||
#arena.mobile:not(.chess) .player[data-position='0']>.equips>.equip5>.info{
|
||||
display: block;
|
||||
transform: scale(0.43) !important;
|
||||
transform-origin: right top;
|
||||
right: 3px;
|
||||
top: 3px;
|
||||
}
|
||||
|
|
|
@ -4,6 +4,29 @@
|
|||
background: url('../../simple/card.png');
|
||||
background-size:cover;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']>.equips>.equip5 {
|
||||
#arena.mobile:not(.chess) .player[data-position='0']>.equips>.equip5 {
|
||||
border-radius: 4px;
|
||||
}
|
||||
#arena.mobile:not(.chess) .player[data-position='0']>.equips>.equip5>.image{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
#arena.mobile:not(.chess) .player[data-position='0']>.equips>.equip5>.name{
|
||||
display: block;
|
||||
transform: scale(0.43) !important;
|
||||
transform-origin: left top;
|
||||
left: 2px;
|
||||
top: 3px;
|
||||
}
|
||||
#arena.mobile:not(.chess) .player[data-position='0']>.equips>.equip5>.name.long{
|
||||
top: 2px;
|
||||
}
|
||||
#arena.mobile:not(.chess) .player[data-position='0']>.equips>.equip5>.info{
|
||||
display: block;
|
||||
transform: scale(0.43) !important;
|
||||
transform-origin: right top;
|
||||
right: 3px;
|
||||
top: 3px;
|
||||
}
|
||||
|
|
|
@ -91,7 +91,7 @@ html{
|
|||
#arena:not(.chess).textequip .player[data-position='0'] .equips>.card{
|
||||
background: url('wood.jpg') !important;
|
||||
color:rgb(77, 60, 51) !important;
|
||||
text-shadow: none;
|
||||
text-shadow: none !important;
|
||||
box-shadow: rgba(0,0,0,0.4) 1px 0 0 1px;
|
||||
}
|
||||
#arena:not(.chess).textequip .player[data-position='0'] .equips>.card:first-child{
|
||||
|
|
Loading…
Reference in New Issue