METHANOS
+
METHANOS
x =
y =
z =
r to reset camera.
-
t to toggle text.
+
t to toggle text.
-
+
+
METHANOS
METHANOS
diff --git a/methanos/main.css b/methanos/main.css
index c5a29f4..22de5ff 100644
--- a/methanos/main.css
+++ b/methanos/main.css
@@ -2,7 +2,7 @@ body {
margin: 0;
background-color: #000;
color: #fff;
- font-family: Monospace;
+ font-family: Monospace, Times;
font-size: 13px;
line-height: 24px;
overscroll-behavior: none;
@@ -15,12 +15,20 @@ a {
text-decoration: none;
}
-a:hover {
+b {
+ color: lightgreen;
+}
+
+a.link {
+ color: #f00;
+}
+
+a.link:hover {
text-decoration: underline;
}
-b {
- color: lightgreen;
+a.thank {
+ color: #d0d;
}
#info {
@@ -37,6 +45,15 @@ b {
pointer-events: none;
z-index: 1;
}
+#info-link {
+ position: absolute;
+ bottom: 0px;
+ width: 100%;
+ padding: 10px;
+ box-sizing: border-box;
+ text-align: left;
+ z-index: 1;
+}
meme {
position: absolute;