diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -9,12 +9,14 @@ body.Saracens header.your_turn { background-color: lightgreen; } .role_vp { float: right; } #log { background-color: whitesmoke; } -#log div { padding-left: 20px; text-indent: -12px; } -#log .st { background-color: #246; color: white; font-weight: bold; } +#log div { padding-left: 24px; text-indent: -12px; } +#log div.i { padding-left: 36px; text-indent: -12px; } +#log .h1 { background-color: #246; color: white; font-weight: bold; } #log .F { background-color: khaki; } #log .S { background-color: darkseagreen; } -#log .bs { background-color: lightgray; } -#log .br { font-style: italic; text-decoration: underline; } +#log .h3 { background-color: lightgray; } +#log .h4 { font-style: italic; text-decoration: underline; } +#log .tip:hover { text-decoration: underline; cursor: pointer; } #map #timeline { position: absolute; @@ -142,6 +144,12 @@ body.Saracens header.your_turn { background-color: lightgreen; } opacity: 0.6; z-index: 9; } +.town.tip { + opacity: 1; + border-color: yellow; + border-style: dashed; + z-index: 9; +} .town.muster { opacity: 0.6; border-color: brown; |