-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhead.html
More file actions
98 lines (81 loc) · 2.21 KB
/
head.html
File metadata and controls
98 lines (81 loc) · 2.21 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- copied from blosxkel.hs by id:jknaoya, thx -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>$title</title>
<style type="text/css">
body {
background: #fff;
color: #555;
padding: 0 10%;
line-height: 1.75;
}
var {
text-decoration: underline;
color: #666;
}
hr {
border-style: solid;
border-width: 1px 0 0;
border-color: #eee;
height: 1px;
margin: 1em 0;
}
.all {
width: 45em;
}
a:link {
color: #d06c6b;
}
a:visited {
color: #b44e4d;
}
a:hover {
text-decoration: none;
}
h1, h2, h3 {
font-weight: normal;
}
.hentry {
border-top: 1px solid #ddd;
padding: 1em 0;
}
h3 {
color: #d06c6b;
margin: 0 0 1em 0;
}
dl.information {
margin: 0;
color: #ccc;
font-size: 80%;
text-align: right;
line-height: 1.33;
}
dt {
margin: 0 13em 0 0;
padding: 0;
}
dd {
overflow: hidden;
white-space: nowrap;
padding: 0;
margin: -1.33em 0 0 0;
}
#top a:link,
#top a:visited,
#top a:hover,
#top a {
text-decoration: none;
}
#footer {
font-size: 80%;
color: #999;
text-align: center;
}
</style>
</head>
<body>
<div class="all">
<h1 id="top"><a href="$home/">$title</a></h1>
<p>$home</p>
<div id="content">