This commit is contained in:
parent
6a971a5632
commit
5649a1d2d4
|
@ -142,7 +142,7 @@
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
#arena.oblongcard:not(.chess) .player[data-position='0']{
|
#arena.oblongcard:not(.chess) .player[data-position='0']{
|
||||||
height: 144px;
|
height: 140px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#arena:not(.chess) .player[data-position='0'].linked>.damage{
|
#arena:not(.chess) .player[data-position='0'].linked>.damage{
|
||||||
|
@ -297,15 +297,6 @@
|
||||||
background-size:cover;
|
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>.equip1,
|
||||||
#arena.mobile.oblongcard:not(.chess):not(.textequip) .player[data-position='0']>.equips>.equip2{
|
#arena.mobile.oblongcard:not(.chess):not(.textequip) .player[data-position='0']>.equips>.equip2{
|
||||||
top:20px;
|
top:20px;
|
||||||
|
@ -314,3 +305,27 @@
|
||||||
#arena.mobile.oblongcard:not(.chess):not(.textequip) .player[data-position='0']>.equips>.equip4{
|
#arena.mobile.oblongcard:not(.chess):not(.textequip) .player[data-position='0']>.equips>.equip4{
|
||||||
bottom:20px;
|
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;
|
||||||
|
}
|
||||||
|
|
|
@ -98,9 +98,11 @@ html{
|
||||||
box-shadow: rgba(0,0,0,0.4) 0 1px 0 0;
|
box-shadow: rgba(0,0,0,0.4) 0 1px 0 0;
|
||||||
}
|
}
|
||||||
#arena:not(.chess).textequip .player[data-position='0'] .equips>.card.selected{
|
#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;
|
-webkit-filter: sepia(0.8) !important;
|
||||||
color: white !important;
|
background-image: url('wood.jpg') !important;
|
||||||
box-shadow: rgba(0,0,0,0.4) 1px 0 0 1px !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{
|
#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;
|
box-shadow: rgba(0,0,0,0.4) 0 1px 0 0 !important;
|
||||||
|
|
Loading…
Reference in New Issue