Skip to content

Instantly share code, notes, and snippets.

@adacable
Created May 14, 2014 14:43
Show Gist options
  • Select an option

  • Save adacable/a0191611ffa7e30be530 to your computer and use it in GitHub Desktop.

Select an option

Save adacable/a0191611ffa7e30be530 to your computer and use it in GitHub Desktop.
@-moz-document domain("twitter.com") {
.global-nav .container{
max-width:890px;
}
#global-actions>li{
width:96.6666667px;
}
#global-actions > li > a{
padding:0;
display:block;
margin:0 auto;
}
.nav>li>a .text{
display:none;
}
.nav>li .Icon{
margin:11px 0 0 00px;
width:100%;
}
.bird-topbar-etched{
display:none;
}
#global-new-tweet-button{
color:white;
}
#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{
background:white;
}
.tweet-btn{
background:white;
background-color:white;
}
.Icon--tweet:before{
color:black;
}
.tweet-btn, .tweet-btn:focus{
color:black;
}
.primary-btn:hover > .Icon--tweet:before,
.primary-btn:focus > .Icon--tweet:before{
color:white;
}
#global-new-tweet-button:hover{
background-color:black;
}
.tweet-btn:hover .Icon--tweet:before{
color:white;
}
[data-global-action="discover"]{
display:none;
}
.global-nav .people .count.new-count{
display:none
}
.ProfilePreviewBanner{
display:none;
}
.spoonbill-outer{
display:none;
}
.dashboard-right{
display:none;
}
#page-container{
width:900px!important;
margin:0 auto;
}
.ProfileTweet--high .ProfileTweet-text {
font-weight: 400;
font-size: 16px;
line-height: 22px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment