Skip to content

yt2008 (a 2008 theme for yt2009) by griffenhiggins

Screenshot of yt2008 (a 2008 theme for yt2009)

Details

Authorgriffenhiggins

LicenseNo License

Categoryhttps://yt2009.aesthetiful.com/

Created

Updated

Size6.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A 2008 theme for yt2009. Credit goes to Kazuya for making the base, BoredWithADHD for improving it, and me for fixing it for Pale Moon use

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         2008
@version      20231117.06.51
@namespace    ?
==/UserStyle== */

@-moz-document domain("yt2009.aesthetiful.com") {
/* Navbar */
#masthead-utility {
    top: -17px;
    position: relative;
}
#logo {
    position: relative;
    top: -28px;
}
#masthead-search {
    width: 960px;
    height: 30px;
    background-color: #DDD;
    background-image: linear-gradient(to bottom, #CECECE 0%, #e8e8e8 100%);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 0px;
    position: absolute;
    top: 65px;
    z-index: 0;
}
#masthead-nav-main {
    position: relative;
    display: flex;
    flex-direction: row;
    left: 70px;
    top: -32px

}
#masthead-nav-user {
    z-index: 1;
    position: relative;
}
#masthead-search .yt-button-primary {
    height: 20px;
    line-height: 1px;
}
#masthead-search span {
    line-height: 1.8em;
}
#masthead .search-term {
    height: 15px;
    margin-top: 3px;
    padding: 0px;
    min-height: 0px;
    max-height: 500px;
    width: 200px;
}
#masthead-search .search-form {
    padding-left: 310px;
}
#masthead-container {
    border: none !important;
}
#masthead-nav-main a {
    line-height: 27px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    min-width: 118px;
    padding: 0px 2px;
    margin-right: 4px;
    text-decoration: none;
    color: #003399;
    text-shadow: 1px 1px 0 rgb(255 255 255 / 50%);
    border: 1px solid #B5C5E8;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: linear-gradient(to bottom, #F7F9FD 0%, #ADBBE0 100%);
}
body {
    margin-top: 25px;
}
 
/* Watch page */
#watch-ratings-views {
    border: 1px solid #ccc;
    margin: 10px 0px 10px 0px;
    padding: 5px;
    line-height: 20px;
}
.watch-tab-sel .watch-tab-arrow {
    background: none;
}
.watch-tabs {
    background: none;
    display: flex;
    flex-direction: row;
    height: 35px;
}
.watch-tab-contents .watch-tab-body {
    padding: 8px 10px;
    margin-left: 0px;
    background-color: #fff;
}
.watch-tabs .watch-tab {
    background: linear-gradient(#FEFEFE, #D8D8D8);
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 16px;
    font-weight: 700;
    color: #03c;
    width: 100%;
}

.watch-tab:first-child {
    border-left: 0px;
}
#watch-action-favorite-link {
    position: relative;
    left: 20px;
}
#watch-action-share-link {
    position: relative;
    left: 30px;
}
#watch-action-playlists-link {
    position: relative;
    left: 18px;
}
#watch-action-flag-link {
    position: relative;
    left: 33px;
}
#watch-actions-area .watch-tab-sel {
    background: none;
    border-bottom: #fff
}
.watch-action-link {
    text-align: center !important;
}
.watch-recent-shares-div {
    background: none;
}
#watch-action-favorite, #watch-action-flag, #watch-action-playlists, #watch-action-share {
    background: transparent url(https://cdn.discordapp.com/attachments/900162994686787594/1078336801875427463/master-vfl42001.png) no-repeat scroll 0 0;
    width: 23px;
    height: 20px;
    vertical-align: middle;
    margin-bottom: 3px;
}
#watch-action-share-link:hover #watch-action-share, #watch-action-share:hover, #watch-tab-share:hover #watch-action-share, .watch-tab-sel #watch-action-share {
    background-position: -326px -20px;
}
#watch-action-favorite-link:hover #watch-action-favorite, #watch-action-favorite:hover, #watch-tab-favorite:hover #watch-action-favorite, .watch-tab-sel #watch-action-favorite {
    background-position: -267px -20px;
}
#watch-action-playlists-link:hover #watch-action-playlists, #watch-action-playlists:hover, #watch-tab-playlists:hover #watch-action-playlists, .watch-tab-sel #watch-action-playlists {
    background-position: -295px -20px;
}
#watch-action-flag-link:hover #watch-action-flag, #watch-action-flag:hover, #watch-tab-flag:hover #watch-action-flag, .watch-tab-sel #watch-action-flag {
    background-position: -358px -19px;
}
#watch-action-share {
    background-position: -326px 0;
}

#watch-action-favorite {
    background-position: -267px 0;
}
#watch-action-playlists {
    background-position: -295px 0;
}
#watch-action-flag {
    background-position: -358px 0;
}
#watch-video-details-inner-less .watch-video-desc {
    border-top: 1px solid #ccc;
    padding: 5px 0px 0px 0px;
}

#watch-comment-panel {
    border: 1px solid #ccc;
    margin-top: 10px;
    padding: 5px;
}
#masthead-nav-main {
    position: relative;
    display: flex;
    flex-direction: row;
    left: 27px;
    top: -33px;
    
}
#masthead .search-term {
    height: 17px;
    margin-top: 3px;
    margin-left: -70px;
    padding: 0px;
    min-height: 0px;
    max-height: 463px;
    width: 300px;
}
.yt-button-primary, a.yt-button-primary {
    font-weight: inherit;
    color: #000;
    background: #efefef repeat-x center -1602px;
    border-color: #7e7e7e;
}
#masthead #logo {
    width: 126px;
    height: 62px;
    background-position: 0 0;
}
#logo {
    display: block;
    background: url(https://i.imgur.com/aXqW6UN.png);
    background-position: -0px center;
    background-repeat: no-repeat;
    position: relative;
    top: -31px;
    left: 1px;
}
#masthead-utility {
    top: -1px;
    left: -22px;
    position: relative;
}
#masthead-nav-user {
    z-index: 1;
    position: relative;
    left: -5px;
    top: 0px;
}

#masthead-nav-user .yt-button-short span {
    line-height: 1.7em;
    height: 1.3333em;
}
#masthead-nav-main a:last-of-type {
font-size: 0;
line-height: 0;
}
#masthead-nav-main a:last-of-type::after {
content: 'Community';
font-size: 15px;
line-height: 27px;
}
[href="/my_subscriptions?masthead=1"], [href="/my_history"] {
display: none;
}
.html5_video {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 360px;
    background-color: #000;
    cursor: pointer;
}
.v90WrapperInner img {
    margin-top: -9px;
}
}

@-moz-document regexp("https://yt2009.aesthetiful.com/(channel|user|c).*") {
#masthead-nav-user .yt-button-short span
    {
        height: 1.7em;
    }
}

@-moz-document regexp("https://yt2009.aesthetiful.com/(channel|user|c).*") {
#masthead-search
    {
        top: 40px;
    }
}

Reviews

No reviews yet.