summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-08-22 10:50:56 +0200
committerTor Andersson <tor@ccxvii.net>2024-08-22 22:02:58 +0200
commitf325e1673fa843d06e47ef1ce558ea6606b3c92b (patch)
tree12c98696bcc3240726a13df4c8b1fa742f847ef3 /play.css
parenteb9f45cf055f9f9823eed3aeaefada74f6d07454 (diff)
downloadwashingtons-war-f325e1673fa843d06e47ef1ce558ea6606b3c92b.tar.gz
Space ordering.
Diffstat (limited to 'play.css')
-rw-r--r--play.css18
1 files changed, 15 insertions, 3 deletions
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;