summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/play.html b/play.html
index dd5b468..578b0bb 100644
--- a/play.html
+++ b/play.html
@@ -80,6 +80,7 @@
.battle .battle_separator { background-color: brown; }
.battle_line.enemy .battle_menu_list { min-height: 0; }
+.battle_reserves .battle_menu_list { min-height: 0; }
.battle_reserves > td > div { height: 75px; padding: 5px; }
.battle_a_cell > div { min-width: 90px; padding: 5px 5px; }
.battle_b_cell > div { min-width: 270px; padding: 5px 5px; }
@@ -178,6 +179,16 @@ body.shift .block.known:hover {
.columbia-labels .block.r2 { transform: rotate(-180deg); }
.columbia-labels .block.r3 { transform: rotate(-270deg); }
+.block.mars {
+ background-image: url("mars.svg");
+ background-size: 80%;
+ background-position: center;
+}
+.block.neptune {
+ background-image: url("neptune.svg");
+ background-size: 80%;
+ background-position: center;
+}
.block { box-shadow: 0px 0px 4px 0px black; }