]> git.plutz.net Git - serve0/blobdiff - style.css
Implemented video view page with stereoscopic options
[serve0] / style.css
index 0d1431a84f036c23de0d8a1a4db889dea39c0bc3..880b2b89e29c04b5635d6052e5b041f379bf599e 100644 (file)
--- a/style.css
+++ b/style.css
@@ -359,6 +359,33 @@ a[href="#advsearch"]:before {
 #index input, #index button { margin-left: 1em;}
 
 
+/* ###  Video View  ### */
+
+#view h1 {
+  margin: 1em .5em;
+  font-size: 1.25em;
+  font-weight: bold;
+  text-decoration: none;
+}
+
+#view #mainvideo {
+  display: inline;
+  width: 100%;
+  max-height: 70%;
+}
+
+#view .time, #view .dim,
+#view .tag {
+  margin-right: -.125em;
+  padding: .125em .25em;
+  color: black;
+}
+#view .time,
+#view .dim { background-color: #CCD; }
+#view .tag { background-color: #DCC; }
+
+
+
 /* ###  Multi Tagging Drawer  ### */
 
 #multitag fieldset{