diff --git a/files/assets/css/classic.css b/files/assets/css/classic.css index 83443d333..6c9fd6ceb 100644 --- a/files/assets/css/classic.css +++ b/files/assets/css/classic.css @@ -20,10 +20,6 @@ background-color: var(--white) !important; } -#srd, .banner { - display: none; -} - .form-inline.search input { background-color: white !important; } diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 288c49215..b0a646808 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -2622,7 +2622,7 @@ html { } body { color: var(--black); - padding-top: 49px; + padding-top: 72px; background-color: var(--gray-700); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; @@ -2642,7 +2642,7 @@ pre { background-color: var(--gray-600); } #page { - padding-top: 49px; + padding-top: 72px; background-color: var(--gray-700); } #article { @@ -4057,7 +4057,7 @@ pre .com, code .com { } @media (max-width: 991.98px) { #frontpage, #search { - padding-top: 49px; + padding-top: 72px; } } @media (max-width: 767.98px) { @@ -4069,7 +4069,7 @@ pre .com, code .com { max-width: none; } body, #settings, #notifications, #submit { - padding-top: 49px; + padding-top: 72px; background-color: var(--gray-700); } #thread, #userpage { @@ -4113,7 +4113,7 @@ pre .com, code .com { background-color: var(--light); } #frontpage { - padding-top: 49px; + padding-top: 72px; } #search .search-results.card { border-bottom: 0.1px solid var(--gray-400); diff --git a/files/templates/authforms.html b/files/templates/authforms.html index 336c23a08..b3268fc3a 100644 --- a/files/templates/authforms.html +++ b/files/templates/authforms.html @@ -15,7 +15,7 @@ {% if v %} - + {% if v.agendaposter %} - + {% endif %} diff --git a/files/templates/default.html b/files/templates/default.html index 18ab01e32..81142b728 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -7,7 +7,7 @@ {% if v %} - + {% if v.agendaposter %} - + {% endif %} @@ -213,18 +213,7 @@ {% block Banner %} - {% if '@' not in request.path %} - - + {% if '@' not in request.path %} {% if v %} {% if SITE_NAME == 'Drama' %} diff --git a/files/templates/log.html b/files/templates/log.html index 211f5efcf..650a3f60f 100644 --- a/files/templates/log.html +++ b/files/templates/log.html @@ -6,7 +6,7 @@ {% block content %} {% if v %} - + {% if v.agendaposter %} - + {% endif %}
diff --git a/files/templates/login.html b/files/templates/login.html index 0fe2c2174..9dcf39848 100644 --- a/files/templates/login.html +++ b/files/templates/login.html @@ -18,7 +18,7 @@ {% endblock %} - + diff --git a/files/templates/login_2fa.html b/files/templates/login_2fa.html index 9e9fcfcea..78690e6cd 100644 --- a/files/templates/login_2fa.html +++ b/files/templates/login_2fa.html @@ -14,7 +14,7 @@ 2-Step Login - {{SITE_NAME}} - + diff --git a/files/templates/settings.html b/files/templates/settings.html index 7094dd107..c314dec2e 100644 --- a/files/templates/settings.html +++ b/files/templates/settings.html @@ -34,7 +34,7 @@ - + {% if v.agendaposter %} - + {% else %} - + {% endif %} diff --git a/files/templates/sign_up.html b/files/templates/sign_up.html index 1afb52f9b..b7649e535 100644 --- a/files/templates/sign_up.html +++ b/files/templates/sign_up.html @@ -31,7 +31,7 @@ {% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}Sign up - {{SITE_NAME}}{% endif %} - + diff --git a/files/templates/sign_up_failed_ref.html b/files/templates/sign_up_failed_ref.html index 089f22ada..2e99c9a46 100644 --- a/files/templates/sign_up_failed_ref.html +++ b/files/templates/sign_up_failed_ref.html @@ -32,7 +32,7 @@ {% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}{{SITE_NAME}}{% endif %} - + diff --git a/files/templates/submit.html b/files/templates/submit.html index 724b9e2c0..52e7a9625 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -26,7 +26,7 @@ {% block stylesheets %} {% if v %} - + {% if v.agendaposter %} - + {% endif %} {% endblock %}