diff --git a/input/static/css/base.css b/input/static/css/base.css new file mode 100644 index 0000000..b476720 --- /dev/null +++ b/input/static/css/base.css @@ -0,0 +1,24 @@ +ul > li { + list-style-type: none; +} + +ul { + padding-left: 10px; +} + +label.required::after { + content: ' *'; + color: red; +} + +.spacer-15 { + height: 15%; +} + +.spacer-5 { + height: 5%; +} + +.page-centered { + text-align: center; +} \ No newline at end of file diff --git a/input/static/css/button.css b/input/static/css/button.css new file mode 100644 index 0000000..a954671 --- /dev/null +++ b/input/static/css/button.css @@ -0,0 +1,23 @@ +.page-centered .button-login { + width: 40vw; + height: 6vh; + display: flex; + justify-content: center; + align-items: center; + font-weight: bold; + font-size: 4vh; + margin: 0 auto; + background-color: #79AEC8; + color: #000000; + text-decoration: none; + padding: 10px 15px; +} + +.page-centered .button-login:hover { + background-color: #659DB8; +} + +.page-centered .button-login:focus-visible { + outline: 2px solid #000; + outline-offset: 2px; +} \ No newline at end of file diff --git a/input/templates/input/index.html b/input/templates/input/index.html index 3c2a9f3..308d04c 100755 --- a/input/templates/input/index.html +++ b/input/templates/input/index.html @@ -1,69 +1,38 @@ -{% load static %} - - - - - - +{% load static %} {% load i18n %} -{% csrf_token %} - - -
-Herzlich willkommen im Förderanfrageportal von Wikimedia Deutschland! -
- - -
-
-Um eine Unterstützungsleistung im Rahmen der Förderangebote anfragen zu können, verifiziere dich bitte mit deinem Wikimedia-Konto.
-
Weitere Informationen und Hintergründe findest du unter
-
- Förderportal in der deutschsprachigen Wikipedia.
-
-
- - - -- Impressum -
-
+ Herzlich willkommen im Förderanfrageportal von Wikimedia Deutschland! +
+ +
+
+
+ Um eine Unterstützungsleistung im Rahmen der Förderangebote anfragen zu können, verifiziere dich bitte mit
+ deinem Wikimedia-Konto.
+
Weitere Informationen und Hintergründe findest du unter
+
+ Förderportal in der deutschsprachigen Wikipedia.
+
+ Impressum +
+