diff options
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; } |