Stylish is a extension for Firefox that lets you modify the look and style of existing web pages
View my styles at userstyles.org.
Here are some of my styles:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(digg.com) {
#announce-invite {
display: none !important;
}
}
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(userscripts.org) {
.pages strong {
font-size:1.4em
}
}
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("http://www.google.com/ig") {
#nhdrwrapsizer {
height: 60px !important;
}
#modules {
padding-top: 10px !important;
}
#gsea {
padding-top: 0 !important;
}
}