Guest User

Dailymotion dark theme revision 2022-12-08

a guest
Dec 8th, 2022
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.83 KB | Source Code | 0 0
  1.  
  2. /* dark theme for more pleasant watching experience and better video visibility */
  3. body,main,
  4. [class*="videoInfoAdBox"],
  5. [class*="videoInfoAdContainer"],
  6. footer, footer.Footer__footer___2nCUd,
  7. .FooterSubheader__subheader___3eyEI {
  8.  background-color:#222;
  9.  color:#bbb;
  10. }
  11.  
  12. #media-title,
  13. [class*="videoTitle"] a,
  14. [class*="RadioButton"] {
  15.  color:white;
  16. }
  17.  
  18. .VideoInfo__videoInfoDAContainer___1pHD-,
  19. .VideoInfo__videoInfoDABox___2xM8K
  20. { background: #222; }
  21.  
  22. .WatchingSafeZone__criticalSection___35w-2,
  23. .WatchingSafeZone__criticalSection___35w-2:before
  24. { background-color: black; }
  25.  
  26. /* hiding spam */
  27. [class*="ContinuousQueue__continuousPlayerNextVideos"],
  28. [class*="row WatchingDiscovery__discoveryQueue"] { display:none; }
  29.  
  30. /* more spacious drop-down menus; less scrolling */
  31. .ant-select-dropdown-menu { max-height: 1000px; }
Advertisement
Add Comment
Please, Sign In to add comment