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.

fs.css 6.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462
  1. .tile-view #filmstripRemoteVideos {
  2. margin: 135 0 100 0;
  3. }
  4. .vid_container > .small_vid {
  5. display: inline-block;
  6. }
  7. .small_vid{
  8. /*box-sizing: content-box;*/
  9. box-sizing: border-box;
  10. margin: 4px 5px;/
  11. /*background-clip: border-box;*/
  12. background-clip: content-box;
  13. outline: unset;
  14. }
  15. .dev_filmstrip {
  16. height: 100%;
  17. width: 100%;
  18. position: absolute;
  19. display: inline-flex;
  20. align-items: center;
  21. justify-content: center;
  22. }
  23. .vid_container{
  24. z-index: 6;
  25. }
  26. .ic4 {
  27. /*vertical-align: */
  28. vertical-align: middle;
  29. text-align: center;
  30. /*outline: 2px solid red;*/
  31. align-items: center;
  32. /*margin: auto;*/
  33. display: flex;
  34. /*flex-wrap: */
  35. }
  36. .ic4 .small_vid {
  37. display: inline-block !important;
  38. margin: auto;
  39. }
  40. .fs_container{
  41. position: relative;
  42. display: inline-block;
  43. height: 100%;
  44. margin: auto;
  45. }
  46. #sharedVideoIFrame {
  47. /*width: 100% !important;*/
  48. /*height: 100% !important;*/
  49. }
  50. #videospace{
  51. vertical-align: center;
  52. --lvw: 100% !important;;
  53. }
  54. .youtube_vid {
  55. outline: 5px dotted red;
  56. }
  57. .ic1 {
  58. display: flex;
  59. justify-content: center;
  60. justify-content:center;
  61. }
  62. #sharedVideoIFrame,#sharedVideo {
  63. display: unset !important;
  64. opacity: 1 !important;
  65. }
  66. #largeVideoWrapper {
  67. width: 100% !important;
  68. height: 100% !important;
  69. top: 0 !important;
  70. bottom: 0 !important;
  71. left: 0 !important;
  72. right: 0 !important;
  73. }
  74. .large-video-background{
  75. display: none !important;
  76. }
  77. .indicator_hook {
  78. pointer-events: none;
  79. }
  80. #toggleFilmstripButton,[aria-label="Toggle tile view"] {
  81. /*display: none !important;*/
  82. }
  83. .videocontainer__toptoolbar{
  84. z-index: auto !important;
  85. }
  86. /* this is important this covers large video */
  87. .cont.c4{
  88. z-index: 0;
  89. }
  90. .dev_hook:not(.vspace,.top_toolbox){
  91. display: none;
  92. }
  93. .xbox {
  94. display: none ;
  95. }
  96. .vid_toptoolbar_hook{
  97. width: 100%;
  98. height: 0%;
  99. padding-bottom: 56.25%;
  100. position: absolute;
  101. /*outline: 1px solid #8C8C8C;*/
  102. }
  103. #largeVideoContainer{
  104. outline: 1px solid #8C8C8C;
  105. }
  106. .outline_indicator{
  107. /*outline: 1px solid #0000;*/
  108. outline: 2px solid #000;
  109. outline: 0px solid #fff;
  110. outline-offset: -15px;
  111. --voffc: -3px;
  112. --voff: 2px;
  113. --voffw: 2px;
  114. width: 100%;
  115. height: 100%;
  116. position: absolute;
  117. }
  118. .active-speaker .outline_indicator.ind_1{
  119. outline-offset: 5px;
  120. outline-offset: calc((var(--voff) * 3 ) + var(--voffc));
  121. outline-width: var(--voffw);
  122. outline-color: #0ff;
  123. }
  124. .videoContainerFocused .outline_indicator.ind_2{
  125. outline-offset: 3px;
  126. outline-offset: calc((var(--voff) * 2 ) + var(--voffc));
  127. outline-width: var(--voffw);
  128. outline-color: #f00;
  129. }
  130. .local_vid .outline_indicator.ind_3{
  131. outline-offset: 1px;
  132. outline-offset: calc((var(--voff) * 1 ) + var(--voffc));
  133. outline-width: var(--voffw);
  134. outline-color: #fff;
  135. }
  136. .focus_test .outline_indicator.ind_4{
  137. outline-offset: 7px;
  138. z-index: 100;
  139. outline-offset: calc((var(--voff) * 4 ) + var(--voffc));
  140. outline-width: var(--voffw);
  141. outline-color: #ff0;
  142. }
  143. .outline_indicator {
  144. /*outline:unset;*/
  145. }
  146. .remote-video-menu-trigger, .remotevideomenu {
  147. z-index: 10;
  148. }
  149. .follow_focus {
  150. z-index: 20;
  151. position: absolute;
  152. left: 250px;
  153. pointer-events:auto;
  154. }
  155. .follow_focus2 {
  156. z-index: 20;
  157. position: absolute;
  158. right: 100px;
  159. pointer-events:auto;
  160. }
  161. .dev_hook.top_toolbox{
  162. pointer-events: none;
  163. z-index: -1;
  164. }
  165. #react > div {
  166. /*background-color: rgb(27, 38, 56);*/
  167. /*background-color: rgb(71, 71, 71);*/
  168. background-color: #374757;
  169. /*--vr3: rgba(0,0,0,0) 100%;*/
  170. --vr0: #000 0%;
  171. --vr1: #414141 60%;
  172. --vr2: #414141 100%;
  173. --vr2: #414141 100%;
  174. --vr3: #414141 100%;
  175. --vr4: #414141 100%;
  176. --vrx1: #fff0 0%;
  177. --vrx2: #000 0%;
  178. --vrx2: #0000 0%;
  179. --vrx3: #00f 10%;
  180. /*background-image: linear-gradient(to top,var(--vr0),var(--vr1),var(--vr2));*/
  181. background-image: linear-gradient(to bottom,var(--vr0), var(--vr1), var(--vr2));
  182. /*background-image: linear-gradient(to bottom,var(--vr0), var(--vrx3), var(--vr1), var(--vr2));*/
  183. /*background-image: linear-gradient(to bottom,var(--vrx1), var(--vrx2));*/
  184. background-color: #0000;
  185. }
  186. .new-toolbox .toolbox-background {
  187. /*
  188. background-image: linear-gradient(to top,rgba(0,0,0,.6),rgba(0,0,0,.4),rgba(0,0,0,.1),rgba(0,0,0,0));
  189. --vr0: rgba(0,0,0,1);
  190. --vr1: rgba(0,0,0,.6);
  191. --vr2: rgba(0,0,0,.4);
  192. --vr3: rgba(0,0,0,0);
  193. background-image: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,.5),rgba(0,0,0,.2),rgba(0,0,0,0));
  194. */
  195. --vr0: rgba(0,0,0,1) 0%;
  196. --vr1: rgba(0,0,0,.6) 25%;
  197. --vr2: rgba(0,0,0,.3) 55%;
  198. --vr3: rgba(0,0,0,0) 100%;
  199. background-image: linear-gradient(to top,var(--vr0),var(--vr1),var(--vr2),var(--vr3));
  200. }
  201. .button-group-center {
  202. position: relative;
  203. }
  204. /*
  205. .il {
  206. outline: 4px inset #ff0;
  207. }
  208. .ir {
  209. outline: 4px inset #f00;
  210. }
  211. .ilr {
  212. outline: 4px inset #0ff;
  213. }
  214. .ir0 {
  215. border-radius: 30px;
  216. }
  217. .il0 {
  218. border-radius: 30px;
  219. }
  220. .ic3 {
  221. background: #ff08;
  222. }
  223. .ic2 {
  224. background: #00f8;
  225. }
  226. */
  227. .follow_focus,.follow_focus2 {
  228. background-color: #0008;
  229. }
  230. .inline_input {
  231. display: inline;
  232. }
  233. #ov_timeout,#num_pseudo{
  234. width: 4em;
  235. }
  236. /*.presence-label, */
  237. .subject {
  238. overflow: visible;
  239. }
  240. #sharedVideo.z{
  241. pointer-events: unset !important;
  242. }
  243. #sharedVideo{
  244. /*z-index: -1;*/
  245. }
  246. #etherpad.z{
  247. outline: 2px solid red;
  248. outline-offset: -5px;
  249. /*z-index: 500 !important;*/
  250. z-index: -1 !important;
  251. pointer-events: none;
  252. }
  253. .tsi > .jquery-corner > div {
  254. /*border-color: #ff0 !important;*/
  255. border-color: #414141 !important;
  256. }
  257. .display-name-on-black .videocontainer__background {
  258. outline: 2px solid #8C8C8C;
  259. outline-offset: -1px;
  260. }
  261. .videocontainer__background {
  262. outline: 1px solid #8C8C8C;
  263. border-radius: 0px;
  264. /*border: 3px solid #fff;*/
  265. }
  266. #localVideoWrapper video {
  267. border-radius: 0px !important;
  268. }
  269. .outline_indicator {
  270. /*display: none;*/
  271. }
  272. .ind_2,.ind_1 {
  273. /*display: none;*/
  274. }
  275. y
  276. #sharedVideoContainer{
  277. /*#sharedVideoContainer.focus_test{*/
  278. /*outline: 6px solid #0f0;*/
  279. }
  280. body {
  281. /*font-family: 'Montserrat';font-size: 22px !important;*/
  282. font-family: 'Montserrat' !important;
  283. font-weight: bold;
  284. }
  285. body * {
  286. /*font-family: 'Montserrat';font-size: 22px !important;*/
  287. font-family: 'Montserrat' !important;
  288. font-weight: bold;
  289. }
  290. /*
  291. .z.small_vid video {
  292. */
  293. /*border-radius: 0px !important;*/
  294. /*filter: contrast(0%);*/
  295. /*filter: brightness(900%) sepia(100%) invert(80%) sepia(100%);*/
  296. /*display: none;*/
  297. /*transform: translate(50%,1px);*/
  298. /*transform: translate(1px,0px);*/
  299. /*}*/
  300. /*.videocontainer__background{
  301. background-color: #0ff;
  302. }
  303. .small_vid {
  304. border-radius: 15px;
  305. overflow: hidden;
  306. }
  307. #largeVideoContainer {
  308. border-radius: 15px !important;
  309. overflow: hidden !important;
  310. outline: unset;
  311. }
  312. .cont.c4{
  313. opacity: 0;
  314. display: none;
  315. }
  316. .icont.ic4.vid_container {
  317. outline: unset !important;
  318. }
  319. */