Simple Sage Stylesheet

Posted Saturday, July 30, 2005

Filed under: ,

Sage reader is a usefull RSS extension for Firefox. The default stylesheet is annoying though, so here's a very simple one to get just the text, in a much more readable layout: sage.css.

body {
color: #000;
background-color: #357;
width: 94%;
margin: auto;
}
h1,h2 {
font-size: medium;
font-weight: normal;
}
h1 {text-align: center}
h2 {
background-color: #efebef;
padding: 0 0 0.5em;
margin-top: 0;
}

p {text-align: justify}
a {color: #f00;}

a:visited
{color: #234012;}

#rss-header {
background-color: #234;
color:#bbc;
border: 1px solid #c0c0c0;
padding: 2px 8px;
}
#rss-header a {color: #fff}

.item {
border: 5px outset #bbb;
margin: 10px auto;
background-color: #fff;
}
.item-desc {
padding: 0 1em 0 0.5em;
text-align: justify}

.item-pubDate, .item-technorati, .item-ordinal {display: none}

Comments disabled because of spammers.

comment #1 On 31/07, Fetard wrote :

A little bit too dark but nice :-)

Technorati Profile