diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-12-27 15:03:55 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:38 +0100 |
commit | 6ed843934853f5dd842468f7fdb63f57c9149877 (patch) | |
tree | cd5dc6c237e31e9b0f4a82d58b63d240d91ae39b /play.html | |
parent | 68d98bb82ba085ec7648d12676704333e530d30d (diff) | |
download | nevsky-6ed843934853f5dd842468f7fdb63f57c9149877.tar.gz |
Explicit deck.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -612,10 +612,8 @@ body.shift .mustered_vassals { filter: brightness(80%); } -.tuck_under_map .card.action.teutonic { background-color: #e1e6e8; box-shadow: 0 0 0 1px #666a6c, 0 0 0 3px white; } -.tuck_under_map .card.action.russian { background-color: #e1d6c1; box-shadow: 0 0 0 1px #665c4a, 0 0 0 3px white; } -.mat .card.action.teutonic { background-color: #e1e6e8; box-shadow: 0 0 0 1px #666a6c, 0 0 0 3px white; } -.mat .card.action.russian { background-color: #e1d6c1; box-shadow: 0 0 0 1px #665c4a, 0 0 0 3px white; } +.card.action.teutonic { background-color: #e1e6e8; box-shadow: 0 0 0 1px #666a6c, 0 0 0 3px white; } +.card.action.russian { background-color: #e1d6c1; box-shadow: 0 0 0 1px #665c4a, 0 0 0 3px white; } .card.selected.teutonic { background-color: #e1e6e8; box-shadow: 0 0 0 1px #666a6c, 0 0 0 3px yellow; } .card.selected.russian { background-color: #e1d6c1; box-shadow: 0 0 0 1px #665c4a, 0 0 0 3px yellow; } @@ -1238,7 +1236,7 @@ body.shift .mustered_vassals { <div id="hand" class="hand"></div> -<div id="battle" class="attacker"> +<div id="battle" class="defender hide"> <div class="garrison" id="array_garrison"></div> <div class="reserves" id="array_attacker_reserves"></div> <div class="reserves" id="array_defender_reserves"></div> |