Skip to content

Instantly share code, notes, and snippets.

@kirsn
Last active June 15, 2016 04:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kirsn/5283950 to your computer and use it in GitHub Desktop.
Save kirsn/5283950 to your computer and use it in GitHub Desktop.
My styling for the twitter website. Works with Stylish firefox addon
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("twitter.com") {
body{
font-family: "Georgia",serif !important;
background-color: white !important;
background-image: none !important;
font-size: 16px;
}
.profile-card.profile-header {
float: left !important;
}
.fullname {
color: silver !important;
font-weight: normal !important;
}
.username {
font-size: 100% !important;
}
.stream-item-header .account-group {
color: #999999;
font-size: 0.6em !important;
}
.content-main {
/*width: 50% !important;*/
float: left !important;
}
.stream-item, .unfocusable-stream-item, .tweet {
border: 0px !important;
}
.dashboard, .cards-media-container, .action-fav-container.js-toggle-state.js-toggle-fav, .more-tweet-actions, .action-reply-container, div.is-preview, .promoted-tweet, .AdaptiveMedia-singlePhoto, .u-block, .SummaryCard-image {
display: none !important;
}
.OldMedia-singlePhoto img {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment