From 4d83f7151b4bbf1cfe93e39a04900a362c091737 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 2 Jul 2021 21:04:27 +0200 Subject: crusader: Nuke wide map format. --- play.html | 55 ++++++++----------------------------------------------- 1 file changed, 8 insertions(+), 47 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index ac6ab2b..4836f0a 100644 --- a/play.html +++ b/play.html @@ -28,31 +28,16 @@ .map #timeline { position: absolute; -} - -.map.tall #timeline { width: 88px; height: 35px; top: 2410px; background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.3), rgba(255,255,255,0.8)); } -.map.wide #timeline { - width: 35px; height: 88px; left: 2410px; - background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.3), rgba(255,255,255,0.8)); -} - -.map.tall #timeline.year_1187 { left: 702px; } -.map.tall #timeline.year_1188 { left: 793px; width: 89px; } -.map.tall #timeline.year_1189 { left: 885px; } -.map.tall #timeline.year_1190 { left: 976px; width: 89px; } -.map.tall #timeline.year_1191 { left: 1068px; } -.map.tall #timeline.year_1192 { left: 1160px; width: 85px; } - -.map.wide #timeline.year_1187 { top: 30px; height: 86px; } -.map.wide #timeline.year_1188 { top: 119px; } -.map.wide #timeline.year_1189 { top: 211px; } -.map.wide #timeline.year_1190 { top: 304px; } -.map.wide #timeline.year_1191 { top: 393px; height: 89px; } -.map.wide #timeline.year_1192 { top: 485px; } +.map #timeline.year_1187 { left: 702px; } +.map #timeline.year_1188 { left: 793px; width: 89px; } +.map #timeline.year_1189 { left: 885px; } +.map #timeline.year_1190 { left: 976px; width: 89px; } +.map #timeline.year_1191 { left: 1068px; } +.map #timeline.year_1192 { left: 1160px; width: 85px; } #turn { padding: 8px 0px 8px 8px; @@ -99,33 +84,12 @@ .map { position: relative; - background-repeat: no-repeat; -} - -.map.tall { width: 1275px; height: 2475px; + background-repeat: no-repeat; background-color: #224467; } -.map.wide { - width: 2475px; - height: 1275px; - background-image: url("map-h.jpg"); -} - -.map.crop.tall { - width: 1215px; - height: 2378px; - background-position: -30px -30px; -} - -.map.crop.wide { - width: 2378px; - height: 1215px; - background-position: -30px -30px; -} - .map.hide_blocks div.blocks { visibility: hidden; } @@ -412,9 +376,6 @@ X#FR { background-image: linear-gradient(182deg, tan 30%, olivedrab 35%); }