aboutsummaryrefslogtreecommitdiff
path: root/mod/lorea-status/www/status.css
diff options
context:
space:
mode:
Diffstat (limited to 'mod/lorea-status/www/status.css')
-rw-r--r--mod/lorea-status/www/status.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/mod/lorea-status/www/status.css b/mod/lorea-status/www/status.css
new file mode 100644
index 000000000..880d8110b
--- /dev/null
+++ b/mod/lorea-status/www/status.css
@@ -0,0 +1,30 @@
+#status {
+ margin: 2em;
+ padding: 1em;
+}
+
+ul {
+ list-style: none;
+ margin: 0;
+ padding: 0;
+}
+
+li {
+ margin: 0;
+ padding: 0.5em;
+}
+
+li a {
+ display: block;
+ width: 100%;
+ height: 100%;
+ font-size: 1.5em;
+ text-decoration: none;
+ font-weight: bold;
+ color: #000;
+}
+
+.up { background-color: rgb(221, 221, 255); } .up:before { content: 'up'; }
+.down { background-color: rgb(255, 221, 221); } .down:before { content: 'down'; }
+.running { background-color: rgb(221, 255, 221); } .running:before { content: 'running'; }
+