You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_videolayout_default.scss 6.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. #videoconference_page {
  2. min-height: 100%;
  3. position: relative;
  4. transform: translate3d(0, 0, 0);
  5. width: 100%;
  6. }
  7. #layout_wrapper {
  8. @include ltr;
  9. display: flex;
  10. height: 100%;
  11. }
  12. #videospace {
  13. display: block;
  14. height: 100%;
  15. width: 100%;
  16. min-height: 100%;
  17. position: absolute;
  18. top: 0px;
  19. left: 0px;
  20. right: 0px;
  21. overflow: hidden;
  22. }
  23. #largeVideoBackgroundContainer,
  24. .large-video-background {
  25. height: 100%;
  26. left: 0;
  27. overflow: hidden;
  28. position: absolute;
  29. top: 0;
  30. width: 100%;
  31. #largeVideoBackground {
  32. min-height: 100%;
  33. min-width: 100%;
  34. }
  35. }
  36. #largeVideoBackgroundContainer {
  37. filter: blur(40px);
  38. }
  39. .videocontainer {
  40. position: relative;
  41. text-align: center;
  42. overflow: 'hidden';
  43. }
  44. #localVideoWrapper {
  45. display:inline-block;
  46. }
  47. .flipVideoX {
  48. transform: scale(-1, 1);
  49. -moz-transform: scale(-1, 1);
  50. -webkit-transform: scale(-1, 1);
  51. -o-transform: scale(-1, 1);
  52. }
  53. #localVideoWrapper video,
  54. #localVideoWrapper object {
  55. border-radius: $borderRadius !important;
  56. cursor: hand;
  57. object-fit: cover;
  58. }
  59. #largeVideo,
  60. #largeVideoWrapper,
  61. #largeVideoContainer {
  62. overflow: hidden;
  63. text-align: center;
  64. &.transition {
  65. transition: width 1s, height 1s, top 1s;
  66. }
  67. }
  68. #largeVideoContainer {
  69. height: 100%;
  70. width: 100%;
  71. }
  72. #largeVideoWrapper {
  73. box-shadow: 0 0 20px -2px #444;
  74. }
  75. #largeVideo,
  76. #largeVideoWrapper
  77. {
  78. object-fit: cover;
  79. }
  80. #sharedVideo video {
  81. width: 100%;
  82. height: 100%;
  83. }
  84. #sharedVideo.disable-pointer {
  85. pointer-events: none;
  86. }
  87. #sharedVideo,
  88. #etherpad,
  89. #localVideoWrapper video,
  90. #localVideoWrapper object,
  91. #localVideoWrapper,
  92. #largeVideoWrapper,
  93. #largeVideoWrapper>video,
  94. #largeVideoWrapper>object,
  95. .videocontainer>video,
  96. .videocontainer>object {
  97. position: absolute;
  98. left: 0;
  99. top: 0;
  100. z-index: $zindex1;
  101. width: 100%;
  102. height: 100%;
  103. }
  104. #etherpad {
  105. text-align: center;
  106. }
  107. #etherpad {
  108. z-index: $zindex0;
  109. }
  110. #alwaysOnTop .displayname {
  111. font-size: 15px;
  112. position: inherit;
  113. width: 100%;
  114. left: 0px;
  115. top: 0px;
  116. margin-top: 10px;
  117. }
  118. /**
  119. * Audio indicator on video thumbnails.
  120. */
  121. .videocontainer>span.audioindicator,
  122. .videocontainer>.audioindicator-container {
  123. position: absolute;
  124. display: inline-block;
  125. left: 6px;
  126. top: 50%;
  127. margin-top: -17px;
  128. width: 6px;
  129. height: 35px;
  130. z-index: $zindex2;
  131. border: none;
  132. .audiodot-top,
  133. .audiodot-bottom,
  134. .audiodot-middle {
  135. opacity: 0;
  136. display: inline-block;
  137. @include circle(5px);
  138. background: $audioLevelShadow;
  139. margin: 1px 0 1px 0;
  140. transition: opacity .25s ease-in-out;
  141. -moz-transition: opacity .25s ease-in-out;
  142. }
  143. span.audiodot-top::after,
  144. span.audiodot-bottom::after,
  145. span.audiodot-middle::after {
  146. content: "";
  147. display: inline-block;
  148. width: 5px;
  149. height: 5px;
  150. border-radius: 50%;
  151. -webkit-filter: blur(0.5px);
  152. filter: blur(0.5px);
  153. background: $audioLevelBg;
  154. }
  155. }
  156. #reloadPresentation {
  157. display: none;
  158. position: absolute;
  159. color: #FFFFFF;
  160. top: 0;
  161. right:0;
  162. padding: 10px 10px;
  163. font-size: 11pt;
  164. cursor: pointer;
  165. background: rgba(0, 0, 0, 0.3);
  166. border-radius: 5px;
  167. background-clip: padding-box;
  168. -webkit-border-radius: 5px;
  169. -webkit-background-clip: padding-box;
  170. z-index: $reloadZ; /*The reload button should appear on top of the header!*/
  171. }
  172. #dominantSpeaker {
  173. visibility: hidden;
  174. width: 300px;
  175. height: 300px;
  176. margin: auto;
  177. position: relative;
  178. top: 50%;
  179. transform: translateY(-50%);
  180. }
  181. #mixedstream {
  182. display:none !important;
  183. }
  184. #dominantSpeakerAvatarContainer,
  185. .dynamic-shadow {
  186. width: 200px;
  187. height: 200px;
  188. }
  189. #dominantSpeakerAvatarContainer {
  190. top: 50px;
  191. margin: auto;
  192. position: relative;
  193. overflow: hidden;
  194. visibility: inherit;
  195. }
  196. .dynamic-shadow {
  197. border-radius: 50%;
  198. position: absolute;
  199. top: 50%;
  200. left: 50%;
  201. margin: -100px 0 0 -100px;
  202. transition: box-shadow 0.3s ease;
  203. }
  204. .avatar-container {
  205. @include maxSize(60px);
  206. @include absoluteAligning();
  207. display: flex;
  208. justify-content: center;
  209. height: 50%;
  210. width: auto;
  211. overflow: hidden;
  212. .userAvatar {
  213. height: 100%;
  214. object-fit: cover;
  215. width: 100%;
  216. top: 0px;
  217. left: 0px;
  218. position: absolute;
  219. }
  220. }
  221. #videoNotAvailableScreen {
  222. text-align: center;
  223. #avatarContainer {
  224. border-radius: 50%;
  225. display: inline-block;
  226. height: 50vh;
  227. margin-top: 25vh;
  228. overflow: hidden;
  229. width: 50vh;
  230. #avatar {
  231. height: 100%;
  232. object-fit: cover;
  233. width: 100%;
  234. }
  235. }
  236. }
  237. .sharedVideoAvatar {
  238. position: absolute;
  239. left: 0px;
  240. top: 0px;
  241. height: 100%;
  242. width: 100%;
  243. object-fit: cover;
  244. }
  245. .videoMessageFilter {
  246. -webkit-filter: grayscale(.5) opacity(0.8);
  247. filter: grayscale(.5) opacity(0.8);
  248. }
  249. #remotePresenceMessage,
  250. #remoteConnectionMessage {
  251. position: absolute;
  252. width: auto;
  253. z-index: $zindex2;
  254. font-weight: 600;
  255. font-size: 14px;
  256. text-align: center;
  257. color: #FFF;
  258. left: 50%;
  259. transform: translate(-50%, 0);
  260. }
  261. #remotePresenceMessage .presence-label,
  262. #remoteConnectionMessage {
  263. opacity: .80;
  264. text-shadow: 0px 0px 1px rgba(0,0,0,0.3),
  265. 0px 1px 1px rgba(0,0,0,0.3),
  266. 1px 0px 1px rgba(0,0,0,0.3),
  267. 0px 0px 1px rgba(0,0,0,0.3);
  268. background: rgba(0,0,0,.5);
  269. border-radius: 5px;
  270. padding: 5px;
  271. padding-left: 10px;
  272. padding-right: 10px;
  273. }
  274. #remoteConnectionMessage {
  275. display: none;
  276. }
  277. .display-video {
  278. .avatar-container {
  279. visibility: hidden;
  280. }
  281. video {
  282. visibility: visible;
  283. }
  284. }
  285. .display-avatar-only {
  286. .avatar-container {
  287. visibility: visible;
  288. }
  289. video {
  290. visibility: hidden;
  291. }
  292. }
  293. .presence-label {
  294. color: $participantNameColor;
  295. font-size: 12px;
  296. font-weight: 100;
  297. left: 0;
  298. margin: 0 auto;
  299. overflow: hidden;
  300. pointer-events: none;
  301. right: 0;
  302. text-align: center;
  303. text-overflow: ellipsis;
  304. top: calc(50% + 30px);
  305. white-space: nowrap;
  306. width: 100%;
  307. }