Removed all the files to start over.
@@ -1,137 +0,0 @@
|
||||
body {
|
||||
background-color: #000000;
|
||||
margin: 0;
|
||||
height: 100;
|
||||
overflow-x: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: IBMWeb;
|
||||
src: url('/assets/fonts/ibm9x16.woff') format('truetype');
|
||||
}
|
||||
|
||||
/* Ascii logo */
|
||||
.ascii-logo {
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
color: #a57ae9;
|
||||
top: 50px;
|
||||
}
|
||||
/* End of Ascii logo */
|
||||
|
||||
/* The main content of the website */
|
||||
.content1 {
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
font-family: IBMWeb, Liberation Mono, monospace;
|
||||
background-color: #000000;
|
||||
color: #a57ae9;
|
||||
font-size: 1.0em;
|
||||
white-space: normal;
|
||||
}
|
||||
/* End of the main content of the website */
|
||||
|
||||
/* You may ask yourself why are there two identical css sections. */
|
||||
.content2 {
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
font-family: IBMWeb, Liberation Mono, monospace;
|
||||
white-space: normal;
|
||||
color: #a57ae9;
|
||||
font-size: large;
|
||||
}
|
||||
/* Very easy one is for articels or just post idk how to call them and the content1 thing if for general usage */
|
||||
|
||||
/*Code to make footer look cool and ncie :D*/
|
||||
.footer {
|
||||
font-family: IBMWeb, Liberation Mono, monospace;
|
||||
text-align: center;
|
||||
margin-top: auto;
|
||||
padding: 1em;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
background: transparent;
|
||||
}
|
||||
/* End of the code which makes the footer look nice :( */
|
||||
|
||||
/* Makes hyperlinks not look like shit */
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #447fc6;
|
||||
}
|
||||
|
||||
/* Underlines the hyperlinks */
|
||||
::selection {
|
||||
color: #000000;
|
||||
background: #a57ae9
|
||||
}
|
||||
|
||||
a::selection {
|
||||
color: #000;
|
||||
background: #447fc6
|
||||
}
|
||||
|
||||
a:not(:has(img)):hover {
|
||||
text-decoration: underline
|
||||
}
|
||||
/* End of the code which makes hyperlink usable */
|
||||
/* The Css for the article website */
|
||||
.article {
|
||||
margin-left: 35px;
|
||||
margin-right: 35px;
|
||||
font-family: monospace;
|
||||
color: #a57ae9;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
/* CSS to make the guides look nice. */
|
||||
.ascii-logo2 {
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
color: #a57ae9;
|
||||
top: 50px;
|
||||
}
|
||||
|
||||
.error {
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
color: #a57ae9;
|
||||
}
|
||||
|
||||
.snuff-warning h4 {
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
font-family: Arial, serif;
|
||||
font-size: 16pt;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
text-align: center;
|
||||
border: 1mm solid black;
|
||||
padding: 4px;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.snuff-warning ul {
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
list-style-type: none;
|
||||
padding-left: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.snuff-warning input[type="checkbox"] {
|
||||
margin-left: 20px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.blog ul {
|
||||
list-style-type: none;
|
||||
padding-left: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>401</title>
|
||||
<link rel="icon" href="/favicon.png" />
|
||||
<link rel="stylesheet" href="/assets/css/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="error">
|
||||
_ _ ___ _
|
||||
| || | / _ \/ |
|
||||
| || |_| | | | |
|
||||
|__ _| |_| | |
|
||||
|_| \___/|_|
|
||||
|
||||
401 - Unauthorized
|
||||
<a href="/index.xhtml">Go home!</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,21 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>403</title>
|
||||
<link rel="icon" href="/favicon.png" />
|
||||
<link rel="stylesheet" href="/assets/css/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="error">
|
||||
_ _ ___ _____
|
||||
| || | / _ \___ /
|
||||
| || |_| | | ||_ \
|
||||
|__ _| |_| |__) |
|
||||
|_| \___/____/
|
||||
|
||||
403 - Forbidden
|
||||
<a href="/index.xhtml">Go home!</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,21 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>404</title>
|
||||
<link rel="icon" href="/favicon.png" />
|
||||
<link rel="stylesheet" href="/assets/css/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="error">
|
||||
_ _ ___ _ _
|
||||
| || | / _ \| || |
|
||||
| || |_| | | | || |_
|
||||
|__ _| |_| |__ _|
|
||||
|_| \___/ |_|
|
||||
|
||||
404 - Not Found
|
||||
<a href="/index.xhtml">Go home!</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,21 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>500</title>
|
||||
<link rel="icon" href="/favicon.png" />
|
||||
<link rel="stylesheet" href="/assets/css/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="error">
|
||||
_ _ ___ _____
|
||||
| || | / _ \___ /
|
||||
| || |_| | | ||_ \
|
||||
|__ _| |_| |__) |
|
||||
|_| \___/____/
|
||||
|
||||
500 - Internal Server Error
|
||||
<a href="/index.xhtml">Go home!</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,21 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>502</title>
|
||||
<link rel="icon" href="/favicon.png" />
|
||||
<link rel="stylesheet" href="/assets/css/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="error">
|
||||
____ ___ ____
|
||||
| ___| / _ \___ \
|
||||
|___ \| | | |__) |
|
||||
___) | |_| / __/
|
||||
|____/ \___/_____|
|
||||
|
||||
502 - Bad gateway
|
||||
<a href="/index.xhtml">Go home!</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Before Width: | Height: | Size: 3.0 KiB |
@@ -1,3 +0,0 @@
|
||||
uhh hi! as you can see my error thingy is far from being done. This is just a temporay file to let you know if you for whatever reason are here.
|
||||
|
||||
have a good day/night
|
||||
|
Before Width: | Height: | Size: 98 KiB |
|
Before Width: | Height: | Size: 941 B |
|
Before Width: | Height: | Size: 999 B |
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 7.7 KiB |
|
Before Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 552 B |
|
Before Width: | Height: | Size: 1001 B |
|
Before Width: | Height: | Size: 975 B |
|
Before Width: | Height: | Size: 965 B |
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 556 B |
|
Before Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 236 B |
|
Before Width: | Height: | Size: 510 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 426 B |
|
Before Width: | Height: | Size: 237 B |