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.2KB

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