diff options
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; |