first commit
This commit is contained in:
commit
289d9cb49b
273 changed files with 12085 additions and 0 deletions
BIN
css/back.gif
Executable file
BIN
css/back.gif
Executable file
Binary file not shown.
After Width: | Height: | Size: 216 B |
67
css/blue.css
Executable file
67
css/blue.css
Executable file
|
@ -0,0 +1,67 @@
|
|||
/* https://gamebanana.com/skins/149836 */
|
||||
/* *donkey kong voice* oh these are some pretty cool anarchist theory */
|
||||
/* *a giant renzo novatore appears* */
|
||||
/* AAAAAAAAAAAAAAAAAAAAAAAA */
|
||||
|
||||
body {
|
||||
background-color: #000000;
|
||||
font-size: large;
|
||||
margin: auto;
|
||||
margin-top:40px;
|
||||
font-family: monospace;
|
||||
color: #D6EDF5;
|
||||
max-width:900px;
|
||||
padding:0 10px;
|
||||
}
|
||||
|
||||
table.web {
|
||||
border: 1px solid white;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
font-family: monospace;
|
||||
color: #4F8699;
|
||||
}
|
||||
p {
|
||||
font-family: monospace;
|
||||
font-size: 120%;
|
||||
}
|
||||
li {
|
||||
font-family: monospace;
|
||||
color: #99CBFF;
|
||||
font-size: 120%;
|
||||
}
|
||||
blockquote {
|
||||
font-size: 100%;
|
||||
}
|
||||
a, a:visited {
|
||||
font-family: monospace;
|
||||
color: #1AB1FF;
|
||||
text-decoration: none;
|
||||
}
|
||||
b, strong {
|
||||
font-family: monospace;
|
||||
color: #2F97B5;
|
||||
}
|
||||
pre, code {
|
||||
color: #85C8E0;
|
||||
}
|
||||
i, em, cite {
|
||||
font-family: monospace;
|
||||
color: #B3ECFF;
|
||||
}
|
||||
hr {
|
||||
border: 0;
|
||||
border-top: 3px dashed;
|
||||
color: #068DB9;
|
||||
}
|
68
css/garreg_mach_falls.css
Executable file
68
css/garreg_mach_falls.css
Executable file
|
@ -0,0 +1,68 @@
|
|||
/* Edelgard did nothing wrong */
|
||||
/* friendship ended with Rhea, now Edelgard is my best friend */
|
||||
|
||||
body {
|
||||
background-color: #000000;
|
||||
font-size: large;
|
||||
margin: auto;
|
||||
margin-top:40px;
|
||||
font-family: monospace;
|
||||
color: #D6EDF5;
|
||||
}
|
||||
|
||||
div.help, body.mayvaneday {
|
||||
max-width:900px;
|
||||
padding:0 10px;
|
||||
}
|
||||
|
||||
table.web {
|
||||
border: 1px solid white;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
font-family: monospace;
|
||||
color: #cecd8c;
|
||||
}
|
||||
p {
|
||||
font-family: monospace;
|
||||
font-size: 120%;
|
||||
}
|
||||
li {
|
||||
font-family: monospace;
|
||||
color: #c7bf8d;
|
||||
font-size: 120%;
|
||||
}
|
||||
blockquote {
|
||||
font-size: 100%;
|
||||
}
|
||||
a, a:visited {
|
||||
font-family: monospace;
|
||||
color: #a1c28d;
|
||||
text-decoration: none;
|
||||
}
|
||||
b, strong {
|
||||
font-family: monospace;
|
||||
color: #d89b38;
|
||||
}
|
||||
pre, code {
|
||||
color: #85C8E0;
|
||||
}
|
||||
i, em, cite {
|
||||
font-family: monospace;
|
||||
color: #eed95f;
|
||||
}
|
||||
hr {
|
||||
border: 0;
|
||||
border-top: 3px dashed;
|
||||
color: #758f63;
|
||||
}
|
BIN
css/jett.png
Normal file
BIN
css/jett.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 226 KiB |
40
css/luci.css
Executable file
40
css/luci.css
Executable file
|
@ -0,0 +1,40 @@
|
|||
body {
|
||||
background-image: url(./back.gif);
|
||||
background-color: #000000;
|
||||
font-family: monospace;
|
||||
color: #FFFFFF;
|
||||
max-width:900px;
|
||||
margin: auto;
|
||||
font-size: large;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.box, nav {
|
||||
margin-top: 3%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
box-shadow: 5px 5px 5px 5px black;
|
||||
background: #000000;
|
||||
padding: 10px 10px 5px 20px;
|
||||
}
|
||||
|
||||
.box-smaller {
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
article a, ul a, td a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
hr {
|
||||
display: none;
|
||||
}
|
59
css/melia.css
Executable file
59
css/melia.css
Executable file
|
@ -0,0 +1,59 @@
|
|||
@media only screen and (min-width: 900px) {
|
||||
body {
|
||||
float: right;
|
||||
padding-right: 100px;
|
||||
min-width: 600px;
|
||||
overflow: scroll;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
background-image: url("./css/melia.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-attachment: fixed;
|
||||
background-color: #000000;
|
||||
background-position: top left;
|
||||
font-family: monospace;
|
||||
color: #FFFFFF;
|
||||
max-width:900px;
|
||||
margin: auto;
|
||||
font-size: large;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.box, .card, nav {
|
||||
margin-top: 3%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
background: #242424;
|
||||
padding: 10px 10px 5px 20px;
|
||||
}
|
||||
|
||||
.box-smaller {
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
article a, ul a, td a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
hr {
|
||||
display: none;
|
||||
}
|
||||
|
||||
img.big {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
BIN
css/melia.png
Executable file
BIN
css/melia.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
47
css/pink.css
Executable file
47
css/pink.css
Executable file
|
@ -0,0 +1,47 @@
|
|||
body {
|
||||
background-color: #000000;
|
||||
font-size: large;
|
||||
margin: auto;
|
||||
margin-top:40px;
|
||||
font-family: monospace;
|
||||
color: #f5d6e4;
|
||||
}
|
||||
|
||||
div.help, body.mayvaneday {
|
||||
max-width:900px;
|
||||
padding:0 10px;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
font-family: monospace;
|
||||
color: #4f6599;
|
||||
}
|
||||
p {
|
||||
font-family: monospace;
|
||||
font-size: 120%;
|
||||
}
|
||||
li, blockquote {
|
||||
font-family: monospace;
|
||||
color: #ff99cc;
|
||||
}
|
||||
a, a:visited {
|
||||
font-family: monospace;
|
||||
color: #ff1a8c;
|
||||
text-decoration: none;
|
||||
}
|
||||
b, strong {
|
||||
font-family: monospace;
|
||||
color: #b52f73;
|
||||
}
|
||||
pre, code {
|
||||
color: #e085b3;
|
||||
}
|
||||
i, em {
|
||||
font-family: monospace;
|
||||
color: #ffb3da;
|
||||
}
|
||||
hr {
|
||||
border: 0;
|
||||
border-top: 3px dashed;
|
||||
color: #b90656;
|
||||
}
|
59
css/pyra.css
Executable file
59
css/pyra.css
Executable file
|
@ -0,0 +1,59 @@
|
|||
@media only screen and (min-width: 900px) {
|
||||
body {
|
||||
float: right;
|
||||
padding-right: 100px;
|
||||
min-width: 500px;
|
||||
overflow: scroll;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
background-image: url("./css/pyra.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-attachment: fixed;
|
||||
background-color: #000000;
|
||||
background-position: top left;
|
||||
font-family: monospace;
|
||||
color: #FFFFFF;
|
||||
max-width:900px;
|
||||
margin: auto;
|
||||
font-size: large;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.box, .card, nav {
|
||||
margin-top: 3%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
background: #242424;
|
||||
padding: 10px 10px 5px 20px;
|
||||
}
|
||||
|
||||
.box-smaller {
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
article a, ul a, td a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
hr {
|
||||
display: none;
|
||||
}
|
||||
|
||||
img.big {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
BIN
css/pyra.png
Executable file
BIN
css/pyra.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
Loading…
Add table
Add a link
Reference in a new issue