update both themes for changes in toolkit winstripe for Mozilla 10 platform
[themes.git] / LCARStrek / global / media / videocontrols.css
index 27d9cd3bdfd0c8566c980cf54201eebceb13561c..54e3a9349d057e7e9c0ae1ed889acf168c13cacd 100644 (file)
@@ -1,4 +1,5 @@
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+@namespace html url("http://www.w3.org/1999/xhtml");
 
 .controlBar {
   height: 28px;
   background: url("chrome://global/skin/icons/alert-error.gif") no-repeat center;
 }
 
+/* Statistics formatting */
+html|*.statsDiv {
+  position: relative;
+}
+html|td {
+  height: 1em;
+  max-height: 1em;
+  padding: 0 2px;
+}
+html|table {
+  font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
+  font-size: 11px;
+  color: white;
+  text-shadow:
+    -1px -1px 0 #000,
+    1px -1px 0 #000,
+    -1px 1px 0 #000,
+    1px 1px 0 #000;
+  min-width: 100%;
+  background: rgba(68,68,111,.7);
+  table-layout: fixed;
+  border-collapse: collapse;
+  position: absolute;
+}
+
 /* CSS Transitions */
 .controlBar:not([immediate]) {
   -moz-transition-property: opacity;