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 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  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. .vid_toptoolbar_hook {
  81. position: absolute;
  82. }
  83. #toggleFilmstripButton,[aria-label="Toggle tile view"] {
  84. display: none !important;
  85. }
  86. .videocontainer__toptoolbar{
  87. z-index: auto !important;
  88. }
  89. /* this is important this covers large video */
  90. .cont.c4{
  91. z-index: 0;
  92. }
  93. .dev_hook:not(.vspace,.top_toolbox){
  94. display: none;
  95. }
  96. .xbox {
  97. display: none ;
  98. }
  99. .vid_toptoolbar_hook{
  100. width: 100%;
  101. height: 0%;
  102. padding-bottom: 56.25%;
  103. }
  104. .outline_indicator{
  105. /*outline: 1px solid #0000;*/
  106. outline: 2px solid #000;
  107. outline: 0px solid #fff;
  108. outline-offset: -15px;
  109. --voffc: -3px;
  110. --voff: 2px;
  111. --voffw: 2px;
  112. width: 100%;
  113. height: 100%;
  114. position: absolute;
  115. }
  116. .active-speaker .outline_indicator.ind_1{
  117. outline-offset: 5px;
  118. outline-offset: calc((var(--voff) * 3 ) + var(--voffc));
  119. outline-width: var(--voffw);
  120. outline-color: #0ff;
  121. }
  122. .videoContainerFocused .outline_indicator.ind_2{
  123. outline-offset: 3px;
  124. outline-offset: calc((var(--voff) * 2 ) + var(--voffc));
  125. outline-width: var(--voffw);
  126. outline-color: #f00;
  127. }
  128. .local_vid .outline_indicator.ind_3{
  129. outline-offset: 1px;
  130. outline-offset: calc((var(--voff) * 1 ) + var(--voffc));
  131. outline-width: var(--voffw);
  132. outline-color: #fff;
  133. }
  134. .remote-video-menu-trigger, .remotevideomenu {
  135. z-index: 10;
  136. }
  137. .follow_focus {
  138. z-index: 20;
  139. position: absolute;
  140. left: 250px;
  141. pointer-events:auto;
  142. }
  143. .follow_focus2 {
  144. z-index: 20;
  145. position: absolute;
  146. right: 100px;
  147. pointer-events:auto;
  148. }
  149. .dev_hook.top_toolbox{
  150. pointer-events: none;
  151. z-index: -1;
  152. }
  153. #react > div {
  154. /*background-color: rgb(27, 38, 56);*/
  155. /*background-color: rgb(71, 71, 71);*/
  156. background-color: #374757;
  157. }
  158. .new-toolbox .toolbox-background {
  159. /*
  160. 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));
  161. --vr0: rgba(0,0,0,1);
  162. --vr1: rgba(0,0,0,.6);
  163. --vr2: rgba(0,0,0,.4);
  164. --vr3: rgba(0,0,0,0);
  165. 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));
  166. */
  167. --vr0: rgba(0,0,0,1) 0%;
  168. --vr1: rgba(0,0,0,.6) 25%;
  169. --vr2: rgba(0,0,0,.3) 55%;
  170. --vr3: rgba(0,0,0,0) 100%;
  171. background-image: linear-gradient(to top,var(--vr0),var(--vr1),var(--vr2),var(--vr3));
  172. }
  173. .button-group-center {
  174. position: relative;
  175. }
  176. /*
  177. .il {
  178. outline: 4px inset #ff0;
  179. }
  180. .ir {
  181. outline: 4px inset #f00;
  182. }
  183. .ilr {
  184. outline: 4px inset #0ff;
  185. }
  186. .ir0 {
  187. border-radius: 30px;
  188. }
  189. .il0 {
  190. border-radius: 30px;
  191. }
  192. .ic3 {
  193. background: #ff08;
  194. }
  195. .ic2 {
  196. background: #00f8;
  197. }
  198. */
  199. .follow_focus,.follow_focus2 {
  200. background-color: #0008;
  201. }
  202. .inline_input {
  203. display: inline;
  204. }
  205. #ov_timeout,#num_pseudo{
  206. width: 4em;
  207. }
  208. /*.presence-label, */
  209. .subject {
  210. overflow: visible;
  211. }