|
|
@@ -25,7 +25,12 @@ a { text-decoration: none; color: rgb(132, 132, 132); }
|
|
|
ul.chancategory { padding: 0; list-style: none; }
|
|
|
ul.chancategory > li { text-decoration: underline; }
|
|
|
ul.chanlist { list-style: none; margin-bottom: 1em; }
|
|
|
+
|
|
|
ul.serverconfig { list-style: none; }
|
|
|
+.serverconfig .status { display: inline-block; vertical-align: middle; border-radius: .3em; height: .6em; width: .6em; margin: 0 .5em; }
|
|
|
+.serverconfig .status.status-online { background: #42ea42; }
|
|
|
+.serverconfig .status.status-offline { background: red; }
|
|
|
+.serverconfig .status.status-unknown { background: orange; }
|
|
|
code { margin: 0.75em 0; padding: 0 0.75em; display: block; font-family: "Roboto Mono", monospace; }
|
|
|
|
|
|
.body.body-fixed > .container > div.quizz-header { background: none; text-align: center; }
|