aboutsummaryrefslogtreecommitdiff
path: root/mod/lorea-status/www/status.css
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-15 15:01:34 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-15 15:01:34 -0300
commit939a44d6d08a560ba966be96b17d9038eac77f34 (patch)
tree1683cd5490a66a9cb90a8781b867e663c5a22e02 /mod/lorea-status/www/status.css
parent991a965fcdbbcdd5ad754949a8b2bebc97b807b7 (diff)
parent4bd60b4f3f541c7af734ed40043e70c888450691 (diff)
downloadelgg-939a44d6d08a560ba966be96b17d9038eac77f34.tar.gz
elgg-939a44d6d08a560ba966be96b17d9038eac77f34.tar.bz2
Merge commit '4bd60b4f3f541c7af734ed40043e70c888450691' as 'mod/lorea-status'
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'; }
+