Skip to content

Instantly share code, notes, and snippets.

@axelav
Forked from cmod/minmal_twitter.css
Created September 27, 2012 19:44
Show Gist options
  • Save axelav/3796044 to your computer and use it in GitHub Desktop.
Save axelav/3796044 to your computer and use it in GitHub Desktop.
Twitter stylebot
/* -------------------------------------------------
MINIMAL TWITTER FOR FLUID / USERSTYLES
Special thanks to:
Max Fenton (@maxfenton) for kicking this off
------------------------------------------------- */
.trends,
.bird-topbar-etched,
.wtf-module,
.site-footer,
.topics,
.profile,
.topbar-tweet-btn {
display: none !important;
}
.wrapper,
.wrapper-narrow,
.wrapper-permalink {
background: none !important;
max-width: 30em !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: 30em !important;
margin: 0 auto !important;
}
.pull-right,
.pull-right .nav,
.secondary-nav {
float: left !important;
}
.global-nav .form-search {
width: 180px !important;
float: left;
}
.global-nav .search-input {
width: 125px !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;
}
.profile-card-inner {
width: 40% !important;
}
.inline-reply-tweetbox.swift .tweet-box {
width: 320px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment