Created
February 17, 2010 17:18
-
-
Save digitaljhelms/306823 to your computer and use it in GitHub Desktop.
Fluid SSB userstyle for PyCon Live Stream
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
/******************************************** | |
* | |
* Fluid SSB userstyle for PyCon Live Stream by http://twitter.com/digitaljhelms | |
* Download the x512 SSB application icon here: http://drp.ly/qgqau | |
* | |
* Screenshots: | |
* 1 - http://twitpic.com/13scyf | |
* 2 - http://twitpic.com/13sczr | |
* | |
*******************************************/ | |
.built-by { | |
float:left; | |
padding-bottom:15px !important; | |
margin-top:0 !important; | |
} | |
.trending-topics ul { | |
float:left; | |
margin:0 45px 0 0 !important; | |
width:305px; | |
} | |
.trending-topics ul li { | |
display:inline-block !important; | |
margin:5px !important; | |
} | |
.trending-topics h3 { | |
display:none !important; | |
} | |
.helptext { | |
display:none !important; | |
} | |
.trending-topics { | |
clear:both !important; | |
margin:15px !important; | |
position:relative !important; | |
left:auto !important; | |
top:auto !important; | |
} | |
.stream { | |
margin:0 0 0 -35px !important; | |
width:588px !important; | |
} | |
.header { | |
display:none !important; | |
} | |
h2.home { | |
display:none !important; | |
} | |
ul.items li.pycon-announcement { | |
margin-left:55px !important; | |
} | |
ul.items li.twitter, ul.items li.github, ul.items li.bitbucket { | |
padding-right:10px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment