Advertisement
kbhasi

YouTube Classic Layout Logo Changer - YouTube (classic)

Jun 24th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.49 KB | None | 0 0
  1. /* More info in the "EDIT 25/6/18" within the "Notes from latest update" section on this page: https://userstyles.org/styles/154435/youtube-classic-layout-logo-changer */
  2.  
  3. @namespace url(http://www.w3.org/1999/xhtml);
  4.  
  5. @-moz-document url-prefix("https://www.youtube.com/") {
  6.   .exp-invert-logo #yt-masthead #logo-container .logo {
  7.     background: transparent url("http://s.ytimg.com/yts/imgbin/www-hitchhiker-vfl-Nn88d.png") no-repeat scroll -178px -227px;
  8.     width: 73px;
  9.     height: 30px;
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement