update both themes for toolkit winstripe changes up to 2010-07-25
[themes.git] / LCARStrek / global / media / videocontrols.css
index 1574d0be65ac53e58ada06da2100a7fc1771f416..4f11c9f55aff9d020802f467cb66b6cfabcd67ed 100644 (file)
   padding-top: 0px; /* center vertically with scrubber bar */
   color: rgba(0,0,0,0.75);
   font-size: 11px;
-  font-family: helvetica,arial,tahoma,sans-serif;
+  font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
 }
 
 .backgroundBar {
 }
 
 .scrubber .scale-slider {
-    /* abs(margin-top) + margin-bottom + bar height == timeThumb height */
-    margin-top: -10px;
-    margin-bottom: 10px;
+  /* abs(margin-top) + margin-bottom + bar height == timeThumb height */
+  margin-top: -10px;
+  margin-bottom: 10px;
 }
 
 /* .scale-thumb is an element inside the <scale> implementation. */
 */
 
 .timeLabel {
-    color: rgba(0,0,0,0.75);
-    font-size: 10px;
-    font-family: helvetica,arial,tahoma,sans-serif;
-    text-shadow: rgba(255,259,0, 0.3) 0 1px;
-    padding-top: 2px;
+  color: rgba(0,0,0,0.75);
+  font-size: 10px;
+  font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
+  text-shadow: rgba(255,259,0, 0.3) 0 1px;
+  padding-top: 2px;
 }
 
 .statusOverlay {
-    -moz-box-align: center;
-    -moz-box-pack: center;
-    background-color: rgba(0,0,0,0.55);
+  -moz-box-align: center;
+  -moz-box-pack: center;
+  background-color: rgba(0,0,0,0.55);
 }
 
 .statusIcon {
-    margin-bottom: 28px; /* same height as .controlBar, to keep icon centered above it */
-    width: 36px;
-    height: 36px;
+  margin-bottom: 28px; /* same height as .controlBar, to keep icon centered above it */
+  width: 36px;
+  height: 36px;
 }
 
 .statusIcon[type="throbber"] {
-    background: url("chrome://communicator/skin/brand/throbber-anim.gif") no-repeat center;
+  background: url("chrome://communicator/skin/brand/throbber-anim.gif") no-repeat center;
 }
 
 .statusIcon[type="error"] {
-    background: url("chrome://global/skin/icons/alert-error.gif") no-repeat center;
+  background: url("chrome://global/skin/icons/alert-error.gif") no-repeat center;
 }