-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NeoCitiesPreview.html
131 lines (117 loc) · 2.93 KB
/
NeoCitiesPreview.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html dir="auto">
<head>
<title>[[safe_title]]</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
@import url("https://use.typekit.net/vxn4qnp.css");
@charset "utf-8";
:root {
--main-bg-color: #e2e5eb;
--main-color: #191d22;
--alternate-bg-color: #bfc8d3;
--alternate-color: #4b5052;
--main-border-color: #838c91;
--link-color: #509cfe;
}
@media (prefers-color-scheme: dark) {
:root {
--main-bg-color: #1a1a1a;
--main-color: #eff0f3;
--alternate-bg-color: #303237;
--alternate-color: #e1e4e9;
--main-border-color: #aeb2b8;
--link-color: #4fafa6;
}
}
html {
font-size: 100%;
/* font-family: adobe-caslon-pro, serif; */
font-family: aktiv-grotesk, sans-serif;
font-weight: 400;
font-weight: 400;
/* font-style: normal; */
line-height: 1.4;
}
body {
margin: 0;
padding: 0.6em;
background-color: var(--main-bg-color);
color: var(--main-color);
}
@media (max-device-width: 480px) {
}
@media (min-device-width: 481px) {
body {
margin: auto;
max-width: 600px;
}
}
blockquote {
font-family: aktiv-grotesk, sans-serif;
font-weight: 300;
font-style: italic;
margin: 1.5em 1.5em;
padding: 1em;
background-color: var(--alternate-bg-color);
color: var(--alternate-color);
}
a {
color: var(--link-color);
}
pre {
display: block;
overflow: scroll;
width: 100%;
background-color: var(--alternate-bg-color);
padding: 0.5em 1em;
margin: 1em 0;
}
code {
background-color: var(--alternate-bg-color);
color: var(--alternate-color);
font-family: aktiv-grotesk, sans-serif;
font-weight: 300;
padding: 2px 3px;
}
table {
font-family: aktiv-grotesk, sans-serif;
font-weight: 400;
margin: 1.5em 0;
border: 1px solid var(--main-border-color);
border-collapse: collapse;
}
th {
padding: 0.25em 0.5em;
background: var(--alternate-bg-color);
border: 1px solid var(--main-border-color);
}
td {
padding: 0.25em 0.5em;
border: 1px solid var(--main-border-color);
}
img {
max-width: 96%;
}
footer {
font-family: aktiv-grotesk-condensed, sans-serif;
font-weight: 700;
font-size: 9px;
}
</style>
<script note="" src="https://cdn.jsdelivr.net/gh/Blogger-Peer-Review/quotebacks@1/quoteback.js"></script>
</head>
<body>
%%[[draft]]%%
<footer>
<p>
<a href="https://davidblue.wtf/drafts">Index</a> - <a href="https://twitter.com/NeoYokel">Twitter</a> -
<a rel="me" href="https://mastodon.social/@DavidBlue">Mastodon</a> -
<a href="https://t.me/davidblue">Telegram</a> - <a href="tel:+15738234380">Telephone</a> -
<a href="[[draft_open_url]]">Local</a>
</p>
<code>[[latitude]]∆[[longitude]]-[[date|%m%d%Y-%H%M%S]]</code>
</footer>
</body>
</html>