index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'public/assets/css/damage_block.css')
-rw-r--r-- | public/assets/css/damage_block.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/public/assets/css/damage_block.css b/public/assets/css/damage_block.css new file mode 100644 index 0000000..cc7e4dc --- /dev/null +++ b/public/assets/css/damage_block.css @@ -0,0 +1,18 @@ +.damage-effect-indicator.bruise { + background-color: orange; +} + +.damage-effect-indicator.lethal { + background-color: red; +} + +.damage-effect-indicator { + width: 20px; + height: 30px; + margin: 0 auto; + padding: 0; + border: 1px solid black; + display: block; + user-select: none; + font-family: monospace; +} |