diff options
author | raylu <raylu@gridium.com> | 2013-10-21 20:20:52 -0700 |
---|---|---|
committer | raylu <raylu@gridium.com> | 2013-10-21 20:20:52 -0700 |
commit | 9ae6920c507c4ad580d2557e1d826cff62c418aa (patch) | |
tree | 51f8bfc655794360a8ba0c601199ac12a4503af5 /web/static/css/kill.ccss | |
parent | f106905f06603fd6be645034daaec682991beff1 (diff) | |
download | ykill-9ae6920c507c4ad580d2557e1d826cff62c418aa.tar.xz |
lay out modules on ship
Diffstat (limited to 'web/static/css/kill.ccss')
-rw-r--r-- | web/static/css/kill.ccss | 42 |
1 files changed, 40 insertions, 2 deletions
diff --git a/web/static/css/kill.ccss b/web/static/css/kill.ccss index 2ea2e38..6fada2f 100644 --- a/web/static/css/kill.ccss +++ b/web/static/css/kill.ccss @@ -1,7 +1,45 @@ +#wrapper: + padding: 20px + #ship: float: left - width: 256px - height: 256px + width: 356px // 256 + 32 * 2 + 32 (last 32 is for medium charges) + height: 320px + line-height: 0 + background-position: 32px 32px + background-repeat: no-repeat + + #high: + margin-left: 32px + #high_charges: + display: inline-block; + margin-left: 32px + #medium: + width: 32px + float: right + #medium_charges: + width: 32px + float: right + #rig: + width: 32px + float: left + margin-top: 48px + #subsystem: + width: 32px + float: left + margin-top: 16px + #low: + margin-left: 32px + #low_charges: + display: inline-block + margin: 16px 0 0 32px + + .slot: + display: inline-block + width: 32px + height: 32px + .avail: + border: 1px solid #888 table#victim: float: right |