From a004f3d20cca66ede253034b56246f37e8fa1011 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 6 Jan 2025 22:26:03 +0100 Subject: use overlay for systematization instead of double sized counter --- play.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'play.css') diff --git a/play.css b/play.css index 1a8a724..030c990 100644 --- a/play.css +++ b/play.css @@ -173,6 +173,11 @@ X#log .dem_nc { background-image: url(images/icon_dem.png) } box-shadow: 0 0 0 1px black, inset 0 0 0 1px black; } +.space.systematization { + background-color: #faebd7cc; + border-color: antiquewhite; +} + /* MARKERS */ /* node tools/gencolors.js */ @@ -316,9 +321,6 @@ X#log .dem_nc { background-image: url(images/icon_dem.png) } /* The Wall */ #event_9 { top: 175px; left: 216px; } -/* Systematisation */ -#event_69 {height: 65px; width: 65px; background-size: cover;} - /* CARD PANELS */ .panel { -- cgit v1.2.3