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.css 9.9KB

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