summaryrefslogtreecommitdiff
path: root/src/pmwebapi/jsdemos/blinkenlights/blinkenlights.css
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-10-26 12:33:50 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-10-26 12:33:50 +0400
commit47e6e7c84f008a53061e661f31ae96629bc694ef (patch)
tree648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /src/pmwebapi/jsdemos/blinkenlights/blinkenlights.css
downloadpcp-debian.tar.gz
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'src/pmwebapi/jsdemos/blinkenlights/blinkenlights.css')
-rw-r--r--src/pmwebapi/jsdemos/blinkenlights/blinkenlights.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/pmwebapi/jsdemos/blinkenlights/blinkenlights.css b/src/pmwebapi/jsdemos/blinkenlights/blinkenlights.css
new file mode 100644
index 0000000..c99ceff
--- /dev/null
+++ b/src/pmwebapi/jsdemos/blinkenlights/blinkenlights.css
@@ -0,0 +1,19 @@
+#interval-slider-label { margin: 0px; }
+#interval-slider { width: 300px; margin: 0px; display: inline-block; }
+
+#blinkenlights { font-family: monospace; font-size: 130%; }
+#blinkenlights li {
+ list-style: none; line-height: 25px;
+ background-repeat: no-repeat;
+ background-size: 25px 25px;
+ padding-left: 32px; margin-top: 5px;
+}
+
+/* public domain images courtesy of
+ - http://www.clker.com/clipart-led-off.html
+ - http://www.clker.com/clipart-6514.html
+ XXX and related images from the same site
+ */
+#blinkenlights li.on { background-image: url(blinken_on.png); }
+#blinkenlights li.off { background-image: url(blinken_off.png); }
+#blinkenlights li.error { background-image: url(blinken_error.png); }