From a2c6ddabb36ca8e64f037a20fff08a0d49d7156d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wiesner=20Andr=C3=A1s?= Date: Fri, 8 Mar 2024 07:27:06 +0100 Subject: [PATCH] - login page beautified --- composer.json | 1 - index.php | 3 ++- login.php | 14 ++++++++++---- style/spreadquiz.css | 23 +++++++++++++++++++++++ 4 files changed, 35 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index ce9f88e..eb2d37e 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,6 @@ { "require": { "rakibtg/sleekdb": "2.15", - "ext-http": "*", "ext-json": "*" } } \ No newline at end of file diff --git a/index.php b/index.php index 25f6806..f511bb1 100644 --- a/index.php +++ b/index.php @@ -3,8 +3,9 @@ SpreadQuiz + - + diff --git a/login.php b/login.php index c6a6f1d..77ab098 100644 --- a/login.php +++ b/login.php @@ -15,10 +15,16 @@ if (get_autologin_state()) { SpreadQuiz :: Bejelentkezés + - - - - + +
+
Bejelentkezés
+
+
+
+ +
+
diff --git a/style/spreadquiz.css b/style/spreadquiz.css index f84a070..fa1a37e 100644 --- a/style/spreadquiz.css +++ b/style/spreadquiz.css @@ -23,6 +23,29 @@ body { /* ----------------- */ +section#login_sec { + display: block; + position: absolute; + margin: 0 auto; + text-align: center; + background-color: #f8fbfb; + border: 2pt solid #176767; + box-shadow: 5px 5px #d3e5e5; +} + +section#login_caption_sec { + padding: 1em; + background-color: #176767; + color: whitesmoke; + font-size: 1.5em; + font-weight: bold; +} + +section#login_sec input { + font-size: 1.3em; + margin-bottom: 0.3em; +} + section#screen_panel { display: block; position: fixed;