summaryrefslogtreecommitdiff
path: root/memories/tags
diff options
context:
space:
mode:
Diffstat (limited to 'memories/tags')
-rw-r--r--memories/tags/index.html29
-rw-r--r--memories/tags/style.css66
2 files changed, 95 insertions, 0 deletions
diff --git a/memories/tags/index.html b/memories/tags/index.html
new file mode 100644
index 0000000..eeab3eb
--- /dev/null
+++ b/memories/tags/index.html
@@ -0,0 +1,29 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8" name="viewport" content="width=80ch">
+ <title>tags</title>
+ <link rel="stylesheet" href="style.css">
+</head>
+<body>
+
+<h1>
+<a href=http://blaise.zone>blaise</a>-<a href="../">blog</a>/tags
+</h1>
+
+<hr>
+
+
+
+<hr>
+
+<p style="display:inline;">
+built 2021-07-08 14:49:20
+<div style="float:right;">
+<a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>: no copyright
+(<a href="https://git.blaise.zone/website/blog.git/">source</a>)
+</div>
+</p>
+
+</body>
+</html> \ No newline at end of file
diff --git a/memories/tags/style.css b/memories/tags/style.css
new file mode 100644
index 0000000..ae140ca
--- /dev/null
+++ b/memories/tags/style.css
@@ -0,0 +1,66 @@
+a {
+ text-decoration: none;
+ color: #81a2be;
+}
+
+body {
+ font-family: 'DejaVu Sans Mono', monospace;
+ margin: 40px auto;
+ min-width: 80ch;
+ max-width: 80ch;
+ line-height: 1.5;
+ font-size: 16px;
+ background-color: #1d1f21;
+ color: #c5c8c6;
+ padding: 0 10px;
+ text-align: left;
+ overflow-y: scroll;
+}
+
+h2 {
+ font-size: 16px;
+}
+
+pre {
+ width: 80ch;
+ padding: 15px;
+ margin-left: auto;
+ margin-right: auto;
+ overflow: auto;
+ overflow-y: hidden;
+ font-size: 15.3px;
+ background: #111314;
+ border: 1px solid #c5c8c6;
+}
+
+code {
+ background: #111314;
+ color: #de935f
+}
+
+figure {
+ width: 100%;
+ margin: 0px auto;
+ margin-bottom: 1em;
+}
+
+audio {
+ width: 100%;
+}
+
+img {
+ width: 100%;
+}
+
+table {
+ width: 100%;
+}
+
+table, th, td {
+ border: 1px solid #969896;
+ border-collapse: collapse;
+}
+
+th, td {
+ padding: 5px;
+} \ No newline at end of file