Improved formatting

This commit is contained in:
root 2023-06-03 16:19:39 +02:00
parent e6c7208712
commit e5e07ecb4e
3 changed files with 65 additions and 59 deletions

View File

@ -3,7 +3,8 @@ body {
background-color: #333333;
}
html, body {
html,
body {
border-color: #E7E5E2;
color: #E7E5E2;
}
@ -189,6 +190,7 @@ input[type="radio"] {
.a {
font-size: small;
}
.b {
font-size: small;
}

View File

@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="{{ lang }}">
<head>
<title>{{ title }}</title>
<link rel="stylesheet" type="text/css" href="/css/ab.css?t={{ epoch }}">
@ -22,6 +23,7 @@
<meta property="og:type" content="website">
<meta property="og:image" content="{{ url_for('static', filename='ab.jpg') }}">
</head>
<body>
<div id="content">
<div id="header">{{ title }}</div>
@ -39,7 +41,8 @@
<hr>
{%- endfor %}
<div id="footer">
<div id="questions">{{ questions_prefix }} {{ num_lines }} {{ questions_suffix }}<br><a href="mailto:{{ mailto }}">Einreichen!</a></div>
<div id="questions">{{ questions_prefix }} {{ num_lines }} {{ questions_suffix }}<br><a
href="mailto:{{ mailto }}">Einreichen!</a></div>
<div class="separator">&nbsp;</div>
<form action="/" method="get">
<input type="hidden" name="t" value="{{ epoch }}">
@ -48,4 +51,5 @@
</div>
</div>
</body>
</html>