Advertisement
Guest User

Dailymotion dark theme CSS (2023-05-17)

a guest
May 17th, 2023
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.42 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"],
  28. .WatchingSection__discoveryQueueWrapper___Gy-gm { display:none; }
  29.  
  30. /* more spacious drop-down menus; less scrolling */
  31. .ant-select-dropdown-menu { max-height: 1000px; }
  32.  
  33. /* White top bar? No, thanks. Reverting back to dark header (before January 2023). */
  34. .ResponsiveHeader__header___2Qy1u { filter:invert(1); }
  35.  
  36. /* for March 2023 redesign */
  37. .NewVideoInfoTitle__videoTitle___3kiXi { color:white; }
  38. .NewVideoInfo__channelLineWrapper___3SHpY { filter:invert(1); }
  39. .VideoCard__videoTitle___DZbLC { color:#ddd; }
  40.  
  41. /* March 2023: Rounded corners on a video? No, Dailymotion, thanks. Let's hope YouTube does not jump on <em>that</em> trend bandwagon. */
  42. .Player__newWatchingDesign___44nxO { border-radius: 0; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement