I really like the look of it, but the left justified layout is doing my head in. So, I came up with a solution:
div#watch7-main-container,
div#watch7-playlist-data,
div#watch7-playlist-container,
div#watch7-video-container,
div#yt-masthead-content,
div#header,
div#masthead-subnav.yt-nav,
div#page.home,
div#page.channel,
div#page.guide-builder-v2,
div#page.page-default,
div#page.search-base,
div#page.feed
{
padding-left: 0!important;
margin-left:auto !important;
margin-right:auto !important;
}
div#page.search-base
{
width: 820px;
}
div#watch7-main-container,
div#watch7-playlist-data,
div#watch7-playlist-container,
div#watch7-video-container,
div#yt-masthead-content
{
width: 945px;
}
div#header,
div#page.home,
div#page.channel,
div#page.guide-builder-v2,
div#masthead-subnav.yt-nav
{
width: 1000px;
}
div#header > div.ad-div
{
margin: auto!important;
}
Just drop that into a browser plugin that allows you to change css of pages, and it should be done!
If there are any pages missing or things messed up then let me know, and I can fix the css.
Cheers,
BiggAdd