New color theme

This commit is contained in:
2023-03-20 17:41:42 -04:00
parent 59f201872a
commit ce4d2e27b5
62 changed files with 735 additions and 904 deletions

View File

@@ -1,8 +1,12 @@
<%
var
uri = (site.base_uri || '').replace(/^https?:\/\//, '');
-%>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>It's Eric Woodward! (dotcom) | Page Not Found</title>
<title><%= site.title %> | Page Not Found</title>
<style>
*, *:before, *:after {
box-sizing: inherit;
@@ -16,33 +20,41 @@
a,
a:link {
color: #c9bb69;
border: 1px solid transparent;
border-bottom-color: #DB4422;
color: #C9B49D;
padding: 0 .1em;
text-decoration: none;
transition: all 0.3s;
}
a:visited {
color: #c57f5d;
color: #EF7464;
}
a:hover {
color: #efb88f;
background-color: #C9B49D;
border-color: #DB4422;
border-radius: 3px;
color: #23191B;
}
a:active {
background-color: #8c272d;
color: #efb88f;
background-color: #9A949C ;
color: #23191B;
}
body {
background: url("/images/404-opte-1000x800.jpg") no-repeat center center fixed;
background: url("/images/404/lake-of-fire.jpg") no-repeat center center fixed;
background-size: cover;
color: #fff;
line-height: 1.3em;
color: #9A949C;
line-height: 1.5em;
vertical-align: middle;
}
.container {
margin: 0 auto;
background-color: #333333;
background-color: rgba(33,33,33,.7);
background-color: #23191B;
background-color: rgba(35,25,27,.7);
border-radius: 1em;
max-width: 30em;
width: 100%;
@@ -55,6 +67,11 @@
border: 0;
}
@media all and (min-width: 600px), only screen and (-webkit-min-device-pixel-ratio: 3) {
body {
background-image: url("/images/404/lake-of-fire-lg.jpg");
}
}
</style>
</head>
<body>
@@ -65,20 +82,25 @@
<ul>
<li>a mistyped address,</li>
<li>an out-of-date link, or</li>
<li>a side effect of <a href="https://en.wikipedia.org/wiki/Hackers_(film)">some n00b trying to hack &quot;The Gibson&quot;</a>.</li>
<li>the page having been banished to the grey wastes of Infernus.</li>
</ul>
<p>You can <a href="javascript:history.go(-1);" title="Go back and hack!">go back and try again</a>, or just start over at <a href="/" title="Give up and go to 127.0.0.1!">It's Eric Woodward&apos;s front page</a>.</p>
<p>You can <a href="javascript:history.go(-1);" title="Cast Resurrection!">go back and try again</a>,
or just start over at <a href="/" title="Feare Naught!">the front page for the guide</a>.</p>
<form name="404SearchForm" id="404SearchForm" action="https://duckduckgo.com/" method="GET">
<input type="text" name="q" maxlength="255" />
<input type="hidden" name="kl" value="us-en" /><!-- language -->
<input type="hidden" name="kh" value="1" /><!-- force https -->
<input type="hidden" name="kae" value="r" /><!-- theme = retro -->
<input type="hidden" name="k1" value="1" /><!-- tracker-less ads -->
<input type="hidden" name="sites" value="www.itsericwoodward.com"/>
<input type="hidden" name="sites" value="<%=uri%>"/>
<input type="submit" value="Search" />
<input type="reset" value="Clear" />
<p>Powered by DuckDuckGo</p>
</form>
<p class="404-image-credit">
Background image created with <a href="https://stablediffusionweb.com/" target="_blank">Stable Diffusion Online</a>,
released under a <a href="/licenses/cc0">CC0 license</a>.
</p>
</div>
</body>
</html>

View File

@@ -5,8 +5,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns:moz="http://www.mozilla.org/2006/browser/search/"
xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>itsericwoodward.com</ShortName>
<Description>Search itsericwoodward.com</Description>
<ShortName><%= uri %></ShortName>
<Description>Search <%= uri %></Description>
<InputEncoding>UTF-8</InputEncoding>
<Url method="get" type="text/html"
template="https://duckduckgo.com/?q={searchTerms}+site%3A<%= uri %>&ia=web"/>