1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-30 09:01:24 +02:00
crowbook/templates/template.html
2016-02-18 22:18:08 +01:00

71 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="{{lang}}">
<head>
<meta charset="utf-8">
<meta name="generator" content="crowbook">
<meta name="author" content="{{author}}">
<title>{{title}}</title>
<style type = "text/css">
body {
font-family: "Linux Libertine", "Georgia", serif;
margin-left: 15%;
margin-right: 15%;
margin-top: 5%;
margin-bottom: 5%;
text-align: justify;
font-size: 14pt;
}
.rule {
text-align: center;
margin-top: 1em;
margin-bottom: 1em;
font-weight: bold;
}
p {
text-indent: 1.25em;
font-size: 1em;
margin:0;
hyphens: auto;
}
code {
font-family: monospace;
margin-top: 2em;
margin-bottem: 2em;
}
h1 {
text-align: left;
font-family: Linux Biolinum, sans-serif;
font-variant: small-caps;
}
h2 {
text-align: left;
font-family: Linux Biolinum, sans-serif;
font-variant: small-caps;
}
h3 {
text-align: left;
font-family: Linux Biolinum, sans-serif;
font-variant: small-caps;
}
h4 { text-align: left; }
h5 { text-align: left; }
h6 { text-align: left; }
h1.title {
text-align: center;
text-size: 200%;
}
h2.author {
text-align: right;
}
h3.date { }
</style>
</head>
<body>
<header>
<h1 class="title">{{title}}</h1>
<h2 class="author">{{author}}</h2>
</header>
{{{content}}}
</body>
</html>