Skip to content

Commit

Permalink
Site update Sat Dec 30 17:02:49 UTC 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
Gleek committed Dec 30, 2023
1 parent 4edd288 commit 61da362
Show file tree
Hide file tree
Showing 51 changed files with 596 additions and 4,779 deletions.
Binary file added .DS_Store
Binary file not shown.
159 changes: 3 additions & 156 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@



<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content=""/>


Expand All @@ -28,162 +27,10 @@
<meta itemprop="description" content="">
<meta name="referrer" content="no-referrer-when-downgrade" />

<style>
body {
font-family: Verdana, sans-serif;
margin: auto;
padding: 20px;
max-width: 720px;
text-align: left;
word-wrap: break-word;
overflow-wrap: break-word;
line-height: 1.5;
background-color: #333;
color: #ddd;
}



.title {
text-decoration: none;
border: 0;
}

.title span {
font-weight: 400;
}

nav a {
margin-right: 10px;
}

textarea {
width: 100%;
font-size: 16px;
}

input {
font-size: 16px;
}

content {
line-height: 1.6;
}

table {
width: 100%;
}

img {
max-width: 100%;
}

code {
padding: 2px 5px;
}

pre code {
display: block;
padding: 20px;
white-space: pre-wrap;
font-size: 14px;
}

blockquote {
border-left: 1px solid #999;
color: #ccc;
padding-left: 20px;
font-style: italic;
}

footer {
padding: 25px;
text-align: center;
color:#808080;
}

.helptext {
font-size: small;
}

.errorlist {
color: #eba613;
font-size: small;
}


ul.blog-posts {
list-style-type: none;
padding: unset;
}

ul.blog-posts li {
display: flex;
padding: 2px;
}

ul.blog-posts li span {
flex: 0 0 130px;
}

ul.blog-posts li a:visited {
color: #8b6fcb;
}



h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
color: #eee;
}

a {
color: #8cc2dd;
}

code {
background-color: #282c34;
}

pre code {
color: #ddd;
}


textarea,
input {
background-color: #252525;
color: #ddd;
}

.helptext {
color: #aaa;
}

video.video {
display: block;
margin: 0 auto;
max-width: 100%;
}
p.video-fallback {
font-size: 80%;
margin-bottom: 15px;
color:#808080;
}

figcaption {
font-size: 80%;
margin-bottom: 15px;
color:#808080;
}
</style>
<link crossorigin="anonymous" href="/main.min.css" rel="preload stylesheet">


</head>

<body>
Expand Down
Loading

0 comments on commit 61da362

Please sign in to comment.