Improved formatting
This commit is contained in:
parent
e6c7208712
commit
e5e07ecb4e
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"> </div>
|
<div class="separator"> </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>
|
Loading…
Reference in New Issue