1 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
5 background-color: rgba(102,102,153,0.75);
8 .playButton, .muteButton {
9 /* Remove the usual button appearance and styling */
14 background-color: transparent;
15 background-repeat: no-repeat;
16 background-position: center center;
20 margin-right: -22px; /* 1/2 of scrubber thumb width, for overhang. */
21 position: relative; /* Trick to work around negative margin interfering with clicking on the button. */
28 background-image: url("chrome://global/skin/media/pauseButton.png");
30 .playButton[paused="true"] {
31 background-image: url("chrome://global/skin/media/playButton.png");
35 background-image: url("chrome://global/skin/media/muteButton.png");
37 .muteButton[muted="true"] {
38 background-image: url("chrome://global/skin/media/unmuteButton.png");
44 background-color: rgba(102,102,153,0.74);
45 /* use negative margin to place stack over the mute button to its left. */
46 margin: -70px 3px 28px -31px;
47 overflow: hidden; /* crop it when sliding down, don't grow the control bar */
48 position: relative; /* Trick to work around negative margin interfering with dragging the thumb. */
56 /* .scale-thumb is an element inside the <scale> implementation. */
57 .volumeControl .scale-thumb {
58 /* Override the default thumb appearance with a custom image. */
59 -moz-appearance: none;
60 background: url("chrome://global/skin/media/volumeThumb.png") no-repeat center;
61 border: none !important;
66 .volumeBackgroundBar {
67 /* margin left/right: make bar 8px wide (control width = 28, minus 2 * 10 margin) */
69 background-color: rgba(0,0,0,0.5);
74 -moz-box-pack: center;
78 margin-left: -22px; /* 1/2 of scrubber thumb width, for overhang. */
79 padding-left: 8px; /* don't bump into the scrubber bar */
80 padding-top: 0px; /* center vertically with scrubber bar */
81 color: rgba(204,208,221,0.75);
83 font-family: helvetica,arial,tahoma,sans-serif;
87 /* margin top/bottom: make bar 8px tall (control height = 28, minus 2 * 10 margin) */
88 /* margin left/right: 1/2 of scrubber thumb width, for overhang. */
90 background-color: rgba(0,0,0,0.75);
93 .bufferBar, .progressBar {
94 /* margin top/bottom: make bar 8px tall (control height = 28, minus 2 * 10 margin) */
95 /* margin left/right: 1/2 of scrubber thumb width, for overhang. */
98 background-color: transparent;
103 /* .progress-bar is an element inside the <progressmeter> implementation. */
104 .bufferBar .progress-bar {
106 * Note that this is drawn on top of the .backgroundBar. So although this
107 * has the same background-color specified, the semitransparent
108 * compositing gives it a different visual appearance.
110 background-color: rgba(204,208,221,0.75);
111 -moz-appearance: none;
114 .progressBar .progress-bar {
115 background-color: #336699;
116 -moz-appearance: none;
119 /* .scale-slider is an element inside the <scale> implementation. */
120 .scrubber .scale-slider, .volumeControl .scale-slider {
121 /* Hide the default horizontal bar. */
126 .scrubber .scale-slider {
127 /* abs(margin-top) + margin-bottom + bar height == timeThumb height */
132 /* .scale-thumb is an element inside the <scale> implementation. */
133 .scrubber .scale-thumb {
134 /* Override the default thumb appearance with a custom image. */
135 background: transparent;
136 border: none !important;
140 background: url("chrome://global/skin/media/scrubberThumb.png") no-repeat center;
143 -moz-box-pack: center;
146 .timeThumb[showhours="true"] {
147 background: url("chrome://global/skin/media/scrubberThumbWide.png") no-repeat center;
151 .timeThumb:hover, .timeThumb:active {
152 background-image: url("chrome://global/skin/media/scrubberThumb-hover.png");
157 color: rgba(0,0,0,0.75);
159 font-family: helvetica,arial,tahoma,sans-serif;
160 text-shadow: rgba(102,102,153, 0.3) 0 1px;
165 background-color: rgba(0,0,0,0.55);
169 margin-bottom: 28px; /* same height as .controlBar, to keep icon centered above it */
174 .statusIcon[type="throbber"] {
175 background: url("chrome://communicator/skin/brand/throbber-anim.gif") no-repeat center;
178 .statusIcon[type="error"] {
179 background: url("chrome://global/skin/icons/alert-error.gif") no-repeat center;