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

videolayout_default.css 6.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  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: 0;
  18. width:auto;
  19. border:1px solid transparent;
  20. z-index: 5;
  21. }
  22. .videocontainer {
  23. position: relative;
  24. margin-left: auto;
  25. margin-right: auto;
  26. }
  27. #remoteVideos .videocontainer {
  28. display: inline-block;
  29. background-image:url(../images/avatar1.png);
  30. background-size: contain;
  31. border-radius:8px;
  32. border: 2px solid #212425;
  33. margin-right: 3px;
  34. }
  35. #remoteVideos .videocontainer:hover,
  36. #remoteVideos .videocontainer.videoContainerFocused {
  37. width: 100%;
  38. height: 100%;
  39. content:"";
  40. cursor: pointer;
  41. cursor: hand;
  42. /* transform:scale(1.08, 1.08);
  43. -webkit-transform:scale(1.08, 1.08); */
  44. transition-duration: 0.5s;
  45. -webkit-transition-duration: 0.5s;
  46. -webkit-animation-name: greyPulse;
  47. -webkit-animation-duration: 2s;
  48. -webkit-animation-iteration-count: 1;
  49. }
  50. #remoteVideos .videocontainer:hover {
  51. -webkit-box-shadow: inset 0 0 10px #FFFFFF, 0 0 10px #FFFFFF;
  52. border: 2px solid #FFFFFF;
  53. }
  54. #remoteVideos .videocontainer.videoContainerFocused {
  55. -webkit-box-shadow: inset 0 0 28px #006d91;
  56. border: 2px solid #006d91;
  57. }
  58. #localVideoWrapper {
  59. display:inline-block;
  60. -webkit-mask-box-image: url(../images/videomask.svg);
  61. border-radius:0px !important;
  62. border: 0px !important;
  63. }
  64. #remoteVideos .videocontainer>video {
  65. border-radius:4px;
  66. }
  67. .flipVideoX {
  68. transform: scale(-1, 1);
  69. -moz-transform: scale(-1, 1);
  70. -webkit-transform: scale(-1, 1);
  71. -o-transform: scale(-1, 1);
  72. }
  73. #localVideoWrapper>video {
  74. border-radius:0px !important;
  75. }
  76. #largeVideo,
  77. #largeVideoContainer {
  78. overflow: hidden;
  79. text-align: center;
  80. }
  81. #presentation,
  82. #etherpad,
  83. #localVideoWrapper>video,
  84. #localVideoWrapper,
  85. .videocontainer>video {
  86. position: absolute;
  87. left: 0;
  88. top: 0;
  89. z-index: 1;
  90. width: 100%;
  91. height: 100%;
  92. }
  93. .dominantspeaker {
  94. background: #000 !important;
  95. }
  96. #etherpad,
  97. #presentation {
  98. text-align: center;
  99. }
  100. #etherpad {
  101. z-index: 0;
  102. }
  103. #etherpadButton {
  104. display: none;
  105. }
  106. #remoteVideos .videocontainer>span.focusindicator,
  107. #remoteVideos .videocontainer>span.remotevideomenu {
  108. display: inline-block;
  109. position: absolute;
  110. color: #FFFFFF;
  111. top: 0;
  112. left: 0;
  113. padding: 5px 0px;
  114. width: 25px;
  115. font-size: 11pt;
  116. text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
  117. border: 0px;
  118. z-index: 2;
  119. text-align: center;
  120. }
  121. #remoteVideos .nick {
  122. display: none; /* enable when you want nicks to be shown */
  123. position: absolute;
  124. left: 0px;
  125. bottom: -20px;
  126. z-index: 0;
  127. width: 100%;
  128. font-size: 10pt;
  129. }
  130. .videocontainer>span.displayname,
  131. .videocontainer>input.displayname {
  132. display: none;
  133. position: absolute;
  134. color: #FFFFFF;
  135. background: rgba(0,0,0,.7);
  136. text-align: center;
  137. text-overflow: ellipsis;
  138. width: 70%;
  139. height: 20%;
  140. left: 15%;
  141. top: 40%;
  142. padding: 5px;
  143. font-size: 11pt;
  144. overflow: hidden;
  145. white-space: nowrap;
  146. z-index: 2;
  147. border-radius:20px;
  148. }
  149. #localVideoContainer>span.displayname:hover {
  150. cursor: text;
  151. }
  152. .videocontainer>span.displayname {
  153. pointer-events: none;
  154. }
  155. .videocontainer>input.displayname {
  156. height: auto;
  157. }
  158. #localDisplayName {
  159. pointer-events: auto !important;
  160. }
  161. .videocontainer>a.displayname {
  162. display: inline-block;
  163. position: absolute;
  164. color: #FFFFFF;
  165. bottom: 0;
  166. right: 0;
  167. padding: 3px 5px;
  168. font-size: 9pt;
  169. cursor: pointer;
  170. z-index: 2;
  171. }
  172. .videocontainer>span.audioMuted {
  173. display: inline-block;
  174. position: absolute;
  175. color: #FFFFFF;
  176. top: 0;
  177. right: 0;
  178. padding: 8px 5px;
  179. width: 25px;
  180. font-size: 8pt;
  181. text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
  182. border: 0px;
  183. z-index: 3;
  184. text-align: center;
  185. }
  186. .videocontainer>span.videoMuted {
  187. display: inline-block;
  188. position: absolute;
  189. color: #FFFFFF;
  190. top: 0;
  191. right: 0;
  192. padding: 8px 5px;
  193. width: 25px;
  194. font-size: 8pt;
  195. text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
  196. border: 0px;
  197. z-index: 3;
  198. }
  199. #reloadPresentation {
  200. display: none;
  201. position: absolute;
  202. color: #FFFFFF;
  203. top: 0;
  204. right:0;
  205. padding: 10px 10px;
  206. font-size: 11pt;
  207. cursor: pointer;
  208. background: rgba(0, 0, 0, 0.3);
  209. border-radius: 5px;
  210. background-clip: padding-box;
  211. -webkit-border-radius: 5px;
  212. -webkit-background-clip: padding-box;
  213. z-index: 20; /*The reload button should appear on top of the header!*/
  214. }
  215. #header{
  216. display:none;
  217. position:absolute;
  218. text-align:center;
  219. top:0;
  220. left:0;
  221. right:0;
  222. z-index:10;
  223. }
  224. #toolbar {
  225. display:inline-block;
  226. position:relative;
  227. margin-left:auto;
  228. margin-right:auto;
  229. height:39px;
  230. width:auto;
  231. background: linear-gradient(to bottom, rgba(103,103,103,.65) , rgba(0,0,0,.65));
  232. -webkit-box-shadow: 0 0 2px #000000, 0 0 10px #000000;
  233. border-bottom-left-radius: 12px;
  234. border-bottom-right-radius: 12px;
  235. }
  236. #subject {
  237. position: relative;
  238. z-index: 3;
  239. width: auto;
  240. padding: 5px;
  241. margin-left: 40%;
  242. margin-right: 40%;
  243. text-align: center;
  244. background: linear-gradient(to bottom, rgba(255,255,255,.85) , rgba(255,255,255,.35));
  245. -webkit-box-shadow: 0 0 2px #000000, 0 0 10px #000000;
  246. border-bottom-left-radius: 12px;
  247. border-bottom-right-radius: 12px;
  248. display: none;
  249. }
  250. .watermark {
  251. display: block;
  252. position: absolute;
  253. top: 15;
  254. width: 20%;
  255. height: 10%;
  256. background-size: contain;
  257. background-repeat: no-repeat;
  258. z-index: 2;
  259. }
  260. #leftwatermark {
  261. left: 15;
  262. background-image:url(../images/watermark.png);
  263. background-position: center left;
  264. }
  265. #rightwatermark {
  266. right: 15;
  267. background-image:url(../images/rightwatermark.png);
  268. background-position: center right;
  269. }
  270. .audiolevel {
  271. display: inline-block;
  272. position: absolute;
  273. z-index: 0;
  274. border-radius:10px;
  275. }