|
body { |
|
overflow-x: hidden; |
|
} |
|
|
|
/* front page */ |
|
|
|
#content { |
|
width: 100%; |
|
} |
|
|
|
.yt-shelf-grid-item, .branded-page-module-title-text { |
|
padding: 7px; |
|
} |
|
|
|
.branded-page-module-title-text { |
|
font-size: 1.5em; |
|
} |
|
|
|
.yt-lockup-thumbnail, .yt-lockup-content > * { |
|
margin: 3px 0; |
|
} |
|
|
|
.expanded-shelf-content-item .yt-lockup-content { |
|
padding-left: 15px; |
|
} |
|
|
|
.yt-lockup-title { |
|
font-size: 1.3em; |
|
} |
|
|
|
.branded-page-module-title .yt-thumb.video-thumb { |
|
margin-left: 7px; |
|
} |
|
|
|
.branded-page-module-title .yt-thumb.video-thumb img { |
|
width: 30px; |
|
height: 30px; |
|
} |
|
|
|
.branded-page-module-title > * { |
|
vertical-align: middle; |
|
} |
|
|
|
#masthead-appbar-container { |
|
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); |
|
transition: box-shadow .3s; |
|
} |
|
|
|
#masthead-appbar.hid #masthead-appbar-container { |
|
box-shadow: none; |
|
} |
|
|
|
#masthead-appbar { |
|
border-bottom: none; |
|
} |
|
|
|
#yt-masthead-container { |
|
border-bottom: none; |
|
} |
|
|
|
/* video page */ |
|
|
|
#eow-title { |
|
font-weight: 700; |
|
} |
|
|
|
#google_companion_ad_div iframe { |
|
opacity: 0.3; |
|
transition: opacity .3s; |
|
} |
|
|
|
#google_companion_ad_div iframe:hover { |
|
opacity: 1; |
|
} |
|
|
|
/* search bar */ |
|
|
|
.masthead-search-terms-border, #masthead-search-term { |
|
border-radius: 4px; |
|
} |
|
|
|
.masthead-search-terms-border { |
|
border: none; |
|
box-shadow: none; |
|
overflow: hidden; |
|
} |
|
|
|
#masthead-search-term { |
|
background-color: #F8F8F8; |
|
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); |
|
transition: background, box-shadow .3s; |
|
} |
|
|
|
#masthead-search-term:focus { |
|
background-color: #F3F3F3; |
|
box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); |
|
} |
|
|
|
.search-button { |
|
display: none; |
|
} |