diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-06 11:29:11 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-08 12:52:02 +0200 |
commit | 111988c6d409029a1a27e20ebb9a4e2c90bcfeab (patch) | |
tree | e0c9c98a9e8fe949bc44447df104d5afce1636e1 /play.css | |
parent | 4a8d29b681c033596ef115583d0f6c5000f64f10 (diff) | |
download | time-of-crisis-111988c6d409029a1a27e20ebb9a4e2c90bcfeab.tar.gz |
Put place governor actions and battles in colored boxes in log.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -38,11 +38,19 @@ body.Green .your_turn { background-color: hsl(99,36%,65%) } #log { background-color: whitesmoke; } #log .h1 { background-color: silver; font-weight: bold; padding-top:2px; padding-bottom:2px; margin: 8px 0; text-align: center; } #log .h1 { border-bottom: 1px solid #444; border-top: 1px solid #444; } -#log .h2 { background-color: gainsboro; text-align: center; } -#log .h3 { text-decoration: underline; } #log div { padding-left: 20px; text-indent: -12px; } #log div.i { padding-left: 32px; text-indent: -12px; } +#log .group { margin: 0 8px } + +#log .h2.group.military { background-color: hsl(358,20%,80%) } +#log .h3.group.military { background-color: hsl(358,20%,85%) } +#log .group.military { background-color: hsl(358,20%,90%) } +#log .h2.group.senate { background-color: hsl(206,30%,85%) } +#log .group.senate { background-color: hsl(206,30%,90%) } +#log .h2.group.populace { background-color: hsl(44,40%,82%) } +#log .group.populace { background-color: hsl(44,40%,87%) } + #log .white, #log .black { display: inline-block; vertical-align: -2px; |