diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-05-21 13:53:06 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-05-21 13:53:06 +0200 |
commit | f6c6cfa47e922907aa80bd892308e1aec10e9954 (patch) | |
tree | 18c214940079a902e56d6233dfd25d3f90894050 /play.css | |
parent | 9be7f7d8beb3d037cc656b06d8289c7133d1249e (diff) | |
download | washingtons-war-f6c6cfa47e922907aa80bd892308e1aec10e9954.tar.gz |
Full map.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -74,17 +74,17 @@ aside { /* MAP WITH MARKERS, CUs, LEADERS, AND SPACES */ /* 3300x5100 */ +/* 1650x2550 */ #mapwrap { - width: 1576px; - height: 2480px; - margin-top: 40px; + width: 1650px; + height: 2550px; } #map { - width: 1576px; - height: 2480px; - background-image: url("/washingtons-war/images/map-75.jpg"); + width: 1650px; + height: 2550px; + background-image: url(images/WWmap-3-75.webp); background-size: cover; box-shadow: 0 0 20px black; } @@ -279,8 +279,8 @@ aside { } #war_ends { - left:1034px; - top:1611px; + left:1074px; + top:1647px; position:absolute; width: 186px; height: 262px; @@ -312,12 +312,12 @@ aside { display: block; } -#played_british_reinforcements { left: 871px; } -#played_american_reinforcements_1 { left: 1104px; } -#played_american_reinforcements_2 { left: 1336px; } +#played_british_reinforcements { left: 911px; } +#played_american_reinforcements_1 { left: 1144px; } +#played_american_reinforcements_2 { left: 1376px; } .reinforcements { position:absolute; - top: 1886px; + top: 1922px; width: 186px; height: 262px; background-position: -1px -1px; |