diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-07-22 15:40:10 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 13:11:25 +0100 |
commit | b6b5a40502751ecf66bc3ac00890634df0504ecc (patch) | |
tree | 2377a769edb3b5ef34fdd7c400c1b58fce032933 /play.html | |
parent | bacef63f254d26e593bb59dc4799eee495136f06 (diff) | |
download | rommel-in-the-desert-b6b5a40502751ecf66bc3ac00890634df0504ecc.tar.gz |
refuse battle pursuit fire
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -26,7 +26,9 @@ header.your_turn { background-color: orange; } #log { background-color: ghostwhite; } #log .h1 { background-color: silver; font-weight: bold; padding-top:2px; padding-bottom:2px; text-align: center; } #log .h2 { background-color: gainsboro; padding-top:2px; padding-bottom:2px; text-align: center; } -#log .h3 { background-color: whitesmoke; padding-top:2px; padding-bottom:2px; text-align: center; } +#log .h3 { background-color: lavender; padding-top:2px; padding-bottom:2px; text-align: center; } +#log > .i { padding-left: 20px; } +#log > div > .i { padding-left: 12px; } .role_info { padding: 15px; } @@ -295,6 +297,11 @@ svg .hex.allied_control { fill-opacity: 0.2; } +svg .hex.tip { + fill: black; + fill-opacity: 0.6; +} + #map .unit { position: absolute; } |