]> git.plutz.net Git - serve0/blobdiff - templates/common.css.sh
enable remote controls for server display
[serve0] / templates / common.css.sh
index adf78cda75d66ba7cabd06f78535e7a01d88b8a7..62eaabb30f96455b5d2d8ae8564e3f54c15be1b7 100755 (executable)
@@ -289,7 +289,8 @@ a.panel {
 }
 .panel#preferences > input { display: block; }
 
-#videoview h1, #videoview > a {
+#videoview h1, #videoview > a,
+#playctl h1, #playctl > a {
   display: inline-block;
   margin-right: 1em;
 }
@@ -298,6 +299,25 @@ a.panel {
   margin: 0;
   width: 100%;
 }
+
+#playctl form { text-align: center; }
+#playctl form button {
+  display: inline-block;
+  height: 100%;
+  min-height: 2em;
+  margin: 0 -.75ex 2em 0;
+  background-color: #EEE;
+  border: 1px solid #333;
+  max-width: 4em;
+  vertical-align: bottom;
+}
+#playctl form button[name="ctl"] { width: 16%;}
+#playctl form button[name="amp"] { width: 15%;}
+#playctl form button[name="vol"] { width: 3%; min-height: 1em;}
+#playctl form button[name="vol"].selected { background-color: #FA6;}
+#playctl form button[name="vol"][value="100"],
+#playctl form button[name="vol"][value="0"] { width: 6%;}
+
 EOF
 
 # vi:set filetype=css: