From 5649a1d2d4477ccb01db215d13013ad4698d262c Mon Sep 17 00:00:00 2001 From: libccy Date: Fri, 20 Jan 2017 17:40:20 +0800 Subject: [PATCH] e1 --- layout/mobile/layout.css | 35 +++++++++++++++++++++++++---------- theme/woodden/style.css | 8 +++++--- 2 files changed, 30 insertions(+), 13 deletions(-) diff --git a/layout/mobile/layout.css b/layout/mobile/layout.css index 5af797d82..618a5495f 100644 --- a/layout/mobile/layout.css +++ b/layout/mobile/layout.css @@ -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; +} diff --git a/theme/woodden/style.css b/theme/woodden/style.css index 451bc3670..393018cca 100644 --- a/theme/woodden/style.css +++ b/theme/woodden/style.css @@ -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;