diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 21 |
1 files changed, 11 insertions, 10 deletions
@@ -23,24 +23,25 @@ body.Versailles header.your_turn { background-color: skyblue; } #log { background-color: ivory; } #log .h1 { background-color: hsl(40, 50%, 67%); font-weight: bold; padding-top:2px; padding-bottom:2px; text-align: center; } #log .h2 { background-color: hsl(40, 50%, 77%); padding-top:2px; padding-bottom:2px; text-align: center; } -#log .h3 { background-color: hsl(40, 50%, 87%); text-align: center; } +#log .h3 { text-decoration: underline } #log .commune { background-color: lightpink } #log .versailles { background-color: lightblue } #log > .i { padding-left: 20px; } #log .tip { font-style: italic } #log .tip:hover { cursor: pointer; text-decoration: underline; } +#log div { padding-left: 20px; text-indent: -12px; } +#log div.i { padding-left: 32px; text-indent: -12px; } + #log img.c { height: 15px; vertical-align: -3px } #log img.d { height: 15px; vertical-align: -3px } -#log img.m { height: 18px; vertical-align: -5px } - -#log .hr { - background-color: hsl(40, 50%, 40%); - margin: 9px 0; - padding: 0; - height: 1px; - min-height: 0; -} +#log img.m { height: 17px; vertical-align: -5px } +#log img.s { height: 16px; vertical-align: -4px } + +#log span.institutional { font-weight: bold; color: #793 } +#log span.public_opinion { font-weight: bold; color: #d82 } +#log span.forts { font-weight: bold; color: #577 } +#log span.paris { font-weight: bold; color: #757 } .role_extra { float: right; |