-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
95 lines (79 loc) · 1.72 KB
/
template.html
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
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta content="width=device-width" name="viewport" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="generator" content="The very hands of Sloan"/>
<style type="text/css">
* {
box-sizing: border-box;
}
html {
font-size: 17px;
min-height: 100%;
background-color: #fff;
}
body {
margin: 0 0 0 0;
padding: 0 0 0 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
line-height: 25px;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: none;
width: 100%;
height: 100%;
position: relative;
min-height: 100%;
background-color: #fff;
}
div.content {
width: 600px;
max-width: 100%;
margin: 0 auto 0 auto;
padding: 8px 8px 25px 8px;
}
h2 {
margin: 0 auto 25px auto;
line-height: 25px;
color: hsl(12, 76%, 55%);
font-family: Bodoni, "Bodoni 72", "Bodoni MT", "Times News Roman", serif;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
}
p {
font-size: 17px;
line-height: 25px;
margin: 0 0 25px 0;
padding: 0 0 0 0;
}
a,
a:link,
a:visited {
color: hsl(12, 76%, 55%);
}
a:active,
a:hover {
color: hsl(12, 76%, 55%);
}
img {
display: block;
border: none;
width: 100%;
max-width: 100%;
margin: 0 0 0 0;
min-height: 60px;
}
blockquote {
color: hsl(208, 100%, 27.5%);
}
</style>
</head>
<body>
<div class="content">
__YIELD__
</div>
</body>
</html>