Skip to content

Instantly share code, notes, and snippets.

@skybldev
Last active July 30, 2019 03:38
Show Gist options
  • Save skybldev/1e5fe33e090b0a487b7b50509152b936 to your computer and use it in GitHub Desktop.
Save skybldev/1e5fe33e090b0a487b7b50509152b936 to your computer and use it in GitHub Desktop.
wip
/* consolidated */
body,
.content,
#header-bottom-left,
.side,
.res-expando-box,
.expando,
.crosspost-preview-header {
background-color: #0D1016;
}
#text,
#sr-header-area,
.trending-subreddits,
.listing-chooser {
display:none;
}
/* top */
#header-bottom-left {
height: 25px;
position: fixed;
width: 100%;
box-shadow: 0px 4px 8px 1px rgba(0,0,0,0.68);
}
#header-img.default-header {
display:none;
background-size: contain;
background-repeat: no-repeat;
background-color: #FF8F40;
background-image: url(https://i.imgur.com/ziQglSM.png);
color: transparent;
width: 10px;
height: 100px;
}
.pagename {
margin-left: 5px;
}
.pagename a {
color: whitesmoke;
}
#header {
border:none;
}
.tabmenu li.selected a {
background-color: transparent;
border-bottom: 2px solid #FFB454;
padding-bottom: 3px;
color: #B3B1AD;
}
.tabmenu li a {
background-color: transparent;
font-size: 8pt;
color: #3D424D;
}
/* whole */
body.with-listing-chooser {
margin-top: -5px;
}
#siteTable {
padding-top: 36px;
}
.content {
margin-top: 0px;
}
.expando {
margin: 0px;
}
/* posts */
.thing .title {
color: #B3B1AD;
}
.thing .title:visited {
color: #626A73;
}
.thing .res-selected .top-matter {
background-color: #01060E;
}
.thing.res-selected {
margin-left: -6px;
border-left: 6px solid #E6B450;
}
.entry.res-selected {
padding-right: 0px;
}
.crosspost-preview.video {
border-top: 2px solid #E6B450;
border-bottom: none;
border-left: none;
border-right: none;
border-radius: 0px;
}
/* bottom */
#header-bottom-right {
top: 100px;
position: fixed;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment