Last active
September 30, 2017 23:05
-
-
Save barvian/21a88e699b55c200ace959975c3bda33 to your computer and use it in GitHub Desktop.
Unbiased Dribbble
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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