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.4KB

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