aboutsummaryrefslogtreecommitdiff
path: root/templates/layout.html
blob: 9afe1438b94343dce9a4495f4dce4a14ae6ef27e (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
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Crane</title>
<style>
table.head, table.foot { width: 100%; }
td.head-rtitle, td.foot-os { text-align: right; }
td.head-vol { text-align: center; }
div.Pp { margin: 1ex 0ex; }
div.Nd, div.Bf, div.Op { display: inline; }
span.Pa, span.Ad { font-style: italic; }
span.Ms { font-weight: bold; }
dl.Bl-diag > dt { font-weight: bold; }
code.Nm, code.Fl, code.Cm, code.Ic, code.In, code.Fd, code.Fn,
code.Cd { font-weight: bold; font-family: inherit; }

html { font-family: monospace; line-height: 1.25em; }
body { max-width: 80ch; margin: 1em auto; padding: 0 1ch; }
table { border-collapse: collapse; }
table.Nm code.Nm { padding-right: 1ch; }
table.foot { margin-top: 1em; }

html { background-color: var(--ansi16); color: var(--ansi17); }
a { color: var(--ansi4); }
a:visited { color: var(--ansi5); }
a.permalink { color: var(--ansi3); text-decoration: none; }

div.paper { padding-bottom: 1em; }
div.cat-cont { }
div.cat { justify-content: space-between; display: flex; flex-wrap: wrap; }
div.cat a { margin-right: 1rem; }
div.action { padding-bottom: 1em; margin-left: 1em; }
span.doi a { text-decoration: none; }
span.title a { text-decoration: underline; color: blue; }
table.head a { text-decoration: none; }
table.admin { margin-bottom: 1em; }
</style>
</head>
<body>
<div class="manual-text">
<h1 class="Sh" id="CRANE"><a class="permalink" href="/">CRANE</a></h1>
<p class="Pp">Crane is a research literature download and categorization
service. The source code can be downloaded 
<a href="https://git.jordan.im/crane">here</a>.</p>
{{ block "content" . }}{{ end }}
</div>
<a href='https://git.jordan.im/crane'>crane</a>
</body>
</html>