diff --git a/game/Custom.css b/game/Custom.css index fe35a4b..2600a07 100644 --- a/game/Custom.css +++ b/game/Custom.css @@ -109,7 +109,7 @@ #757692 2px 0px, #757692 1px 2px, #757692 2px 2px !important; */ font-size: x-large !important; /* -webkit-text-stroke: 0.2px rgb(0 0 0 / 27%) !important; */ - margin-left: -10px !important; + margin-left: -5% !important; margin-top: 4px; } #btnNextLevel { @@ -162,7 +162,7 @@ #757692 2px 0px, #757692 1px 2px, #757692 2px 2px !important; */ font-size: x-large !important; -webkit-text-stroke: 0.2px rgb(0 0 0 / 27%) !important; - margin-left: -10px !important; + margin-left: -5% !important; margin-top: -4px; } #dHandBookP > div.title, diff --git a/game/UI.css b/game/UI.css index 85df315..a20eb84 100644 --- a/game/UI.css +++ b/game/UI.css @@ -1009,7 +1009,7 @@ td.HandBookZombie { } #dHandBookP .list .cost_cool { - width: 74%; + width: 64%; font-size: 14px; margin-left: auto; margin-right: auto; @@ -1065,9 +1065,9 @@ td.HandBookZombie { } #dProducePlant { - margin-left: auto; + margin-left: 50px; margin-right: auto; - width: 74%; + width: 64%; height: 210px; text-align: left; font-size: 13px; @@ -1158,9 +1158,9 @@ td.HandBookZombie { } #dProduceZombie { - margin-left: auto; + margin-left: 50px; margin-right: auto; - width: 76%; + width: 66%; height: 210px; text-align: left; font-size: 14px; diff --git a/game/images/interface/Almanac_PlantCard.png b/game/images/interface/Almanac_PlantCard.png index 5d599fc..ef54148 100644 Binary files a/game/images/interface/Almanac_PlantCard.png and b/game/images/interface/Almanac_PlantCard.png differ diff --git a/game/images/interface/Almanac_ZombieCard.png b/game/images/interface/Almanac_ZombieCard.png index 17ad520..d7c4511 100644 Binary files a/game/images/interface/Almanac_ZombieCard.png and b/game/images/interface/Almanac_ZombieCard.png differ