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

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