updates
This commit is contained in:
@ -4,28 +4,32 @@ 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%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #fff;
|
||||
font-family: monospace, monospace;
|
||||
font-size: 35px;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: #fff;
|
||||
font-family: monospace, monospace;
|
||||
@ -38,35 +42,54 @@ h3 {
|
||||
font-size: 20px;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
h4,h5,h6{
|
||||
color: #ffffffff;
|
||||
h4{
|
||||
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;
|
||||
height: 200px;
|
||||
margin-top: 5px;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
div.footer{
|
||||
|
||||
div.footer {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
height: 100px;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
height: 100px;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
.sa-credit{
|
||||
|
||||
.sa-credit {
|
||||
border-bottom-color: transparent;
|
||||
text-decoration: none;
|
||||
}
|
||||
.sa-credit:hover{
|
||||
|
||||
.sa-credit:hover {
|
||||
border-bottom-color: transparent;
|
||||
text-decoration: none;
|
||||
color: #7289DA !important;
|
||||
color: #7289DA !important;
|
||||
}
|
||||
|
||||
sub {
|
||||
color: #fff;
|
||||
font-family: monospace, monospace;
|
||||
@ -127,8 +150,9 @@ pre code {
|
||||
p {
|
||||
color: #fff;
|
||||
font-family: monospace, monospace;
|
||||
font-size: 1em
|
||||
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;
|
||||
@ -139,31 +163,32 @@ a {
|
||||
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;
|
||||
}
|
||||
a:hover,
|
||||
a:focus,
|
||||
a:active {
|
||||
border-bottom-color: transparent;
|
||||
color: #1BA965 !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
em, i {
|
||||
color: #fff;
|
||||
font-style: italic;
|
||||
}
|
||||
.align-left {
|
||||
text-align: left;
|
||||
}
|
||||
strong, b {
|
||||
color: #fff;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.align-center {
|
||||
text-align: center;
|
||||
}
|
||||
em, i {
|
||||
color: #fff;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.align-right {
|
||||
text-align: right;
|
||||
}
|
||||
.align-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.align-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.align-right {
|
||||
text-align: right;
|
||||
}
|
Reference in New Issue
Block a user