Skip to content

Instantly share code, notes, and snippets.

@Two9A
Last active April 29, 2016 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Two9A/e77796f6988aac948118d3f562e63ba6 to your computer and use it in GitHub Desktop.
Save Two9A/e77796f6988aac948118d3f562e63ba6 to your computer and use it in GitHub Desktop.
User CSS on top of /r/SpaceX's style (FIrefox/Stylish)
@-moz-document regexp("https?:\\/\\/(?!.*i\\.).*\\.reddit\\.com.*") {
body.res-r-spacex { top: 110px; background: none !important; }
body.res-r-spacex #header { top: -110px; height: 110px; }
body.res-r-spacex #header #sr-header-area { background: hsl(0, 0%, 20%); }
body.res-r-spacex #header #header-bottom-left { height: 90px; }
body.res-r-spacex #header #header-bottom-right { background: hsl(0, 0%, 20%); top: 0; }
body.res-r-spacex #header #header-bottom-right::before { border-top-color: hsl(0, 0%, 20%); }
body.res-r-spacex #header #header-img-a { height: 90px; background-size: 130px 90px; background-position: 10px -5px; }
body.res-r-spacex #header div#header-bottom-left .redditname a { background-size: 210px 90px; height: 90px; }
body.res-r-spacex #header div#header-bottom-left ul.tabmenu { height: 90px; }
body.res-r-spacex #header div#header-bottom-left ul.tabmenu li { line-height: 90px; }
body.res-r-spacex .side { background-color: rgba(55, 65, 72, 0.3); }
body.res-r-spacex .side .titlebox .md h3:nth-of-type(1) { display: none !important; }
body.res-r-spacex .side .titlebox .md h3:nth-of-type(2) { background: rgba(55, 65, 72, 0.3); border-bottom-width: 0; }
body.res-r-spacex .side .titlebox .md h3:nth-of-type(3) { display: none !important; }
body.res-r-spacex .side .titlebox .md h3:nth-of-type(4) { left: 0; background: rgba(55, 65, 72, 0.3); }
body.res-r-spacex .side .titlebox .md h3:nth-of-type(4) a { padding: 3px 20px 0 50px !important; font-size: 11px !important; }
body.res-r-spacex .side .titlebox .md h3:nth-of-type(4) a::before { display: block !important; }
body.res-r-spacex .side .titlebox .md h3:nth-of-type(4) a:hover { background: rgba(99, 118, 131, 0.4); }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment