2016-09-28 12:08:15 +00:00
|
|
|
#videoconference_page {
|
|
|
|
min-height: 100%;
|
|
|
|
}
|
|
|
|
|
2014-03-26 10:33:46 +00:00
|
|
|
#videospace {
|
|
|
|
display: block;
|
2016-09-28 12:08:15 +00:00
|
|
|
min-height: 100%;
|
2014-03-26 10:33:46 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
2014-07-24 11:22:51 +00:00
|
|
|
overflow: hidden;
|
2014-03-26 10:33:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.videocontainer {
|
|
|
|
position: relative;
|
2016-03-18 20:00:55 +00:00
|
|
|
text-align: center;
|
2016-11-01 13:17:44 +00:00
|
|
|
|
2016-11-03 10:13:03 +00:00
|
|
|
&__background {
|
2016-11-01 13:17:44 +00:00
|
|
|
@include topLeft();
|
2017-01-09 21:32:25 +00:00
|
|
|
background-color: black;
|
2017-01-26 23:04:29 +00:00
|
|
|
border-radius: $borderRadius;
|
2016-11-01 13:17:44 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2014-03-26 10:33:46 +00:00
|
|
|
|
2016-11-11 15:09:07 +00:00
|
|
|
/**
|
|
|
|
* The toolbar of the video thumbnail.
|
|
|
|
*/
|
|
|
|
&__toolbar,
|
|
|
|
&__toptoolbar {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
2016-11-11 14:05:41 +00:00
|
|
|
z-index: 3;
|
2016-11-11 15:09:07 +00:00
|
|
|
width: 100%;
|
|
|
|
box-sizing: border-box; // Includes the padding in the 100% width.
|
|
|
|
}
|
2016-11-11 14:05:41 +00:00
|
|
|
|
2016-11-11 15:09:07 +00:00
|
|
|
&__toolbar {
|
|
|
|
bottom: 0;
|
|
|
|
padding: 0 5px 0 5px;
|
|
|
|
height: $thumbnailToolbarHeight;
|
|
|
|
}
|
2016-11-11 14:05:41 +00:00
|
|
|
|
2016-11-11 15:09:07 +00:00
|
|
|
&__toptoolbar {
|
|
|
|
$toolbarPadding: 5px;
|
|
|
|
top: 0;
|
|
|
|
padding: $toolbarPadding;
|
|
|
|
padding-bottom: 0;
|
2016-11-11 14:05:41 +00:00
|
|
|
|
2016-11-11 15:09:07 +00:00
|
|
|
span.indicator {
|
2016-11-11 14:05:41 +00:00
|
|
|
position: relative;
|
2016-11-11 15:09:07 +00:00
|
|
|
font-size: 8px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: $thumbnailIndicatorSize;
|
|
|
|
display: none;
|
|
|
|
padding: 0;
|
|
|
|
margin-right: em(5, 8);
|
|
|
|
float: left;
|
|
|
|
@include circle($thumbnailIndicatorSize);
|
|
|
|
box-sizing: border-box;
|
|
|
|
z-index: 3;
|
|
|
|
background: $dominantSpeakerBg;
|
|
|
|
color: $thumbnailPictogramColor;
|
|
|
|
border: $thumbnailIndicatorBorder solid $thumbnailPictogramColor;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-right: 0;
|
2016-11-11 14:05:41 +00:00
|
|
|
}
|
|
|
|
|
2016-11-11 15:09:07 +00:00
|
|
|
.indicatoricon {
|
2016-11-14 10:45:28 +00:00
|
|
|
@include absoluteAligning();
|
2016-11-11 14:05:41 +00:00
|
|
|
}
|
|
|
|
|
2016-11-11 15:09:07 +00:00
|
|
|
.connection {
|
|
|
|
position: relative;
|
2016-11-14 10:45:28 +00:00
|
|
|
display: inline-block;
|
2016-11-11 15:09:07 +00:00
|
|
|
margin: 0 auto;
|
2016-11-14 10:45:28 +00:00
|
|
|
left: 0;
|
|
|
|
@include transform(translate(0, -50%));
|
2016-11-11 15:09:07 +00:00
|
|
|
|
|
|
|
&_empty
|
|
|
|
{
|
|
|
|
color: #8B8B8B;/*#FFFFFF*/
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
&_lost
|
|
|
|
{
|
|
|
|
color: #8B8B8B;
|
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
&_full
|
|
|
|
{
|
|
|
|
@include topLeft();
|
|
|
|
color: #FFFFFF;/*#15A1ED*/
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-connection,
|
|
|
|
.icon-connection-lost {
|
|
|
|
font-size: 1em;
|
2016-11-11 14:05:41 +00:00
|
|
|
}
|
|
|
|
}
|
2016-11-11 15:09:07 +00:00
|
|
|
}
|
2016-11-11 14:05:41 +00:00
|
|
|
|
2016-11-11 15:09:07 +00:00
|
|
|
&__hoverOverlay {
|
2017-01-09 21:32:25 +00:00
|
|
|
background: rgba(0,0,0,.6);
|
|
|
|
border-radius: $borderRadius;
|
2016-11-11 15:09:07 +00:00
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
visibility: hidden;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
2014-03-26 10:33:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#localVideoWrapper {
|
|
|
|
display:inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flipVideoX {
|
|
|
|
transform: scale(-1, 1);
|
|
|
|
-moz-transform: scale(-1, 1);
|
|
|
|
-webkit-transform: scale(-1, 1);
|
|
|
|
-o-transform: scale(-1, 1);
|
|
|
|
}
|
|
|
|
|
2015-07-10 09:57:20 +00:00
|
|
|
#localVideoWrapper>video,
|
|
|
|
#localVideoWrapper>object {
|
2017-01-09 21:32:25 +00:00
|
|
|
border-radius: $borderRadius !important;
|
2015-08-25 12:17:07 +00:00
|
|
|
cursor: hand;
|
2016-03-03 23:38:40 +00:00
|
|
|
object-fit: cover;
|
2014-03-26 10:33:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#largeVideo,
|
2015-08-18 10:26:50 +00:00
|
|
|
#largeVideoWrapper,
|
2014-03-26 10:33:46 +00:00
|
|
|
#largeVideoContainer {
|
|
|
|
overflow: hidden;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2015-08-18 10:26:50 +00:00
|
|
|
#largeVideo,
|
|
|
|
#largeVideoWrapper
|
2014-11-26 14:36:42 +00:00
|
|
|
{
|
|
|
|
object-fit: cover;
|
|
|
|
}
|
|
|
|
|
2016-03-18 20:00:55 +00:00
|
|
|
#sharedVideo,
|
2014-03-26 10:33:46 +00:00
|
|
|
#etherpad,
|
|
|
|
#localVideoWrapper>video,
|
2015-07-10 09:57:20 +00:00
|
|
|
#localVideoWrapper>object,
|
2014-03-26 10:33:46 +00:00
|
|
|
#localVideoWrapper,
|
2015-08-18 10:26:50 +00:00
|
|
|
#largeVideoWrapper,
|
|
|
|
#largeVideoWrapper>video,
|
|
|
|
#largeVideoWrapper>object,
|
2015-07-10 09:57:20 +00:00
|
|
|
.videocontainer>video,
|
|
|
|
.videocontainer>object {
|
2014-03-26 10:33:46 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
z-index: 1;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2016-09-22 16:00:11 +00:00
|
|
|
#etherpad {
|
2014-03-26 10:33:46 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#etherpad {
|
|
|
|
z-index: 0;
|
|
|
|
}
|
|
|
|
|
2016-09-18 21:35:35 +00:00
|
|
|
/**
|
|
|
|
* Positions video thumbnail display name and editor.
|
|
|
|
*/
|
|
|
|
.videocontainer .displayname,
|
|
|
|
.videocontainer .editdisplayname {
|
2016-09-15 02:20:54 +00:00
|
|
|
display: inline-block;
|
2014-03-26 10:33:46 +00:00
|
|
|
position: absolute;
|
2016-10-20 19:28:10 +00:00
|
|
|
left: 10%;
|
|
|
|
width: 80%;
|
|
|
|
top: 50%;
|
2016-10-26 09:51:51 +00:00
|
|
|
@include transform(translateY(-40%));
|
2016-09-15 02:20:54 +00:00
|
|
|
color: $participantNameColor;
|
2014-06-12 18:35:42 +00:00
|
|
|
text-align: center;
|
2014-03-26 10:33:46 +00:00
|
|
|
text-overflow: ellipsis;
|
2016-09-15 02:20:54 +00:00
|
|
|
font-size: 12px;
|
|
|
|
font-weight: 100;
|
2014-03-26 10:33:46 +00:00
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
2016-09-18 21:35:35 +00:00
|
|
|
line-height: $thumbnailToolbarHeight;
|
2014-03-26 10:33:46 +00:00
|
|
|
z-index: 2;
|
2016-09-15 02:20:54 +00:00
|
|
|
}
|
|
|
|
|
2016-09-18 21:35:35 +00:00
|
|
|
/**
|
|
|
|
* Positions video thumbnail display name editor.
|
|
|
|
*/
|
|
|
|
.videocontainer .editdisplayname {
|
2016-09-15 02:20:54 +00:00
|
|
|
outline: none;
|
|
|
|
border: none;
|
|
|
|
background: none;
|
|
|
|
box-shadow: none;
|
|
|
|
padding: 0;
|
2014-03-26 10:33:46 +00:00
|
|
|
}
|
|
|
|
|
2016-09-18 21:35:35 +00:00
|
|
|
#localVideoContainer .displayname:hover {
|
2014-03-26 10:33:46 +00:00
|
|
|
cursor: text;
|
|
|
|
}
|
|
|
|
|
2016-09-18 21:35:35 +00:00
|
|
|
.videocontainer .displayname {
|
2014-03-31 12:49:33 +00:00
|
|
|
pointer-events: none;
|
2017-01-09 21:32:25 +00:00
|
|
|
padding: 0 3px 0 3px;
|
2014-03-31 12:49:33 +00:00
|
|
|
}
|
|
|
|
|
2016-09-18 21:35:35 +00:00
|
|
|
.videocontainer .editdisplayname {
|
2014-06-12 18:35:42 +00:00
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2014-03-31 12:49:33 +00:00
|
|
|
#localDisplayName {
|
|
|
|
pointer-events: auto !important;
|
|
|
|
}
|
|
|
|
|
2014-03-26 10:33:46 +00:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2016-09-18 21:35:35 +00:00
|
|
|
/**
|
|
|
|
* Video thumbnail toolbar icon.
|
|
|
|
*/
|
|
|
|
.videocontainer .toolbar-icon {
|
2014-04-07 10:16:49 +00:00
|
|
|
font-size: 8pt;
|
2014-06-18 11:42:31 +00:00
|
|
|
text-align: center;
|
2016-09-18 21:35:35 +00:00
|
|
|
text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
|
|
|
|
color: #FFFFFF;
|
|
|
|
width: 12px;
|
|
|
|
line-height: $thumbnailToolbarHeight;
|
|
|
|
height: $thumbnailToolbarHeight;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
margin: 0px 5px 0px 0px;
|
|
|
|
float: left;
|
2014-04-07 10:16:49 +00:00
|
|
|
}
|
|
|
|
|
2016-09-18 21:35:35 +00:00
|
|
|
/**
|
|
|
|
* Toolbar icon internal i elements (font icons).
|
|
|
|
*/
|
|
|
|
.toolbar-icon>i {
|
|
|
|
line-height: $thumbnailToolbarHeight;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Toolbar icons positioned on the right.
|
|
|
|
*/
|
|
|
|
.toolbar-icon.right {
|
|
|
|
float: right;
|
|
|
|
margin: 0px 0px 0px 5px;
|
2014-04-07 10:16:49 +00:00
|
|
|
}
|
|
|
|
|
2016-10-26 03:05:32 +00:00
|
|
|
#raisehandindicator {
|
|
|
|
background: $raiseHandBg;
|
|
|
|
}
|
|
|
|
|
|
|
|
#connectionindicator {
|
|
|
|
background: $connectionIndicatorBg;
|
|
|
|
}
|
|
|
|
|
|
|
|
.remotevideomenu
|
|
|
|
{
|
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
right: 0;
|
|
|
|
margin: 7px;
|
|
|
|
z-index: 3;
|
|
|
|
width: 18px;
|
|
|
|
height: 13px;
|
|
|
|
color: #FFF;
|
|
|
|
font-size: 8pt;
|
2015-11-23 23:30:09 +00:00
|
|
|
}
|
|
|
|
|
2016-09-28 21:31:40 +00:00
|
|
|
/**
|
|
|
|
* Audio indicator on video thumbnails.
|
|
|
|
*/
|
|
|
|
.videocontainer>span.audioindicator {
|
|
|
|
position: absolute;
|
|
|
|
display: inline-block;
|
|
|
|
left: 6px;
|
|
|
|
top: 50%;
|
2016-09-29 05:22:05 +00:00
|
|
|
margin-top: -17px;
|
2016-09-28 21:31:40 +00:00
|
|
|
width: 6px;
|
2016-09-29 05:22:05 +00:00
|
|
|
height: 35px;
|
2016-09-28 21:31:40 +00:00
|
|
|
z-index: 2;
|
|
|
|
border: none;
|
|
|
|
|
|
|
|
.audiodot-top,
|
2016-09-29 05:22:05 +00:00
|
|
|
.audiodot-bottom,
|
|
|
|
.audiodot-middle {
|
2016-09-28 21:31:40 +00:00
|
|
|
opacity: 0;
|
|
|
|
display: inline-block;
|
2016-09-29 05:22:05 +00:00
|
|
|
@include circle(5px);
|
|
|
|
background: $audioLevelShadow;
|
2016-09-28 21:31:40 +00:00
|
|
|
margin: 1px 0 1px 0;
|
|
|
|
transition: opacity .25s ease-in-out;
|
|
|
|
-moz-transition: opacity .25s ease-in-out;
|
2016-09-29 05:22:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
span.audiodot-top::after,
|
|
|
|
span.audiodot-bottom::after,
|
|
|
|
span.audiodot-middle::after {
|
|
|
|
content: "";
|
|
|
|
display: inline-block;
|
|
|
|
width: 5px;
|
|
|
|
height: 5px;
|
|
|
|
border-radius: 50%;
|
|
|
|
-webkit-filter: blur(0.5px);
|
|
|
|
filter: blur(0.5px);
|
|
|
|
background: $audioLevelBg;
|
2016-09-28 21:31:40 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-03-26 10:33:46 +00:00
|
|
|
#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!*/
|
|
|
|
}
|
|
|
|
|
2014-07-22 13:12:48 +00:00
|
|
|
.audiolevel {
|
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 0;
|
2016-02-26 23:19:03 +00:00
|
|
|
border-radius:1px;
|
2014-11-28 14:02:48 +00:00
|
|
|
pointer-events: none;
|
2014-07-22 13:12:48 +00:00
|
|
|
}
|
2014-08-22 15:37:11 +00:00
|
|
|
|
2016-01-12 00:14:01 +00:00
|
|
|
#dominantSpeaker {
|
2014-12-10 09:52:40 +00:00
|
|
|
visibility: hidden;
|
2016-03-03 23:38:40 +00:00
|
|
|
width: 300px;
|
|
|
|
height: 300px;
|
2014-12-12 09:32:16 +00:00
|
|
|
margin: auto;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2014-08-22 15:37:11 +00:00
|
|
|
#mixedstream {
|
|
|
|
display:none !important;
|
|
|
|
}
|
2014-10-31 11:47:12 +00:00
|
|
|
|
2016-09-28 21:31:40 +00:00
|
|
|
#dominantSpeakerAvatar,
|
|
|
|
.dynamic-shadow {
|
2016-03-03 23:38:40 +00:00
|
|
|
width: 200px;
|
|
|
|
height: 200px;
|
2016-09-28 21:31:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#dominantSpeakerAvatar {
|
2016-03-03 23:38:40 +00:00
|
|
|
top: 50px;
|
2014-10-31 11:47:12 +00:00
|
|
|
margin: auto;
|
|
|
|
position: relative;
|
2016-03-03 23:38:40 +00:00
|
|
|
border-radius: 100px;
|
2014-12-12 09:32:16 +00:00
|
|
|
visibility: inherit;
|
2016-03-15 20:26:22 +00:00
|
|
|
background-color: #000000;
|
2014-10-31 11:47:12 +00:00
|
|
|
}
|
|
|
|
|
2016-09-28 21:31:40 +00:00
|
|
|
.dynamic-shadow {
|
|
|
|
border-radius: 50%;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
margin: -100px 0 0 -100px;
|
|
|
|
transition: box-shadow 0.3s ease;
|
|
|
|
}
|
|
|
|
|
2014-10-31 11:47:12 +00:00
|
|
|
.userAvatar {
|
2016-11-08 11:36:43 +00:00
|
|
|
@include maxSize(60px);
|
2016-10-27 13:09:27 +00:00
|
|
|
@include absoluteAligning();
|
2016-11-11 14:05:41 +00:00
|
|
|
border-radius: 50%;
|
|
|
|
height: 50%;
|
|
|
|
width: auto;
|
2014-10-31 11:47:12 +00:00
|
|
|
}
|
2015-03-27 09:36:39 +00:00
|
|
|
|
2016-03-18 20:00:55 +00:00
|
|
|
.sharedVideoAvatar {
|
|
|
|
height: 100%;
|
2016-03-24 19:49:26 +00:00
|
|
|
width: 100%;
|
|
|
|
object-fit: cover;
|
2016-03-18 20:00:55 +00:00
|
|
|
}
|
|
|
|
|
2015-03-27 09:36:39 +00:00
|
|
|
.noMic {
|
|
|
|
position: absolute;
|
|
|
|
border-radius: 8px;
|
|
|
|
z-index: 1;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background-image: url("../images/noMic.png");
|
|
|
|
background-color: #000;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.noVideo {
|
|
|
|
position: absolute;
|
|
|
|
border-radius: 8px;
|
|
|
|
z-index: 1;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background-image: url("../images/noVideo.png");
|
|
|
|
background-color: #000;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
}
|
|
|
|
|
2015-08-06 03:18:45 +00:00
|
|
|
.videoMessageFilter {
|
|
|
|
-webkit-filter: grayscale(.5) opacity(0.8);
|
|
|
|
filter: grayscale(.5) opacity(0.8);
|
|
|
|
}
|
|
|
|
|
2016-09-24 18:24:18 +00:00
|
|
|
.remoteVideoProblemFilter {
|
|
|
|
-webkit-filter: grayscale(100%);
|
|
|
|
filter: grayscale(100%);
|
|
|
|
}
|
|
|
|
|
2015-08-03 15:58:22 +00:00
|
|
|
.videoProblemFilter {
|
|
|
|
-webkit-filter: blur(10px) grayscale(.5) opacity(0.8);
|
|
|
|
filter: blur(10px) grayscale(.5) opacity(0.8);
|
|
|
|
}
|
|
|
|
|
2016-09-19 19:18:52 +00:00
|
|
|
.videoThumbnailProblemFilter {
|
|
|
|
-webkit-filter: grayscale(100%);
|
|
|
|
filter: grayscale(100%);
|
|
|
|
}
|
|
|
|
|
2016-09-24 18:24:18 +00:00
|
|
|
#remoteConnectionMessage {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
width: auto;
|
2016-10-21 19:03:34 +00:00
|
|
|
z-index: 2;
|
2016-09-24 18:24:18 +00:00
|
|
|
font-weight: 600;
|
|
|
|
font-size: 14px;
|
|
|
|
text-align: center;
|
|
|
|
color: #FFF;
|
|
|
|
opacity: .80;
|
|
|
|
text-shadow: 0px 0px 1px rgba(0,0,0,0.3),
|
|
|
|
0px 1px 1px rgba(0,0,0,0.3),
|
|
|
|
1px 0px 1px rgba(0,0,0,0.3),
|
|
|
|
0px 0px 1px rgba(0,0,0,0.3);
|
|
|
|
|
|
|
|
background: rgba(0,0,0,.5);
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 5px;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
2016-09-24 18:30:29 +00:00
|
|
|
#localConnectionMessage {
|
2015-08-03 15:58:22 +00:00
|
|
|
display: none;
|
|
|
|
position: absolute;
|
2017-01-25 22:54:51 +00:00
|
|
|
left: 0;
|
2015-08-03 15:58:22 +00:00
|
|
|
width: 100%;
|
|
|
|
top:50%;
|
2016-10-21 19:03:34 +00:00
|
|
|
z-index: 2;
|
2015-08-03 15:58:22 +00:00
|
|
|
font-weight: 600;
|
|
|
|
font-size: 14px;
|
|
|
|
text-align: center;
|
|
|
|
color: #FFF;
|
|
|
|
opacity: .80;
|
|
|
|
text-shadow: 0px 0px 1px rgba(0,0,0,0.3),
|
|
|
|
0px 1px 1px rgba(0,0,0,0.3),
|
|
|
|
1px 0px 1px rgba(0,0,0,0.3),
|
|
|
|
0px 0px 1px rgba(0,0,0,0.3);
|
2016-03-15 20:26:22 +00:00
|
|
|
}
|
|
|
|
|
2016-10-19 12:31:13 +00:00
|
|
|
.video-state-indicator {
|
|
|
|
background: $videoStateIndicatorBackground;
|
|
|
|
color: $videoStateIndicatorColor;
|
|
|
|
font-size: 13px;
|
2016-10-19 16:36:10 +00:00
|
|
|
line-height: 20px;
|
2016-10-19 12:31:13 +00:00
|
|
|
text-align: center;
|
2016-10-19 16:36:10 +00:00
|
|
|
min-width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
padding: 10px 5px;
|
2016-10-06 12:25:58 +00:00
|
|
|
border-radius: 50%;
|
2016-10-19 16:36:10 +00:00
|
|
|
position: absolute;
|
|
|
|
box-sizing: border-box;
|
2016-03-29 17:13:54 +00:00
|
|
|
}
|
|
|
|
|
2016-10-19 16:36:10 +00:00
|
|
|
#videoResolutionLabel,
|
2016-03-29 17:13:54 +00:00
|
|
|
.centeredVideoLabel {
|
|
|
|
display: none;
|
2016-06-13 21:11:44 +00:00
|
|
|
z-index: 1011;
|
2016-03-29 17:13:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.centeredVideoLabel {
|
|
|
|
bottom: 45%;
|
2016-03-31 22:35:10 +00:00
|
|
|
border-radius: 2px;
|
2016-03-29 17:13:54 +00:00
|
|
|
-webkit-transition: all 2s 2s linear;
|
|
|
|
transition: all 2s 2s linear;
|
2016-10-19 16:36:10 +00:00
|
|
|
|
|
|
|
&.moveToCorner {
|
|
|
|
bottom: auto;
|
|
|
|
}
|
2016-03-29 17:13:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.moveToCorner {
|
2016-10-19 16:36:10 +00:00
|
|
|
position: absolute;
|
2016-10-19 12:31:13 +00:00
|
|
|
top: 30px;
|
2016-10-19 16:36:10 +00:00
|
|
|
right: 30px;
|
2016-05-01 18:35:18 +00:00
|
|
|
}
|
|
|
|
|
2016-10-19 16:36:10 +00:00
|
|
|
.moveToCorner + .moveToCorner {
|
|
|
|
right: 80px;
|
|
|
|
}
|