updates
This commit is contained in:
@ -4,28 +4,32 @@ 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');
|
|
||||||
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;
|
||||||
@ -38,35 +42,54 @@ h3 {
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
h4,h5,h6{
|
h4{
|
||||||
color: #ffffffff;
|
color: #fff;
|
||||||
|
font-family: monospace, monospace;
|
||||||
|
font-size: 15px;
|
||||||
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
img.avatar{
|
h5{
|
||||||
|
color: #fff;
|
||||||
|
font-family: monospace, monospace;
|
||||||
|
font-size: 10px;
|
||||||
|
line-height: 1.5em;
|
||||||
|
}
|
||||||
|
h6{
|
||||||
|
color: #fff;
|
||||||
|
font-family: monospace, monospace;
|
||||||
|
font-size: 5px;
|
||||||
|
line-height: 1.5em;
|
||||||
|
}
|
||||||
|
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;
|
||||||
@ -127,8 +150,9 @@ pre code {
|
|||||||
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;
|
||||||
@ -139,31 +163,32 @@ a {
|
|||||||
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 {
|
|
||||||
color: #fff;
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
|
|
||||||
em, i {
|
strong, b {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-style: italic;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
.align-left {
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.align-center {
|
em, i {
|
||||||
text-align: center;
|
color: #fff;
|
||||||
}
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
.align-right {
|
.align-left {
|
||||||
text-align: right;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.align-center {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.align-right {
|
||||||
|
text-align: right;
|
||||||
|
}
|
BIN
img/cover.webp
Normal file
BIN
img/cover.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 134 KiB |
@ -5,6 +5,9 @@
|
|||||||
<title>Wade Waters</title>
|
<title>Wade Waters</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
|
<meta name="description" content="Welcome to Wades World.">
|
||||||
|
<meta name="keywords" content="Wade Waters, Wades World, Water Wade, Shwampy">
|
||||||
|
<meta name="author" content="Wade Waters">
|
||||||
<link rel="icon" type="image/png" href="/img/favicon-16.webp" sizes="16x16">
|
<link rel="icon" type="image/png" href="/img/favicon-16.webp" sizes="16x16">
|
||||||
<link rel="icon" type="image/png" href="/img/favicon-32.webp" sizes="32x32">
|
<link rel="icon" type="image/png" href="/img/favicon-32.webp" sizes="32x32">
|
||||||
<link rel="icon" type="image/png" href="/img/favicon-64.webp" sizes="64x64">
|
<link rel="icon" type="image/png" href="/img/favicon-64.webp" sizes="64x64">
|
||||||
@ -12,7 +15,8 @@
|
|||||||
<meta property="og:url" content="https://wade.sop.wtf">
|
<meta property="og:url" content="https://wade.sop.wtf">
|
||||||
<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="/img/cover.webp">
|
||||||
|
<meta property="og:description" content="Welcome to Wades World.">
|
||||||
<link rel="stylesheet" href="/assets/css/main.css">
|
<link rel="stylesheet" href="/assets/css/main.css">
|
||||||
</head>
|
</head>
|
||||||
<div class="align-center">
|
<div class="align-center">
|
||||||
|
@ -5,6 +5,9 @@
|
|||||||
<title>Error 403 | Wade Waters</title>
|
<title>Error 403 | Wade Waters</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
|
<meta name="description" content="Welcome to Wades World.">
|
||||||
|
<meta name="keywords" content="Wade Waters, Wades World, Water Wade, Shwampy">
|
||||||
|
<meta name="author" content="Wade Waters">
|
||||||
<link rel="icon" type="image/png" href="/img/favicon-16.webp" sizes="16x16">
|
<link rel="icon" type="image/png" href="/img/favicon-16.webp" sizes="16x16">
|
||||||
<link rel="icon" type="image/png" href="/img/favicon-32.webp" sizes="32x32">
|
<link rel="icon" type="image/png" href="/img/favicon-32.webp" sizes="32x32">
|
||||||
<link rel="icon" type="image/png" href="/img/favicon-64.webp" sizes="64x64">
|
<link rel="icon" type="image/png" href="/img/favicon-64.webp" sizes="64x64">
|
||||||
@ -12,7 +15,8 @@
|
|||||||
<meta property="og:url" content="https://wade.sop.wtf">
|
<meta property="og:url" content="https://wade.sop.wtf">
|
||||||
<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="/img/cover.webp">
|
||||||
|
<meta property="og:description" content="Welcome to Wades World.">
|
||||||
<link rel="stylesheet" href="/assets/css/main.css">
|
<link rel="stylesheet" href="/assets/css/main.css">
|
||||||
</head>
|
</head>
|
||||||
<div class="align-center">
|
<div class="align-center">
|
||||||
|
@ -5,6 +5,9 @@
|
|||||||
<title>Error 404 | Wade Waters</title>
|
<title>Error 404 | Wade Waters</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
|
<meta name="description" content="Welcome to Wades World.">
|
||||||
|
<meta name="keywords" content="Wade Waters, Wades World, Water Wade, Shwampy">
|
||||||
|
<meta name="author" content="Wade Waters">
|
||||||
<link rel="icon" type="image/png" href="/img/favicon-16.webp" sizes="16x16">
|
<link rel="icon" type="image/png" href="/img/favicon-16.webp" sizes="16x16">
|
||||||
<link rel="icon" type="image/png" href="/img/favicon-32.webp" sizes="32x32">
|
<link rel="icon" type="image/png" href="/img/favicon-32.webp" sizes="32x32">
|
||||||
<link rel="icon" type="image/png" href="/img/favicon-64.webp" sizes="64x64">
|
<link rel="icon" type="image/png" href="/img/favicon-64.webp" sizes="64x64">
|
||||||
@ -12,7 +15,8 @@
|
|||||||
<meta property="og:url" content="https://wade.sop.wtf">
|
<meta property="og:url" content="https://wade.sop.wtf">
|
||||||
<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="/img/cover.webp">
|
||||||
|
<meta property="og:description" content="Welcome to Wades World.">
|
||||||
<link rel="stylesheet" href="/assets/css/main.css">
|
<link rel="stylesheet" href="/assets/css/main.css">
|
||||||
</head>
|
</head>
|
||||||
<div class="align-center">
|
<div class="align-center">
|
||||||
|
Reference in New Issue
Block a user