From 3956164d1ed1580d5fe022ac6712ed1711ad10f1 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 2 May 2024 22:15:39 +0200 Subject: seats --- play.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'play.css') diff --git a/play.css b/play.css index f63868a..51c0fd2 100644 --- a/play.css +++ b/play.css @@ -211,6 +211,14 @@ body.Lancaster #plan_actions .york { display: none } /* MARKERS */ +.seat { + position: absolute; + background-size: 74px 74px; + border-radius: 50%; + width: 74px; + height: 74px; +} + .marker { border: 2px solid transparent; background-size: cover; @@ -378,12 +386,6 @@ body.Lancaster #plan_actions .york { display: none } /* transform: rotate(45deg); */ } -.marker.seat { - border-radius: 8px; - /* transform: rotate(315deg); */ -} - - /* ASSETS */ .asset { @@ -493,8 +495,8 @@ body.Lancaster #plan_actions .york { display: none } .mat .board { background-image: url(images/lord_mat_150.jpg); } } -.mat.command .board { box-shadow: 0 0 0 1px #333, 0 0 0 4px gold; } .mat.selected .board { box-shadow: 0 0 0 1px #333, 0 0 0 4px yellow; } +.mat.command .board { box-shadow: 0 0 0 1px #333, 0 0 0 4px gold; } .mat.engaged .board { box-shadow: 0 0 0 1px #333, 0 0 0 4px indianred; } #court1 .mat.hidden .board, @@ -950,8 +952,6 @@ body.shift .mat .capabilities { .marker.moved_fought { background-color: hsl(204,100%,37%); border-color: hsl(204,100%,47%) hsl(204,100%,27%) hsl(204,100%,27%) hsl(204,100%,47%); } .marker.number.lancaster { background-color: hsl(358,83%,91%); border-color: hsl(358,83%,100%) hsl(358,83%,81%) hsl(358,83%,81%) hsl(358,83%,100%); } .marker.number.york { background-color: hsl(0,0%,100%); border-color: hsl(0,0%,100%) hsl(0,0%,90%) hsl(0,0%,90%) hsl(0,0%,100%); } -.marker.seat.lancaster { background-color: hsl(358,76%,50%); border-color: hsl(358,76%,60%) hsl(358,76%,40%) hsl(358,76%,40%) hsl(358,76%,60%); } -.marker.seat.york { background-color: hsl(0,0%,96%); border-color: hsl(0,0%,100%) hsl(0,0%,86%) hsl(0,0%,86%) hsl(0,0%,100%); } .marker.vassal { background-color: hsl(58,34%,73%); border-color: hsl(58,34%,83%) hsl(58,34%,63%) hsl(58,34%,63%) hsl(58,34%,83%); } .marker.vassal.back { background-color: hsl(57,48%,75%); border-color: hsl(57,48%,85%) hsl(57,48%,65%) hsl(57,48%,65%) hsl(57,48%,85%); } .marker.vassal.vassal_hastings { background-color: hsl(217,53%,88%); border-color: hsl(217,53%,98%) hsl(217,53%,78%) hsl(217,53%,78%) hsl(217,53%,98%); } -- cgit v1.2.3