Skip to content

Instantly share code, notes, and snippets.

@barvian
Last active September 30, 2017 23:05
Show Gist options
  • Save barvian/21a88e699b55c200ace959975c3bda33 to your computer and use it in GitHub Desktop.
Save barvian/21a88e699b55c200ace959975c3bda33 to your computer and use it in GitHub Desktop.
Unbiased Dribbble
@import url("https://fontlibrary.org/face/adobe-blank");
/* Shots */
.dribbble-shot .tools {
height: 11px;
}
.dribbble-shot .tools .cmnt,
.dribbble-shot .tools .views {
display: none;
}
.dribbble-shot .tools .fav a[href$='fans'] {
display: none;
}
.dribbble-shot .tools .fav .toggle-fav::after {
content: 'Like?';
}
.dribbble-shot .tools .fav.marked .toggle-fav::after {
content: 'Like';
}
/* Shot pages */
.shot-stats .likes-count { display: none }
.shot-stats .views-count { display: none }
.shot-stats .buckets-count { display: none }
.comment-meta-likes, #comments-section .count {
font-family: 'AdobeBlankRegular';
font-weight: normal;
font-style: normal;
}
#comments-section .count .meta {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Profiles */
#profile .full-tabs-links .followers .count,
#profile .full-tabs-links .listed .count,
#profile .profile-head + .constrained-content > h2.section,
#profile .player-list-results h2.section,
#profile-secondary .full-tabs-links .followers .count,
#profile-secondary .full-tabs-links .listed .count,
#profile-secondary .profile-head + .constrained-content > h2.section,
#profile-secondary .player-list-results h2.section {
display: none;
}
/* Profile cards */
.player-stats .stat-followers {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment