Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

videolayout_default.css 8.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457
  1. /*
  2. * Copyright @ 2015 Atlassian Pty Ltd
  3. *
  4. * Licensed under the Apache License, Version 2.0 (the "License");
  5. * you may not use this file except in compliance with the License.
  6. * You may obtain a copy of the License at
  7. *
  8. * http://www.apache.org/licenses/LICENSE-2.0
  9. *
  10. * Unless required by applicable law or agreed to in writing, software
  11. * distributed under the License is distributed on an "AS IS" BASIS,
  12. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. * See the License for the specific language governing permissions and
  14. * limitations under the License.
  15. */
  16. #videospace {
  17. display: block;
  18. position: absolute;
  19. top: 0px;
  20. left: 0px;
  21. right: 0px;
  22. overflow: hidden;
  23. }
  24. #remoteVideos {
  25. display:block;
  26. position:absolute;
  27. text-align:right;
  28. height:196px;
  29. padding: 18px;
  30. bottom: 0;
  31. left: 0;
  32. right: 20px;
  33. width:auto;
  34. border:1px solid transparent;
  35. z-index: 5;
  36. transition: bottom 2s;
  37. overflow: visible !important;
  38. }
  39. #remotevideos.hidden {
  40. bottom: -196px;
  41. }
  42. .videocontainer {
  43. position: relative;
  44. margin-left: auto;
  45. margin-right: auto;
  46. }
  47. #remoteVideos .videocontainer {
  48. display: inline-block;
  49. background-color: black;
  50. background-size: contain;
  51. border-radius:8px;
  52. border: 2px solid #212425;
  53. margin-right: 3px;
  54. }
  55. #remoteVideos .videocontainer:hover,
  56. #remoteVideos .videocontainer.videoContainerFocused {
  57. width: 100%;
  58. height: 100%;
  59. content:"";
  60. cursor: pointer;
  61. cursor: hand;
  62. /* transform:scale(1.08, 1.08);
  63. -webkit-transform:scale(1.08, 1.08); */
  64. transition-duration: 0.5s;
  65. -webkit-transition-duration: 0.5s;
  66. -webkit-animation-name: greyPulse;
  67. -webkit-animation-duration: 2s;
  68. -webkit-animation-iteration-count: 1;
  69. overflow: visible !important;
  70. }
  71. #remoteVideos .videocontainer:hover {
  72. -webkit-box-shadow: inset 0 0 10px #FFFFFF, 0 0 10px #FFFFFF;
  73. border: 2px solid #FFFFFF;
  74. }
  75. #remoteVideos .videocontainer.videoContainerFocused {
  76. -webkit-box-shadow: inset 0 0 28px #006d91;
  77. border: 2px solid #006d91;
  78. }
  79. #remoteVideos .videocontainer.videoContainerFocused:hover {
  80. -webkit-box-shadow: inset 0 0 5px #FFFFFF, 0 0 10px #FFFFFF, inset 0 0 60px #006d91;
  81. border: 2px solid #FFFFFF;
  82. }
  83. #localVideoWrapper {
  84. display:inline-block;
  85. -webkit-mask-box-image: url(../images/videomask.svg);
  86. border-radius:0px !important;
  87. border: 0px !important;
  88. }
  89. #remoteVideos .videocontainer>video {
  90. border-radius:4px;
  91. }
  92. .flipVideoX {
  93. transform: scale(-1, 1);
  94. -moz-transform: scale(-1, 1);
  95. -webkit-transform: scale(-1, 1);
  96. -o-transform: scale(-1, 1);
  97. }
  98. #localVideoWrapper>video {
  99. border-radius:0px !important;
  100. }
  101. #largeVideo,
  102. #largeVideoContainer {
  103. overflow: hidden;
  104. text-align: center;
  105. }
  106. #largeVideo
  107. {
  108. object-fit: cover;
  109. }
  110. #presentation,
  111. #etherpad,
  112. #localVideoWrapper>video,
  113. #localVideoWrapper,
  114. .videocontainer>video {
  115. position: absolute;
  116. left: 0;
  117. top: 0;
  118. z-index: 1;
  119. width: 100%;
  120. height: 100%;
  121. }
  122. #etherpad,
  123. #presentation {
  124. text-align: center;
  125. }
  126. #etherpad {
  127. z-index: 0;
  128. }
  129. #etherpadButton {
  130. display: none;
  131. }
  132. #remoteVideos .videocontainer>span.focusindicator,
  133. #remoteVideos .videocontainer>span.remotevideomenu {
  134. display: inline-block;
  135. position: absolute;
  136. color: #FFFFFF;
  137. top: 0;
  138. left: 0;
  139. padding: 5px 0px;
  140. width: 25px;
  141. font-size: 11pt;
  142. text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
  143. border: 0px;
  144. z-index: 2;
  145. text-align: center;
  146. }
  147. #remoteVideos .nick {
  148. display: none; /* enable when you want nicks to be shown */
  149. position: absolute;
  150. left: 0px;
  151. bottom: -20px;
  152. z-index: 0;
  153. width: 100%;
  154. font-size: 10pt;
  155. }
  156. .videocontainer>span.displayname,
  157. .videocontainer>input.displayname {
  158. display: none;
  159. position: absolute;
  160. color: #FFFFFF;
  161. background: rgba(0,0,0,.7);
  162. text-align: center;
  163. text-overflow: ellipsis;
  164. width: 70%;
  165. height: 20%;
  166. left: 15%;
  167. top: 40%;
  168. padding: 5px;
  169. font-size: 11pt;
  170. overflow: hidden;
  171. white-space: nowrap;
  172. z-index: 2;
  173. border-radius:20px;
  174. }
  175. .videocontainer>span.status {
  176. display: inline-block;
  177. position: absolute;
  178. color: #FFFFFF;
  179. background: rgba(0,0,0,.7);
  180. text-align: center;
  181. text-overflow: ellipsis;
  182. width: 70%;
  183. height: 15%;
  184. left: 15%;
  185. bottom: 2%;
  186. padding: 5px;
  187. font-size: 10pt;
  188. overflow: hidden;
  189. white-space: nowrap;
  190. z-index: 2;
  191. border-radius:20px;
  192. }
  193. .connectionindicator
  194. {
  195. display: inline-block;
  196. position: absolute;
  197. top: 7px;
  198. right: 0;
  199. padding: 0px 5px;
  200. z-index: 3;
  201. width: 18px;
  202. height: 13px;
  203. }
  204. .connection.connection_empty
  205. {
  206. color: #8B8B8B;/*#FFFFFF*/
  207. overflow: hidden;
  208. }
  209. .connection.connection_full
  210. {
  211. color: #FFFFFF;/*#15A1ED*/
  212. overflow: hidden;
  213. }
  214. .connection
  215. {
  216. position: absolute;
  217. left: 0px;
  218. top: 0px;
  219. font-size: 8pt;
  220. border: 0px;
  221. width: 18px;
  222. height: 13px;
  223. }
  224. .connection_info
  225. {
  226. float: left;
  227. padding-bottom: 5px;
  228. }
  229. .connection_info > table
  230. {
  231. white-space: nowrap;
  232. }
  233. .connection_info, .connection_info > table
  234. {
  235. text-align: left;
  236. font-size: 11px;
  237. color: #ffffff;
  238. }
  239. #localVideoContainer>span.status:hover,
  240. #localVideoContainer>span.displayname:hover {
  241. cursor: text;
  242. }
  243. .videocontainer>span.status,
  244. .videocontainer>span.displayname {
  245. pointer-events: none;
  246. }
  247. .videocontainer>input.displayname {
  248. height: auto;
  249. }
  250. #localDisplayName {
  251. pointer-events: auto !important;
  252. }
  253. .videocontainer>a.status,
  254. .videocontainer>a.displayname {
  255. display: inline-block;
  256. position: absolute;
  257. color: #FFFFFF;
  258. bottom: 0;
  259. right: 0;
  260. padding: 3px 5px;
  261. font-size: 9pt;
  262. cursor: pointer;
  263. z-index: 2;
  264. }
  265. .videocontainer>span.audioMuted {
  266. display: inline-block;
  267. position: absolute;
  268. color: #FFFFFF;
  269. top: 0;
  270. padding: 8px 5px;
  271. width: 25px;
  272. font-size: 8pt;
  273. text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
  274. border: 0px;
  275. z-index: 3;
  276. text-align: center;
  277. }
  278. .videocontainer>span.videoMuted {
  279. display: inline-block;
  280. position: absolute;
  281. color: #FFFFFF;
  282. top: 0;
  283. right: 0;
  284. padding: 8px 5px;
  285. width: 25px;
  286. font-size: 8pt;
  287. text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
  288. border: 0px;
  289. z-index: 3;
  290. }
  291. #reloadPresentation {
  292. display: none;
  293. position: absolute;
  294. color: #FFFFFF;
  295. top: 0;
  296. right:0;
  297. padding: 10px 10px;
  298. font-size: 11pt;
  299. cursor: pointer;
  300. background: rgba(0, 0, 0, 0.3);
  301. border-radius: 5px;
  302. background-clip: padding-box;
  303. -webkit-border-radius: 5px;
  304. -webkit-background-clip: padding-box;
  305. z-index: 20; /*The reload button should appear on top of the header!*/
  306. }
  307. #header{
  308. display:none;
  309. position:absolute;
  310. text-align:center;
  311. top:0;
  312. left:0;
  313. right:0;
  314. z-index:10;
  315. pointer-events: none;
  316. }
  317. #toolbar {
  318. display:inline-block;
  319. position:relative;
  320. margin-top:5px;
  321. margin-left:auto;
  322. margin-right:auto;
  323. padding-left:2px;
  324. padding-right:2px;
  325. height:38px;
  326. width:auto;
  327. background-color: rgba(0,0,0,0.8);
  328. border: 1px solid rgba(256, 256, 256, 0.2);
  329. border-radius: 6px;
  330. pointer-events: auto;
  331. }
  332. #subject {
  333. position: relative;
  334. z-index: 3;
  335. width: auto;
  336. padding: 5px;
  337. margin-left: 40%;
  338. margin-right: 40%;
  339. text-align: center;
  340. background: linear-gradient(to bottom, rgba(255,255,255,.85) , rgba(255,255,255,.35));
  341. -webkit-box-shadow: 0 0 2px #000000, 0 0 10px #000000;
  342. border-bottom-left-radius: 12px;
  343. border-bottom-right-radius: 12px;
  344. display: none;
  345. }
  346. .audiolevel {
  347. display: inline-block;
  348. position: absolute;
  349. z-index: 0;
  350. border-radius:10px;
  351. pointer-events: none;
  352. }
  353. #activeSpeaker {
  354. visibility: hidden;
  355. width: 150px;
  356. height: 150px;
  357. margin: auto;
  358. overflow: hidden;
  359. position: relative;
  360. }
  361. #activeSpeakerAudioLevel {
  362. position: absolute;
  363. top: 0px;
  364. left: 0px;
  365. z-index: 1;
  366. visibility: inherit;
  367. }
  368. #mixedstream {
  369. display:none !important;
  370. }
  371. #activeSpeakerAvatar {
  372. width: 100px;
  373. height: 100px;
  374. top: 25px;
  375. margin: auto;
  376. position: relative;
  377. border-radius: 50px;
  378. z-index: 2;
  379. visibility: inherit;
  380. }
  381. .userAvatar {
  382. height: 100%;
  383. position: absolute;
  384. left: 35px;
  385. border-radius: 200px;
  386. }
  387. .noMic {
  388. position: absolute;
  389. border-radius: 8px;
  390. z-index: 1;
  391. width: 100%;
  392. height: 100%;
  393. background-image: url("../images/noMic.png");
  394. background-color: #000;
  395. background-repeat: no-repeat;
  396. background-position: center;
  397. }
  398. .noVideo {
  399. position: absolute;
  400. border-radius: 8px;
  401. z-index: 1;
  402. width: 100%;
  403. height: 100%;
  404. background-image: url("../images/noVideo.png");
  405. background-color: #000;
  406. background-repeat: no-repeat;
  407. background-position: center;
  408. }