From 5f4457806765bd4087d110c12213ca3a0f5710f5 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sun, 1 Dec 2019 01:06:19 +0100 Subject: [PATCH] Add settings page template --- src/resources/main.html | 116 +++++++++++++++++++++++++++++----------- 1 file changed, 86 insertions(+), 30 deletions(-) diff --git a/src/resources/main.html b/src/resources/main.html index 6233ad9..5625c0d 100644 --- a/src/resources/main.html +++ b/src/resources/main.html @@ -186,6 +186,7 @@ width: 100%; margin-bottom: 10px; margin-left: 5px; + margin-top: 0; letter-spacing: 1px; font-weight: 200; } @@ -351,6 +352,14 @@ a.btn.small { padding: 10px 50px; } + + div.menus>div { + display: none; + } + + div.menus>div.active { + display: block !important; + } @@ -359,17 +368,14 @@
-
-
-
-
- -
-
- Singleplayer - -
- Launch +
+ \ No newline at end of file