Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

videolayout_default.css 9.5KB

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