This commit is contained in:
libccy 2017-01-20 17:40:20 +08:00
parent 6a971a5632
commit 5649a1d2d4
2 changed files with 30 additions and 13 deletions

View File

@ -142,7 +142,7 @@
pointer-events: none;
}
#arena.oblongcard:not(.chess) .player[data-position='0']{
height: 144px;
height: 140px;
}
#arena:not(.chess) .player[data-position='0'].linked>.damage{
@ -297,15 +297,6 @@
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;
@ -314,3 +305,27 @@
#arena.mobile.oblongcard:not(.chess):not(.textequip) .player[data-position='0']>.equips>.equip4{
bottom:20px;
}
#arena.mobile.oblongcard.textequip:not(.chess) .player[data-position='0'] .equips>.removing{
margin-top:-14px !important;
margin-bottom:-14px !important;
transform:scale(1);
}
#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)>.card>.image,
#arena.mobile.oblongcard:not(.chess) .handcards>.card>.image{
height: 110px;
top: 10px;
background-position-x: -3px;
}

View File

@ -98,9 +98,11 @@ html{
box-shadow: rgba(0,0,0,0.4) 0 1px 0 0;
}
#arena:not(.chess).textequip .player[data-position='0'] .equips>.card.selected{
background-image: linear-gradient(rgba(47,101,150,1), rgba(43, 90, 132,1)) !important;
color: white !important;
box-shadow: rgba(0,0,0,0.4) 1px 0 0 1px !important;
-webkit-filter: sepia(0.8) !important;
background-image: url('wood.jpg') !important;
/*background-image: linear-gradient(rgba(47,101,150,1), rgba(43, 90, 132,1)) !important;*/
/*color: white !important;
box-shadow: rgba(0,0,0,0.4) 1px 0 0 1px !important;*/
}
#arena:not(.chess).textequip .player[data-position='0'] .equips>.card.selected:first-child{
box-shadow: rgba(0,0,0,0.4) 0 1px 0 0 !important;