summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-05-01 00:46:27 +0200
committerTor Andersson <tor@ccxvii.net>2024-05-01 00:46:27 +0200
commitc3030ac79778bd38c3dc4574d7b9ddc15fcfa70f (patch)
treeb7ee1b99fe25e7916805a37164b1c7e486f19ed6 /play.css
parent19a76e9d6ea66024cb868977556baab69b3d881e (diff)
downloadplantagenet-c3030ac79778bd38c3dc4574d7b9ddc15fcfa70f.tar.gz
new lord mat without distracting text and card place graphic
Diffstat (limited to 'play.css')
-rw-r--r--play.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/play.css b/play.css
index 00b3bd2..e0d16ab 100644
--- a/play.css
+++ b/play.css
@@ -337,7 +337,6 @@ body.Lancaster #plan_actions .york { display: none }
width: 44px;
height: 48px;
background-size: 44px 48px;
- filter: drop-shadow(0px 2px 4px #0004);
}
.cylinder.action {
@@ -478,12 +477,16 @@ body.Lancaster #plan_actions .york { display: none }
border-radius: 12px;
border-width: 2px;
border-style: solid;
- background-image: url(images/lord_mat_75.png);
background-size: 375px 375px;
background-repeat: no-repeat;
z-index: 4;
}
+.mat .board { background-image: url(images/lord_mat_75.jpg); }
+@media (min-resolution: 97dpi) {
+ .mat .board { background-image: url(images/lord_mat_150.jpg); }
+}
+
.mat.command .board { box-shadow: 0 0 0 1px #584800, 0 0 0 4px gold; }
.mat.selected .board { box-shadow: 0 0 0 1px #584800, 0 0 0 4px yellow; }