diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-01-17 17:52:44 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:39 +0100 |
commit | 605d13ad1d5b3abf692c9474fb13fa0e50c3910b (patch) | |
tree | 7e3a21b0171a14b0dab44d4c10ceebd0afad9007 /play.html | |
parent | 870773529094615d66759b272b3fd870a494690e (diff) | |
download | nevsky-605d13ad1d5b3abf692c9474fb13fa0e50c3910b.tar.gz |
Castle marker layout.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -983,6 +983,11 @@ body.shift .mustered_vassals { position: absolute; } +#pieces .castle { + position: absolute; + pointer-events: none; +} + .service_marker.teutonic.lord.selected { box-shadow: 0 0 0 1px #111, 0 0 0 3px yellow; } @@ -1299,6 +1304,10 @@ body.shift .mustered_vassals { <div id="vp1" class="hide marker circle victory teutonic v0 stack"></div> <div id="legate" class="hide"></div> <div id="smerdi" class="box"></div> + <div id="castle11" class="hide marker rectangle castle teutonic"/></div> + <div id="castle12" class="hide marker rectangle castle teutonic"/></div> + <div id="castle21" class="hide marker rectangle castle russian"/></div> + <div id="castle22" class="hide marker rectangle castle russian"/></div> </div> </div> |