a YouTube hitchhiker theme dark originally created on 2/5/2013 and restored to work with vorapis 2013.
Original: https://uso.kkx.one/style/82616
YouTube "Hitchhiker" 2014 Dark RESTORED! by underscoreangel
Details
Authorunderscoreangel
LicenseNo License
Categoryyoutube
Created
Updated
Size4.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
THIS THEME REQUIRES THE FRONTEND "VORAPIS 2013" FOR IT TO WORK, MAKE SURE TO GET IT FIRST!
MAKE SURE TO ENABLE V3'S BUILT IN DARK MODE FOR IT TO WORK!
Previews: (upload to imgur soon...)
Source code
/* ==UserStyle==
@name YouTube "Hitchhiker" 2014 Dark RESTORED!
@namespace underscoreangel.neocities.org - uso.kkx.one/style/82616
@version 1.0.22
@description a YouTube hitchhiker theme dark originally created on 2/5/2013 and restored to work with vorapis 2013, please note that you need to enable "DARK_MOD" on v3's settings for it to work correctly!
@author UnderscoreAngel, Cruto, Carluver69.
==/UserStyle== */
@-moz-document domain("youtube.com") {
/* Change the URL link in between the parentheses for a raw image link to change the background, 1080p is recommended */
html body[class]{
background-image: url("https://i.imgur.com/ruCGOMF.png")!important;
background-attachment: fixed!important;
}
/* User icon in watch7 */
.yt-user-photo > span{
background-color: #171717;
border: 2px solid #000;
box-shadow: 0 0 0 2px #393939;
}
.yt-user-photo > span{
margin-top: 2px;
}
/* Top bar of YouTube */
#yt-masthead-container{
background-image: linear-gradient(to bottom, #2e2e2e 0px, #1e1e1e 100%);
border-bottom: 1px solid #222;
box-shadow: 0px 0px 8px #111;
width: 100%;
z-index: 100;
}
#yt-masthead-container > #yt-masthead,
#footer-main,
#footer-links{
width: 1000px;
margin: 0px auto 0px auto!important;
}
/* YouTube Logo */
#yt-masthead #logo{
background: url('https://underscoreangel.neocities.org/Assets/glossyYT.png') no-repeat scroll 0 0px transparent !important;
height: 30px;
width: 72px;
}
/* Watch7 Page Background */
#watch7-content{
background: url(https://underscoreangel.neocities.org/Assets/CSPageBGDARK.png)!important;
box-shadow: 0px 0px 8px #111!important;
}
#watch7-user-header,
#watch7-headline,
#watch7-action-buttons,
#watch7-action-panels,
#watch-discussion{
background-color: transparent;
border: none;
}
/* Watch7 Desciption */
button.metadata-inline.yt-uix-button.yt-uix-button-text.yt-uix-button-size-default,
#watch7-action-panel-footer,
.yt-horizontal-rule{
background-color: #09090900!important;
box-shadow: 0px 0px 8px #111;
}
/* Watch7 SideBar */
#watch7-sidebar,
#watch7-container.watch-wide #watch7-sidebar{
background: transparent;
}
#watch7-sidebar-contents{
margin-top: 20px;
}
/* Watch7 Action Bar */
#watch7-action-buttons{
background-color: #212121;
box-shadow: 0px 0px 8px #111;
}
/* SearchBar Font */
#masthead-search-term{
font-size: 14px;
margin-left: 7px;
color: #888;
}
/* SearchBar Background */
#masthead-search-terms.masthead-search-terms-border{
box-shadow: 0 1px 3px #111 inset;
background-color: #151515!important;
border-color: #303030;
}
/* Search Button Icon */
#masthead-search .search-btn-component .yt-uix-button-content{
background: url('https://underscoreangel.neocities.org/Assets/Dark%20Search%20Icon.png') no-repeat scroll transparent !important;
border: medium none;
box-shadow: none;
display: block;
height: 14px;
opacity: 0.6;
padding: 0;
text-indent: -10000px;
width: 14px;
}
/* Search Icon */
#masthead-search > #search-btn{
border-radius: 0px 30px 30px 0px;
box-shadow: none;
}
/* Search Button */
#masthead-search > #search-btn,
#yt-masthead-content > #masthead-upload-button-group > .yt-uix-button.yt-uix-sessionlink.yt-uix-button-default,
.end.flip.yt-uix-button.yt-uix-button-default.yt-uix-button-empty{
background-image: linear-gradient(to bottom, #2e2e2e 0px, #1e1e1e 100%) !important;
border-color: #303030;
}
/* Upload Button Text */
#masthead-upload-button-group > a > span{
color: #b8b8b8;
}
/* YouTube Sidebar */
.exp-not-top-guide-fixed #guide-main {
background: transparent (123, 122, 122, 0)!important;
}
.site-left-aligned #page.watch #guide-container {
background: transparent!important;
}
/* Channel Page Background */
#c4-shelves-container {
background-color: transparent!important;
}
#appbar-onebar-upload-group > :nth-child(1){
border-radius: 0px;
box-shadow: none;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
background-image: linear-gradient(to bottom, #2e2e2e 0px, #1e1e1e 100%) !important;
border-color: #303030;
}
#appbar-onebar-upload-group > :nth-child(2){
border-radius: 0px;
box-shadow: none;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
background-image: linear-gradient(to bottom, #2e2e2e 0px, #1e1e1e 100%) !important;
border-color: #303030;
}
body, #guide-main, #guide-container, #masthead-search-terms, #watch7-sidebar, .exp-not-top-guide-fixed #watch-context-container, html {
background: transparent !important;
}
/* Thank you so much for all the support and stuff, subscribe to me on youtube.com/underscoreangel */
}