From 5a6b2d8b599de7a6a9ed1139ad484103642fe7d0 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 15 Jul 2023 21:19:07 +0200 Subject: Show size of Darkness and Hands. --- play.html | 37 +++++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 12 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index 2311ab0..92da5ea 100644 --- a/play.html +++ b/play.html @@ -28,15 +28,26 @@ body.Observer #hand { display: none; } -.court, #hand { +.role_hand_size { float: right } + +.court, #hand, #darkness { font-family: "Albert Text"; padding: 6px 10px; text-align: right; font-size: 20px; + //text-shadow: 0 0 2px #fff8; color: #0004; } -#log { background-color: oldlace; } +#darkness { + position: absolute; + right: -2px; + bottom: -2px; + color: #444; + text-shadow: 0 0 4px white; +} + +#log { background-color: whitesmoke; } #log .h1 { margin: 6px 0; padding: 2px 8px; @@ -71,7 +82,7 @@ body.Observer #hand { position: absolute; width: 825px; border: 2px solid #0004; - border-color: #fff4 #0004 #0004 #fff4; + border-color: #fff3 #0004 #0004 #fff3; box-shadow: 0 0 0 1px #222, 1px 1px 8px -2px #000; } @@ -97,9 +108,9 @@ body.Observer #hand { #hand { top: calc(12px + 80px + 12px + 638px + 12px + 80px + 12px) } #mapwrap { height: calc(12px + 80px + 12px + 638px + 12px + 80px + 12px + 80px) } +#hand, .court { background-color: #666 } .red.court { background-color: hsl(359,35%,45%) } .blue.court { background-color: hsl(220,35%,45%) } -#hand { background-color: #666 } #map div { position: absolute; @@ -209,14 +220,16 @@ body.Observer #hand {
- Red – - + Red +
+
- Blue – - + Blue +
+
@@ -227,10 +240,10 @@ body.Observer #hand {
-
Rival Court
-
-
Court
-
Hand
+
Rival Court
+
+
Court
+
Hand
-- cgit v1.2.3