Last active
August 29, 2015 14:02
-
-
Save XtinaSchelin/a1061e78bc8d73e5e65f to your computer and use it in GitHub Desktop.
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
| /* In Chrome Stylish, set the Applies To to: URLs on the domain: twitter.com | |
| /* Revert all fonts to 14px Arial. */ | |
| p.ProfileTweet-text, ul.ProfileHeading-toggle li, div.ProfileHeaderCard p, div.ProfileHeaderCard div { | |
| font-family: Arial !important; | |
| font-size: 14px !important; | |
| line-height: 16px !important; | |
| } | |
| /* Hide "person followed account!!" blurb. */ | |
| div.ScrollBump--recentlyFollowed { | |
| display: none !important; | |
| } | |
| /* Move time items to the right. */ | |
| a.tweet-timestamp, div.ProfileTweet-authorDetails > span.u-pullLeft:last-child { | |
| float: right !important; | |
| } | |
| /* The font of permalinked tweets. */ | |
| div.permalink-tweet p { | |
| font-family: "Georgia" !important; | |
| font-size: 22px !important; | |
| color: #333335 !important; | |
| line-height: 120% !important; | |
| font-weight: 100 !important; | |
| } | |
| div.permalink-tweet p b { | |
| font-family: "Georgia" !important; | |
| font-size: 22px !important; | |
| line-height: 120% !important; | |
| font-weight: 100 !important; | |
| } | |
| /* Times on permalinked tweets. */ | |
| span.metadata, div.permalink-header span.username, a.account-group span.username, a.tweet-timestamp { | |
| color: #999 !important; | |
| font-family: Arial !important; | |
| } | |
| span.metadata { | |
| font-size: 12px !important; | |
| } | |
| /* Sidebar headers. */ | |
| div.flex-module-header h3 { | |
| font-size: 14px !important; | |
| } | |
| /* Header bar. */ | |
| div.topbar div { | |
| background-color: #282828 !important; | |
| } | |
| ul#global-actions li a { | |
| font-weight: 100 !important; | |
| font-family: Arial !important; | |
| font-size: 12px !important; | |
| } | |
| ul#global-actions li.active a { | |
| color: #FFF !important; | |
| border-bottom-color: #218FDE !important; | |
| } | |
| #global-actions > li:hover > a, #global-actions > li > a:focus, .nav.right-actions > li > a:hover, .nav.right-actions > li > button:hover, .nav.right-actions > li > a:focus, .nav.right-actions > li > button:focus { | |
| color: #FFF !important; | |
| } | |
| /* Search box. */ | |
| form#global-nav-search input { | |
| background-color: #DDD !important; | |
| color: #000 !Important; | |
| } | |
| /* Search results list. */ | |
| div[class="dropdown-menu typeahead"], div[class="dropdown-inner js-typeahead-results"] ul, div[class="dropdown-inner js-typeahead-results"] div { | |
| background-color: #FFF !important; | |
| } | |
| /* Modal title. */ | |
| div.modal-header { | |
| background-color: #999 !important; | |
| color: #000 !important; | |
| } | |
| div.modal-header h3 { | |
| color: #000 !important; | |
| } | |
| /* Profile bg images. */ | |
| div.ProfileCanopy-header { | |
| background-image: none !important; | |
| height: 125px !important; | |
| } | |
| div.ProfileCanopy { | |
| padding-bottom: 0 !important; | |
| height: 180px !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment