diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -15,6 +15,7 @@ header.your_turn { background-color: orange; } #log .Y { background-color: gainsboro; } #log .h3 { background-color: lightsteelblue; } #log .h4 { font-style: italic; text-decoration: underline; } +#log .tip:hover { text-decoration: underline; cursor: pointer; } .hand { margin: 25px; @@ -123,6 +124,14 @@ header.your_turn { background-color: orange; } #map svg path.area.where.highlight { stroke: white; } +#map svg path.area.tip { + opacity: 1; + stroke-opacity: 1; + stroke: yellow; + stroke-width: 40; + stroke-dasharray: 80 40; + fill: none; +} #map.hide_blocks #blocks { visibility: hidden; |