From af93e3b745d3f67b448f5e3f629e581eda15cd11 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Wed, 11 Apr 2018 17:18:44 +0200 Subject: More small cosmetic improvements --- src/global/www/style.css | 20 +++++++++++++++++++- www/index.html.m4 | 29 +++++++++++++++++------------ 2 files changed, 36 insertions(+), 13 deletions(-) diff --git a/src/global/www/style.css b/src/global/www/style.css index b19f6d2..a345650 100644 --- a/src/global/www/style.css +++ b/src/global/www/style.css @@ -46,7 +46,11 @@ html, body, .fullscreen-module left: 0; margin: 0; padding: 0; - display: flex; +} + +.fullscreen-module +{ + display:flex; } .clickable @@ -54,3 +58,17 @@ html, body, .fullscreen-module cursor: pointer; touch-action: manipulation; } + +.popup-message +{ + display: inline-block; + text-align: justify; + padding: 2em 2em 1em 2em; + margin: 1em; + + border: 1px solid #502D16; + border-left-width: 4px; + + max-width: 80em; + min-width: 40em; +} diff --git a/www/index.html.m4 b/www/index.html.m4 index c396fef..881fa83 100644 --- a/www/index.html.m4 +++ b/www/index.html.m4 @@ -6,19 +6,24 @@ + -

__CONF_SERVER_NAME

-

Currently running: Latest Dev. Build

-

This website lets you play the game even during its development phase. As a result, there is a lot missing.

-

- Having accounts at that stage would needlessly slow us down, so access to - the game's battle system is done without login in. -

-

You can access the source code for the game this website is running, under the Apache 2.0 License:

- +
+

__CONF_SERVER_NAME

+

Currently running: Latest Dev. Build

+
+ -- cgit v1.2.3-70-g09d2