Skip to content

Instantly share code, notes, and snippets.

@garrett
Created November 15, 2009 00:51
Show Gist options
  • Save garrett/234882 to your computer and use it in GitHub Desktop.
Save garrett/234882 to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("twitter.com") {
html {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
/** /
overflow: hidden;
/**/
}
body {
background-color: #fff !important;
color: #000 !important;
}
#header,
#footer,
.content-bubble-arrow {
display: none;
}
#container {
margin: 0 !important;
width: auto !important;
}
table.columns {
position: absolute;
top: 0;
}
#content .wrapper {
/**/
position: absolute;
top: 11ex;
bottom: 0;
width: auto !important;
/** /
overflow: auto;
height: 100% !important;
/**/
background: #fff;
padding: 0 !important;
font-size: 0.9em;
}
.status-body {
width: auto !important;
}
.status-update-form textarea {
width: 96% !important;
}
/** Sidebar **/
#side_base {
/**/
position: absolute;
top: 0;
left: 0;
right: 0;
/**/
/** /
float: left;
/**/
width: auto !important;
height: 11ex;
}
#side {
width: auto !important;
font-size: 0.9em !important;
}
#side #custom_search {
/*
float: right;
*/
position: absolute;
top: 0;
right: 0;
padding-right: 7px !important;
}
#side>div,#side>ul {
float: left;
}
#profile>div{
float: left !important;
clear: none !important;
}
#profile .user_icon a {
display: block;
}
#profile .user_icon a > img {
float: left;
}
#profile .user_icon a > * {
position: relative !important;
}
#profile #me_name {
float: left;
}
#profile #me_tweets {
float: left;
position: relative;
/* Hide this for now... */
display: none;
}
#profile .stats a span {
display: inline !important;
}
#primary_nav {
/*
position: absolute;
bottom: 0;
left: 3px;
*/
clear: both;
margin-left: 7px !important;
}
#primary_nav li {
float: left;
}
#primary_nav li a {
padding: 3px 12px !important;
background-color: transparent !important;
font-weight: normal !important;
}
#primary_nav li.active a {
background-color: #fff !important;
}
.promotion {
display: none;
}
.collapsible {
float: right !important;
width: auto !important;
overflow: visible !important;
position: relative;
}
.collapsible h2.sidebar-title {
width: auto !important;
background: none !important;
}
.collapsible>ul{
display: none
}
#rssfeed {
display: none !important;
}
.collapsible:hover>ul{
display: block !important;
position: absolute;
top: 2em;
left: 0;
z-index: 100;
}
#saved_searches:hover>ul{
left: auto;
right: 0;
}
.collapsible>ul>li {
margin-left: 14px;
padding: 3px 7px;
background-color: #eee;
color: #333;
}
#following {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment