#videospace { display: block; position: absolute; top: 0px; left: 0px; right: 0px; } #remoteVideos { display:block; position:absolute; text-align:right; height:196px; padding: 18px; bottom: 0; left: 0; right: 0; width:auto; border:1px solid transparent; z-index: 5; } .videocontainer { position: relative; margin-left: auto; margin-right: auto; } #remoteVideos .videocontainer { display: inline-block; background-image:url(../images/avatar1.png); background-size: contain; border-radius:8px; border: 2px solid #212425; } #remoteVideos .videocontainer:hover, #remoteVideos .videocontainer.videoContainerFocused { width: 100%; height: 100%; content:""; cursor: pointer; cursor: hand; /* transform:scale(1.08, 1.08); -webkit-transform:scale(1.08, 1.08); */ transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -webkit-animation-name: greyPulse; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: 1; -webkit-box-shadow: 0 0 18px #388396; border: 2px solid #388396; z-index: 3; } #localVideoWrapper { display:inline-block; -webkit-mask-box-image: url(../images/videomask.svg); border-radius:0px !important; border: 0px !important; } #remoteVideos .videocontainer>video, #remoteVideos .videocontainer>canvas { border-radius:4px; } .flipVideoX { transform: scale(-1, 1); -moz-transform: scale(-1, 1); -webkit-transform: scale(-1, 1); -o-transform: scale(-1, 1); } #localVideoWrapper>video { border-radius:0px !important; } #largeVideo, #largeVideoContainer { overflow: hidden; text-align: center; } #presentation, #etherpad, #localVideoWrapper>video, #localVideoWrapper, .videocontainer>video, .videocontainer>canvas { position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; } #etherpad, #presentation { text-align: center; } #etherpad { z-index: 0; } #etherpadButton { display: none; } #remoteVideos .videocontainer>span.focusindicator, #remoteVideos .videocontainer>span.remotevideomenu { display: inline-block; position: absolute; color: #FFFFFF; top: 0; left: 0; padding: 5px 0px; width: 25px; font-size: 11pt; text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7); border: 0px; z-index: 2; text-align: center; } #remoteVideos .nick { display: none; /* enable when you want nicks to be shown */ position: absolute; left: 0px; bottom: -20px; z-index: 0; width: 100%; font-size: 10pt; } .videocontainer>span.displayname, .videocontainer>input.displayname { display: none; position: absolute; color: #FFFFFF; background: rgba(0,0,0,.7); text-align: center; text-overflow: ellipsis; width: 70%; height: 20%; left: 15%; top: 40%; padding: 5px; font-size: 11pt; overflow: hidden; white-space: nowrap; z-index: 2; border-radius:20px; } #localVideoContainer>span.displayname:hover { cursor: text; } .videocontainer>span.displayname { pointer-events: none; } .videocontainer>input.displayname { height: auto; } #localDisplayName { pointer-events: auto !important; } .videocontainer>a.displayname { display: inline-block; position: absolute; color: #FFFFFF; bottom: 0; right: 0; padding: 3px 5px; font-size: 9pt; cursor: pointer; z-index: 2; } .videocontainer>span.audioMuted { display: inline-block; position: absolute; color: #FFFFFF; top: 0; right: 0; padding: 8px 5px; width: 25px; font-size: 8pt; text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7); border: 0px; z-index: 3; text-align: center; } .videocontainer>span.videoMuted { display: inline-block; position: absolute; color: #FFFFFF; top: 0; right: 0; padding: 8px 5px; width: 25px; font-size: 8pt; text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7); border: 0px; z-index: 3; } #reloadPresentation { display: none; position: absolute; color: #FFFFFF; top: 0; right:0; padding: 10px 10px; font-size: 11pt; cursor: pointer; background: rgba(0, 0, 0, 0.3); border-radius: 5px; background-clip: padding-box; -webkit-border-radius: 5px; -webkit-background-clip: padding-box; z-index: 20; /*The reload button should appear on top of the header!*/ } #header{ display:none; position:absolute; height: 0px; text-align:center; top:0; left:0; right:0; z-index:10; } #toolbar { display:inline-block; position:relative; margin-left:auto; margin-right:auto; height:39px; width:auto; background: linear-gradient(to bottom, rgba(103,103,103,.65) , rgba(0,0,0,.65)); -webkit-box-shadow: 0 0 2px #000000, 0 0 10px #000000; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } .watermark { display: block; position: absolute; top: 15; width: 20%; height: 10%; background-size: contain; background-repeat: no-repeat; z-index: 2; } #leftwatermark { left: 15; background-image:url(../images/watermark.png); background-position: center left; } #rightwatermark { right: 15; background-image:url(../images/rightwatermark.png); background-position: center right; }