Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

_videolayout_default.scss 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534
  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. #toolbar_button_etherpad {
  126. display: none;
  127. }
  128. #remoteVideos .videocontainer>span.focusindicator,
  129. #remoteVideos .videocontainer>div.remotevideomenu {
  130. position: absolute;
  131. color: #FFFFFF;
  132. top: 0;
  133. left: 0;
  134. padding: 5px 0px;
  135. width: 25px;
  136. font-size: 11pt;
  137. text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
  138. border: 0px;
  139. z-index: 2;
  140. text-align: center;
  141. }
  142. #remoteVideos .videocontainer>span.focusindicator {
  143. display: inline-block;
  144. }
  145. #remoteVideos .videocontainer>div.remotevideomenu {
  146. display: block;
  147. }
  148. .videocontainer>span.displayname,
  149. .videocontainer>input.displayname {
  150. display: none;
  151. position: absolute;
  152. color: #FFFFFF;
  153. background: rgba(0,0,0,.7);
  154. text-align: center;
  155. text-overflow: ellipsis;
  156. width: 70%;
  157. height: 20%;
  158. left: 15%;
  159. top: 40%;
  160. padding: 5px;
  161. font-size: 11pt;
  162. overflow: hidden;
  163. white-space: nowrap;
  164. z-index: 2;
  165. border-radius:3px;
  166. }
  167. .videocontainer>span.status {
  168. display: inline-block;
  169. position: absolute;
  170. color: #FFFFFF;
  171. background: rgba(0,0,0,.7);
  172. text-align: center;
  173. text-overflow: ellipsis;
  174. width: 70%;
  175. height: 15%;
  176. left: 15%;
  177. bottom: 2%;
  178. padding: 5px;
  179. font-size: 10pt;
  180. overflow: hidden;
  181. white-space: nowrap;
  182. z-index: 2;
  183. border-radius:3px;
  184. }
  185. .connectionindicator
  186. {
  187. display: inline-block;
  188. position: absolute;
  189. top: 7px;
  190. right: 0;
  191. padding: 0px 5px;
  192. z-index: 3;
  193. width: 18px;
  194. height: 13px;
  195. }
  196. .connection.connection_empty
  197. {
  198. color: #8B8B8B;/*#FFFFFF*/
  199. overflow: hidden;
  200. }
  201. .connection.connection_full
  202. {
  203. color: #FFFFFF;/*#15A1ED*/
  204. overflow: hidden;
  205. }
  206. .connection
  207. {
  208. position: absolute;
  209. left: 0px;
  210. top: 0px;
  211. font-size: 8pt;
  212. border: 0px;
  213. width: 18px;
  214. height: 13px;
  215. }
  216. .connection_info
  217. {
  218. float: left;
  219. padding-bottom: 5px;
  220. }
  221. .connection_info > table
  222. {
  223. white-space: nowrap;
  224. }
  225. .connection_info, .connection_info > table
  226. {
  227. text-align: left;
  228. font-size: 11px;
  229. color: #ffffff;
  230. }
  231. #localVideoContainer>span.status:hover,
  232. #localVideoContainer>span.displayname:hover {
  233. cursor: text;
  234. }
  235. .videocontainer>span.status,
  236. .videocontainer>span.displayname {
  237. pointer-events: none;
  238. }
  239. .videocontainer>input.displayname {
  240. height: auto;
  241. }
  242. #localDisplayName {
  243. pointer-events: auto !important;
  244. }
  245. .videocontainer>a.status,
  246. .videocontainer>a.displayname {
  247. display: inline-block;
  248. position: absolute;
  249. color: #FFFFFF;
  250. bottom: 0;
  251. right: 0;
  252. padding: 3px 5px;
  253. font-size: 9pt;
  254. cursor: pointer;
  255. z-index: 2;
  256. }
  257. .videocontainer>span.audioMuted {
  258. display: inline-block;
  259. position: absolute;
  260. color: #FFFFFF;
  261. top: 0;
  262. padding: 8px 5px;
  263. width: 25px;
  264. font-size: 8pt;
  265. text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
  266. border: 0px;
  267. z-index: 3;
  268. text-align: center;
  269. }
  270. .videocontainer>span.videoMuted {
  271. display: inline-block;
  272. position: absolute;
  273. color: #FFFFFF;
  274. top: 0;
  275. right: 0;
  276. padding: 8px 5px;
  277. width: 25px;
  278. font-size: 8pt;
  279. text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
  280. border: 0px;
  281. z-index: 3;
  282. }
  283. .videocontainer>span.indicator {
  284. bottom: 0px;
  285. left: 0px;
  286. width: 25px;
  287. height: 25px;
  288. z-index: 3;
  289. text-align: center;
  290. border-radius: 50%;
  291. background: #21B9FC;
  292. margin: 5px;
  293. display: inline-block;
  294. position: absolute;
  295. color: #FFFFFF;
  296. font-size: 11pt;
  297. border: 0px;
  298. }
  299. #indicatoricon {
  300. padding-top: 5px;
  301. }
  302. #reloadPresentation {
  303. display: none;
  304. position: absolute;
  305. color: #FFFFFF;
  306. top: 0;
  307. right:0;
  308. padding: 10px 10px;
  309. font-size: 11pt;
  310. cursor: pointer;
  311. background: rgba(0, 0, 0, 0.3);
  312. border-radius: 5px;
  313. background-clip: padding-box;
  314. -webkit-border-radius: 5px;
  315. -webkit-background-clip: padding-box;
  316. z-index: 20; /*The reload button should appear on top of the header!*/
  317. }
  318. #header{
  319. display:none;
  320. position:absolute;
  321. text-align:center;
  322. top:0;
  323. left:0;
  324. right:0;
  325. z-index:10;
  326. pointer-events: none;
  327. min-height: 100px;
  328. }
  329. #subject {
  330. position: relative;
  331. z-index: 3;
  332. width: auto;
  333. padding: 5px;
  334. margin-left: 40%;
  335. margin-right: 40%;
  336. text-align: center;
  337. background: linear-gradient(to bottom, rgba(255,255,255,.85) , rgba(255,255,255,.35));
  338. box-shadow: 0 0 2px #000000, 0 0 10px #000000;
  339. border-bottom-left-radius: 12px;
  340. border-bottom-right-radius: 12px;
  341. display: none;
  342. }
  343. .audiolevel {
  344. display: inline-block;
  345. position: absolute;
  346. z-index: 0;
  347. border-radius:1px;
  348. pointer-events: none;
  349. }
  350. #dominantSpeaker {
  351. visibility: hidden;
  352. width: 300px;
  353. height: 300px;
  354. margin: auto;
  355. overflow: hidden;
  356. position: relative;
  357. }
  358. #dominantSpeakerAudioLevel {
  359. position: absolute;
  360. top: 0px;
  361. left: 0px;
  362. z-index: 2;
  363. visibility: inherit;
  364. }
  365. #mixedstream {
  366. display:none !important;
  367. }
  368. #dominantSpeakerAvatar {
  369. width: 200px;
  370. height: 200px;
  371. top: 50px;
  372. margin: auto;
  373. position: relative;
  374. border-radius: 100px;
  375. z-index: 3;
  376. visibility: inherit;
  377. background-color: #000000;
  378. }
  379. .userAvatar {
  380. height: 100%;
  381. position: absolute;
  382. left: 0;
  383. border-radius: 2px;
  384. }
  385. .sharedVideoAvatar {
  386. height: 100%;
  387. width: 100%;
  388. object-fit: cover;
  389. }
  390. .noMic {
  391. position: absolute;
  392. border-radius: 8px;
  393. z-index: 1;
  394. width: 100%;
  395. height: 100%;
  396. background-image: url("../images/noMic.png");
  397. background-color: #000;
  398. background-repeat: no-repeat;
  399. background-position: center;
  400. }
  401. .noVideo {
  402. position: absolute;
  403. border-radius: 8px;
  404. z-index: 1;
  405. width: 100%;
  406. height: 100%;
  407. background-image: url("../images/noVideo.png");
  408. background-color: #000;
  409. background-repeat: no-repeat;
  410. background-position: center;
  411. }
  412. .videoMessageFilter {
  413. -webkit-filter: grayscale(.5) opacity(0.8);
  414. filter: grayscale(.5) opacity(0.8);
  415. }
  416. .videoProblemFilter {
  417. -webkit-filter: blur(10px) grayscale(.5) opacity(0.8);
  418. filter: blur(10px) grayscale(.5) opacity(0.8);
  419. }
  420. #videoConnectionMessage {
  421. display: none;
  422. position: absolute;
  423. width: 100%;
  424. top:50%;
  425. z-index: 1011;
  426. font-weight: 600;
  427. font-size: 14px;
  428. text-align: center;
  429. color: #FFF;
  430. opacity: .80;
  431. text-shadow: 0px 0px 1px rgba(0,0,0,0.3),
  432. 0px 1px 1px rgba(0,0,0,0.3),
  433. 1px 0px 1px rgba(0,0,0,0.3),
  434. 0px 0px 1px rgba(0,0,0,0.3);
  435. }
  436. #videoResolutionLabel {
  437. display: none;
  438. position: absolute;
  439. top: 5px;
  440. right: 5px;
  441. background: rgba(0,0,0,.5);
  442. padding: 10px;
  443. color: rgba(255,255,255,.5);
  444. z-index: 1011;
  445. }
  446. .centeredVideoLabel {
  447. display: none;
  448. position: absolute;
  449. bottom: 45%;
  450. top: auto;
  451. right: auto;
  452. left: auto;
  453. line-height: 28px;
  454. height: 28px;
  455. width: auto;
  456. padding: 5px;
  457. margin-right: auto;
  458. margin-left: auto;
  459. background: rgba(0,0,0,.5);
  460. color: #FFF;
  461. z-index: 1011;
  462. border-radius: 2px;
  463. -webkit-transition: all 2s 2s linear;
  464. transition: all 2s 2s linear;
  465. }
  466. .moveToCorner {
  467. top: 5px;
  468. right: 50px; /*leave free space for the HD label*/
  469. margin-right: 0px;
  470. margin-left: auto;
  471. background: rgba(0,0,0,.3);
  472. color: rgba(255,255,255,.5);
  473. }
  474. .hidden {
  475. }