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

videolayout_default.css 7.2KB

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