From 1f9b51478992c419faadec81b5766fb7883562ff Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 20 Dec 2021 17:20:47 +0100 Subject: Use ID instead of class for battle dialog. --- play.html | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index e5ae252..916c401 100644 --- a/play.html +++ b/play.html @@ -29,10 +29,6 @@ #log .bs { background-color: lightsteelblue; } #log .br { font-style: italic; text-decoration: underline; } -.battle_header { background-color: silver; } -.battle_message { background-color: silver; } -.battle_separator { background-color: silver; } - .hand { min-height: 300px; } @@ -124,7 +120,7 @@ body.shift .block.known:hover { z-index: 100; } -.battle div.block { +#battle div.block { position: relative; } @@ -175,10 +171,10 @@ div.block { /* BATTLE BOARD */ -.battle { background-color: silver; } -.battle .battle_message { background-color: lightsteelblue; } -.battle .battle_header { background-color: steelblue; color: white; font-weight: bold; } -.battle .battle_separator { background-color: steelblue; } +#battle { background-color: silver; } +#battle_message { background-color: lightsteelblue; } +#battle_header { background-color: steelblue; color: white; font-weight: bold; } +.battle_separator { background-color: steelblue; } .battle_reserves > td > div { height: 75px; padding: 5px; } .battle_a_cell > div { min-width: 180px; padding: 5px 10px; } @@ -278,9 +274,9 @@ div.block {
- +
- + @@ -298,7 +294,7 @@ div.block { - +
-- cgit v1.2.3