From 48ddd07cf59758b7c6c42b524dede0a488eccb5a Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 10 Apr 2021 00:46:17 +0200 Subject: Added simple instruction --- index.html | 15 +++++++++++++++ style.css | 16 +++++++++++++--- 2 files changed, 28 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 1a2f1bd..345aa9a 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,22 @@
+

Derelict

+

LMB and drag in space to rotate camera.
RMB and drag in space to move camera. +

LMB wreck to open killmail.
RMB wreck to focus camera. +

Address must contain related parameter to show some wrecks. +
Currently there is no service that would offer an API to acquire battle reports, so only battles that I + uploaded manually are available as of now: +

+

I plan to address this issue. +

Grid

+

Timeline

diff --git a/style.css b/style.css index dd7cb07..2011038 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,5 @@ body { + color: #eee; margin: 0; font-family: sans-serif; font-size: 12px; @@ -12,7 +13,6 @@ body { } .label { - color: #eee; position: absolute; top: -0.2em; left: calc(100% + 0.4em); @@ -73,7 +73,7 @@ body { display: flex; width: 100vw; height: 100vh; - flex-direction: column; + flex-direction: row; } #container { @@ -83,6 +83,16 @@ body { } #toolbar { - background: #eee; + background: #222; padding: 1em; + width: 20%; + max-width: 24em; + min-width: 12em; + border-left: 1px solid #444; + overflow: auto; +} + +#toolbar a:link, +#toolbar a:visited { + color: #aaa; } -- cgit v1.1