-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTML Preview Template #61
Labels
automation
big
Feature-length, beauty-bitch type shit.
configuration
dev
Development!
documentation
Improvements or additions to documentation
migration
Movin'.
refinement
Making things pretty.
style
Themes
Comments
extratone
added
documentation
Improvements or additions to documentation
configuration
style
Themes
dev
Development!
big
Feature-length, beauty-bitch type shit.
refinement
Making things pretty.
migration
Movin'.
automation
labels
May 17, 2022
1.7<!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: #fff4e6;
--main-color: #000000;
--alternate-bg-color: #fffdeb;
--alternate-color: #00006b;
--main-border-color: #f43f32;
--link-color: #ff0000;
}
@media (prefers-color-scheme: dark) {
:root {
--main-bg-color: #020003;
--main-color: #ffe8bd;
--alternate-bg-color: #000056;
--alternate-color: #fff4e6;
--main-border-color: #f43f32;
--link-color: #36fd63;
}
}
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 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> |
extratone
added a commit
that referenced
this issue
Oct 5, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
automation
big
Feature-length, beauty-bitch type shit.
configuration
dev
Development!
documentation
Improvements or additions to documentation
migration
Movin'.
refinement
Making things pretty.
style
Themes
1.4
The text was updated successfully, but these errors were encountered: