summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-09-24 12:18:46 +0200
committerTor Andersson <tor@ccxvii.net>2023-10-01 16:11:22 +0200
commitb6d6cd49d0e77338c1a71640476ef17dfb89bfe9 (patch)
tree14f14a4b2377b967ee8bdc16062d99aebf9a0e5f /play.css
parent1c45f29cd419c14acf13e7823866a14e60641905 (diff)
downloadwaterloo-campaign-1815-b6d6cd49d0e77338c1a71640476ef17dfb89bfe9.tar.gz
Log appearance. Blown results - click on piece.
Diffstat (limited to 'play.css')
-rw-r--r--play.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/play.css b/play.css
index 3c12a25..0911417 100644
--- a/play.css
+++ b/play.css
@@ -1,8 +1,9 @@
header { background-color: hsl(39, 25%, 75%); }
#replay_panel { background-color: hsl(39, 25%, 75%);; }
-#log { background-color: hsl(51, 63%, 92%); }
-#log .h1 { background-color: hsl(48, 26%, 65%); }
-#log .h2 { background-color: hsl(39, 25%, 75%); }
+#log { background-color: hsl(50, 50%, 92%); }
+#log .h1 { background-color: hsl(50, 25%, 65%); }
+#log .h2 { background-color: hsl(50, 25%, 75%); }
+#log .h3 { background-color: hsl(50, 40%, 85%); }
body.French header.your_turn { background-color: hsl(195, 72%, 75%); }
#role_French .role_name { background-color: hsl(195, 72%, 80%); }
@@ -12,7 +13,8 @@ body.Coalition header.your_turn { background-color: white; }
#log { padding-top: 0 }
#log .h1 { font-weight: bold; padding-top:2px; padding-bottom:2px; }
#log .h2 { padding-top:1px; padding-bottom:1px; }
-#log .h1, .h2 {
+#log .h3 { padding-top:1px; padding-bottom:1px; }
+#log .h1, .h2, .h3 {
margin: 9px 0;
text-align: center;
border-bottom: 1px solid #444;