summaryrefslogtreecommitdiff
path: root/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/main.css')
-rwxr-xr-xcss/main.css15
1 files changed, 2 insertions, 13 deletions
diff --git a/css/main.css b/css/main.css
index 6ce331b..b5adc70 100755
--- a/css/main.css
+++ b/css/main.css
@@ -9,22 +9,11 @@ html {
--color-main-m: #333;
--color-main-l: #ddd;
--color-code-d: #000;
-font-size: 20px;
+font-size: 0.5cm;
}
body {background-color: var(--color-body-d); color: var(--color-main-l); margin: 0;}
-header {display: flex; justify-content: center; flex-direction: column; position: static; height: 75vh; color: var(--color-head-d); background-image: url("/media/banner-m.png"); background-size: cover; background-position: center center; background-attachment: fixed; image-rendering: crisp-edges; image-rendering: pixelated;}
-.bomber,hr,.identcontainer {margin-left: 12.5vw;}
-.bomber {font-family: schnyder-xl, Didot, serif; font-weight: 400; font-style: italic; font-size: 5rem; font-feature-settings: "case", "ss01", "ss04", "ss05"; -webkit-hyphens: auto; hyphens: auto; letter-spacing: -2px; line-height: 1; width: 75vw; margin-bottom: -10px; padding-left: 10px;}
-header hr {width: 75vw; height: 0; border: none; border-top: 1px solid var(--color-head-d);}
-.identcontainer {display: flex; flex-direction: row; justify-content: space-between; height: 25px; margin: -5px 12.5vw; padding: 0 5px;}
-.ident {font-family: neue-haas-grotesk-display, var(--fs-sans); font-weight: 300; font-size: 1rem; align-self: center; font-feature-settings: "case";}
-.ident a {text-decoration: none; color: var(--color-head-d); cursor: pointer;}
-.ident a:link {text-decoration: none;}
-.ident a:visited{color: var(--color-head-d);}
-.ident a:hover {text-decoration: none;}
-.ident a:active {text-decoration: none;}
-.headerlogo {height: 18px; align-self: center;}
+header {display: none;}
.contentlevel {display: flex;}
nav {flex: 0 0 25%; padding: 1rem; position: -webkit-sticky; position: sticky; top: 0; height: 100vh; overflow-x: hidden; overflow-y: auto;}
nav pre {margin: 0; color: var(--color-main-l); font-family: var(--fs-mono); font-weight: normal; font-size: 0.75rem; line-height: 1.25em;}