Advertisement
Guest User

Dailymotion dark theme (January 2023)

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