Skip to content

Instantly share code, notes, and snippets.

@lextra2
Last active February 4, 2020 15:32
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 lextra2/66c50f6409ff3f59414fccd59c31e160 to your computer and use it in GitHub Desktop.
Save lextra2/66c50f6409ff3f59414fccd59c31e160 to your computer and use it in GitHub Desktop.
techpowerup.com CSS
/* background color */
.site-header,
#page {
background-color: rgb(235, 235, 235) !important;
}
/* hides sidebar */
.sidebar {
display: none;
}
/* corrects content width */
.content {
width: 100%;
}
/* hides poll */
.frontpage-extra {
display: none;
}
/* hides todays files and reviews */
.todayslist {
display: none;
}
/* hides footer */
.site-footer {
display: none;
}
/* hides "Patreon Early Access" - "Trending Topics" and Sticky */
.patreon-previews,
.pinned-news2,
.newspost.newspost--is-sticky,
.newspost.review {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment