summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-10-30 11:47:36 +0100
committerTor Andersson <tor@ccxvii.net>2023-10-30 12:34:12 +0100
commit2b5629db2be487a3cab5933af8eeb1f07385e201 (patch)
tree2c297d0cd759ed6b50baa6cda0e399583fd1d192 /play.html
parent89c8b4cde461f86a317fefe819c3cb5025ee25c1 (diff)
downloadalgeria-2b5629db2be487a3cab5933af8eeb1f07385e201.tar.gz
Remove unused CSS.
Diffstat (limited to 'play.html')
-rw-r--r--play.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/play.html b/play.html
index e7210b0..c4ffce8 100644
--- a/play.html
+++ b/play.html
@@ -92,7 +92,6 @@ main { background-color: dimgray }
#mapwrap {
width: 1500px;
height: 1101px;
- box-shadow: 0px 1px 10px #0008;
}
#map {
@@ -349,16 +348,6 @@ main { background-color: dimgray }
.unit.fln_front{background-position:33.33333333333333% 55.55555555555556%}
/* .unit.neut{background-position:44.44444444444444% 55.55555555555556%} */
-.dice {
- width: 36px;
- height: 36px;
- border-radius: 6px;
- border-width: 2px;
- border-style: solid;
- background-size: 600% 100%;
- background-repeat: no-repeat;
-}
-
.d0 { background-position: -100% 0 }
.d1 { background-position: 0% 0; }
.d2 { background-position: 20% 0; }
@@ -367,19 +356,6 @@ main { background-color: dimgray }
.d5 { background-position: 80% 0; }
.d6 { background-position: 100% 0; }
-.dice.black {
- background-image: url(images/die_white_pips.svg);
- background-color: #444;
-}
-
-.dice.white {
- background-image: url(images/die_black_pips.svg);
- background-color: #eee;
-}
-
-.dice.black { border-color: #595959 #303030 #303030 #595959; box-shadow: 0 0 0 1px #0c0c0c, 1px 2px 4px #0008; }
-.dice.white { border-color: #ffffff #b1b1b1 #b1b1b1 #ffffff; box-shadow: 0 0 0 1px #424242, 1px 2px 4px #0008; }
-
.panel {
max-width: 900px;
margin: 36px auto;