update theme
This commit is contained in:
parent
dafa46d1be
commit
61e6ffe12f
@ -9,13 +9,13 @@
|
|||||||
{% block head %}<title>Rechentrainer</title>{% endblock %}
|
{% block head %}<title>Rechentrainer</title>{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="w3-container w3-border-bottom w3-border-blue-grey">
|
<header class="w3-container w3-bottombar w3-border-blue-grey w3-light-grey">
|
||||||
{% block header %}<h1><a class="w3-button" href="/"><i class="material-icons w3-xxlarge">home</i></a>Rechentrainer</h1>{% endblock %}
|
{% block header %}<span><a class="w3-button" href="/"><i class="material-icons w3-xxlarge">home</i></a>Rechentrainer</span>{% endblock %}
|
||||||
</header>
|
</header>
|
||||||
<div class="w3-container" style="margin-bottom: 1.5em;">
|
<div class="w3-container" style="margin-bottom: 1.5em;">
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
<footer class="w3-container w3-border-top w3-border-blue-grey w3-center" style="position: fixed; bottom: 0; width: 100vw; height: 1.5em">
|
<footer class="w3-container w3-topbar w3-light-grey w3-border-blue-grey w3-center" style="position: fixed; bottom: 0; width: 100vw; height: 2em">
|
||||||
{% block footer %}<span>{{ request.base_url }}</span>{% endblock %}
|
{% block footer %}<span>{{ request.base_url }}</span>{% endblock %}
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user