X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Ffullscreen-video.css;fp=EarlyBlue%2Fcommunicator%2Ffullscreen-video.css;h=b84c7e380fa2ac5017612123575de32dcd24c8d4;hp=0000000000000000000000000000000000000000;hb=fd47b6b0a4f08749596a64fb037173cfcceba5cd;hpb=5aa0264dcf5103ea78f411b93bfd1540857019e9 diff --git a/EarlyBlue/communicator/fullscreen-video.css b/EarlyBlue/communicator/fullscreen-video.css new file mode 100644 index 00000000..b84c7e38 --- /dev/null +++ b/EarlyBlue/communicator/fullscreen-video.css @@ -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; +}