diff --git a/website/css/serverstats.css b/website/css/serverstats.css index 9938dbf..b2a954c 100644 --- a/website/css/serverstats.css +++ b/website/css/serverstats.css @@ -12,3 +12,28 @@ stroke: black; fill: none; } +.offline { + color: red; + font-size: 300%; + font-weight: bold; +} +.offline-blur { + position: absolute; + color: red; + font-size: 300%; + font-weight: bold; + animation-name: glow; + animation-duration: 4s; + animation-iteration-count: infinite; +} +@keyframes glow { + from { + filter: blur(.05em); + } + 50% { + filter: blur(.1em); + } + to { + filter: blur(.05em); + } +} diff --git a/website/index.html b/website/index.html index 8839b24..a8b8e76 100644 --- a/website/index.html +++ b/website/index.html @@ -44,9 +44,15 @@
  • Xonotic (download)
  • Enjoy!

    +

    Voice chat

    +

    Mumble chat on hribhrib.at

    +

    Code

    +

    Code for setting up server is on Github

    Live stats
    +