summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web/index.php3
-rw-r--r--web/static_elements/networkheaven.pngbin0 -> 900513 bytes
-rw-r--r--web/style.css9
3 files changed, 7 insertions, 5 deletions
diff --git a/web/index.php b/web/index.php
index aa83cbd..f9ede7b 100644
--- a/web/index.php
+++ b/web/index.php
@@ -178,7 +178,8 @@ function generate_mc_status_div($server = null) {
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣟⡽⣾⣹⡞⣷⡽⣞⡽⣯⢿⣹⢯⣿⣿⣿⣿⣯⣿⡿⣿⣿⣿⣿⣿⣻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡀⠀⠀⢪⢿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣯⡽⣶⢯⡽⣞⣳⢯⡽⣞⣯⣽⢫⣿⡟⣿⣻⢿⡽⣿⣿⣿⣿⣻⣽⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⡈⠀⠀⠹⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣯⢷⣛⡾⣽⣹⡽⢾⣹⠷⣞⣞⠿⣼⣿⡘⣯⣾⣿⢿⣹⢯⣟⡿⣿⢿⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣄⠀⠀⠈⠻⣿⣿⣿⣿⣿</pre>
- <h3>we hope you enjoy your stay and have fun!</h3>
+ <h3>we hope you enjoy your stay and have fun!</h3><br>
+ <h3><a href="https://steamcommunity.com/groups/networkheaven">STEAM</a><h3>
</div>
</div>
diff --git a/web/static_elements/networkheaven.png b/web/static_elements/networkheaven.png
new file mode 100644
index 0000000..97c2cf5
--- /dev/null
+++ b/web/static_elements/networkheaven.png
Binary files differ
diff --git a/web/style.css b/web/style.css
index 97807ef..c235155 100644
--- a/web/style.css
+++ b/web/style.css
@@ -9,8 +9,10 @@
}
body {
- background-image: linear-gradient(to right, purple , #008F8F);
- background-attachment: fixed;
+ background-image: url("static_elements/networkheaven.png");
+ /*background-image: linear-gradient(to right, purple , #008F8F);*/
+ background-repeat: no-repeat;
+ background-size: cover;
text-shadow: 0px 0px 1px rgba(255,0,0,0);
font-smooth: never;
-webkit-font-smoothing : none;
@@ -56,8 +58,7 @@ a {
}
hr {
- border-color: #5B5B66;
- color: #5B5B66;
+ color: rgb(128, 128, 128);
}
.statusbox {