summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css17
1 files changed, 14 insertions, 3 deletions
diff --git a/play.css b/play.css
index b1bc25e..0547a56 100644
--- a/play.css
+++ b/play.css
@@ -181,6 +181,12 @@ body.Saracens header.your_turn { background-color: lightgreen; }
box-shadow: 0 0 0px 4px white;
}
+.town.battle {
+ opacity: 1;
+ border-color: #700c;
+ background-color: #6008;
+}
+
#sea {
fill: skyblue;
fill-opacity: 0.4;
@@ -286,10 +292,15 @@ body.shift .block.known:hover {
.block.r2.halfhit { transform: rotate(-195deg); }
.block.r3.halfhit { transform: rotate(-285deg); }
+/*
+.block.battle { filter: grayscale(60%) brightness(60%) !important }
+*/
+.block.battle { opacity: 0; pointer-events: none; }
+
.block {
- transition-property: top, left, transform;
- transition-duration: 700ms, 700ms, 200ms;
- transition-timing-function: ease;
+ transition-property: top, left, transform, opacity;
+ transition-duration: 700ms, 700ms, 250ms, 250ms;
+ transition-timing-function: ease, ease, ease, linear;
}
/* BATTLE BOARD */