summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-03-23 23:26:04 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 11:54:52 +0100
commite5edcf0b76e59e73c491291ce41b81549f0fa0b8 (patch)
treef7325ee3011d2fc0b8d7225b53fd6ae634fc1b6b /play.css
parentaa9d655781955ed63adc9d08097c7234bd1186ad (diff)
downloadwilderness-war-e5edcf0b76e59e73c491291ce41b81549f0fa0b8.tar.gz
Fix bugs found during play testing session.
Diffstat (limited to 'play.css')
-rw-r--r--play.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/play.css b/play.css
index 6933eeb..89ea379 100644
--- a/play.css
+++ b/play.css
@@ -24,9 +24,10 @@ aside { width: 220px; }
#log .h1 { background-color: tan; font-weight: bold; padding-top:2px; padding-bottom:2px; text-align: center; }
#log .h2 { background-color: wheat; padding-top:2px; padding-bottom:2px; text-align: center; }
#log .h3 { background-color: antiquewhite; padding-top:2px; padding-bottom:2px; text-align: center; }
+#log .b { text-transform: uppercase; }
#log .tip { color: blue; }
-#log .tip:hover { text-decoration: dotted underline; }
+#log .tip { text-decoration: dotted underline; }
#log .indent {
padding-left: 12px;
@@ -142,12 +143,18 @@ aside { width: 220px; }
#popup div.enabled:hover { background-color: black; color: white; }
#popup div.always { display: block; }
+.card.highlight {
+ outline: 2px solid yellow;
+}
+
/* MAP */
+/*
#mapwrap:not(.fit) ~ .hand {
width: 2550px;
margin: 15px auto;
}
+*/
#mapwrap {
position: relative;