lime icon

Phosphorus and Lime

A Developer's Broadsheet

This blog has been deprecated. Please visit my new blog at klenwell.com/press.
CSS: wikipedia
A stylesheet for blog-based prospective wikipedia entries -- I plan on using it for my prospective contributions.

<style type="text/css">
.wikipedia
{
width:auto; margin:.5em; padding:1em;
font:1em Georgia,serif;
color:#999;
background-color:#fff;
border:1px solid #eee;
}
.wikipedia a { color:#99f; }
.wikipedia a:hover { color:#33f; text-decoration:none; }

.wikipedia h2
{
margin:0;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-weight:normal;
font-size:1.8em;
}
.wikipedia h5
{
margin:0 0 8px;
font-family:arial,helvetica,sans-serif;
font-weight:normal;
}
.wikipedia p
{
line-height:1.4em;
color:#666;
text-align:justify;
}
.wikipedia blockquote
{
margin:.5em 0 .5em 2em;
font-size:.9em;
}
.wikipedia sup
{
font-family:verdana,geneva,sans-serif;
font-size:.8em;
color:#ccc;
}
.wikipedia dl
{
margin:0;
padding:.5em 0;
text-indent:0;
font-size:.7em;
border-top:1px solid #000;
}
.wikipedia dd { margin:0 0 .5em; padding:0; }
</style>


One hangup: the line-break thing on blogger, which would argue dropping the p tag.