diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-25 11:12:17 -0400 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-25 11:12:17 -0400 |
commit | d6118aa16156b43f2908c69a258c603897e23a77 (patch) | |
tree | ecc4c62a508c5ad911474c52d410e267fb042045 /play.css | |
parent | 193161797ccde2361cb947ca912f6045818c0be4 (diff) | |
download | vijayanagara-d6118aa16156b43f2908c69a258c603897e23a77.tar.gz |
Updating attack box
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 20 |
1 files changed, 17 insertions, 3 deletions
@@ -72,11 +72,11 @@ header.your_turn.ve { background-color: #ffbf32 } /* COMBAT TABLE */ .player_pool { - width: 375px; + width: 450px; background-color: #0003; padding: 8px; - border-radius: 24px; - margin: 24px auto; + border-radius: 20px; + margin: 14px 14px; } .player_name { @@ -127,6 +127,20 @@ header.your_turn.ve { background-color: #ffbf32 } .die.action { box-shadow: 0 0 0 1px #333, 0 0 0px 3px white; } +.attacker_banner { + display: flex; + align-items: center; + justify-content: space-evenly; +} +.defender_banner { + display: flex; + align-items: center; + justify-content: space-evenly; +} +img.f { + height: 42px; +} + /* LOG */ #log .h1 { background-color: silver; font-weight: bold; padding-top:4px; padding-bottom:4px; margin-top: 8px; margin-bottom: 4px; text-align: center; } #log .h1 { background-image: linear-gradient(60deg, gray, turquoise, gold); text-shadow: 0 0 4px white; } |