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

videolayout_default.css 9.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488
  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. .videocontainer>span.displayname,
  142. .videocontainer>input.displayname {
  143. display: none;
  144. position: absolute;
  145. color: #FFFFFF;
  146. background: rgba(0,0,0,.7);
  147. text-align: center;
  148. text-overflow: ellipsis;
  149. width: 70%;
  150. height: 20%;
  151. left: 15%;
  152. top: 40%;
  153. padding: 5px;
  154. font-size: 11pt;
  155. overflow: hidden;
  156. white-space: nowrap;
  157. z-index: 2;
  158. border-radius:20px;
  159. }
  160. .videocontainer>span.status {
  161. display: inline-block;
  162. position: absolute;
  163. color: #FFFFFF;
  164. background: rgba(0,0,0,.7);
  165. text-align: center;
  166. text-overflow: ellipsis;
  167. width: 70%;
  168. height: 15%;
  169. left: 15%;
  170. bottom: 2%;
  171. padding: 5px;
  172. font-size: 10pt;
  173. overflow: hidden;
  174. white-space: nowrap;
  175. z-index: 2;
  176. border-radius:20px;
  177. }
  178. .connectionindicator
  179. {
  180. display: inline-block;
  181. position: absolute;
  182. top: 7px;
  183. right: 0;
  184. padding: 0px 5px;
  185. z-index: 3;
  186. width: 18px;
  187. height: 13px;
  188. }
  189. .connection.connection_empty
  190. {
  191. color: #8B8B8B;/*#FFFFFF*/
  192. overflow: hidden;
  193. }
  194. .connection.connection_full
  195. {
  196. color: #FFFFFF;/*#15A1ED*/
  197. overflow: hidden;
  198. }
  199. .connection
  200. {
  201. position: absolute;
  202. left: 0px;
  203. top: 0px;
  204. font-size: 8pt;
  205. border: 0px;
  206. width: 18px;
  207. height: 13px;
  208. }
  209. .connection_info
  210. {
  211. float: left;
  212. padding-bottom: 5px;
  213. }
  214. .connection_info > table
  215. {
  216. white-space: nowrap;
  217. }
  218. .connection_info, .connection_info > table
  219. {
  220. text-align: left;
  221. font-size: 11px;
  222. color: #ffffff;
  223. }
  224. #localVideoContainer>span.status:hover,
  225. #localVideoContainer>span.displayname:hover {
  226. cursor: text;
  227. }
  228. .videocontainer>span.status,
  229. .videocontainer>span.displayname {
  230. pointer-events: none;
  231. }
  232. .videocontainer>input.displayname {
  233. height: auto;
  234. }
  235. #localDisplayName {
  236. pointer-events: auto !important;
  237. }
  238. .videocontainer>a.status,
  239. .videocontainer>a.displayname {
  240. display: inline-block;
  241. position: absolute;
  242. color: #FFFFFF;
  243. bottom: 0;
  244. right: 0;
  245. padding: 3px 5px;
  246. font-size: 9pt;
  247. cursor: pointer;
  248. z-index: 2;
  249. }
  250. .videocontainer>span.audioMuted {
  251. display: inline-block;
  252. position: absolute;
  253. color: #FFFFFF;
  254. top: 0;
  255. padding: 8px 5px;
  256. width: 25px;
  257. font-size: 8pt;
  258. text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
  259. border: 0px;
  260. z-index: 3;
  261. text-align: center;
  262. }
  263. .videocontainer>span.videoMuted {
  264. display: inline-block;
  265. position: absolute;
  266. color: #FFFFFF;
  267. top: 0;
  268. right: 0;
  269. padding: 8px 5px;
  270. width: 25px;
  271. font-size: 8pt;
  272. text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
  273. border: 0px;
  274. z-index: 3;
  275. }
  276. .videocontainer>span.dominantspeakerindicator {
  277. bottom: 0px;
  278. left: 0px;
  279. width: 25px;
  280. height: 25px;
  281. z-index: 3;
  282. text-align: center;
  283. border-radius: 50%;
  284. background: #0cf;
  285. margin: 5px;
  286. display: inline-block;
  287. position: absolute;
  288. color: #FFFFFF;
  289. font-size: 11pt;
  290. border: 0px;
  291. }
  292. #speakerindicatoricon {
  293. padding-top: 5px;
  294. }
  295. #reloadPresentation {
  296. display: none;
  297. position: absolute;
  298. color: #FFFFFF;
  299. top: 0;
  300. right:0;
  301. padding: 10px 10px;
  302. font-size: 11pt;
  303. cursor: pointer;
  304. background: rgba(0, 0, 0, 0.3);
  305. border-radius: 5px;
  306. background-clip: padding-box;
  307. -webkit-border-radius: 5px;
  308. -webkit-background-clip: padding-box;
  309. z-index: 20; /*The reload button should appear on top of the header!*/
  310. }
  311. #header{
  312. display:none;
  313. position:absolute;
  314. text-align:center;
  315. top:0;
  316. left:0;
  317. right:0;
  318. z-index:10;
  319. pointer-events: none;
  320. }
  321. #toolbar {
  322. display:inline-block;
  323. position:relative;
  324. margin-top:5px;
  325. margin-left:auto;
  326. margin-right:auto;
  327. padding-left:2px;
  328. padding-right:2px;
  329. height:38px;
  330. width:auto;
  331. background-color: rgba(0,0,0,0.8);
  332. border: 1px solid rgba(256, 256, 256, 0.2);
  333. border-radius: 6px;
  334. pointer-events: auto;
  335. }
  336. #subject {
  337. position: relative;
  338. z-index: 3;
  339. width: auto;
  340. padding: 5px;
  341. margin-left: 40%;
  342. margin-right: 40%;
  343. text-align: center;
  344. background: linear-gradient(to bottom, rgba(255,255,255,.85) , rgba(255,255,255,.35));
  345. box-shadow: 0 0 2px #000000, 0 0 10px #000000;
  346. border-bottom-left-radius: 12px;
  347. border-bottom-right-radius: 12px;
  348. display: none;
  349. }
  350. .audiolevel {
  351. display: inline-block;
  352. position: absolute;
  353. z-index: 0;
  354. border-radius:10px;
  355. pointer-events: none;
  356. }
  357. #dominantSpeaker {
  358. visibility: hidden;
  359. width: 150px;
  360. height: 150px;
  361. margin: auto;
  362. overflow: hidden;
  363. position: relative;
  364. }
  365. #dominantSpeakerAudioLevel {
  366. position: absolute;
  367. top: 0px;
  368. left: 0px;
  369. z-index: 2;
  370. visibility: inherit;
  371. }
  372. #mixedstream {
  373. display:none !important;
  374. }
  375. #dominantSpeakerAvatar {
  376. width: 100px;
  377. height: 100px;
  378. top: 25px;
  379. margin: auto;
  380. position: relative;
  381. border-radius: 50px;
  382. z-index: 3;
  383. visibility: inherit;
  384. }
  385. .userAvatar {
  386. height: 100%;
  387. position: absolute;
  388. left: 35px;
  389. border-radius: 200px;
  390. }
  391. .noMic {
  392. position: absolute;
  393. border-radius: 8px;
  394. z-index: 1;
  395. width: 100%;
  396. height: 100%;
  397. background-image: url("../images/noMic.png");
  398. background-color: #000;
  399. background-repeat: no-repeat;
  400. background-position: center;
  401. }
  402. .noVideo {
  403. position: absolute;
  404. border-radius: 8px;
  405. z-index: 1;
  406. width: 100%;
  407. height: 100%;
  408. background-image: url("../images/noVideo.png");
  409. background-color: #000;
  410. background-repeat: no-repeat;
  411. background-position: center;
  412. }
  413. .videoMessageFilter {
  414. -webkit-filter: grayscale(.5) opacity(0.8);
  415. filter: grayscale(.5) opacity(0.8);
  416. }
  417. .videoProblemFilter {
  418. -webkit-filter: blur(10px) grayscale(.5) opacity(0.8);
  419. filter: blur(10px) grayscale(.5) opacity(0.8);
  420. }
  421. #videoConnectionMessage {
  422. display: none;
  423. position: absolute;
  424. width: 100%;
  425. top:50%;
  426. z-index: 10000;
  427. font-weight: 600;
  428. font-size: 14px;
  429. text-align: center;
  430. color: #FFF;
  431. opacity: .80;
  432. text-shadow: 0px 0px 1px rgba(0,0,0,0.3),
  433. 0px 1px 1px rgba(0,0,0,0.3),
  434. 1px 0px 1px rgba(0,0,0,0.3),
  435. 0px 0px 1px rgba(0,0,0,0.3);
  436. }