diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 22 |
1 files changed, 0 insertions, 22 deletions
@@ -31,9 +31,6 @@ main { background-color: dimgray } #log { background-color: whitesmoke; } #log .h1 { background-color: silver; font-weight: bold; padding-top:4px; padding-bottom:4px; margin: 8px 0; text-align: center; } - - - #log .h2 { background-color: gainsboro; padding-top:2px; padding-bottom:2px; text-align: center; } #log .h3 { background-color: gainsboro; padding-top:2px; padding-bottom:2px; text-align: center; } #log .fln { background-color: #C1E1C1; } @@ -44,8 +41,6 @@ main { background-color: dimgray } #mapwrap { width: 1500px; height: 1101px; - /* width: 2705px; - height: 1985px; */ box-shadow: 0px 1px 10px #0008; } @@ -57,13 +52,6 @@ main { background-color: dimgray } background-image: url(map.svg); } -/* #map div { - position: absolute; - transition-property: top, left; - transition-duration: 1s; - transition-timing-function: ease; -} */ - /* SPACES */ .space{position:absolute;box-sizing:border-box;border:4px solid transparent;} @@ -102,15 +90,10 @@ main { background-color: dimgray } /* COUNTERS */ -/* #map .counter { - position: absolute; -} */ - .counter { background-size: 1000%; background-repeat: no-repeat; border-style: solid; - /* transition: top 200ms, left 200ms, transform 200ms; */ } .counter { @@ -133,12 +116,7 @@ main { background-color: dimgray } border-width: 1px; } -/* #mapwrap.fit .counter { - background-image: url(counters-simple.svg); -} */ - .counter.action { - /* box-shadow: 0 0 0 2px grey; */ box-shadow: 0 0 0 2px var(--highlight-color); } |