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.

r0.css 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. #filmstripRemoteVideos{
  2. overflow-x: auto !important;
  3. }
  4. .hidden_vid {
  5. position: relative;
  6. /*position: absolute;*/
  7. width: 80px !important;
  8. min-width: 80px !important;
  9. display: none;
  10. }
  11. .overlay {
  12. position: absolute;
  13. width: 100%;
  14. height: 100%;
  15. top: 0;
  16. left: 0;
  17. outline: 2px solid #0ff;
  18. background-color: #ff08;
  19. background-color: #0ff8;
  20. /*z-index: 351;*/
  21. }
  22. .z.top_toolbox {
  23. position: relative;
  24. z-index: 1;
  25. width: 100%;
  26. height: 100px;
  27. background-image:linear-gradient(to bottom,rgba(255,255,255,1),rgba(71,71,71,0));
  28. background-image:linear-gradient(to bottom,rgba(255,255,255,.3),rgba(71,71,71,0));
  29. }
  30. .new-toolbox .toolbox-content .audio-preview .toolbox-button{
  31. margin-left: 0px;
  32. }
  33. .new-toolbox .toolbox-content .video-preview .toolbox-button{
  34. margin-right: 0px;
  35. }
  36. .new-toolbox .toolbox-content .toolbox-button{
  37. margin-right: 4px;
  38. margin-left: 4px;
  39. }
  40. .button-group-right {
  41. width: 25% !important;
  42. }
  43. .button-group-left{
  44. width: 25% !important;
  45. }
  46. .button-group-center {
  47. width: 50% !important;
  48. }
  49. .subject {
  50. background-image:unset;
  51. text-align: unset;
  52. padding-left: 75px;
  53. padding-right: 75px;
  54. }