您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

videolayout_default.css 7.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394
  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-repeat: no-repeat;
  36. background-position: 45;
  37. background-size: contain;
  38. border-radius:8px;
  39. border: 2px solid #212425;
  40. margin-right: 3px;
  41. }
  42. #remoteVideos .videocontainer:hover,
  43. #remoteVideos .videocontainer.videoContainerFocused {
  44. width: 100%;
  45. height: 100%;
  46. content:"";
  47. cursor: pointer;
  48. cursor: hand;
  49. /* transform:scale(1.08, 1.08);
  50. -webkit-transform:scale(1.08, 1.08); */
  51. transition-duration: 0.5s;
  52. -webkit-transition-duration: 0.5s;
  53. -webkit-animation-name: greyPulse;
  54. -webkit-animation-duration: 2s;
  55. -webkit-animation-iteration-count: 1;
  56. overflow: visible !important;
  57. }
  58. #remoteVideos .videocontainer:hover {
  59. -webkit-box-shadow: inset 0 0 10px #FFFFFF, 0 0 10px #FFFFFF;
  60. border: 2px solid #FFFFFF;
  61. }
  62. #remoteVideos .videocontainer.videoContainerFocused {
  63. -webkit-box-shadow: inset 0 0 28px #006d91;
  64. border: 2px solid #006d91;
  65. }
  66. #remoteVideos .videocontainer.videoContainerFocused:hover {
  67. -webkit-box-shadow: inset 0 0 5px #FFFFFF, 0 0 10px #FFFFFF, inset 0 0 60px #006d91;
  68. border: 2px solid #FFFFFF;
  69. }
  70. #localVideoWrapper {
  71. display:inline-block;
  72. -webkit-mask-box-image: url(../images/videomask.svg);
  73. border-radius:0px !important;
  74. border: 0px !important;
  75. }
  76. #remoteVideos .videocontainer>video {
  77. border-radius:4px;
  78. }
  79. .flipVideoX {
  80. transform: scale(-1, 1);
  81. -moz-transform: scale(-1, 1);
  82. -webkit-transform: scale(-1, 1);
  83. -o-transform: scale(-1, 1);
  84. }
  85. #localVideoWrapper>video {
  86. border-radius:0px !important;
  87. }
  88. #largeVideo,
  89. #largeVideoContainer {
  90. overflow: hidden;
  91. text-align: center;
  92. }
  93. #presentation,
  94. #etherpad,
  95. #localVideoWrapper>video,
  96. #localVideoWrapper,
  97. .videocontainer>video {
  98. position: absolute;
  99. left: 0;
  100. top: 0;
  101. z-index: 1;
  102. width: 100%;
  103. height: 100%;
  104. }
  105. #etherpad,
  106. #presentation {
  107. text-align: center;
  108. }
  109. #etherpad {
  110. z-index: 0;
  111. }
  112. #etherpadButton {
  113. display: none;
  114. }
  115. #remoteVideos .videocontainer>span.focusindicator,
  116. #remoteVideos .videocontainer>span.remotevideomenu {
  117. display: inline-block;
  118. position: absolute;
  119. color: #FFFFFF;
  120. top: 0;
  121. left: 0;
  122. padding: 5px 0px;
  123. width: 25px;
  124. font-size: 11pt;
  125. text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
  126. border: 0px;
  127. z-index: 2;
  128. text-align: center;
  129. }
  130. #remoteVideos .nick {
  131. display: none; /* enable when you want nicks to be shown */
  132. position: absolute;
  133. left: 0px;
  134. bottom: -20px;
  135. z-index: 0;
  136. width: 100%;
  137. font-size: 10pt;
  138. }
  139. .videocontainer>span.displayname,
  140. .videocontainer>input.displayname {
  141. display: none;
  142. position: absolute;
  143. color: #FFFFFF;
  144. background: rgba(0,0,0,.7);
  145. text-align: center;
  146. text-overflow: ellipsis;
  147. width: 70%;
  148. height: 20%;
  149. left: 15%;
  150. top: 40%;
  151. padding: 5px;
  152. font-size: 11pt;
  153. overflow: hidden;
  154. white-space: nowrap;
  155. z-index: 2;
  156. border-radius:20px;
  157. }
  158. .videocontainer>span.status {
  159. display: inline-block;
  160. position: absolute;
  161. color: #FFFFFF;
  162. background: rgba(0,0,0,.7);
  163. text-align: center;
  164. text-overflow: ellipsis;
  165. width: 70%;
  166. height: 15%;
  167. left: 15%;
  168. bottom: 2%;
  169. padding: 5px;
  170. font-size: 10pt;
  171. overflow: hidden;
  172. white-space: nowrap;
  173. z-index: 2;
  174. border-radius:20px;
  175. }
  176. .connectionindicator
  177. {
  178. display: inline-block;
  179. position: absolute;
  180. top: 7px;
  181. right: 0;
  182. padding: 0px 5px;
  183. z-index: 3;
  184. width: 18px;
  185. height: 13px;
  186. }
  187. .connection.connection_empty
  188. {
  189. color: #8B8B8B;/*#FFFFFF*/
  190. overflow: hidden;
  191. }
  192. .connection.connection_full
  193. {
  194. color: #FFFFFF;/*#15A1ED*/
  195. overflow: hidden;
  196. }
  197. .connection
  198. {
  199. position: absolute;
  200. left: 0px;
  201. top: 0px;
  202. font-size: 8pt;
  203. border: 0px;
  204. width: 18px;
  205. height: 13px;
  206. }
  207. .connection_info
  208. {
  209. float: left;
  210. padding-bottom: 5px;
  211. }
  212. .connection_info > table
  213. {
  214. white-space: nowrap;
  215. }
  216. .connection_info, .connection_info > table
  217. {
  218. text-align: left;
  219. font-size: 11px;
  220. color: #ffffff;
  221. }
  222. #localVideoContainer>span.status:hover,
  223. #localVideoContainer>span.displayname:hover {
  224. cursor: text;
  225. }
  226. .videocontainer>span.status,
  227. .videocontainer>span.displayname {
  228. pointer-events: none;
  229. }
  230. .videocontainer>input.displayname {
  231. height: auto;
  232. }
  233. #localDisplayName {
  234. pointer-events: auto !important;
  235. }
  236. .videocontainer>a.status,
  237. .videocontainer>a.displayname {
  238. display: inline-block;
  239. position: absolute;
  240. color: #FFFFFF;
  241. bottom: 0;
  242. right: 0;
  243. padding: 3px 5px;
  244. font-size: 9pt;
  245. cursor: pointer;
  246. z-index: 2;
  247. }
  248. .videocontainer>span.audioMuted {
  249. display: inline-block;
  250. position: absolute;
  251. color: #FFFFFF;
  252. top: 0;
  253. padding: 8px 5px;
  254. width: 25px;
  255. font-size: 8pt;
  256. text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
  257. border: 0px;
  258. z-index: 3;
  259. text-align: center;
  260. }
  261. .videocontainer>span.videoMuted {
  262. display: inline-block;
  263. position: absolute;
  264. color: #FFFFFF;
  265. top: 0;
  266. right: 0;
  267. padding: 8px 5px;
  268. width: 25px;
  269. font-size: 8pt;
  270. text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
  271. border: 0px;
  272. z-index: 3;
  273. }
  274. #reloadPresentation {
  275. display: none;
  276. position: absolute;
  277. color: #FFFFFF;
  278. top: 0;
  279. right:0;
  280. padding: 10px 10px;
  281. font-size: 11pt;
  282. cursor: pointer;
  283. background: rgba(0, 0, 0, 0.3);
  284. border-radius: 5px;
  285. background-clip: padding-box;
  286. -webkit-border-radius: 5px;
  287. -webkit-background-clip: padding-box;
  288. z-index: 20; /*The reload button should appear on top of the header!*/
  289. }
  290. #header{
  291. display:none;
  292. position:absolute;
  293. text-align:center;
  294. top:0;
  295. left:0;
  296. right:0;
  297. z-index:10;
  298. pointer-events: none;
  299. }
  300. #toolbar {
  301. display:inline-block;
  302. position:relative;
  303. margin-top:5px;
  304. margin-left:auto;
  305. margin-right:auto;
  306. padding-left:2px;
  307. padding-right:2px;
  308. height:38px;
  309. width:auto;
  310. background-color: rgba(0,0,0,0.8);
  311. border: 1px solid rgba(256, 256, 256, 0.2);
  312. border-radius: 6px;
  313. pointer-events: auto;
  314. }
  315. #subject {
  316. position: relative;
  317. z-index: 3;
  318. width: auto;
  319. padding: 5px;
  320. margin-left: 40%;
  321. margin-right: 40%;
  322. text-align: center;
  323. background: linear-gradient(to bottom, rgba(255,255,255,.85) , rgba(255,255,255,.35));
  324. -webkit-box-shadow: 0 0 2px #000000, 0 0 10px #000000;
  325. border-bottom-left-radius: 12px;
  326. border-bottom-right-radius: 12px;
  327. display: none;
  328. }
  329. .audiolevel {
  330. display: inline-block;
  331. position: absolute;
  332. z-index: 0;
  333. border-radius:10px;
  334. }
  335. #mixedstream {
  336. display:none !important;
  337. }
  338. #activeSpeakerAvatar {
  339. visibility: hidden;
  340. width: 100px;
  341. height: 100px;
  342. margin: auto;
  343. position: relative;
  344. border-radius: 50px;
  345. }
  346. .userAvatar {
  347. height: 100%;
  348. position: absolute;
  349. left: 35px;
  350. border-radius: 200px;
  351. }