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

videolayout_default.css 10.0KB

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