Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

videolayout_default.css 7.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  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. -webkit-box-shadow: inset 0 0 10px #FFFFFF, 0 0 10px #FFFFFF;
  58. border: 2px solid #FFFFFF;
  59. }
  60. #remoteVideos .videocontainer.videoContainerFocused {
  61. -webkit-box-shadow: inset 0 0 28px #006d91;
  62. border: 2px solid #006d91;
  63. }
  64. #remoteVideos .videocontainer.videoContainerFocused:hover {
  65. -webkit-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:0px !important;
  72. border: 0px !important;
  73. }
  74. #remoteVideos .videocontainer>video {
  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. border-radius:0px !important;
  85. }
  86. #largeVideo,
  87. #largeVideoContainer {
  88. overflow: hidden;
  89. text-align: center;
  90. }
  91. #largeVideo
  92. {
  93. object-fit: cover;
  94. }
  95. #presentation,
  96. #etherpad,
  97. #localVideoWrapper>video,
  98. #localVideoWrapper,
  99. .videocontainer>video {
  100. position: absolute;
  101. left: 0;
  102. top: 0;
  103. z-index: 1;
  104. width: 100%;
  105. height: 100%;
  106. }
  107. #etherpad,
  108. #presentation {
  109. text-align: center;
  110. }
  111. #etherpad {
  112. z-index: 0;
  113. }
  114. #etherpadButton {
  115. display: none;
  116. }
  117. #remoteVideos .videocontainer>span.focusindicator,
  118. #remoteVideos .videocontainer>span.remotevideomenu {
  119. display: inline-block;
  120. position: absolute;
  121. color: #FFFFFF;
  122. top: 0;
  123. left: 0;
  124. padding: 5px 0px;
  125. width: 25px;
  126. font-size: 11pt;
  127. text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
  128. border: 0px;
  129. z-index: 2;
  130. text-align: center;
  131. }
  132. #remoteVideos .nick {
  133. display: none; /* enable when you want nicks to be shown */
  134. position: absolute;
  135. left: 0px;
  136. bottom: -20px;
  137. z-index: 0;
  138. width: 100%;
  139. font-size: 10pt;
  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. #reloadPresentation {
  277. display: none;
  278. position: absolute;
  279. color: #FFFFFF;
  280. top: 0;
  281. right:0;
  282. padding: 10px 10px;
  283. font-size: 11pt;
  284. cursor: pointer;
  285. background: rgba(0, 0, 0, 0.3);
  286. border-radius: 5px;
  287. background-clip: padding-box;
  288. -webkit-border-radius: 5px;
  289. -webkit-background-clip: padding-box;
  290. z-index: 20; /*The reload button should appear on top of the header!*/
  291. }
  292. #header{
  293. display:none;
  294. position:absolute;
  295. text-align:center;
  296. top:0;
  297. left:0;
  298. right:0;
  299. z-index:10;
  300. pointer-events: none;
  301. }
  302. #toolbar {
  303. display:inline-block;
  304. position:relative;
  305. margin-top:5px;
  306. margin-left:auto;
  307. margin-right:auto;
  308. padding-left:2px;
  309. padding-right:2px;
  310. height:38px;
  311. width:auto;
  312. background-color: rgba(0,0,0,0.8);
  313. border: 1px solid rgba(256, 256, 256, 0.2);
  314. border-radius: 6px;
  315. pointer-events: auto;
  316. }
  317. #subject {
  318. position: relative;
  319. z-index: 3;
  320. width: auto;
  321. padding: 5px;
  322. margin-left: 40%;
  323. margin-right: 40%;
  324. text-align: center;
  325. background: linear-gradient(to bottom, rgba(255,255,255,.85) , rgba(255,255,255,.35));
  326. -webkit-box-shadow: 0 0 2px #000000, 0 0 10px #000000;
  327. border-bottom-left-radius: 12px;
  328. border-bottom-right-radius: 12px;
  329. display: none;
  330. }
  331. .audiolevel {
  332. display: inline-block;
  333. position: absolute;
  334. z-index: 0;
  335. border-radius:10px;
  336. pointer-events: none;
  337. }
  338. #activeSpeaker {
  339. visibility: hidden;
  340. width: 150px;
  341. height: 150px;
  342. margin: auto;
  343. overflow: hidden;
  344. position: relative;
  345. }
  346. #activeSpeakerAudioLevel {
  347. position: absolute;
  348. top: 0px;
  349. left: 0px;
  350. z-index: 1;
  351. visibility: inherit;
  352. }
  353. #mixedstream {
  354. display:none !important;
  355. }
  356. #activeSpeakerAvatar {
  357. width: 100px;
  358. height: 100px;
  359. top: 25px;
  360. margin: auto;
  361. position: relative;
  362. border-radius: 50px;
  363. z-index: 2;
  364. visibility: inherit;
  365. }
  366. .userAvatar {
  367. height: 100%;
  368. position: absolute;
  369. left: 35px;
  370. border-radius: 200px;
  371. }