Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

_videolayout_default.scss 9.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503
  1. #videospace {
  2. display: block;
  3. position: absolute;
  4. top: 0px;
  5. left: 0px;
  6. right: 0px;
  7. overflow: hidden;
  8. }
  9. #remoteVideos {
  10. display: -webkit-box;
  11. display: -moz-box;
  12. display: -ms-flexbox;
  13. display: -webkit-flex;
  14. display: flex;
  15. flex-direction: row;
  16. flex-wrap: nowrap;
  17. justify-content: flex-end;
  18. position:absolute;
  19. text-align:right;
  20. height:196px;
  21. padding: 18px;
  22. bottom: 0;
  23. left: 0;
  24. right: 20px;
  25. width:auto;
  26. border:1px solid transparent;
  27. z-index: 5;
  28. transition: bottom 2s;
  29. overflow: visible !important;
  30. font-size: 0pt; /*!!!Removes the gap between the local video container and the remote videos.*/
  31. }
  32. #remotevideos.hidden {
  33. bottom: -196px;
  34. }
  35. .videocontainer {
  36. position: relative;
  37. text-align: center;
  38. }
  39. #remoteVideos .videocontainer {
  40. display: none;
  41. background-color: black;
  42. background-size: contain;
  43. border-radius:1px;
  44. border: 1px solid #212425;
  45. }
  46. #remoteVideos .videocontainer.videoContainerFocused {
  47. cursor: hand;
  48. transition-duration: 0.5s;
  49. -webkit-transition-duration: 0.5s;
  50. -webkit-animation-name: greyPulse;
  51. -webkit-animation-duration: 2s;
  52. -webkit-animation-iteration-count: 1;
  53. }
  54. #remoteVideos .videocontainer:hover {
  55. border: 1px solid #c1c1c1;
  56. }
  57. #remoteVideos .videocontainer.videoContainerFocused {
  58. box-shadow: inset 0 0 28px #006d91;
  59. border: 1px solid #006d91;
  60. }
  61. #remoteVideos .videocontainer.videoContainerFocused:hover {
  62. box-shadow: inset 0 0 5px #c1c1c1, 0 0 10px #c1c1c1, inset 0 0 60px #006d91;
  63. border: 1px solid #c1c1c1;
  64. }
  65. #localVideoWrapper {
  66. display:inline-block;
  67. }
  68. /* With TemasysWebRTC plugin <object/> element is used
  69. instead of <video/> */
  70. #remoteVideos .videocontainer>video,
  71. #remoteVideos .videocontainer>object {
  72. cursor: hand;
  73. border-radius:1px;
  74. object-fit: cover;
  75. overflow: hidden;
  76. }
  77. .flipVideoX {
  78. transform: scale(-1, 1);
  79. -moz-transform: scale(-1, 1);
  80. -webkit-transform: scale(-1, 1);
  81. -o-transform: scale(-1, 1);
  82. }
  83. #localVideoWrapper>video,
  84. #localVideoWrapper>object {
  85. cursor: hand;
  86. border-radius:1px !important;
  87. object-fit: cover;
  88. }
  89. #largeVideo,
  90. #largeVideoWrapper,
  91. #largeVideoContainer {
  92. overflow: hidden;
  93. text-align: center;
  94. }
  95. #largeVideo,
  96. #largeVideoWrapper
  97. {
  98. object-fit: cover;
  99. }
  100. #presentation,
  101. #sharedVideo,
  102. #etherpad,
  103. #localVideoWrapper>video,
  104. #localVideoWrapper>object,
  105. #localVideoWrapper,
  106. #largeVideoWrapper,
  107. #largeVideoWrapper>video,
  108. #largeVideoWrapper>object,
  109. .videocontainer>video,
  110. .videocontainer>object {
  111. position: absolute;
  112. left: 0;
  113. top: 0;
  114. z-index: 1;
  115. width: 100%;
  116. height: 100%;
  117. }
  118. #etherpad,
  119. #presentation {
  120. text-align: center;
  121. }
  122. #etherpad {
  123. z-index: 0;
  124. }
  125. #remoteVideos .videocontainer>span.focusindicator,
  126. #remoteVideos .videocontainer>div.remotevideomenu {
  127. position: absolute;
  128. color: #FFFFFF;
  129. top: 0;
  130. left: 0;
  131. padding: 5px 0px;
  132. width: 25px;
  133. font-size: 11pt;
  134. text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
  135. border: 0px;
  136. z-index: 2;
  137. text-align: center;
  138. }
  139. #remoteVideos .videocontainer>span.focusindicator {
  140. display: inline-block;
  141. }
  142. #remoteVideos .videocontainer>div.remotevideomenu {
  143. display: block;
  144. }
  145. .videocontainer>span.displayname,
  146. .videocontainer>input.displayname {
  147. display: none;
  148. position: absolute;
  149. color: #FFFFFF;
  150. background: rgba(0,0,0,.7);
  151. text-align: center;
  152. text-overflow: ellipsis;
  153. width: 70%;
  154. height: 20%;
  155. left: 15%;
  156. top: 40%;
  157. padding: 5px;
  158. font-size: 11pt;
  159. overflow: hidden;
  160. white-space: nowrap;
  161. z-index: 2;
  162. border-radius:3px;
  163. }
  164. .videocontainer>span.status {
  165. display: inline-block;
  166. position: absolute;
  167. color: #FFFFFF;
  168. background: rgba(0,0,0,.7);
  169. text-align: center;
  170. text-overflow: ellipsis;
  171. width: 70%;
  172. height: 15%;
  173. left: 15%;
  174. bottom: 2%;
  175. padding: 5px;
  176. font-size: 10pt;
  177. overflow: hidden;
  178. white-space: nowrap;
  179. z-index: 2;
  180. border-radius:3px;
  181. }
  182. .connectionindicator
  183. {
  184. display: inline-block;
  185. position: absolute;
  186. top: 7px;
  187. right: 0;
  188. padding: 0px 5px;
  189. z-index: 3;
  190. width: 18px;
  191. height: 13px;
  192. }
  193. .connection.connection_empty
  194. {
  195. color: #8B8B8B;/*#FFFFFF*/
  196. overflow: hidden;
  197. }
  198. .connection.connection_full
  199. {
  200. color: #FFFFFF;/*#15A1ED*/
  201. overflow: hidden;
  202. }
  203. .connection
  204. {
  205. position: absolute;
  206. left: 0px;
  207. top: 0px;
  208. font-size: 8pt;
  209. border: 0px;
  210. width: 18px;
  211. height: 13px;
  212. }
  213. .connection_info
  214. {
  215. float: left;
  216. padding-bottom: 5px;
  217. }
  218. .connection_info > table
  219. {
  220. white-space: nowrap;
  221. }
  222. .connection_info, .connection_info > table
  223. {
  224. text-align: left;
  225. font-size: 11px;
  226. color: #ffffff;
  227. }
  228. #localVideoContainer>span.status:hover,
  229. #localVideoContainer>span.displayname:hover {
  230. cursor: text;
  231. }
  232. .videocontainer>span.status,
  233. .videocontainer>span.displayname {
  234. pointer-events: none;
  235. }
  236. .videocontainer>input.displayname {
  237. height: auto;
  238. }
  239. #localDisplayName {
  240. pointer-events: auto !important;
  241. }
  242. .videocontainer>a.status,
  243. .videocontainer>a.displayname {
  244. display: inline-block;
  245. position: absolute;
  246. color: #FFFFFF;
  247. bottom: 0;
  248. right: 0;
  249. padding: 3px 5px;
  250. font-size: 9pt;
  251. cursor: pointer;
  252. z-index: 2;
  253. }
  254. .videocontainer>span.audioMuted {
  255. display: inline-block;
  256. position: absolute;
  257. color: #FFFFFF;
  258. top: 0;
  259. padding: 8px 5px;
  260. width: 25px;
  261. font-size: 8pt;
  262. text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
  263. border: 0px;
  264. z-index: 3;
  265. text-align: center;
  266. }
  267. .videocontainer>span.videoMuted {
  268. display: inline-block;
  269. position: absolute;
  270. color: #FFFFFF;
  271. top: 0;
  272. right: 0;
  273. padding: 8px 5px;
  274. width: 25px;
  275. font-size: 8pt;
  276. text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
  277. border: 0px;
  278. z-index: 3;
  279. }
  280. .videocontainer>span.indicator {
  281. bottom: 0px;
  282. left: 0px;
  283. width: 25px;
  284. height: 25px;
  285. z-index: 3;
  286. text-align: center;
  287. border-radius: 50%;
  288. background: #21B9FC;
  289. margin: 5px;
  290. display: inline-block;
  291. position: absolute;
  292. color: #FFFFFF;
  293. font-size: 11pt;
  294. border: 0px;
  295. }
  296. #indicatoricon {
  297. padding-top: 5px;
  298. }
  299. #reloadPresentation {
  300. display: none;
  301. position: absolute;
  302. color: #FFFFFF;
  303. top: 0;
  304. right:0;
  305. padding: 10px 10px;
  306. font-size: 11pt;
  307. cursor: pointer;
  308. background: rgba(0, 0, 0, 0.3);
  309. border-radius: 5px;
  310. background-clip: padding-box;
  311. -webkit-border-radius: 5px;
  312. -webkit-background-clip: padding-box;
  313. z-index: 20; /*The reload button should appear on top of the header!*/
  314. }
  315. .audiolevel {
  316. display: inline-block;
  317. position: absolute;
  318. z-index: 0;
  319. border-radius:1px;
  320. pointer-events: none;
  321. }
  322. #dominantSpeaker {
  323. visibility: hidden;
  324. width: 300px;
  325. height: 300px;
  326. margin: auto;
  327. overflow: hidden;
  328. position: relative;
  329. }
  330. #dominantSpeakerAudioLevel {
  331. position: absolute;
  332. top: 0px;
  333. left: 0px;
  334. z-index: 2;
  335. visibility: inherit;
  336. }
  337. #mixedstream {
  338. display:none !important;
  339. }
  340. #dominantSpeakerAvatar {
  341. width: 200px;
  342. height: 200px;
  343. top: 50px;
  344. margin: auto;
  345. position: relative;
  346. border-radius: 100px;
  347. z-index: 3;
  348. visibility: inherit;
  349. background-color: #000000;
  350. }
  351. .userAvatar {
  352. height: 100%;
  353. position: absolute;
  354. left: 0;
  355. border-radius: 2px;
  356. }
  357. .sharedVideoAvatar {
  358. height: 100%;
  359. width: 100%;
  360. object-fit: cover;
  361. }
  362. .noMic {
  363. position: absolute;
  364. border-radius: 8px;
  365. z-index: 1;
  366. width: 100%;
  367. height: 100%;
  368. background-image: url("../images/noMic.png");
  369. background-color: #000;
  370. background-repeat: no-repeat;
  371. background-position: center;
  372. }
  373. .noVideo {
  374. position: absolute;
  375. border-radius: 8px;
  376. z-index: 1;
  377. width: 100%;
  378. height: 100%;
  379. background-image: url("../images/noVideo.png");
  380. background-color: #000;
  381. background-repeat: no-repeat;
  382. background-position: center;
  383. }
  384. .videoMessageFilter {
  385. -webkit-filter: grayscale(.5) opacity(0.8);
  386. filter: grayscale(.5) opacity(0.8);
  387. }
  388. .videoProblemFilter {
  389. -webkit-filter: blur(10px) grayscale(.5) opacity(0.8);
  390. filter: blur(10px) grayscale(.5) opacity(0.8);
  391. }
  392. #videoConnectionMessage {
  393. display: none;
  394. position: absolute;
  395. width: 100%;
  396. top:50%;
  397. z-index: 1011;
  398. font-weight: 600;
  399. font-size: 14px;
  400. text-align: center;
  401. color: #FFF;
  402. opacity: .80;
  403. text-shadow: 0px 0px 1px rgba(0,0,0,0.3),
  404. 0px 1px 1px rgba(0,0,0,0.3),
  405. 1px 0px 1px rgba(0,0,0,0.3),
  406. 0px 0px 1px rgba(0,0,0,0.3);
  407. }
  408. #videoResolutionLabel {
  409. display: none;
  410. position: absolute;
  411. top: 5px;
  412. right: 5px;
  413. background: rgba(0,0,0,.5);
  414. padding: 10px;
  415. color: rgba(255,255,255,.5);
  416. z-index: 1011;
  417. }
  418. .centeredVideoLabel {
  419. display: none;
  420. position: absolute;
  421. bottom: 45%;
  422. top: auto;
  423. right: auto;
  424. left: auto;
  425. line-height: 28px;
  426. height: 28px;
  427. width: auto;
  428. padding: 5px;
  429. margin-right: auto;
  430. margin-left: auto;
  431. background: rgba(0,0,0,.5);
  432. color: #FFF;
  433. z-index: 1011;
  434. border-radius: 2px;
  435. -webkit-transition: all 2s 2s linear;
  436. transition: all 2s 2s linear;
  437. }
  438. .moveToCorner {
  439. top: 5px;
  440. right: 50px; /*leave free space for the HD label*/
  441. margin-right: 0px;
  442. margin-left: auto;
  443. background: rgba(0,0,0,.3);
  444. color: rgba(255,255,255,.5);
  445. }
  446. .hidden {
  447. }