From 0dea8f430e4905da98d7009bdf111e0965fedd22 Mon Sep 17 00:00:00 2001 From: raylu Date: Tue, 22 Oct 2013 19:29:47 -0700 Subject: alliance and character pages --- web/static/css/corporation.ccss | 24 ------------------------ web/static/css/kill_list.ccss | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 24 deletions(-) delete mode 100644 web/static/css/corporation.ccss create mode 100644 web/static/css/kill_list.ccss (limited to 'web/static/css') diff --git a/web/static/css/corporation.ccss b/web/static/css/corporation.ccss deleted file mode 100644 index 575a040..0000000 --- a/web/static/css/corporation.ccss +++ /dev/null @@ -1,24 +0,0 @@ -table#kills: - table-layout: fixed - width: 900px - - tr:nth-child(odd): - background-color: #1a1a1a - - th.time: - width: 90px - th.system: - width: 120px - th.victim_portrait: - width: 64px - th.victim: - width: 250px - th.killer_portrait: - width: 64px - th.killer: - width: 250px - th.value: - width: 62px - - td:nth-child(7): - text-align: right diff --git a/web/static/css/kill_list.ccss b/web/static/css/kill_list.ccss new file mode 100644 index 0000000..3985a58 --- /dev/null +++ b/web/static/css/kill_list.ccss @@ -0,0 +1,27 @@ +table#kills: + table-layout: fixed + width: 900px + + tr:nth-child(odd): + background-color: #1a1a1a + + th.time: + width: 90px + th.system: + width: 120px + th.victim_portrait: + width: 64px + th.victim: + width: 250px + th.killer_portrait: + width: 64px + th.killer: + width: 250px + th.value: + width: 62px + + td:nth-child(7): + text-align: right + + .loss: + color: #a44 -- cgit v1.2.3