Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("youtube.com"),domain("www.youtube.com") {
  4.  
  5. @font-face {
  6. font-family: 'Boogaloo';
  7. font-style: normal;
  8. font-weight: 400;
  9. src: local('Boogaloo'), local('Boogaloo-Regular'), url(https://themes.googleusercontent.com/static/fonts/boogaloo/v3/1x_XysQB9ZwoSzu9a0nb7PesZW2xOQ-xsNqO47m55DA.woff) format('woff');
  10. }
  11.  
  12. #body{background: #E9E4CA !important;}
  13. #yt-masthead #logo-container span.content-region, #yt-masthead #logo-container .logo {background: none !important;}
  14. #yt-masthead-container,.yt-grid-box{
  15. /* top menu */
  16. background: #28616A !important;
  17. top: 0 !important;left: 0px !important; right: 0px !important;
  18. box-shadow: 0px 2px 6px #333 !important;
  19. }
  20. #masthead-expanded{
  21. /* sub menu */
  22. margin-top: 5px !important;
  23. position: fixed !important;
  24. z-index:1000 !important;
  25. width: 100% !important;}
  26.  
  27. #appbar-guide-menu {margin-top: 60px !important;} /* Hidden menu */
  28. #watch-response{background: none !important;margin-top: 152px !important;position: relative !important;}
  29. #watch-response-content, #watch-response-header{background: none !important;margin-top: 172px !important;}
  30. #yt-masthead a.yt-uix-button,
  31. ul.yt-uix-button-menu, .yt-uix-button-menu{background: #E9E4CA !important;}
  32. #yt-masthead #masthead-search-terms, #yt-masthead button.yt-uix-button{background: #C94C46 !important;border: 1px solid #C94C46 !important;}
  33. body #masthead-expanded-container{margin-top:50px !important;background: #28616A !important;border-top: 1px solid #333 !important;box-shadow: 0px 2px 6px #333 !important;}
  34. body #masthead-expanded-container a{color: #E9E4CA !important;}
  35. #yt-masthead #logo-container span.content-region {display: none !important;}
  36. #yt-masthead #logo-container:before{
  37. content: 'YouTube' !important;
  38. position: relative !important;
  39. height: 10px !important;
  40. display: block !important;
  41. margin-left: 0px !important;
  42. font-family: Boogaloo !important;
  43. font-size: 38px !important;
  44. font-style: italic !important;
  45. text-shadow: 1px 1px 2px #C94C46 !important;
  46. color: #E9E4CA !important;
  47. }
  48. #yt-masthead #logo-container:hover{text-decoration: none !important;}
  49. #masthead-search-term{background: #E9E4CA !important;font-family: Boogaloo !important;}
  50. #yt-masthead #search-btn{background: #C94C46 !important;border: 1px solid #C94C46 !important;}
  51. #yt-masthead-user{color: #E9E4CA !important;font-family: Boogaloo !important;}
  52. #yt-masthead-user-displayname{font-size: 32px !important;color: #E9E4CA !important;}
  53. #page-container{margin-top: 52px !important;}
  54. .yt-lockup-list{position:absolute !important;width: 100% !important;display:block !important;left:50% !important;margin-top:60px !important;}
  55. .feed-promo h3{font-family: Boogaloo !important;}
  56. #watch7-sidebar{background: #28616A !important;padding-top: 10px !important;}
  57. #watch7-sidebar .title{color: #000 !important;}
  58. #watch7-sidebar .video-thumb{background: #fff !important;padding:0px !important;}
  59.  
  60. body #footer-container{background: #E9E4CA !important;box-shadow: 0px -2px 6px #333 !important;}
  61.  
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement