summaryrefslogtreecommitdiff
path: root/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'head.html')
-rw-r--r--head.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/head.html b/head.html
index ef35088..6a4b2e9 100644
--- a/head.html
+++ b/head.html
@@ -4,16 +4,21 @@
<link rel="icon" href="/m/interesting3.png">
<style>
body {font-family: sans-serif;font-size:larger;max-width:60ch;margin:auto}
-body {background-image: url("bg.png")}
+body {background-image: url("/bg.png")}
h1 {color:#e79e00; text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;}
section {margin:20px 0;padding:20px;border-radius:20px;border:1px solid rebeccapurple;background-color:white}
+
header {border: 2px solid black;max-width:100%;margin:1em;background-color:white}
header {display:grid;grid-template-columns:1fr 3fr;}
#me {max-width:100%;grid-row: 1/3;grid-column:1;margin:auto}
header * {margin:auto}
header p {padding:1em}
+
.breadcrumb {font-size:smaller;}
.breadcrumb ol {list-style:none;padding-left:1em}
.breadcrumb li {display:inline;}
.breadcrumb li+li::before {content:"|\00a0";padding:4px;}
+
+.postlist li {list-style:none;}
+.postlist time {color:#555;font-style:italic}
</style>