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.

r0a.css 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. #filmstripRemoteVideosContainer {
  2. /*width: 100% !important;*/
  3. }
  4. #filmstripRemoteVideos{
  5. overflow-x: auto !important;
  6. }
  7. .pseudo_vid{
  8. outline: 2px solid blue;
  9. }
  10. .small_vid {
  11. /*outline: 2px solid blue; */
  12. /*outline: 5px solid blue; */
  13. outline: 1px solid #fff;
  14. outline: 1px solid #888;
  15. }
  16. .jdiv {
  17. /*position: */
  18. /*width: */
  19. }
  20. /*<div class="indicator_trc jdiv"></div>*/
  21. /*indicator_trc*/
  22. /*~~~~~~~~~~~~~~~~~~~~~*/
  23. /*vid_toptoolbar_hook*/
  24. .jdiv:not(.t2):after {
  25. position: absolute;
  26. content: "ABC";
  27. background-color: red;
  28. }
  29. .t3:after{
  30. background-color: blue;
  31. right: 20px;
  32. }
  33. .t2:after{
  34. background-color: green;
  35. left: 20px;
  36. }
  37. .t1:after{
  38. background-color: #0ff;
  39. top: 40px;
  40. }
  41. /*.vid_toptoolbar_hook{*/
  42. .t2{
  43. width: 10px;
  44. height: 10px;
  45. background-color: #fff;
  46. display: inline-block;
  47. display: inline;
  48. position: relative;
  49. position: absolute;
  50. /*position: all;*/
  51. }
  52. /*.vid_toptoolbar_hook:after {*/
  53. .t2:after {
  54. /*position: relative;*/
  55. /*position: unset;*/
  56. display: inline-block;
  57. display: inline;
  58. top: 0px;
  59. outline: 2px solid #ff0;
  60. }
  61. /*~~~~~~~~~~~~~~~~~~~~~*/
  62. .hidden_vid {
  63. position: relative;
  64. /*position: absolute;*/
  65. width: 80px !important;
  66. min-width: 80px !important;
  67. /*display: none;*/
  68. }
  69. .pseudo_vid {
  70. /*display: none;*/
  71. /*position: absolute;*/
  72. }