From cd5a083ea9ade6a7f6ef7e16e336fff9f30343aa Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 27 May 2024 00:28:00 +0200 Subject: chevert unstack. stay in attack position. no move search. --- play.css | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'play.css') diff --git a/play.css b/play.css index b69659f..658b1e1 100644 --- a/play.css +++ b/play.css @@ -205,6 +205,15 @@ TWOD.piece.cylinder { border: 1px solid black; } +#combat { + position: absolute; + width: 52px; + height: 52px; + border: 4px solid #c00; + background-color: #c008; + border-radius: 50%; +} + .panel { background-color: #444; width: clamp(824px, calc(100% - 30px), 1636px); @@ -279,17 +288,6 @@ TWOD.piece.cylinder { .space.objective.action.imperial { background-color: #fbe30080; } .space.objective.action.france { background-color: #ed1c2380; } -@media (pointer: fine) { - -.move line { stroke: white; } -.battle line { stroke: #c00; } -.retreat line { stroke: #800; opacity: 33%; } -line { stroke-linecap: round; } -line.road { stroke-width: 6px; } -line.major_road { stroke-width: 8px; } - -} - .marker.conquest.austria { background-image: url(images/conquest_austria.2x.png) } .marker.conquest.france { background-image: url(images/conquest_france.2x.png) } .marker.conquest.imperial { background-image: url(images/conquest_imperial.2x.png) } -- cgit v1.2.3