ben lowery

Hacking Bloglines beta with Stylish

Sep 20 2007

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;
}

}

Related posts:

  1. More Bloglines beta style hacking – Making big images fit
  2. Breaking the seal on Bloglines beta
  3. Bloglines β tweaks up on userstyles.org
  4. A hidden feature in Bloglines beta
  5. the bloglines font

One Response to “Hacking Bloglines beta with Stylish”

  1. [...] posted his cool WordPress themed Stylish mod. Stylish is a Firefox plugin which allows users to customize [...]

Leave a Reply