您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

_videolayout_default.scss 6.3KB

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