summaryrefslogtreecommitdiff
path: root/page_template.html
blob: 2a4baf51c6b02ab6b5734d25465174d46118eb15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
  <html>
    <head>
      <meta charset="$charset"/>
      <style type="text/css">
html {
  font-size: 18px;
  font-family: Garamond, Georgia, sans-serif;
}

pre     {
  font-family: Courier, monospace;
}

blockquote {
  border-left: 5px solid #ddd;
  padding: 0.6em 0.6em 0.2em;
  font-style: italic;
}

blockquote:before {
  content: "\201C";
  display: inline-block;
  padding-right: 0.4rem;
  font-size: 4em;
  line-height: 0;
  vertical-align: -0.4em;
  color: lightgrey;
  margin-right: 0.1em;
}

li.link::marker {
  content: '⇒ ';
}
      </style>
    </head>
    <body>
$body
    </body>
  </html>