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

videolayout_default.css 9.4KB

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