From 7fbcfe6e1a06300cdaba1109f69dc0a322a71268 Mon Sep 17 00:00:00 2001 From: Samuel Zielke Date: Mon, 8 Apr 2024 11:20:41 +0200 Subject: [PATCH] Create default Form --- main/static/css/styles.css | 38 +--- main/templates/main/base.html | 2 +- main/templates/main/index.html | 396 +++++++++++++++++++++++++++++++-- 3 files changed, 381 insertions(+), 55 deletions(-) diff --git a/main/static/css/styles.css b/main/static/css/styles.css index 4ff30e4..b392f3e 100644 --- a/main/static/css/styles.css +++ b/main/static/css/styles.css @@ -8,6 +8,7 @@ a { margin-top: 2rem; margin-bottom: -2rem; height: 100vh; + width: 90%; } span.curser { @@ -18,40 +19,3 @@ img.pb { max-width: 2rem; height: auto; } - -.infoboxes { - margin-top: 2rem; -} - -.mycard-half{ - border-radius: 1rem; - /* box-shadow: .1rem -.1rem .3rem rgb(184, 184, 184); */ - max-width: 40%; - padding: 1rem; - text-align: start; -} -.mycard{ - border-radius: 1rem; - /* box-shadow: .1rem -.1rem .3rem rgb(184, 184, 184); */ - max-width: 85%; - padding: 1rem; - text-align: start; -} - -.card_title { - font-size: .8rem; - /* padding-top: 1.1rem; */ -} - -.card_content { - font-size: 1.4rem; - vertical-align: top; - margin-top: -1rem; - line-height: 1.5rem; -} - -.form-control-clear { - z-index: 10; - pointer-events: auto; - cursor: pointer; - } diff --git a/main/templates/main/base.html b/main/templates/main/base.html index 0e6dbc2..d01b91d 100644 --- a/main/templates/main/base.html +++ b/main/templates/main/base.html @@ -20,7 +20,7 @@ {% block pushup %} {% endblock %} -
+