Skip to content

Instantly share code, notes, and snippets.

@GerB
Last active June 19, 2018 06:55
Show Gist options
  • Save GerB/18caae974c87549324776502ef7ad939 to your computer and use it in GitHub Desktop.
Save GerB/18caae974c87549324776502ef7ad939 to your computer and use it in GitHub Desktop.
Tweakers.net custom css
/* hide banners */
.leaderBoard,
#b_tb, #b_btb, #b_re, #b_br, #b_ad, #b_ac, #weborama_inArticle_div {
display: none !important;
}
.takeoverBg {
background: none repeat scroll 0 0 rgb(233, 234, 234) !important;
}
/* irritante avatars */
[data-owner-id="881621"] img {
display: none;
}
/* Kleuren */
.reactieBody.spotlight {
background-color: #ecfaf0;
}
/* User */
#menu #userbar .username {
width: 33px;
overflow: hidden;
padding-right: 0;
}
#userbar .username::before {
content: "Ger ";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment