From 10fc2ebc238f0318a453c4df3d8103e55ee77507 Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 10 Dec 2022 14:13:55 -0500 Subject: [PATCH] style.css gCDN Signed-off-by: Skylar "The Cobra" Widulski --- avatar.html | 2 +- blog.html | 2 +- blogs/2022/06/14/who-is-the-cobra.html | 2 +- blogs/2022/06/16/free-software-only.html | 2 +- blogs/2022/06/17/free-assange.html | 2 +- contact.html | 2 +- copyright.html | 2 +- donations.html | 2 +- index.html | 2 +- nav.html | 1 + projects.html | 2 +- sites.html | 2 +- style.css | 146 ----------------------- 13 files changed, 12 insertions(+), 157 deletions(-) delete mode 100644 style.css diff --git a/avatar.html b/avatar.html index 06fb7a0..e0cc1b4 100644 --- a/avatar.html +++ b/avatar.html @@ -2,7 +2,7 @@ - + My avatar | Cobra's Webpage diff --git a/blog.html b/blog.html index 1fd0522..cf0b687 100644 --- a/blog.html +++ b/blog.html @@ -2,7 +2,7 @@ - + Blog | Cobra's Webpage diff --git a/blogs/2022/06/14/who-is-the-cobra.html b/blogs/2022/06/14/who-is-the-cobra.html index 179ac88..5cdba22 100644 --- a/blogs/2022/06/14/who-is-the-cobra.html +++ b/blogs/2022/06/14/who-is-the-cobra.html @@ -2,7 +2,7 @@ - + Who is The Cobra? | Cobra's Webpage diff --git a/blogs/2022/06/16/free-software-only.html b/blogs/2022/06/16/free-software-only.html index 89c93fc..cf35691 100644 --- a/blogs/2022/06/16/free-software-only.html +++ b/blogs/2022/06/16/free-software-only.html @@ -2,7 +2,7 @@ - + Free SOFTWARE Foundation | Cobra's Webpage diff --git a/blogs/2022/06/17/free-assange.html b/blogs/2022/06/17/free-assange.html index 619cef2..d0fd03b 100644 --- a/blogs/2022/06/17/free-assange.html +++ b/blogs/2022/06/17/free-assange.html @@ -2,7 +2,7 @@ - + #FreeAssange | Cobra's Webpage diff --git a/contact.html b/contact.html index 177e011..e3a2f0f 100644 --- a/contact.html +++ b/contact.html @@ -2,7 +2,7 @@ - + Contact | Cobra's Webpage diff --git a/copyright.html b/copyright.html index 5adb089..3676119 100644 --- a/copyright.html +++ b/copyright.html @@ -2,7 +2,7 @@ - + Copyright information | Cobra's Webpage diff --git a/donations.html b/donations.html index 8c7b9e1..8676813 100644 --- a/donations.html +++ b/donations.html @@ -2,7 +2,7 @@ - + Donate | Cobra's Webpage diff --git a/index.html b/index.html index c2671dd..1b2e198 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Cobra's Webpage diff --git a/nav.html b/nav.html index 4edd959..4fab465 100644 --- a/nav.html +++ b/nav.html @@ -1,3 +1,4 @@ +
diff --git a/projects.html b/projects.html index 9b33dfc..f0353e3 100644 --- a/projects.html +++ b/projects.html @@ -2,7 +2,7 @@ - + Projects | Cobra's Webpage diff --git a/sites.html b/sites.html index 04af3e8..c2d6624 100644 --- a/sites.html +++ b/sites.html @@ -2,7 +2,7 @@ - + Other sites | Cobra's Webpage diff --git a/style.css b/style.css deleted file mode 100644 index 4717e23..0000000 --- a/style.css +++ /dev/null @@ -1,146 +0,0 @@ -body { - font-family:'Fira Code'; - margin:10px auto; - max-width:1200px; - line-height:1.5em; - font-size:0.9em; - background-color:#000000; - color:#d0d0d0; - padding:0 10%; - hyphens:auto; -} - -header { - padding-top:10px; - padding-bottom:4px; - display:flex; - justify-content:space-between; - font-size:1.1em; - align-items:center; - overflow:hidden; - background-color:#000000; - top:0px; - width:100%; -} - -header + hr { - overflow:hidden; - background-color:#000000; - top:70px; - width:100%; -} - -footer img { - display: inline-block; - border-width: 0; -} - -nav { - display:flex; - flex-direction:row; - flex-wrap:wrap; - justify-content:flex-end; - gap:1rem; -/* line-height:1.3; */ -} - -nav li { - display:inline-block no; - margin-right:20px; -} - -.navlogo { - width:50px; - height:50px; -} - -a { - color:#ff0000; - text-decoration:none; -} - -a:hover { - color:#ff0000; - text-decoration:underline; -} - -a:visited { - color:#ff0000; -} - -a:focus { - outline-co; -} - -ul { - list-style:none; -} - -ul li::before { - content:">"; - color:#0066ff; - font-weight:bold; - display:inline-block; - width:1em; - margin-left:-1em; -} - -h1, h2, h3 { - display:inline; - line-height:1.2; - color:#ff0099; - font-size:1.3em; -} - -h2 { - font-size;1.2em; -} - -h3 { - font-size;1.1em; -} - -.h:hover a[aria-hidden] { - display:inline; - color:#ff0000; - size:75%; -} - -.h a[aria-hidden] { - display:none; -} - -pre { - tab-size:4; -} - -input[type=submit] { - padding:5px 15px; - background:#0066ff; - border:0 none; - -webkit-border-radius:10px; - border-radius:10px; -} - -::selection { - color:#ffffff; - background:#cc00ff; -} - -.vern { - color:#ff6c6b; -} - -.constant { - speak:none; -} - -.skip-to-content { - opacity:0%; - cursor:default; -} - -.skip-to-content:focus { - opacity:100%; - cursor:pointer; -}