Skip to content

Instantly share code, notes, and snippets.

@diamondo25
Forked from RobThree/custom.css
Created January 31, 2019 10:20
Show Gist options
  • Save diamondo25/b9b51401853ba667edada95ab97109a8 to your computer and use it in GitHub Desktop.
Save diamondo25/b9b51401853ba667edada95ab97109a8 to your computer and use it in GitHub Desktop.
Maak je Tweakers.net frontpage weer bruikbaar
#categoryBar, .fpaItemsWrapper, .inbetweenContent, #highlightedProducts, .secondColumn {
display: none;
}
table.highlights td {
padding: 0;
line-height: normal;
}
.mainColumn {
width: 100% !important;
}
/*
Met dank aan ThePsionic https://tweakers.net/plan/1990/garantietermijn-bij-refurbished-producten-development-iteratie-148.html?showReaction=12535466#r_12535466
*/
.communityTopics, .communityBlogs {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
#community .communityTopics .communityItem, #community .communityBlogs .communityItem {
border: 0px;
margin: 10px 10px;
}
#community .communityBlogs .communityItem {
flex-basis: 420px;
}
#layout .mainColumn.frontpage {
border: 0px;
}
/*
Remove top bar 'Wij stellen technologie op de proef',
newsletter box under news items, True sponsored right of search bar
*/
#menubottombar, #newsletter, #search > #true {
display: none;
}
/* Remove bottom block and fix layout padding for bottom block */
#bottom {
display: none;
}
#layout {
padding-bottom: 0px;
}
#contentArea {
margin-bottom: 0px;
}
/*
Move tracker up. Might conflict with different tracker settings.
*/
#tracker {
padding-top: 50px;
}
#tracker .fakeTop .toggleVisibility {
bottom: -45px;
}
/*
Remove VA warnings
*/
.vaAdvertisement .vawarning, .vaAdvertisement .contactButton p {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment