Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

_videolayout_default.scss 6.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  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. .animatedFadeIn {
  69. opacity: 0;
  70. animation: fadeInAnimation 0.3s ease forwards;
  71. }
  72. @keyframes fadeInAnimation {
  73. from {
  74. opacity: 0;
  75. }
  76. to {
  77. opacity: 1;
  78. }
  79. }
  80. .animatedFadeOut {
  81. opacity: 1;
  82. animation: fadeOutAnimation 0.3s ease forwards;
  83. }
  84. @keyframes fadeOutAnimation {
  85. from {
  86. opacity: 1;
  87. }
  88. to {
  89. opacity: 0;
  90. }
  91. }
  92. #largeVideoContainer {
  93. height: 100%;
  94. width: 100%;
  95. }
  96. #largeVideoWrapper {
  97. box-shadow: 0 0 20px -2px #444;
  98. }
  99. #largeVideo,
  100. #largeVideoWrapper
  101. {
  102. object-fit: cover;
  103. }
  104. #sharedVideo video {
  105. width: 100%;
  106. height: 100%;
  107. }
  108. #sharedVideo.disable-pointer {
  109. pointer-events: none;
  110. }
  111. #sharedVideo,
  112. #etherpad,
  113. #localVideoWrapper video,
  114. #localVideoWrapper object,
  115. #localVideoWrapper,
  116. #largeVideoWrapper,
  117. #largeVideoWrapper>video,
  118. #largeVideoWrapper>object,
  119. .videocontainer>video,
  120. .videocontainer>object {
  121. position: absolute;
  122. left: 0;
  123. top: 0;
  124. z-index: $zindex1;
  125. width: 100%;
  126. height: 100%;
  127. }
  128. #etherpad {
  129. text-align: center;
  130. }
  131. #etherpad {
  132. z-index: $zindex0;
  133. }
  134. #alwaysOnTop .displayname {
  135. font-size: 15px;
  136. position: inherit;
  137. width: 100%;
  138. left: 0px;
  139. top: 0px;
  140. margin-top: 10px;
  141. }
  142. /**
  143. * Audio indicator on video thumbnails.
  144. */
  145. .videocontainer>span.audioindicator,
  146. .videocontainer>.audioindicator-container {
  147. position: absolute;
  148. display: inline-block;
  149. left: 6px;
  150. top: 50%;
  151. margin-top: -17px;
  152. width: 6px;
  153. height: 35px;
  154. z-index: $zindex2;
  155. border: none;
  156. .audiodot-top,
  157. .audiodot-bottom,
  158. .audiodot-middle {
  159. opacity: 0;
  160. display: inline-block;
  161. @include circle(5px);
  162. background: $audioLevelShadow;
  163. margin: 1px 0 1px 0;
  164. transition: opacity .25s ease-in-out;
  165. -moz-transition: opacity .25s ease-in-out;
  166. }
  167. span.audiodot-top::after,
  168. span.audiodot-bottom::after,
  169. span.audiodot-middle::after {
  170. content: "";
  171. display: inline-block;
  172. width: 5px;
  173. height: 5px;
  174. border-radius: 50%;
  175. -webkit-filter: blur(0.5px);
  176. filter: blur(0.5px);
  177. background: $audioLevelBg;
  178. }
  179. }
  180. #reloadPresentation {
  181. display: none;
  182. position: absolute;
  183. color: #FFFFFF;
  184. top: 0;
  185. right:0;
  186. padding: 10px 10px;
  187. font-size: 11pt;
  188. cursor: pointer;
  189. background: rgba(0, 0, 0, 0.3);
  190. border-radius: 5px;
  191. background-clip: padding-box;
  192. -webkit-border-radius: 5px;
  193. -webkit-background-clip: padding-box;
  194. z-index: $reloadZ; /*The reload button should appear on top of the header!*/
  195. }
  196. #dominantSpeaker {
  197. visibility: hidden;
  198. width: 300px;
  199. height: 300px;
  200. margin: auto;
  201. position: relative;
  202. top: 50%;
  203. transform: translateY(-50%);
  204. }
  205. #mixedstream {
  206. display:none !important;
  207. }
  208. #dominantSpeakerAvatarContainer,
  209. .dynamic-shadow {
  210. width: 200px;
  211. height: 200px;
  212. }
  213. #dominantSpeakerAvatarContainer {
  214. top: 50px;
  215. margin: auto;
  216. position: relative;
  217. overflow: hidden;
  218. visibility: inherit;
  219. }
  220. .dynamic-shadow {
  221. border-radius: 50%;
  222. position: absolute;
  223. top: 50%;
  224. left: 50%;
  225. margin: -100px 0 0 -100px;
  226. transition: box-shadow 0.3s ease;
  227. }
  228. .avatar-container {
  229. @include maxSize(60px);
  230. @include absoluteAligning();
  231. display: flex;
  232. justify-content: center;
  233. height: 50%;
  234. width: auto;
  235. overflow: hidden;
  236. .userAvatar {
  237. height: 100%;
  238. object-fit: cover;
  239. width: 100%;
  240. top: 0px;
  241. left: 0px;
  242. position: absolute;
  243. }
  244. }
  245. #videoNotAvailableScreen {
  246. text-align: center;
  247. #avatarContainer {
  248. border-radius: 50%;
  249. display: inline-block;
  250. height: 50vh;
  251. margin-top: 25vh;
  252. overflow: hidden;
  253. width: 50vh;
  254. #avatar {
  255. height: 100%;
  256. object-fit: cover;
  257. width: 100%;
  258. }
  259. }
  260. }
  261. .sharedVideoAvatar {
  262. position: absolute;
  263. left: 0px;
  264. top: 0px;
  265. height: 100%;
  266. width: 100%;
  267. object-fit: cover;
  268. }
  269. .videoMessageFilter {
  270. -webkit-filter: grayscale(.5) opacity(0.8);
  271. filter: grayscale(.5) opacity(0.8);
  272. }
  273. #remotePresenceMessage,
  274. #remoteConnectionMessage {
  275. position: absolute;
  276. width: auto;
  277. z-index: $zindex2;
  278. font-weight: 600;
  279. font-size: 14px;
  280. text-align: center;
  281. color: #FFF;
  282. left: 50%;
  283. transform: translate(-50%, 0);
  284. }
  285. #remotePresenceMessage .presence-label,
  286. #remoteConnectionMessage {
  287. opacity: .80;
  288. text-shadow: 0px 0px 1px rgba(0,0,0,0.3),
  289. 0px 1px 1px rgba(0,0,0,0.3),
  290. 1px 0px 1px rgba(0,0,0,0.3),
  291. 0px 0px 1px rgba(0,0,0,0.3);
  292. background: rgba(0,0,0,.5);
  293. border-radius: 5px;
  294. padding: 5px;
  295. padding-left: 10px;
  296. padding-right: 10px;
  297. }
  298. #remoteConnectionMessage {
  299. display: none;
  300. }
  301. .display-video {
  302. .avatar-container {
  303. visibility: hidden;
  304. }
  305. video {
  306. visibility: visible;
  307. }
  308. }
  309. .display-avatar-only {
  310. .avatar-container {
  311. visibility: visible;
  312. }
  313. video {
  314. visibility: hidden;
  315. }
  316. }
  317. .presence-label {
  318. color: $participantNameColor;
  319. font-size: 12px;
  320. font-weight: 100;
  321. left: 0;
  322. margin: 0 auto;
  323. overflow: hidden;
  324. pointer-events: none;
  325. right: 0;
  326. text-align: center;
  327. text-overflow: ellipsis;
  328. top: calc(50% + 30px);
  329. white-space: nowrap;
  330. width: 100%;
  331. }