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

videolayout_default.css 7.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385
  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-image:url(../images/avatar1.png);
  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. .dominantspeaker {
  108. background: #000 !important;
  109. }
  110. #etherpad,
  111. #presentation {
  112. text-align: center;
  113. }
  114. #etherpad {
  115. z-index: 0;
  116. }
  117. #etherpadButton {
  118. display: none;
  119. }
  120. #remoteVideos .videocontainer>span.focusindicator,
  121. #remoteVideos .videocontainer>span.remotevideomenu {
  122. display: inline-block;
  123. position: absolute;
  124. color: #FFFFFF;
  125. top: 0;
  126. left: 0;
  127. padding: 5px 0px;
  128. width: 25px;
  129. font-size: 11pt;
  130. text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
  131. border: 0px;
  132. z-index: 2;
  133. text-align: center;
  134. }
  135. #remoteVideos .nick {
  136. display: none; /* enable when you want nicks to be shown */
  137. position: absolute;
  138. left: 0px;
  139. bottom: -20px;
  140. z-index: 0;
  141. width: 100%;
  142. font-size: 10pt;
  143. }
  144. .videocontainer>span.displayname,
  145. .videocontainer>input.displayname {
  146. display: none;
  147. position: absolute;
  148. color: #FFFFFF;
  149. background: rgba(0,0,0,.7);
  150. text-align: center;
  151. text-overflow: ellipsis;
  152. width: 70%;
  153. height: 20%;
  154. left: 15%;
  155. top: 40%;
  156. padding: 5px;
  157. font-size: 11pt;
  158. overflow: hidden;
  159. white-space: nowrap;
  160. z-index: 2;
  161. border-radius:20px;
  162. }
  163. .videocontainer>span.status {
  164. display: inline-block;
  165. position: absolute;
  166. color: #FFFFFF;
  167. background: rgba(0,0,0,.7);
  168. text-align: center;
  169. text-overflow: ellipsis;
  170. width: 70%;
  171. height: 15%;
  172. left: 15%;
  173. bottom: 2%;
  174. padding: 5px;
  175. font-size: 10pt;
  176. overflow: hidden;
  177. white-space: nowrap;
  178. z-index: 2;
  179. border-radius:20px;
  180. }
  181. .connectionindicator
  182. {
  183. display: inline-block;
  184. position: absolute;
  185. top: 7px;
  186. right: 0;
  187. padding: 0px 5px;
  188. z-index: 3;
  189. width: 18px;
  190. height: 13px;
  191. }
  192. .connection.connection_empty
  193. {
  194. color: #8B8B8B;/*#FFFFFF*/
  195. overflow: hidden;
  196. }
  197. .connection.connection_full
  198. {
  199. color: #FFFFFF;/*#15A1ED*/
  200. overflow: hidden;
  201. }
  202. .connection
  203. {
  204. position: absolute;
  205. left: 0px;
  206. top: 0px;
  207. font-size: 8pt;
  208. border: 0px;
  209. width: 18px;
  210. height: 13px;
  211. }
  212. .connection_info
  213. {
  214. float: left;
  215. padding-bottom: 5px;
  216. }
  217. .connection_info > table
  218. {
  219. white-space: nowrap;
  220. }
  221. .connection_info, .connection_info > table
  222. {
  223. text-align: left;
  224. font-size: 11px;
  225. color: #ffffff;
  226. }
  227. #localVideoContainer>span.status:hover,
  228. #localVideoContainer>span.displayname:hover {
  229. cursor: text;
  230. }
  231. .videocontainer>span.status,
  232. .videocontainer>span.displayname {
  233. pointer-events: none;
  234. }
  235. .videocontainer>input.displayname {
  236. height: auto;
  237. }
  238. #localDisplayName {
  239. pointer-events: auto !important;
  240. }
  241. .videocontainer>a.status,
  242. .videocontainer>a.displayname {
  243. display: inline-block;
  244. position: absolute;
  245. color: #FFFFFF;
  246. bottom: 0;
  247. right: 0;
  248. padding: 3px 5px;
  249. font-size: 9pt;
  250. cursor: pointer;
  251. z-index: 2;
  252. }
  253. .videocontainer>span.audioMuted {
  254. display: inline-block;
  255. position: absolute;
  256. color: #FFFFFF;
  257. top: 0;
  258. padding: 8px 5px;
  259. width: 25px;
  260. font-size: 8pt;
  261. text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
  262. border: 0px;
  263. z-index: 3;
  264. text-align: center;
  265. }
  266. .videocontainer>span.videoMuted {
  267. display: inline-block;
  268. position: absolute;
  269. color: #FFFFFF;
  270. top: 0;
  271. right: 0;
  272. padding: 8px 5px;
  273. width: 25px;
  274. font-size: 8pt;
  275. text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
  276. border: 0px;
  277. z-index: 3;
  278. }
  279. #reloadPresentation {
  280. display: none;
  281. position: absolute;
  282. color: #FFFFFF;
  283. top: 0;
  284. right:0;
  285. padding: 10px 10px;
  286. font-size: 11pt;
  287. cursor: pointer;
  288. background: rgba(0, 0, 0, 0.3);
  289. border-radius: 5px;
  290. background-clip: padding-box;
  291. -webkit-border-radius: 5px;
  292. -webkit-background-clip: padding-box;
  293. z-index: 20; /*The reload button should appear on top of the header!*/
  294. }
  295. #header{
  296. display:none;
  297. position:absolute;
  298. text-align:center;
  299. top:0;
  300. left:0;
  301. right:0;
  302. z-index:10;
  303. pointer-events: none;
  304. }
  305. #toolbar {
  306. display:inline-block;
  307. position:relative;
  308. margin-top:5px;
  309. margin-left:auto;
  310. margin-right:auto;
  311. padding-left:2px;
  312. padding-right:2px;
  313. height:38px;
  314. width:auto;
  315. background-color: rgba(0,0,0,0.8);
  316. border: 1px solid rgba(256, 256, 256, 0.2);
  317. border-radius: 6px;
  318. pointer-events: auto;
  319. }
  320. #subject {
  321. position: relative;
  322. z-index: 3;
  323. width: auto;
  324. padding: 5px;
  325. margin-left: 40%;
  326. margin-right: 40%;
  327. text-align: center;
  328. background: linear-gradient(to bottom, rgba(255,255,255,.85) , rgba(255,255,255,.35));
  329. -webkit-box-shadow: 0 0 2px #000000, 0 0 10px #000000;
  330. border-bottom-left-radius: 12px;
  331. border-bottom-right-radius: 12px;
  332. display: none;
  333. }
  334. .audiolevel {
  335. display: inline-block;
  336. position: absolute;
  337. z-index: 0;
  338. border-radius:10px;
  339. }
  340. #mixedstream {
  341. display:none !important;
  342. }