From f325e1673fa843d06e47ef1ce558ea6606b3c92b Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 22 Aug 2024 10:50:56 +0200 Subject: Space ordering. --- play.css | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'play.css') diff --git a/play.css b/play.css index 871bb54..40fadd3 100644 --- a/play.css +++ b/play.css @@ -2,9 +2,6 @@ main { background-color: slategray; } -.x_britain { background-color: hsl(15, 88%, 66%) } -.x_america { background-color: hsl(211, 52%, 64%) } - body.Britain header.your_turn { background-color: hsl(15, 90%, 75%) } body.America header.your_turn { background-color: hsl(211, 50%, 75%) } @@ -66,6 +63,21 @@ body.America header.your_turn { background-color: hsl(211, 50%, 75%) } #log div.i { padding-left: 32px; text-indent: -12px; } #log div.ii { padding-left: 44px; text-indent: -12px; } +#turn_info { + position: relative; + white-space: normal; +} + +#reshuffle { + position: absolute; + bottom: 6px; + right: 4px; + font-style: normal; + font-size: 16px; + line-height: 16px; + color: #000a; +} + #tooltip { pointer-events: none; position: fixed; -- cgit v1.2.3