From 18f2f71e446ed9a1bf07cb7eaeb1892d29d46933 Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Thu, 27 Apr 2017 09:44:01 +0200 Subject: [PATCH 1/3] Added world downloads --- index.html | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0a6353f..a5a8948 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - +

@@ -16,7 +16,7 @@

- Join the experiment at /r/ChromaGamers + Join the experiment at /r/ChromaGamers

Play with us on server.figytuna.com @@ -51,4 +51,33 @@

163Sh5YJwiLbZkgLyD9dd8iPy7BNgF1Bn1

+
+

World downloads

+ + + + + + + + + + + + + + + + + + + + + + + + + +
V3
OverworldNetherThe End
V2
OverworldNetherThe EndWilds
V1
OverworldNether
+
From 96e4c9bf2c73df2d4b0c295a99f1029dafe3954b Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Thu, 27 Apr 2017 09:56:39 +0200 Subject: [PATCH 2/3] Update custom.css --- custom.css | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/custom.css b/custom.css index a8bd3e9..241b672 100644 --- a/custom.css +++ b/custom.css @@ -26,12 +26,29 @@ h3{ text-shadow: 3px 3px 3px #222222; } #buttonDiv { - width: 500px - height: 170px + width: 500px; + height: 170px; } .bitcoinQRcode{ margin:auto; width: 50%; } +#worlds +{ + margin: auto; + width: 80%; + text-align: center; +} +#worlds table, td +{ + border: 2px solid white; +} + +a, p +{ + font-family: "Verdana", serif; + color: white; + text-shadow: 1px 1px 1px #222222; +} From 7e90c6fb7d3b482dd4649b87171932699bd23d76 Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Thu, 27 Apr 2017 22:33:06 +0200 Subject: [PATCH 3/3] Fixed some stuff --- custom.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/custom.css b/custom.css index 241b672..8281498 100644 --- a/custom.css +++ b/custom.css @@ -28,6 +28,7 @@ h3{ #buttonDiv { width: 500px; height: 170px; + margin: auto; } .bitcoinQRcode{ margin:auto; @@ -44,6 +45,12 @@ h3{ #worlds table, td { border: 2px solid white; + width: 80%; +} + +table +{ + width: 100%; } a, p