From 650aef75480b773661e53a751337abef3b2abd47 Mon Sep 17 00:00:00 2001 From: Joseph Elliott Hand Date: Sun, 19 Jul 2026 21:46:16 -1000 Subject: Initial commit Signed-off-by: Joseph Elliott Hand --- static/style.css | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 static/style.css (limited to 'static') diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..944dc73 --- /dev/null +++ b/static/style.css @@ -0,0 +1,53 @@ + +body { + color: #E0E0E0; + background-color: #121212; + + font-family: sans; + font-size: 1.25rem; + line-height: 1.5; + + margin: 3rem; +} + +main { + margin-left: 15rem; + margin-right: 15rem; + max-width: 65ch; +} + +.marginnote { + position: relative; + float: right; + + font-size: 0.925rem; + margin-right: calc(-1 * (30ch + 3rem)); + width: 30ch; +} + +.marginnote_indicator { + vertical-align: super; + font-size: 0.5rem; +} + +header { + position: absolute; + width: 12rem; +} + +header a { + color: #E0E0E0; + text-decoration: none; +} + +header a:hover { + color: #A0A0A0; +} + +main a { + color: RoyalBlue +} + +span.email span:nth-child(1) { + display: none; +} -- cgit v1.2.3