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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498
  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: none;
  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. .videocontainer>span.dominantspeakerindicator {
  286. bottom: 0px;
  287. left: 0px;
  288. width: 25px;
  289. height: 25px;
  290. z-index: 3;
  291. text-align: center;
  292. border-radius: 50%;
  293. background: #0cf;
  294. margin: 5px;
  295. display: inline-block;
  296. position: absolute;
  297. color: #FFFFFF;
  298. font-size: 11pt;
  299. border: 0px;
  300. }
  301. #speakerindicatoricon {
  302. padding-top: 5px;
  303. }
  304. #reloadPresentation {
  305. display: none;
  306. position: absolute;
  307. color: #FFFFFF;
  308. top: 0;
  309. right:0;
  310. padding: 10px 10px;
  311. font-size: 11pt;
  312. cursor: pointer;
  313. background: rgba(0, 0, 0, 0.3);
  314. border-radius: 5px;
  315. background-clip: padding-box;
  316. -webkit-border-radius: 5px;
  317. -webkit-background-clip: padding-box;
  318. z-index: 20; /*The reload button should appear on top of the header!*/
  319. }
  320. #header{
  321. display:none;
  322. position:absolute;
  323. text-align:center;
  324. top:0;
  325. left:0;
  326. right:0;
  327. z-index:10;
  328. pointer-events: none;
  329. }
  330. #toolbar {
  331. display:inline-block;
  332. position:relative;
  333. margin-top:5px;
  334. margin-left:auto;
  335. margin-right:auto;
  336. padding-left:2px;
  337. padding-right:2px;
  338. height:38px;
  339. width:auto;
  340. background-color: rgba(0,0,0,0.8);
  341. border: 1px solid rgba(256, 256, 256, 0.2);
  342. border-radius: 6px;
  343. pointer-events: auto;
  344. }
  345. #subject {
  346. position: relative;
  347. z-index: 3;
  348. width: auto;
  349. padding: 5px;
  350. margin-left: 40%;
  351. margin-right: 40%;
  352. text-align: center;
  353. background: linear-gradient(to bottom, rgba(255,255,255,.85) , rgba(255,255,255,.35));
  354. box-shadow: 0 0 2px #000000, 0 0 10px #000000;
  355. border-bottom-left-radius: 12px;
  356. border-bottom-right-radius: 12px;
  357. display: none;
  358. }
  359. .audiolevel {
  360. display: inline-block;
  361. position: absolute;
  362. z-index: 0;
  363. border-radius:10px;
  364. pointer-events: none;
  365. }
  366. #dominantSpeaker {
  367. visibility: hidden;
  368. width: 150px;
  369. height: 150px;
  370. margin: auto;
  371. overflow: hidden;
  372. position: relative;
  373. }
  374. #dominantSpeakerAudioLevel {
  375. position: absolute;
  376. top: 0px;
  377. left: 0px;
  378. z-index: 1;
  379. visibility: inherit;
  380. }
  381. #mixedstream {
  382. display:none !important;
  383. }
  384. #dominantSpeakerAvatar {
  385. width: 100px;
  386. height: 100px;
  387. top: 25px;
  388. margin: auto;
  389. position: relative;
  390. border-radius: 50px;
  391. z-index: 2;
  392. visibility: inherit;
  393. }
  394. .userAvatar {
  395. height: 100%;
  396. position: absolute;
  397. left: 35px;
  398. border-radius: 200px;
  399. }
  400. .noMic {
  401. position: absolute;
  402. border-radius: 8px;
  403. z-index: 1;
  404. width: 100%;
  405. height: 100%;
  406. background-image: url("../images/noMic.png");
  407. background-color: #000;
  408. background-repeat: no-repeat;
  409. background-position: center;
  410. }
  411. .noVideo {
  412. position: absolute;
  413. border-radius: 8px;
  414. z-index: 1;
  415. width: 100%;
  416. height: 100%;
  417. background-image: url("../images/noVideo.png");
  418. background-color: #000;
  419. background-repeat: no-repeat;
  420. background-position: center;
  421. }
  422. .videoMessageFilter {
  423. -webkit-filter: grayscale(.5) opacity(0.8);
  424. filter: grayscale(.5) opacity(0.8);
  425. }
  426. .videoProblemFilter {
  427. -webkit-filter: blur(10px) grayscale(.5) opacity(0.8);
  428. filter: blur(10px) grayscale(.5) opacity(0.8);
  429. }
  430. #videoConnectionMessage {
  431. display: none;
  432. position: absolute;
  433. width: 100%;
  434. top:50%;
  435. z-index: 10000;
  436. font-weight: 600;
  437. font-size: 14px;
  438. text-align: center;
  439. color: #FFF;
  440. opacity: .80;
  441. text-shadow: 0px 0px 1px rgba(0,0,0,0.3),
  442. 0px 1px 1px rgba(0,0,0,0.3),
  443. 1px 0px 1px rgba(0,0,0,0.3),
  444. 0px 0px 1px rgba(0,0,0,0.3);
  445. }