|
@@ -1,4 +1,5 @@
|
|
|
{% load fullurl %}
|
|
{% load fullurl %}
|
|
|
|
|
+{% load compress %}
|
|
|
<!DOCTYPE html>
|
|
<!DOCTYPE html>
|
|
|
<html lang="de">
|
|
<html lang="de">
|
|
|
<head>
|
|
<head>
|
|
@@ -7,34 +8,33 @@
|
|
|
<title>{% block title %} {{ config.WEBSITE_TITEL }} {% endblock %}</title>
|
|
<title>{% block title %} {{ config.WEBSITE_TITEL }} {% endblock %}</title>
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
{% load static %}
|
|
{% load static %}
|
|
|
-
|
|
|
|
|
<link rel="icon" href="{% static 'favicon.ico'%}">
|
|
<link rel="icon" href="{% static 'favicon.ico'%}">
|
|
|
<link rel="apple-touch-icon" href="{% static 'favicon.ico'%}">
|
|
<link rel="apple-touch-icon" href="{% static 'favicon.ico'%}">
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+ {% compress css %}
|
|
|
<link rel="stylesheet" href="{% static 'css/bootstrap.min.css'%}" >
|
|
<link rel="stylesheet" href="{% static 'css/bootstrap.min.css'%}" >
|
|
|
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
|
|
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
|
|
|
<link href="{% static '/fontawesome/css/all.css'' %}" rel="stylesheet">
|
|
<link href="{% static '/fontawesome/css/all.css'' %}" rel="stylesheet">
|
|
|
|
|
+ {% endcompress %}
|
|
|
|
|
+ {% compress js %}
|
|
|
<script src="{% static 'jquery-3.2.1.slim.min.js' %}" ></script>
|
|
<script src="{% static 'jquery-3.2.1.slim.min.js' %}" ></script>
|
|
|
<script src="{% static 'popper.min.js' %}" ></script>
|
|
<script src="{% static 'popper.min.js' %}" ></script>
|
|
|
<script src="{% static 'bootstrap.min.js' %}" ></script>
|
|
<script src="{% static 'bootstrap.min.js' %}" ></script>
|
|
|
<script src="{% static 'jquery.min.js' %}"></script>
|
|
<script src="{% static 'jquery.min.js' %}"></script>
|
|
|
-
|
|
|
|
|
|
|
+ {% endcompress %}
|
|
|
|
|
|
|
|
<style media="screen">
|
|
<style media="screen">
|
|
|
|
|
+ .mab-navbar {
|
|
|
|
|
|
|
|
- .mab-navbar{
|
|
|
|
|
-
|
|
|
|
|
- padding-left: 15px;
|
|
|
|
|
- padding-bottom: 4px;
|
|
|
|
|
- margin-bottom: 16px;
|
|
|
|
|
- position: sticky;
|
|
|
|
|
- top: 0;
|
|
|
|
|
- z-index: 2;
|
|
|
|
|
- background-color: #FCFCFC;
|
|
|
|
|
- padding-right: 15px;
|
|
|
|
|
- border-bottom: 1px solid #469CA8;
|
|
|
|
|
- /* box-shadow: 0 8px 4px -6px gray; */
|
|
|
|
|
|
|
+ padding-left: 15px;
|
|
|
|
|
+ padding-bottom: 4px;
|
|
|
|
|
+ margin-bottom: 16px;
|
|
|
|
|
+ position: sticky;
|
|
|
|
|
+ top: 0;
|
|
|
|
|
+ z-index: 2;
|
|
|
|
|
+ background-color: #FCFCFC;
|
|
|
|
|
+ padding-right: 15px;
|
|
|
|
|
+ border-bottom: 1px solid #469CA8;
|
|
|
|
|
+ /* box-shadow: 0 8px 4px -6px gray; */
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@@ -42,15 +42,16 @@
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .text-decoration-none, .text-decoration-none:hover, .text-decoration-none a:hover{
|
|
|
|
|
|
|
+ .text-decoration-none,
|
|
|
|
|
+ .text-decoration-none:hover,
|
|
|
|
|
+ .text-decoration-none a:hover {
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
</style>
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- <style>
|
|
|
|
|
|
|
+ <style media="screen">
|
|
|
/* The Modal (background) */
|
|
/* The Modal (background) */
|
|
|
.modal {
|
|
.modal {
|
|
|
display: none;
|
|
display: none;
|
|
@@ -101,7 +102,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
.mab-menu-mega {
|
|
.mab-menu-mega {
|
|
|
-
|
|
|
|
|
padding: .15em .75em .15em 0.75em;
|
|
padding: .15em .75em .15em 0.75em;
|
|
|
border-style: solid;
|
|
border-style: solid;
|
|
|
border-width: 0px;
|
|
border-width: 0px;
|
|
@@ -115,7 +115,6 @@
|
|
|
/* font-family: NeuzeitGro-Bla; */
|
|
/* font-family: NeuzeitGro-Bla; */
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
margin: 5px 10px 5px 10px;
|
|
margin: 5px 10px 5px 10px;
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@@ -128,17 +127,14 @@
|
|
|
color: #469CA8;
|
|
color: #469CA8;
|
|
|
padding: 12px 8px 12px 8px;
|
|
padding: 12px 8px 12px 8px;
|
|
|
display: block;
|
|
display: block;
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .mab-nav-fix{
|
|
|
|
|
-
|
|
|
|
|
|
|
+ .mab-nav-fix {
|
|
|
padding-top: 8px;
|
|
padding-top: 8px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.mab-menu-elm:hover {
|
|
.mab-menu-elm:hover {
|
|
|
color: #FFF;
|
|
color: #FFF;
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.mab-logo {
|
|
.mab-logo {
|
|
@@ -159,8 +155,8 @@
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
overflow: auto;
|
|
overflow: auto;
|
|
|
- background-color: rgb(0,0,0);
|
|
|
|
|
- background-color: rgba(0,0,0,0.4);
|
|
|
|
|
|
|
+ background-color: rgb(0, 0, 0);
|
|
|
|
|
+ background-color: rgba(0, 0, 0, 0.4);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.modal-content {
|
|
.modal-content {
|
|
@@ -184,13 +180,8 @@
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
</style>
|
|
</style>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
{% block script %}
|
|
{% block script %}
|
|
|
|
|
|
|
|
{% endblock %}
|
|
{% endblock %}
|