diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-06 14:19:14 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-06 14:19:14 +0000 |
commit | 9b1ab3110cf6c78699ced0d7b57a1c394f1e09a5 (patch) | |
tree | 7add4f9d876535c9b86f03ebf8b830ada0b9de24 /play.css | |
parent | 9af3b9a5a39f4ea60fdd4889cb65d6753d13e157 (diff) | |
download | 1989-dawn-of-freedom-9b1ab3110cf6c78699ced0d7b57a1c394f1e09a5.tar.gz |
Update to log visuals
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 20 |
1 files changed, 17 insertions, 3 deletions
@@ -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; } |