Stylishly stylish.

So, I’ve started using Stylish, a plugin for Firefox that lets you redefine the style of websites. I started playing around with it and then began looking for some blogs to read.
A frequent visit for me, is Jono’s blog – but all that stuff around the sites, I don’t read. Also, Jono tends to post LONG posts, and I like to read them, but his fonts are uncomfortably small for me.
So here we go.
[sourcecode language=’css’]@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(“jonobacon.org”) {
a:link{
color: blue !important;
text-decoration: underline !important;
}
a:hover{
color: red !important;
}
a:visited{
color: purple !important;
}
body{
background: none !important;
font-size: 100% !important;
}
#rap{
width: 95% !important;
background-color: white !important;
}
#side2, #side, #subnav, #navmenu, .feedback,
.meta, #footer, .credit, iframe{
display: none !important;
}
#header{
background: none !important;
height: 1em !important;
}
#content{
width: 100% !important;
padding-top: 1em !important;
}
.storytitle{
background: none !important;
border-top: 3px solid #1a1a1a !important;
}
#commentlist{
background-color: #eee !important;
margin: 1em !important;
padding: 1em !important;
padding-left: 2em !important;
}
}[/sourcecode]
So, there we go. The only problem I can see is that it removes any Google ads you may have normally seen on Jono’s blog. You should buy him a pint or two when you next see him to make up for this 🙂