Short statement on the Ovarit situation
This commit is contained in:
parent
2639aba46c
commit
7728287dcd
24 changed files with 529 additions and 69 deletions
84
css/blue-gemini.css
Executable file
84
css/blue-gemini.css
Executable file
|
@ -0,0 +1,84 @@
|
|||
<!--
|
||||
|
||||
/* https://gamebanana.com/skins/149836 */
|
||||
/* *donkey kong voice* oh these are some pretty cool anarchist theory */
|
||||
/* *a giant renzo novatore appears* */
|
||||
/* AAAAAAAAAAAAAAAAAAAAAAAA */
|
||||
|
||||
/* "Blue" for Gemini */
|
||||
|
||||
body {
|
||||
background-color: #000000;
|
||||
margin: auto;
|
||||
margin-top:40px;
|
||||
font-family: monospace;
|
||||
color: #D6EDF5;
|
||||
max-width:900px;
|
||||
padding:0 10px;
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
table.web {
|
||||
border: 1px solid white;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 244%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
font-family: monospace;
|
||||
color: #4F8699;
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
li {
|
||||
font-family: monospace;
|
||||
color: #99CBFF;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
font-family: monospace;
|
||||
color: #1AB1FF;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a::before {
|
||||
content: "=> ";
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
-->
|
Loading…
Add table
Add a link
Reference in a new issue