Advertisement
hu6

unique youtube skin css tweaks

hu6
Aug 1st, 2014
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("youtube.com") {
  4.  
  5. .site-left-aligned.exp-new-site-width #yt-masthead, #yt-masthead, .site-left-aligned #yt-masthead-container {
  6. padding-bottom:4px !important;
  7. padding-top:3px !important;
  8. }
  9.  
  10. .site-center-aligned #masthead-search {
  11. margin-right: 4px !important;
  12. }
  13.  
  14. .html5-compatibility-table li {
  15. background: #1b1b1b repeat scroll 0% 0% !important;
  16. box-shadow: none !important;
  17. }
  18.  
  19. .yt-masthead-picker-name {
  20. color:white !important;
  21. }
  22.  
  23. .yt-masthead-account-picker.yt-uix-clickcard-card-content {
  24. background: #1b1b1b !important;
  25. }
  26.  
  27. a.yt-masthead-account-picker-option {
  28. background: #1b1b1b !important;
  29. }
  30.  
  31. .yt-masthead-picker-footer {
  32. background: #1b1b1b repeat scroll 0% 0% ;
  33. }
  34.  
  35. .share-email-preview-container {
  36. background: transparent repeat scroll 0% 0%;
  37. }
  38.  
  39. .watch-playlists-drawer .selected {
  40. background: #1b1b1b repeat scroll 0% 0% !important;
  41. }
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement