Skip to content

Instantly share code, notes, and snippets.

@jelmervdl
Created July 29, 2013 12:16
Show Gist options
  • Save jelmervdl/6103933 to your computer and use it in GitHub Desktop.
Save jelmervdl/6103933 to your computer and use it in GitHub Desktop.
Hipster Facebook
#chatFriendsOnline {
display: none
;
}
#fbTimelineHeadline .profilePicThumb,
#fbTimelineHeadline .profilePic {
border-radius: 50%;
}
.-cx-PRIVATE-uiSquareImage__large,
.-cx-PRIVATE-uiSquareImage__size32,
.-cx-PRIVATE-fbChatOrderedList__item .pic,
.-cx-PRIVATE-splitImage__root .img,
.-cx-PRIVATE-webMessengerMessageGroup__profileimagebordered,
.-cx-PRIVATE-fbChatMessageGroup__root .profilePhoto {
border: 1px solid #ccc;
border-radius: 50%;
}
.-cx-PUBLIC-timelineOneColMin__root .-cx-PUBLIC-fbTimelineWallPostUnit__posterpiclink:after,
.-cx-PUBLIC-timelineOneColMin__root .-cx-PUBLIC-fbTimelineUnitActor__imagewrap:after,
.-cx-PUBLIC-timelineOneColMin__root .timelineUnitContainer .UFIComment .UFIImageBlockImage:after,
.-cx-PUBLIC-timelineOneColMin__root .timelineUnitContainer .UFIReplyActorPhotoWrapper:after {
background-image: none;
}
.fbFriendsOnlineFacepile {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment