From 23da94dd6a9fcb4e45f3fdd965ecd2f6663ae1f4 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 5 Jun 2024 01:00:26 +0200 Subject: improve move path highlighting --- play.css | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'play.css') diff --git a/play.css b/play.css index d5128be..81bf912 100644 --- a/play.css +++ b/play.css @@ -120,8 +120,8 @@ body { min-height: 6px; } -.city_tip .piece_tip, .path_tip { cursor: pointer; } -.city_tip:hover, .piece_tip:hover, .path_tip:hover { text-decoration: underline; } +.city_tip .piece_tip, .move_tip { cursor: pointer; } +.city_tip:hover, .piece_tip:hover, .move_tip:hover { text-decoration: underline; } #log .h { background-color: tan; @@ -149,6 +149,11 @@ body { #log .i { padding-left: 20px } #log .ii { padding-left: 32px } +#log .move_tip { + padding-left: 20px; + text-indent: -12px; +} + #log span.suit { font-size: 11px; } span.value { padding: 0 1px } @@ -431,11 +436,18 @@ span.suit.reserve { font-weight: bold; font-family: "Source Serif SmText"; } /* ROADS */ +.space.move { + background-color: #fff8; +} + +.space.move_end { + background-color: #0f08; +} + svg .road { stroke: white; stroke-width: 6; stroke-linecap: round; - stroke-dashpattern: 6 6; } svg .main_road { -- cgit v1.2.3