]> git.plutz.net Git - serve0/blobdiff - static/common.css
layout for stereoview
[serve0] / static / common.css
index 312176ce6611784137bfa48cf4f8b77b3052741c..eb2e7a92cdcf957273840f54d608ce7758a1d0c5 100644 (file)
@@ -481,3 +481,16 @@ span.progress > span {
   background-color: #333;
   min-width: 2em;
 }
+
+body.stereoview canvas {
+  position: fixed;
+  top: 0;
+  width: 50%;
+  margin: 0; padding: 0;
+}
+body.stereoview canvas#lv { left: 0; }
+body.stereoview canvas#rv { right: 0; }
+body.stereoview video {
+  position: fixed;
+  top: 0;
+}