1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 <title>Dorestad 1493</title>
6 <style type="text/css">
8 /* Center th div with a fixed width */
11 /* Add a nice funeral border */
12 border: solid black 2px;
13 /* And some spacing */
18 /* These should be available on most platforms for a nice serif
20 http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html */
21 font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
25 /* Make h1's a bit less impressive and center them */
31 /* Make h2's a bit less impressive */
38 /* Reduce the spacing above a p tag */
42 /* Prevent table cells from sticking too close together. This
43 didn't work with margin-right for some reason */
47 /* Center the username display */
57 {% if user.is_authenticated %}
58 <p class="username">Ingelogd als {{ user.username }} — <a href="{% url logout %}">Uitloggen</a></p>