From b8328b593e8d8f95c017a192081c28307907de89 Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Sat, 19 Jan 2019 01:02:54 +0100 Subject: [PATCH] WIP: Implement public server list Closes #17 --- hugo/content/servers.html | 155 +++++++++++++++++++++++++++++++++++++ hugo/static/css/mumble.css | 6 ++ 2 files changed, 161 insertions(+) create mode 100644 hugo/content/servers.html diff --git a/hugo/content/servers.html b/hugo/content/servers.html new file mode 100644 index 0000000..404b7e4 --- /dev/null +++ b/hugo/content/servers.html @@ -0,0 +1,155 @@ +--- +title: Public Server List +--- +

This page lists public servers.

+

+ Note for Hosters: If you want to make your server appear in this public server list please refer to the register configuration options of your server. +

+
+ This page requires JavaScript to be enabled in your webbrowser to list of public Mumble servers. +
+ \ No newline at end of file diff --git a/hugo/static/css/mumble.css b/hugo/static/css/mumble.css index 162a48b..ec6e9a0 100644 --- a/hugo/static/css/mumble.css +++ b/hugo/static/css/mumble.css @@ -429,3 +429,9 @@ figure img { display: none; } } + +.servercount { + font-size: 10px; + margin-left: 4px; + vertical-align: top; +}