diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-05-02 22:15:39 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-05-02 22:15:39 +0200 |
commit | 3956164d1ed1580d5fe022ac6712ed1711ad10f1 (patch) | |
tree | aede21d2e4eb2fe516b91907a7e40b0d24803867 /play.css | |
parent | f952fd45b3d6c487b8b05a1b58e3eaa792534736 (diff) | |
download | plantagenet-3956164d1ed1580d5fe022ac6712ed1711ad10f1.tar.gz |
seats
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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%); } |