Skip to content

Instantly share code, notes, and snippets.

@carlosliu
Forked from cmod/minmal_twitter.css
Created September 14, 2012 01:28
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 carlosliu/3719257 to your computer and use it in GitHub Desktop.
Save carlosliu/3719257 to your computer and use it in GitHub Desktop.
Twitter stylebot
.trends, .bird-topbar-etched, .wtf-module, .site-footer, .topics {
display: none !important;
}
.wrapper, .wrapper-narrow, .wrapper-permalink {
background: none !important;
max-width: 37em !important;
}
.dashboard {
float: none !important;
width: 100% !important;
}
.content-main {
float: none !important;
width: 100% !important;
}
.global-nav {
position: relative !important;
width: 100% !important;
max-width: 37em !important;
margin: 0 auto !important;
}
.pull-right, .pull-right .nav, .secondary-nav {
float: left !important;
}
.global-nav .form-search {
width: 225px !important;
}
.topbar-divider {
display: none !important;
}
.topbar {
background-color: #333 !important;
}
.topbar-tweet-btn {
margin-left: 17px !important;
}
body {
background-image: none !important;
background-color: #333 !important;
}
.tweet-content .tweet-box {
max-width: 26em !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment