diff --git a/_layouts/corrupt_collection.html b/_layouts/corrupt_collection.html deleted file mode 100644 index 0df50e7..0000000 --- a/_layouts/corrupt_collection.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - The Internet Vagabond :: {{ page.tabtitle }} - - - - - - - -
-
-
-
-
The
Internet
Vagabond
-
-
-
-
{{ page.tabtitle }}
- {{ content }} -
-
- {% include cor_menu.html %} -
- - diff --git a/src/styles/corrupt.css b/src/styles/corrupt.css deleted file mode 100644 index 4683d93..0000000 --- a/src/styles/corrupt.css +++ /dev/null @@ -1,289 +0,0 @@ -/* - * Corrupt: A simple, responsive theme for Jekyll - * CSS for theinternetvagabond.com - * (C)2015 Bill Niblock - * Licensed under the WTFPL [http://www.wtfpl.net] -*/ - - -/* General */ -html { - font-family: sans-serif; - /* Change this value to any color you want */ - --hilite: #8D3FC5; -} - -body { - background-color: #3B3B3B; - margin: 0; -} - -a,a:visited,a:link,a:focus { - text-decoration: underline; color: white; -} - -a:hover { - font-style: italic; -} - -.cor_page { - display: flex; flex-flow: row wrap; -} - -.cor_content { - width: 100%; - background-color: #3B3B3B; -} - -/* Header */ -.cor_head { - position: fixed; top: 0px; left: 0px; right: 0px; - margin: 0px; padding: 10px; z-index: 1; - background-color: #202020; - border-bottom: 1px solid var(--hilite); - box-shadow: 0px 5px 30px -5px var(--hilite); -} - -.title { - display: flex; - margin: 0px 25px; padding: 0px; -} - -.title div { - margin: 0px; padding: 0px; - font: 0.8em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - color: darkgrey; letter-spacing: 0.8em; -} - -.title div::first-letter { - margin: 0px; padding: 0px 2px; - font: 0.8em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - color: white; -} - -/* Sidebar */ -.cor_menu { - display: flex; - flex-flow: column wrap; - background-color: #202020; - z-index: 2; width: 100%; - border-top: 1px solid var(--hilite); - box-shadow: 0px 0px 30px 0px var(--hilite); -} - -.cor_menu a:link,a:visited,a:focus { - text-decoration: none; - color: darkgrey; -} - -.cor_menu a:hover { - font-weight: normal; - color: white; -} - -.cor_topics { - display: flex; flex-flow: row wrap; justify-content: center; - font: 1.0em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - text-align: center; color: darkgrey; letter-spacing: 0.6em; line-height: 2.0em; -} - -.cor_topics div { - padding: 10px 10px 0px 10px; -} - -.cor_topics a,a:visited,a:link,a:focus { - color: darkgrey; - text-decoration: none; -} - -.cor_topics a:hover { - font-style: normal; - color: white; -} - -.cor_footer { - display: flex; flex-flow: row wrap; - width: 100%; - text-align: center; -} - -.cor_footer #about { - display: flex; - flex-flow: column; -} - -.cor_footer #about p { - line-height: 1.5em; letter-spacing: 0.1em; text-align: left; color: white; - padding: 0em 1em; -} - -.cor_footer #about h2 { - text-align: right; - padding: 10px; - font: 1.0em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - color: darkgrey; letter-spacing: 0.6em; -} - -.cor_footer #social { - display: flex; flex-flow: row; width: 100%; - padding-bottom: 15px; -} - -.cor_footer #social div { - width: 25%; text-align: center; -} - -/* Index */ -#posts a,a:visited,a:link,a:focus { - color: darkgrey; - text-decoration: none; -} - -#posts a:hover { - font-style: normal; - color: white; -} - -#posts #details { - display: flex; flex-flow: row wrap; - text-align: center; - padding: 10px; - border-top: 1px solid darkgrey; - font: 0.8em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - color: darkgrey; letter-spacing: 0.4em; -} - -#posts #date { - width: 100%; - text-align: center; - color: grey; -} - -#posts #tags { - width: 100%; - text-align: center; - color: grey; -} - -#posts #desc { - padding: 0em 2em 2em 2em; - color: white; -} - -#all_button { - padding: 5px; margin: 2em; width: unset; - text-align: center; - border: 1px solid darkgrey; -} - -#all_button a,a:visited,a:link,a:focus { - color: darkgrey; - text-decoration: none; -} - -#all_button a:hover { - font-style: normal; - color: white; -} - -/* Collection */ -#cor_coll_title { - margin: 0px; padding-bottom: 10px; - font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - color: darkgrey; letter-spacing: 0.5em; text-align: center; -} - -/* Content */ -#content { - margin: 75px 5% 5% 5%; - line-height: 1.5em; letter-spacing: 0.1em; -} - -#content h1 { - padding: 10px; - font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - color: darkgrey; letter-spacing: 0.5em; -} - -#content h1::first-letter { - margin: 0px; padding: 0px; - font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - color: white; -} - -#content h2 { - text-align: left; - padding: 10px; - border-bottom: 1px solid darkgrey; - font: 1.0em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - color: darkgrey; letter-spacing: 0.6em; -} - -#content h3 { - text-align: right; - padding: 10px; - border-bottom: 1px solid darkgrey; - font: 1.0em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - color: darkgrey; letter-spacing: 0.6em; -} - -#content h4 { - text-align: center; - padding: 10px; - border-top: 1px solid darkgrey; - font: 0.8em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - color: darkgrey; letter-spacing: 0.4em; -} - -#content p { - padding: 0em 2em; - color: white; -} - -#content ul { - color: white; -} - -#content ol { - color: white; -} - -/* Mobile First */ -@media only screen and (min-width: 768px) { - .title div { font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - color: darkgrey; letter-spacing: 1.2em; - } - .title div::first-letter { - font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - } -} - -@media only screen and (min-width: 1250px) and (min-height: 750px) { - .cor_content { - width: 80%; - } - #posts #date { - width: 50%; - text-align: left; - color: grey; - } - - #posts #tags { - width: 50%; - text-align: right; - color: grey; - } - .cor_menu { - width: 20%; - border: none; - box-shadow: unset; - } - .cor_topics { - position: fixed; top: 75px; right: 0px; display: unset; - font: 1.0em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - text-align: right; color: darkgrey; letter-spacing: 0.6em; line-height: 2.0em; - } - .cor_footer { - position: fixed; bottom: 0; width: unset; - } -} diff --git a/src/styles/styles.css b/src/styles/styles.css deleted file mode 100644 index f941eca..0000000 --- a/src/styles/styles.css +++ /dev/null @@ -1,198 +0,0 @@ -/* - * CSS for theinternetvagabond.com - * (C)2015 Bill Niblock - * Licensed under the WTFPL [http://www.wtfpl.net] - */ - -/* General */ - -body { - background-color: #3b3b3b; -} - -a,a:visited,a:link,a:focus { - text-decoration: underline; - color: white; -} - -a:hover { - font-style: italic; -} - -/********** - * * - * Header * - * * - **********/ - -.header { - position: fixed; top: 0px; left: 0px; right: 0px; - margin: 0px; padding: 10px; z-index: 1; - background-color: #202020; - border-bottom: 1px solid #8D3FC5; - box-shadow: 0px 5px 30px -5px #8D3FC5; -} - -.title { - display: flex; - margin: 0px 25px; padding: 0px; -} - -.title div { - margin: 0px; padding: 0px; - font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - color: darkgrey; letter-spacing: 1.2em; -} - -.title div::first-letter { - margin: 0px; padding: 0px 2px; - font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - color: white; -} - -/*********** - * * - * Sidebar * - * * - ***********/ -.menu { - position: fixed; right: 0px; top: 0px; bottom:0px; - background-color: #202020; - list-style: none; - z-index: 2; -} - -.menu a:link,a:visited,a:focus { - text-decoration: none; - color: darkgrey; -} - -.menu a:hover { - font-weight: normal; - color: white; -} - -.menu li { - list-style: none; - padding: 15px 10px; - color: darkgrey; -} - -#about { - display: flex; - flex-flow: column; - padding-bottom: 1em; -} - -#about p { - line-height: 1.5em; letter-spacing: 0.1em; - text-align: left; - padding: 0em 1em; - color: white; -} - -#about h2 { - text-align: right; - padding: 10px; - font: 1.0em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - color: darkgrey; letter-spacing: 0.6em; -} - -#footer { - position: absolute; bottom: 1em; left: 0px; right: 0px; - text-align: center; -} - -#footer #cw { - font: 0.9em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - letter-spacing: 0.4em; padding: 1em 0 0.5em 0; - color: darkgrey; -} - -/********* - * Index * - ********/ - -#posts a,a:visited,a:link,a:focus { - color: darkgrey; - text-decoration: none; -} - -#posts a:hover { - font-style: normal; - color: white; -} - -#posts #details { - text-align: center; - padding: 10px; - border-top: 1px solid darkgrey; - font: 0.8em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - color: darkgrey; letter-spacing: 0.4em; -} - -#posts #date { - text-align: left; - color: grey; -} - -#posts #tags { - text-align: right; - color: grey; -} - -#posts #desc { - padding: 0em 2em 2em 2em; - color: white; -} - -/******** - * * - * Blog * - * * - ********/ -#content { - margin: 5em; - line-height: 1.5em; letter-spacing: 0.1em; -} - -#content h1 { - padding: 10px; - font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - color: darkgrey; letter-spacing: 0.5em; -} - -#content h1::first-letter { - margin: 0px; padding: 0px; - font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - color: white; -} - -#content h2 { - text-align: left; - padding: 10px; - border-bottom: 1px solid darkgrey; - font: 1.0em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - color: darkgrey; letter-spacing: 0.6em; -} - -#content h3 { - text-align: right; - padding: 10px; - border-bottom: 1px solid darkgrey; - font: 1.0em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - color: darkgrey; letter-spacing: 0.6em; -} - -#content h4 { - text-align: center; - padding: 10px; - border-top: 1px solid darkgrey; - font: 0.8em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - color: darkgrey; letter-spacing: 0.4em; -} - -#content p { - padding: 0em 2em; - color: white; -}