suite default theme changes on trunk from 1.9.1 branch point up to 2010-02-21
[themes.git] / EarlyBlue / communicator / fullscreen-video.css
diff --git a/EarlyBlue/communicator/fullscreen-video.css b/EarlyBlue/communicator/fullscreen-video.css
new file mode 100644 (file)
index 0000000..b84c7e3
--- /dev/null
@@ -0,0 +1,29 @@
+html,
+body,
+video {
+  height: 100%;
+}
+
+html {
+  background-color: #CCC0DD;
+}
+
+body {
+  margin: 0px;
+  overflow: -moz-hidden-unscrollable;
+  visibility: hidden;
+}
+
+video {
+  width: 100%;
+  max-height: 100%;
+}
+
+div {
+  position: absolute;
+  top: 0px;
+  right: 0px;
+  width: 32px;
+  height: 32px;
+  background: url("chrome://communicator/skin/icons/closeFullScreenVideo.png") center center no-repeat;
+}