Advertisement
Guest User

Untitled

a guest
Sep 21st, 2014
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.48 KB | None | 0 0
  1. @-moz-document regexp("(?!(http|https)://www\\.youtube\\.com/embed/.*)((http|https)://www\\.youtube\\.com/.*)") {
  2.     #appbar-guide-button-container,
  3.     #logo-container,
  4.     #yt-masthead-user {
  5.         opacity: 0 !important;
  6.         transition: .5s !important;
  7.     }
  8.     #appbar-guide-button-container:hover,
  9.     #logo-container:hover,
  10.     #yt-masthead-user:hover {
  11.         opacity: 1 !important;
  12.     }
  13.     #content {
  14.         box-shadow: none !important;
  15.         border-color: #000 !important;
  16.     }
  17.     #search-btn,
  18.     .gsib_b,
  19.     #footer-container {
  20.         display: none !important;
  21.     }
  22.     #masthead-search-term {
  23.         text-align: center !important;
  24.         font-family: Open Sans !important;
  25.     }
  26.     #masthead-search {
  27.         margin-left: 22px !important;
  28.     }
  29.     #yt-masthead-container {
  30.         border-color: #000 !important;
  31.     }
  32.     #player {
  33.         margin-top: -12px !important;
  34.     }
  35.     #theater-background, #page, #body-container {
  36.         background: #e8eac6 !important;
  37.     }
  38.     /*#watch7-main.clearfix {
  39.         border-top: 1px solid #000 !important;
  40.     }*/
  41.     #content {
  42.         margin-top: 35px !important;
  43.         margin-bottom: 0px !important;
  44.         font-family: Open Sans !important;
  45.         min-width: 200px !important;
  46.     }
  47.     /*#masthead-search-terms {
  48.         opacity: .2 !important;
  49.         transition: .3s !important;
  50.     }
  51.     input #masthead-search-term.gsfi {
  52.         opacity: 1 !important;
  53.     }*/
  54.     #masthead-search-terms {
  55.         border-color: #ccc !important;
  56.         box-shadow: none !important;
  57.     }
  58.     #body-container {
  59.         padding-bottom: 20px !important;
  60.     }
  61.     .yt-card-has-padding {
  62.         border: 1px solid #000 !important;
  63.         box-shadow: none !important;
  64.         -moz-box-sizing: border-box !important;
  65.     }
  66.     #watch-action-panels.watch-action-panels {
  67.         margin-top: 15px !important;
  68.     }
  69.     #player-api {
  70.         border: 1px solid #000 !important;
  71.         border-radius: 0px !important;
  72.         margin-left: -1px !important;
  73.         margin-top: -1px !important;
  74.     }
  75.     #yt-masthead-container {
  76.         margin-top: -50px;
  77.         box-shadow: 0px 0px 5px -3px #888;
  78.         transition: .3s ease !important;
  79.         transition-delay: 0s !important;
  80.     }
  81.     #masthead-positioner {
  82.         height: 27px !important;
  83.     }
  84.     /*.feed-container {
  85.         border: 1px solid #000 !important;
  86.         -moz-box-sizing: border-box !important;
  87.     }*/
  88.     #masthead-appbar {
  89.         border-bottom: 1px solid #000 !important;
  90.     }
  91.     #watch7-main.clearfix {
  92.         min-width: 0px !important;
  93.         width: 976px !important;
  94.         max-width: 976px !important;
  95.         margin-left: auto !important;
  96.         margin-right: auto !important;
  97.         -moz-box-sizing: border-box !important;
  98.     }
  99.     .branded-page-v2-primary-col {
  100.         margin-left: auto !important;
  101.         margin-right: auto !important;
  102.     }
  103.     .branded-page-v2-primary-col .yt-card.clearfix {
  104.         width: 800px !important;
  105.         max-width: 800px !important;
  106.         min-width: 300px !important;
  107.         margin: 0 auto !important;
  108.         -moz-box-sizing: border-box !important;
  109.         border: 1px solid #000 !important;
  110.         margin-bottom: 30px !important;
  111.         margin-top: -40px !important;
  112.     }
  113.     #appbar-guide-menu,
  114.     .branded-page-v2-secondary-col,
  115.     .ytp-button.ytp-button-watch-later,
  116.     .ytp-settings-hd-quality-badge {
  117.         display: none !important;
  118.     }
  119. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement