summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-10-02 22:55:24 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-16 19:12:55 +0100
commit388f7ed20139f4638dc42122d4b693828b444ee4 (patch)
treee9148cfa70a158acc3baf00a2b5f8cf86ee8629b /play.css
parent048c9064a827b55bce6dda74e2007d616a33964d (diff)
downloadrichard-iii-388f7ed20139f4638dc42122d4b693828b444ee4.tar.gz
Optimize representation.
Diffstat (limited to 'play.css')
-rw-r--r--play.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/play.css b/play.css
index c9251be..5cd3648 100644
--- a/play.css
+++ b/play.css
@@ -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;