changed css dir

This commit is contained in:
2023-01-25 19:22:03 -08:00
parent da5e14887e
commit f3806cbd55
4 changed files with 172 additions and 172 deletions

View File

@ -1,169 +1,169 @@
/* /*
CSS by Sophia Atkinson CSS by Sophia Atkinson
https://sophia.wtf https://sophia.wtf
CC BY-NC 4.0 CC BY-NC 4.0
*/ */
@import url("https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"); @import url("https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=DotGothic16&family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400&display=swap'); @import url('https://fonts.googleapis.com/css2?family=DotGothic16&family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400&display=swap');
body { body {
background: #141729; background: #141729;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
display: none; display: none;
} }
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
} }
embed, embed,
iframe, iframe,
object { object {
max-width: 100%; max-width: 100%;
} }
h1 { h1 {
color: #fff; color: #fff;
font-family: monospace, monospace; font-family: monospace, monospace;
font-size: 35px; font-size: 35px;
line-height: 1.5em; line-height: 1.5em;
} }
h2 { h2 {
color: #fff; color: #fff;
font-family: monospace, monospace; font-family: monospace, monospace;
font-size: 25px; font-size: 25px;
line-height: 1.5em; line-height: 1.5em;
} }
h3 { h3 {
color: #fff; color: #fff;
font-family: monospace, monospace; font-family: monospace, monospace;
font-size: 20px; font-size: 20px;
line-height: 1.5em; line-height: 1.5em;
} }
h4,h5,h6{ h4,h5,h6{
color: #ffffffff; color: #ffffffff;
} }
img.avatar{ img.avatar{
width: 200px; width: 200px;
height: 200px; height: 200px;
margin-top: 5px; margin-top: 5px;
max-width: 100%; max-width: 100%;
max-height: 100%; max-height: 100%;
} }
div.footer{ div.footer{
max-width: 100%; max-width: 100%;
max-height: 100%; max-height: 100%;
position: absolute; position: absolute;
left: 0; left: 0;
bottom: 0; bottom: 0;
height: 100px; height: 100px;
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
} }
.sa-credit{ .sa-credit{
border-bottom-color: transparent; border-bottom-color: transparent;
text-decoration: none; text-decoration: none;
} }
.sa-credit:hover{ .sa-credit:hover{
border-bottom-color: transparent; border-bottom-color: transparent;
text-decoration: none; text-decoration: none;
color: #7289DA !important; color: #7289DA !important;
} }
sub { sub {
color: #fff; color: #fff;
font-family: monospace, monospace; font-family: monospace, monospace;
font-size: 0.8em; font-size: 0.8em;
} }
sup { sup {
color: #fff; color: #fff;
font-family: monospace, monospace; font-family: monospace, monospace;
font-size: 0.8em; font-size: 0.8em;
position: relative; position: relative;
top: -0.5em; top: -0.5em;
} }
hr { hr {
border: 0; border: 0;
border-bottom: solid 2px #fff; border-bottom: solid 2px #fff;
margin: 2em 0; margin: 2em 0;
} }
hr.major { hr.major {
margin: 3em 0; margin: 3em 0;
} }
blockquote { blockquote {
border-left: solid 6px #121212; border-left: solid 6px #121212;
font-style: italic; font-style: italic;
margin: 0 0 2em 0; margin: 0 0 2em 0;
padding: 0.5em 0 0.5em 1.5em; padding: 0.5em 0 0.5em 1.5em;
} }
code { code {
background: #fff; background: #fff;
border-radius: 0.35em; border-radius: 0.35em;
border: solid 2px #121212; border: solid 2px #121212;
font-family: "Courier New", monospace; font-family: "Courier New", monospace;
font-size: 0.9em; font-size: 0.9em;
margin: 0 0.25em; margin: 0 0.25em;
padding: 0.25em 0.65em; padding: 0.25em 0.65em;
} }
pre { pre {
color: #fff; color: #fff;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
font-family: "Courier New", monospace; font-family: "Courier New", monospace;
font-size: 0.9em; font-size: 0.9em;
margin: 0 0 2em 0; margin: 0 0 2em 0;
} }
pre code { pre code {
color: #fff; color: #fff;
display: block; display: block;
line-height: 1.75em; line-height: 1.75em;
padding: 1em 1.5em; padding: 1em 1.5em;
overflow-x: auto; overflow-x: auto;
} }
p { p {
color: #fff; color: #fff;
font-family: monospace, monospace; font-family: monospace, monospace;
font-size: 1em font-size: 1em
} }
a { a {
-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out; -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out; transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
border-bottom: solid 1px; border-bottom: solid 1px;
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
} }
a:hover, a:hover,
a:focus, a:focus,
a:active a:active
{ {
border-bottom-color: transparent; border-bottom-color: transparent;
color: #1BA965 !important; color: #1BA965 !important;
text-decoration: none; text-decoration: none;
} }
strong, b { strong, b {
color: #fff; color: #fff;
font-weight: 400; font-weight: 400;
} }
em, i { em, i {
color: #fff; color: #fff;
font-style: italic; font-style: italic;
} }
.align-left { .align-left {
text-align: left; text-align: left;
} }
.align-center { .align-center {
text-align: center; text-align: center;
} }
.align-right { .align-right {
text-align: right; text-align: right;
} }

View File

@ -13,7 +13,7 @@
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:title" content="Wade Waters"> <meta property="og:title" content="Wade Waters">
<meta property="og:image" content="https://cdn.statically.io/og/theme=dark/Wade%20Waters.jpg"> <meta property="og:image" content="https://cdn.statically.io/og/theme=dark/Wade%20Waters.jpg">
<link rel="stylesheet" href="/main.css"> <link rel="stylesheet" href="/assets/css/main.css">
</head> </head>
<div class="align-center"> <div class="align-center">
<img src="/img/avatar.webp" alt="Avatar" class="avatar"> <img src="/img/avatar.webp" alt="Avatar" class="avatar">

View File

@ -13,7 +13,7 @@
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:title" content="Wade Waters"> <meta property="og:title" content="Wade Waters">
<meta property="og:image" content="https://cdn.statically.io/og/theme=dark/Wade%20Waters.jpg"> <meta property="og:image" content="https://cdn.statically.io/og/theme=dark/Wade%20Waters.jpg">
<link rel="stylesheet" href="/main.css"> <link rel="stylesheet" href="/assets/css/main.css">
</head> </head>
<div class="align-center"> <div class="align-center">
<img src="/img/avatar.webp" alt="Avatar" class="avatar"> <img src="/img/avatar.webp" alt="Avatar" class="avatar">

View File

@ -13,7 +13,7 @@
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:title" content="Wade Waters"> <meta property="og:title" content="Wade Waters">
<meta property="og:image" content="https://cdn.statically.io/og/theme=dark/Wade%20Waters.jpg"> <meta property="og:image" content="https://cdn.statically.io/og/theme=dark/Wade%20Waters.jpg">
<link rel="stylesheet" href="/main.css"> <link rel="stylesheet" href="/assets/css/main.css">
</head> </head>
<div class="align-center"> <div class="align-center">
<img src="/img/avatar.webp" alt="Avatar" class="avatar"> <img src="/img/avatar.webp" alt="Avatar" class="avatar">