Created
January 14, 2010 14:14
-
-
Save decklin/277191 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* widen out the whole page (i keep my browser at around 1024) */ | |
body { | |
padding: 0 2em 0 4em !important; | |
} | |
.subpage, #content, .status-body { | |
width: auto !important; | |
} | |
/* compensate for my __all__.css */ | |
li, #pagination p, #new_results_notification p { | |
max-width: inherit !important; | |
} | |
/* i know how it works, hide this useless thing */ | |
.retweet-tooltip { | |
display: none !important; | |
} | |
/* killfile (hey, at least the RT feature lets you do this) */ | |
.u-nick { | |
display: none !important; | |
} | |
/* useless advertisements */ | |
#side .promotion { | |
display: none !important; | |
} | |
/* update area (note that resize: auto is in __all__) */ | |
.status-btn .round-btn { | |
color: #000 !important; | |
} | |
.status-update-form fieldset { | |
margin: 0 !important; | |
} | |
.status-update-form textarea { | |
float: left !important; | |
} | |
#update_notifications { | |
clear: left !important; | |
width: auto !important; | |
min-height: 0 !important; | |
} | |
/* pull up meta into same block */ | |
.meta, .meta a { | |
color: #ccc !important; | |
display: inline !important; | |
} | |
.shared-content .screen-name { | |
color: #0084B4 !important; | |
} | |
/* shrink images to fit approx 2 lines of text */ | |
li.status { | |
padding: 4px 0 !important; | |
} | |
.statuses .thumb img { | |
width: 32px !important; | |
height: 32px !important; | |
} | |
.statuses .thumb { | |
margin: 0 !important; | |
padding: 2px; | |
width: 32px !important; | |
height: 32px !important; | |
} | |
.statuses .status-body { | |
margin-left: 40px !important; | |
margin-right: 20px !important; | |
min-height: 36px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment