| 123456789101112131415161718192021222324252627282930313233343536373839 |
- #ship:
- float: left
- width: 256px
- height: 256px
- table#victim:
- float: right
- table-layout: fixed
- width: 388px
- table#attackers:
- float: right
- table-layout: fixed
- width: 388px
- td:
- height: 64px
- &:nth-child(1):
- width: 66px
- white-space: normal
- &:nth-child(2):
- width: 200px
- &:nth-child(3):
- width: 32px
- white-space: normal
- &:nth-child(3):
- width: 50px
- table#items:
- .slot:
- background-color: #222
- tr:nth-child(odd):
- background-color: #181818
- td:nth-child(3):
- text-align: right
- .dropped:
- background-color: #050
- .destroyed:
- color: #a00
|