summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css20
1 files changed, 17 insertions, 3 deletions
diff --git a/play.css b/play.css
index c8794c0..12dc196 100644
--- a/play.css
+++ b/play.css
@@ -37,11 +37,25 @@ body.Communist header.your_turn { background-color: hsl(355, 70%, 75%); }
#log .h5 { text-decoration: underline; }
#log { background-color: floralwhite }
-#log .h1 { background-color: tan }
+#log .h1 { background-color: tan ;}
#log .h2 { background-color: wheat }
#log .h3 { background-color: wheat }
-#log .h2.dem { background-color: hsl(206, 85%, 80%); }
-#log .h2.com { background-color: hsl(355, 70%, 80%); }
+
+#log .h1, .h2:not(.group), .h3 {
+ text-transform: uppercase;
+ border-top: 1px solid black;
+ border-bottom: 1px solid black;
+ font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
+}
+#log .h2:not(.group).dem {
+ font-size: 10px;
+ background-color: hsl(206, 85%, 80%); border-top: 1px solid hsl(206, 85%, 25%); border-bottom: 1px solid hsl(206, 85%, 25%);}
+#log .h2:not(.group).com {
+ font-size: 10px;
+ background-color: hsl(355, 70%, 80%);
+ border-top: 1px solid hsl(355, 70%, 25%);
+ border-bottom: 1px solid hsl(355, 70%, 25%);
+}
#log .group.dem { background-color: hsl(206, 85%, 90%); }
#log .group.com { background-color: hsl(355, 70%, 90%); }
#log .group.both { background-color: gainsboro; }