summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2019-12-20 23:45:13 -0500
committerBen Burwell <ben@benburwell.com>2019-12-20 23:45:13 -0500
commitc21e0cb5552cbf2d60fe04ff6a97d503b9427dc9 (patch)
treea3a3617578c7b617af6973681bf685d921ec0306
parent027ab6bea40c4e831dbcf7b41bcb41b0212361ee (diff)
remove additional stylesheets
-rw-r--r--_layouts/master.html4
-rw-r--r--assets/90s.css15
-rw-r--r--assets/base.css4
-rw-r--r--assets/boring.css54
-rw-r--r--assets/classic.css59
-rwxr-xr-xassets/fonts/josefinsans-regular.woffbin25468 -> 0 bytes
-rwxr-xr-xassets/fonts/josefinsans-regular.woff2bin19512 -> 0 bytes
-rwxr-xr-xassets/fonts/poly-regular.woffbin30024 -> 0 bytes
-rwxr-xr-xassets/fonts/poly-regular.woff2bin23252 -> 0 bytes
-rwxr-xr-xassets/fonts/poly-regularitalic.woffbin31772 -> 0 bytes
-rwxr-xr-xassets/fonts/poly-regularitalic.woff2bin25004 -> 0 bytes
-rw-r--r--assets/h4xx0r.css21
-rw-r--r--assets/normal.css2
13 files changed, 4 insertions, 155 deletions
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 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="alternate" type="application/atom+xml" title="benburwell.com blog posts" href="/feed.xml">
<link rel="stylesheet" type="text/css" href="/assets/base.css">
- <link rel="stylesheet" type="text/css" href="/assets/normal.css" title="Normal">
- <link rel="alternate stylesheet" type="text/css" href="/assets/h4xx0r.css" title="1337 h4xx0r">
- <link rel="alternate stylesheet" type="text/css" href="/assets/classic.css" title="Classic">
- <link rel="alternate stylesheet" type="text/css" href="/assets/90s.css" title="90's">
<meta name="author" content="Ben Burwell">
</head>
<body>
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
--- a/assets/fonts/josefinsans-regular.woff
+++ /dev/null
Binary files differ
diff --git a/assets/fonts/josefinsans-regular.woff2 b/assets/fonts/josefinsans-regular.woff2
deleted file mode 100755
index 2c0284f..0000000
--- a/assets/fonts/josefinsans-regular.woff2
+++ /dev/null
Binary files differ
diff --git a/assets/fonts/poly-regular.woff b/assets/fonts/poly-regular.woff
deleted file mode 100755
index 3d8e457..0000000
--- a/assets/fonts/poly-regular.woff
+++ /dev/null
Binary files differ
diff --git a/assets/fonts/poly-regular.woff2 b/assets/fonts/poly-regular.woff2
deleted file mode 100755
index cc7abe8..0000000
--- a/assets/fonts/poly-regular.woff2
+++ /dev/null
Binary files differ
diff --git a/assets/fonts/poly-regularitalic.woff b/assets/fonts/poly-regularitalic.woff
deleted file mode 100755
index 83b3ed8..0000000
--- a/assets/fonts/poly-regularitalic.woff
+++ /dev/null
Binary files differ
diff --git a/assets/fonts/poly-regularitalic.woff2 b/assets/fonts/poly-regularitalic.woff2
deleted file mode 100755
index 797ec22..0000000
--- a/assets/fonts/poly-regularitalic.woff2
+++ /dev/null
Binary files 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 }