From c21e0cb5552cbf2d60fe04ff6a97d503b9427dc9 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Fri, 20 Dec 2019 23:45:13 -0500 Subject: remove additional stylesheets --- _layouts/master.html | 4 --- assets/90s.css | 15 --------- assets/base.css | 4 +++ assets/boring.css | 54 ------------------------------ assets/classic.css | 59 --------------------------------- assets/fonts/josefinsans-regular.woff | Bin 25468 -> 0 bytes assets/fonts/josefinsans-regular.woff2 | Bin 19512 -> 0 bytes assets/fonts/poly-regular.woff | Bin 30024 -> 0 bytes assets/fonts/poly-regular.woff2 | Bin 23252 -> 0 bytes assets/fonts/poly-regularitalic.woff | Bin 31772 -> 0 bytes assets/fonts/poly-regularitalic.woff2 | Bin 25004 -> 0 bytes assets/h4xx0r.css | 21 ------------ assets/normal.css | 2 -- 13 files changed, 4 insertions(+), 155 deletions(-) delete mode 100644 assets/90s.css delete mode 100644 assets/boring.css delete mode 100644 assets/classic.css delete mode 100755 assets/fonts/josefinsans-regular.woff delete mode 100755 assets/fonts/josefinsans-regular.woff2 delete mode 100755 assets/fonts/poly-regular.woff delete mode 100755 assets/fonts/poly-regular.woff2 delete mode 100755 assets/fonts/poly-regularitalic.woff delete mode 100755 assets/fonts/poly-regularitalic.woff2 delete mode 100644 assets/h4xx0r.css delete mode 100644 assets/normal.css diff --git a/_layouts/master.html b/_layouts/master.html index 5f7b75d..9259982 100644 --- a/_layouts/master.html +++ b/_layouts/master.html @@ -6,10 +6,6 @@ - - - - diff --git a/assets/90s.css b/assets/90s.css deleted file mode 100644 index b5e9cca..0000000 --- a/assets/90s.css +++ /dev/null @@ -1,15 +0,0 @@ -html { - background: url(/assets/images/stars.gif); - color: yellow; - font-family: fantasy; -} - -a { color: red } - -code, pre { color: #0f0 } - -hr { - background: url(/assets/images/separator.gif); - height: 2px; - border: none; -} diff --git a/assets/base.css b/assets/base.css index b2e6055..fd2df6f 100644 --- a/assets/base.css +++ b/assets/base.css @@ -7,3 +7,7 @@ body { pre { overflow: auto } img { max-width: 100% } + +body { color: #242424 } + +h1, h2, h3, h4, h5, h6 { font-family: sans-serif } diff --git a/assets/boring.css b/assets/boring.css deleted file mode 100644 index 48d61f7..0000000 --- a/assets/boring.css +++ /dev/null @@ -1,54 +0,0 @@ -@font-face { - font-family: 'Josefin Sans'; - src: url('/assets/fonts/josefinsans-regular.woff2') format('woff2'), - url('/assets/fonts/josefinsans-regular.woff') format('woff'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'Poly'; - src: url('/assets/fonts/poly-regular.woff2') format('woff2'), - url('/assets/fonts/poly-regular.woff') format('woff'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'Poly'; - src: url('/assets/fonts/poly-regularitalic.woff2') format('woff2'), - url('/assets/fonts/poly-regularitalic.woff') format('woff'); - font-weight: normal; - font-style: italic; -} - -html { - --dark: #222; -} - -h1, h2, h3, h4, h5, h6 { - font-family: 'Futura', 'Josefin Sans', sans-serif; - font-weight: normal; -} - -body { - color: var(--dark); - font-family: 'Palatino', 'Poly', serif; -} - -a { - color: var(--dark); -} - -a:hover { - color: #0033cc; -} - -hr { - border: none; - border-bottom: 1px dotted #999; -} - -p { - line-height: 1.5; -} diff --git a/assets/classic.css b/assets/classic.css deleted file mode 100644 index 032f7c4..0000000 --- a/assets/classic.css +++ /dev/null @@ -1,59 +0,0 @@ -@font-face { - font-family: 'Josefin Sans'; - src: url('/assets/fonts/josefinsans-regular.woff2') format('woff2'), - url('/assets/fonts/josefinsans-regular.woff') format('woff'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'Poly'; - src: url('/assets/fonts/poly-regular.woff2') format('woff2'), - url('/assets/fonts/poly-regular.woff') format('woff'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'Poly'; - src: url('/assets/fonts/poly-regularitalic.woff2') format('woff2'), - url('/assets/fonts/poly-regularitalic.woff') format('woff'); - font-weight: normal; - font-style: italic; -} - -html { - --dark: #222; -} - -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: 'Futura', 'Josefin Sans', sans-serif; - font-weight: normal; -} - -body { - color: var(--dark); - font-family: 'Palatino', 'Poly', serif; -} - -a { - color: var(--dark); -} - -a:hover { - color: #0033cc; -} - -hr { - border: none; - border-bottom: 1px dotted #999; -} - -p { - line-height: 1.5; -} diff --git a/assets/fonts/josefinsans-regular.woff b/assets/fonts/josefinsans-regular.woff deleted file mode 100755 index fe29901..0000000 Binary files a/assets/fonts/josefinsans-regular.woff and /dev/null differ diff --git a/assets/fonts/josefinsans-regular.woff2 b/assets/fonts/josefinsans-regular.woff2 deleted file mode 100755 index 2c0284f..0000000 Binary files a/assets/fonts/josefinsans-regular.woff2 and /dev/null differ diff --git a/assets/fonts/poly-regular.woff b/assets/fonts/poly-regular.woff deleted file mode 100755 index 3d8e457..0000000 Binary files a/assets/fonts/poly-regular.woff and /dev/null differ diff --git a/assets/fonts/poly-regular.woff2 b/assets/fonts/poly-regular.woff2 deleted file mode 100755 index cc7abe8..0000000 Binary files a/assets/fonts/poly-regular.woff2 and /dev/null differ diff --git a/assets/fonts/poly-regularitalic.woff b/assets/fonts/poly-regularitalic.woff deleted file mode 100755 index 83b3ed8..0000000 Binary files a/assets/fonts/poly-regularitalic.woff and /dev/null differ diff --git a/assets/fonts/poly-regularitalic.woff2 b/assets/fonts/poly-regularitalic.woff2 deleted file mode 100755 index 797ec22..0000000 Binary files a/assets/fonts/poly-regularitalic.woff2 and /dev/null differ diff --git a/assets/h4xx0r.css b/assets/h4xx0r.css deleted file mode 100644 index 61a7204..0000000 --- a/assets/h4xx0r.css +++ /dev/null @@ -1,21 +0,0 @@ -html { - --dark: #1c1c1c; - --light: #888; - --green: #0c0; - background-color: var(--dark); -} - -body { - color: var(--light); - font-family: monospace; -} - -a { - color: var(--green); - text-decoration: none; -} - -a:hover { - color: var(--dark); - background-color: var(--green); -} diff --git a/assets/normal.css b/assets/normal.css deleted file mode 100644 index ea4c1f5..0000000 --- a/assets/normal.css +++ /dev/null @@ -1,2 +0,0 @@ -body { color: #242424 } -h1, h2, h3, h4, h5, h6 { font-family: sans-serif } -- cgit v1.2.3