content-style.css 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. left: -4px;
  40. }
  41. .ryd-tooltip-bar-container {
  42. width: 100%;
  43. height: 2px;
  44. position: absolute;
  45. padding-top: 6px;
  46. padding-bottom: 12px;
  47. top: -6px;
  48. }
  49. /* required to make the ratio bar visible in the new design */
  50. ytd-menu-renderer.ytd-watch-metadata {
  51. overflow-y: visible !important;
  52. }
  53. #top-level-buttons-computed {
  54. position: relative !important;
  55. }