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

View File

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