Created
December 8, 2011 18:45
-
-
Save ojii/1447997 to your computer and use it in GitHub Desktop.
my stylebot style for facebook
This file contains 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
#blueBarHolder { | |
position: fixed; | |
top: 0; | |
} | |
#globalContainer { | |
padding-top: 38px; | |
} | |
#leftCol { | |
position: fixed; | |
} | |
.ego_column { | |
display: none; | |
} | |
.profilePic { | |
border-radius: 10px; | |
} | |
.uiProfilePhotoMedium { | |
border-radius: 5px; | |
} | |
.fbNubButton { | |
border-top-left-radius: 8px; | |
border-top-right-radius: 8px; | |
} | |
.actorName a, a.passiveName, a.fbxWelcomeBoxName { | |
text-shadow: #B6C4E2 2px 1px 1px; | |
} | |
.headerTinymanPhoto { | |
border-radius: 7px; | |
} | |
div.chatStatus { | |
border-top-left-radius: 5px; | |
} | |
div.commentBox div.wrap { | |
border-width: 1px 1px; | |
border-radius: 5px; | |
background: #fff; | |
} | |
div.commentBox div.uiTypeahead { | |
border: none; | |
} | |
.uiUfiAddComment .mentionsAddComment .textBoxContainer { | |
background-color: #EDEFF4; | |
} | |
ul.uiList:nth-child(2) { | |
border-top-left-radius: 7px; | |
border-top-right-radius: 7px; | |
} | |
a.uiMediaThumb, a.uiPhotoThumb, a.uiPhotoThumb img, a.uiMediaThumb i, a.uiVideoThumb img, img.music_artwork, a.external.UIImageBlock_Image img { | |
border-radius: 5px; | |
} | |
.submitBtn { | |
border-radius: 7px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment