switched to non-classless CSS
This commit is contained in:
parent
908d123485
commit
2e91576a08
4634
the_works/static/pico.azure.css
Normal file
4634
the_works/static/pico.azure.css
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="de" data-theme="light">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
@ -8,7 +8,7 @@
|
|||||||
<meta name="description" content="Frontend für die Verwaltung von Texten und Veröffentlichungen" />
|
<meta name="description" content="Frontend für die Verwaltung von Texten und Veröffentlichungen" />
|
||||||
<meta name="author" content="Tobias Radloff" />
|
<meta name="author" content="Tobias Radloff" />
|
||||||
|
|
||||||
<link type="text/css" rel="stylesheet" href="{{ url_for('static', filename='pico.fluid.classless.azure.css') }}">
|
<link type="text/css" rel="stylesheet" href="{{ url_for('static', filename='pico.azure.css') }}">
|
||||||
|
|
||||||
<!--<link rel="apple-touch-icon" sizes="180x180" href="../icons/apple-touch-icon.png">
|
<!--<link rel="apple-touch-icon" sizes="180x180" href="../icons/apple-touch-icon.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="../icons/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="../icons/favicon-32x32.png">
|
||||||
@ -22,21 +22,24 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header class="container">
|
||||||
{% include("_nav.html") %}
|
{% include("_nav.html") %}
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main role="document">
|
<main class="container-fluid">
|
||||||
<header>
|
<article>
|
||||||
<h1>{% block heading %}{% endblock heading %}</h1>
|
<header>
|
||||||
</header>
|
<h1>{% block heading %}{% endblock heading %}</h1>
|
||||||
|
</header>
|
||||||
|
|
||||||
{% include("_messages.html") %}
|
{% include("_messages.html") %}
|
||||||
|
|
||||||
{% block content %}<p>Hello, world.</p>{% endblock content %}
|
{% block content %}<p>Hello, world.</p>{% endblock content %}
|
||||||
|
</article>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer>
|
<footer class="container">
|
||||||
|
<p>trololol</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user