reading
Version:
A minimal RSS/Atom feed reader
56 lines (55 loc) • 1.11 kB
CSS
body {
font-size:1em;
font-weight:normal;
font-family:'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
line-height:1.4em;
color:#222;
}
article {
width:100%;
height:auto;
border-bottom:2px solid #dadada;
margin:0;
padding:1.2em 4px;
font-size:0.875
}
article a:link {
color:#3344dd;
}
article a:visited {
color:#884488;
}
article a:hover, article a:focus, article a:active {
color:#bb1122;
}
h1, article h2, article h3 {
display:inline-block;
color:#666;
font-variant:small-caps;
margin:0.2em 0;
}
h2 a:link, h3 a:link,
h2 a:visited, h3 a:visited {
text-decoration:none;
color:#666;
}
.date {
font-variant:small-caps;
font-size:0.9em;
line-height:0.9em;
color:#767676;
margin:0 0 1.2em 0;
font-weight:normal;
}
article p, article div {
font-weight:normal;
}
caption {
color:#767676;
margin:0;
font-weight:normal;
}
/* whitelisted tags
'h3', 'h4', 'h5', 'h6', 'blockquote', 'p', 'a', 'ul', 'ol',
'nl', 'li', 'b', 'i', 'strong', 'em', 'strike', 'code', 'hr', 'br', 'div',
'table', 'thead', 'caption', 'tbody', 'tr', 'th', 'td', 'pre' */