You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

videolayout_default.css 5.5KB

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