-
Notifications
You must be signed in to change notification settings - Fork 1
/
static_print.tpl
28 lines (28 loc) · 925 Bytes
/
static_print.tpl
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
<!DOCTYPE html>
<html>
<head>
<meta charset="{charset}">
<style>
body { margin: 4% 8%; font: 300 18px/1.5 Georgia, "Times New Roman", arial, sans-serif; background-color: #fff; color: #000; }
h1,h2,h3,h4,h5 { margin: 2em 0 .6em 0; letter-spacing: -0.01em; line-height: normal; font-weight: bold; text-rendering: optimizeLegibility; }
h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
img { border:0; }
.top, .back, .meta { font-style: italic; font-size: .8em; }
.meta { color: #b1b1b1; margin: 1em 0 3em 0; }
</style>
<title>Main > print version > {description}</title>
</head>
<body>
<div class="top"><a href="/">Main</a> / {description}</div>
<h1 class="title">{description}</h1>
<div class="text">
{static}
</div>
<div class="meta">{date}</div>
<a class="back" href="javascript:history.go(-1)">Go Back</a>
</body>
</html>