From 73eb99e32eceb281b8f9869b346c830414f1c625 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 24 Aug 2024 13:27:36 +0200 Subject: [PATCH] Add template and CSS customizations for FAUST CTF 2024 Same procedure as every year. --- src/ctf_gameserver/web/static/style.css | 11 +++++++++++ src/ctf_gameserver/web/templates/base-common.html | 10 ++++++++++ 2 files changed, 21 insertions(+) diff --git a/src/ctf_gameserver/web/static/style.css b/src/ctf_gameserver/web/static/style.css index 8c9400a..e552aad 100644 --- a/src/ctf_gameserver/web/static/style.css +++ b/src/ctf_gameserver/web/static/style.css @@ -100,3 +100,14 @@ img#load-spinner, button#refresh { margin-top: 20px; padding-left: 20px; } + +.jumbotron img.big-logo { + margin-right: 30px; + width: 30%; +} + +#supporter-column img { + margin-top: 10px; + margin-bottom: 35px; + width: 100%; +} diff --git a/src/ctf_gameserver/web/templates/base-common.html b/src/ctf_gameserver/web/templates/base-common.html index 5e227e3..c81040d 100644 --- a/src/ctf_gameserver/web/templates/base-common.html +++ b/src/ctf_gameserver/web/templates/base-common.html @@ -21,8 +21,18 @@ {% block title %}{% endblock %} | {{ competition_name }} + + + +