changed css dir

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

View File

@ -13,7 +13,7 @@
<meta property="og:type" content="website">
<meta property="og:title" content="Wade Waters">
<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>
<div class="align-center">
<img src="/img/avatar.webp" alt="Avatar" class="avatar">

View File

@ -13,7 +13,7 @@
<meta property="og:type" content="website">
<meta property="og:title" content="Wade Waters">
<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>
<div class="align-center">
<img src="/img/avatar.webp" alt="Avatar" class="avatar">

View File

@ -13,7 +13,7 @@
<meta property="og:type" content="website">
<meta property="og:title" content="Wade Waters">
<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>
<div class="align-center">
<img src="/img/avatar.webp" alt="Avatar" class="avatar">