Here’s a bit of CSS for stylish to make the Bloglines beta look a bit more like wordpress. Serif fonts FTW:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://beta.bloglines.com/b/view") {
.fullviewTemplate .templateText {
font-size: 100% !important;
font-family: Georgia !important;
max-width: 40em !important;
}
.fullviewTemplate .bl_title {
font-size: 200% !important;
font-family: Georgia !important;
padding-top: 20px !important;
}
.fullviewTemplate .bl_datetime {
position: absolute !important;
top: 0px !important;
left: 0px !important;
text-align: left !important;
}
}
Advertisements
1 reply on “Hacking Bloglines beta with Stylish”
[…] posted his cool WordPress themed Stylish mod. Stylish is a Firefox plugin which allows users to customize […]