Skip to content

Instantly share code, notes, and snippets.

@maman
Created August 12, 2012 13:58
Show Gist options
  • Select an option

  • Save maman/3331949 to your computer and use it in GitHub Desktop.

Select an option

Save maman/3331949 to your computer and use it in GitHub Desktop.
twitter - cleanup
/* need BetterTwitter v4(link below) to hide icons
* http://userstyles.org/styles/65729/better-twitter-v4-with-options
*/
@-moz-document domain("twitter.com") {
body {
background: #FFF !important;
}
.topbar {
box-shadow: none !important;
background: #FFF;
}
.global-nav, .global-nav-outer {
background: none !important;
}
.nav .active {
background: #222 !important;
}
.nav .active a {
color: #FFF !important;
border-bottom: 1px dotted #FFF !important;
}
.nav .new {
background: red !important;
}
.nav .new a {
color: #FFF !important;
border-bottom: 1px dotted #FFF !important;
}
.nav a {
background: none !important;
text-shadow: none !important;
box-shadow: none !important;
color: #222 !important;
}
.bird-topbar-etched {
display: none !important;
}
.topbar-divider {
display: none !important;
}
.topbar-tweet-btn {
background: none !important;
background-color: #FFF !important;
border: none !important;
}
.btn-tweet {
border: none !important;
background: none !important;
box-shadow: none !important;
border-radius: 2px !important;
}
.nav-tweet {
width: 120px !important;
background: none !important;
}
.nav-tweet > .hidden-elements {
color: #222;
text-shadow: none;
display: block !important;
left: 7px !important;
top: 2px !important;
background: none !important;
font-style: normal !important;
}
.nav {
margin-right: 5px !important;
}
.nav-me {
width: 100px !important;
background: none !important;
}
.nav-me > .hidden-elements {
display: block !important;
left: 0 !important;
top: 0 !important;
font-style: normal !important;
}
form#global-nav-search {
display: none !important;
}
.wrapper, .wrapper-narrow, .wrapper-permalink {
padding: 50px 0 !important;
width: 865px !important;
}
.dashboard {
display: none !important;
}
.content-main {
width: 100% !important;
border: none !important;
border-radius: 0 !important;
}
.content-header {
border: none !important;
font-family: Cambria !important;
font-style: italic !important;
z-index: 9999;
background: #FFF !important;
}
.header-inner {
border: none !important;
}
.content-header h2 {
font-size: 24pt !important;
text-align: center;
position: fixed;
margin: 0 !important;
padding: 0 !important;
width: 841px;
}
.stream-item {
border: none !important;
font-size: 14pt !important;
}
.new-tweets-bar {
border: none !important;
margin-top: 30px;
position: fixed !important;
width: 848px;
top: 17px !important;
font-size: 24pt !important;
font-family: cambria;
font-style: italic;
font-weight: bold !important;
color: red !important;
background: #FFF !important;
box-shadow: none !important;
}
.tweet {
padding: 30px 30px !important;
border: none !important;
}
.fullname {
font-family: Cambria;
font-style: italic;
}
.username {
font-family: Inconsolata;
background: red;
color: #FFF !important;
padding: 0 5px !important;
-moz-transform: skew(-13deg,0);
}
.js-action-profile-avatar, .sm-lock {
display: none !important;
}
.content {
margin: 0 !important;
}
.content p {
padding: 15px 0;
line-height: 30px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment