content-style.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. :root {
  2. /* --yt-spec-icon-disabled: #f44 !important;
  3. --yt-spec-text-primary: #4f4 !important; */
  4. /* --yt-spec-general-background-a: #000 !important;
  5. --yt-spec-general-background-b: #000 !important;
  6. --yt-spec-general-background-c: #000 !important;
  7. --yt-spec-brand-background-solid: #000 !important;
  8. --yt-spec-brand-background-primary: #000 !important;
  9. --yt-spec-brand-background-secondary: #000 !important; */
  10. }
  11. /* html:not(.style-scope)[dark], :not(.style-scope)[dark] {
  12. --yt-spec-general-background-a: #000 !important;
  13. --yt-spec-general-background-b: #000 !important;
  14. --yt-spec-general-background-c: #000 !important;
  15. --yt-spec-brand-background-solid: #000 !important;
  16. --yt-spec-brand-background-primary: #000 !important;
  17. --yt-spec-brand-background-secondary: #000 !important;
  18. } */
  19. #ryd-bar-container {
  20. background: var(--yt-spec-icon-disabled);
  21. border-radius: 2px;
  22. }
  23. #ryd-bar {
  24. background: var(--yt-spec-text-primary);
  25. border-radius: 2px;
  26. transition: all 0.15s ease-in-out;
  27. }
  28. .ryd-tooltip {
  29. display: block;
  30. height: 2px;
  31. }
  32. .ryd-tooltip-old-design {
  33. position: relative;
  34. top: 9px;
  35. }
  36. .ryd-tooltip-new-design {
  37. position: absolute;
  38. bottom: -10px;
  39. }
  40. .ryd-tooltip-bar-container {
  41. width: 100%;
  42. height: 2px;
  43. position: absolute;
  44. padding-top: 6px;
  45. padding-bottom: 12px;
  46. top: -6px;
  47. }
  48. /* required to make the ratio bar visible in the new design */
  49. ytd-menu-renderer.ytd-watch-metadata {
  50. overflow-y: visible !important;
  51. }
  52. #top-level-buttons-computed {
  53. position: relative !important;
  54. }