diff options
Diffstat (limited to 'web/static/css')
-rw-r--r-- | web/static/css/base.ccss | 3 | ||||
-rw-r--r-- | web/static/css/kill.ccss | 14 |
2 files changed, 15 insertions, 2 deletions
diff --git a/web/static/css/base.ccss b/web/static/css/base.ccss index 19aa187..eb10d96 100644 --- a/web/static/css/base.ccss +++ b/web/static/css/base.ccss @@ -9,7 +9,8 @@ body: height: 100% background: #000 color: #ddd - font-family: sans-serif + font-family: Metrophobic, sans-serif + font-size: 12pt a: text-decoration: none diff --git a/web/static/css/kill.ccss b/web/static/css/kill.ccss index 6fada2f..a6aa9cf 100644 --- a/web/static/css/kill.ccss +++ b/web/static/css/kill.ccss @@ -65,13 +65,25 @@ table#attackers: width: 50px table#items: + table-layout: fixed + width: 460px + + th:nth-child(1): + width: 32px + th:nth-child(2): + width: 300px + th:nth-child(3): + width: 50px + .slot: background-color: #222 tr:nth-child(odd): background-color: #181818 td:nth-child(3): text-align: right + font-weight: bold + padding-right: 8px .dropped: background-color: #050 .destroyed: - color: #a00 + color: #a22 |