From be6982d263b2225ef7e271042f2ed7f89af9c535 Mon Sep 17 00:00:00 2001 From: Lucas Kent <97860398+Bulbous-Baboon@users.noreply.github.com> Date: Wed, 4 Jan 2023 15:23:11 -0500 Subject: [PATCH] gaming --- assets/styles/Font.css | 16 ------------- assets/styles/backround.css | 6 ----- assets/styles/border.css | 5 ---- assets/styles/footer.css | 19 --------------- assets/styles/main.css | 48 ++++++++++++++++++++++++++++++------- blog.html | 3 --- index.html | 7 ++---- sitemap.html | 3 --- wip.html | 2 -- 9 files changed, 41 insertions(+), 68 deletions(-) delete mode 100644 assets/styles/Font.css delete mode 100644 assets/styles/border.css delete mode 100644 assets/styles/footer.css diff --git a/assets/styles/Font.css b/assets/styles/Font.css deleted file mode 100644 index 8171751..0000000 --- a/assets/styles/Font.css +++ /dev/null @@ -1,16 +0,0 @@ -/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 14, 2022 */ - - - -@font-face { - font-family: 'jetbrains_monoregular'; - src: url('/assets/styles/Font/jetbrainsmono-regular-webfont.woff2') format('woff2'), - url('/assets/styles/Font/jetbrainsmono-regular-webfont.woff') format('woff'); - font-weight: normal; - font-style: normal; - -} - -body { - font-family: jetbrains_monoregular; -} diff --git a/assets/styles/backround.css b/assets/styles/backround.css index 0766790..eee9b06 100644 --- a/assets/styles/backround.css +++ b/assets/styles/backround.css @@ -1,9 +1,3 @@ -body { - background-color: #868686; - margin: 0; - overflow-x: hidden; -} - .bg { position: fixed; top: -50%; diff --git a/assets/styles/border.css b/assets/styles/border.css deleted file mode 100644 index 979a0ba..0000000 --- a/assets/styles/border.css +++ /dev/null @@ -1,5 +0,0 @@ -.broider { - border-image: url("/assets/imgs/border.png") 28 / 28px / 0 round; - border-width: 28px; - border-style: solid; -} \ No newline at end of file diff --git a/assets/styles/footer.css b/assets/styles/footer.css deleted file mode 100644 index 51c4149..0000000 --- a/assets/styles/footer.css +++ /dev/null @@ -1,19 +0,0 @@ -#page-container { - position: relative; - min-height: 100vh; -} - -#content-wrap { - padding-bottom: 2.5rem; -} - -#footer { - padding: 20px; - text-align: center; - background: rgb(221, 221, 221); - margin-top: 20px; - position: absolute; - bottom: 0; - width: 100%; - font-size: 11px; -} \ No newline at end of file diff --git a/assets/styles/main.css b/assets/styles/main.css index 8d2b65a..29eb513 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -2,7 +2,6 @@ box-sizing: border-box; } -/* Header/Blog Title */ .header { padding: 30px; font-size: 40px; @@ -13,10 +12,11 @@ body { padding: px; background: #868686; + margin: 0; + overflow-x: hidden; + font-family: jetbrains_monoregular; } -/* Create two unequal columns that floats next to each other */ -/* Left column */ .leftcolumn { margin: auto; padding: 10px; @@ -24,27 +24,23 @@ body { width: 75%; } -/* Right column */ .rightcolumn { float: left; width: 25%; padding-left: 20px; } -/* Fake image */ .fakeimg { background-color: #aaa; width: 100%; } -/* Add a card effect for articles */ .card { background-color: white; padding: 20px; margin-top: 20px; } -/* Clear floats after the columns */ .row:after { content: ""; display: table; @@ -56,7 +52,32 @@ body { max-height: 100%; } -/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */ +.borderimg { + border-image: url("/assets/imgs/border.png") 28 / 28px / 0 round; + border-width: 28px; + border-style: solid; +} + +#page-container { + position: relative; + min-height: 100vh; +} + +#content-wrap { + padding-bottom: 2.5rem; +} + +#footer { + padding: 20px; + text-align: center; + background: rgb(221, 221, 221); + margin-top: 20px; + position: absolute; + bottom: 0; + width: 100%; + font-size: 11px; +} + @media screen and (max-width: 800px) { .leftcolumn, @@ -64,4 +85,13 @@ body { width: 100%; padding: 0; } -} \ No newline at end of file +} + +@font-face { + font-family: 'jetbrains_monoregular'; + src: url('/assets/styles/Font/jetbrainsmono-regular-webfont.woff2') format('woff2'), + url('/assets/styles/Font/jetbrainsmono-regular-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; + +} diff --git a/blog.html b/blog.html index 3818473..b546575 100644 --- a/blog.html +++ b/blog.html @@ -30,14 +30,11 @@ /> - - -