lime icon

Phosphorus and Lime

A Developer's Broadsheet

This blog has been deprecated. Please visit my new blog at klenwell.com/press.
CSS: antarctica skin
Just something I put together over the weekend, but I rather like it:

<style type="text/css">

/* DEFAULT HTML TAGS */
/* reference: http://kurafire.net/lab/initial.css?v21 */
/*____________________________________________________________________________*/

h1, h2, h3, h4, h5, h6 { font-family:"Trebuchet MS", Helvetica, sans-serif; margin:0 0 4px; padding:0; }
p, pre, blockquote, ul, ol, dl, address { margin: 1em 0; padding: 0; }
ul li { list-style:none; margin-left:.5em; }
form, fieldset { margin: 0; padding: 0; }
dd, blockquote { margin-left: .5em; }
form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea { font-size: 100%; }
table { border-collapse:collapse; }
td { vertical-align:top; }

/*____________________________________________________________________________*/

body
{
font-family:arial,helvetica,sans-serif;
color:#ccc;
}
a { color:#ccf; }
a:hover { color:#66f; }

#masthead
{
margin:0 0 10px;
padding: 0 0 4px;
}
#masthead h1 { margin:0; font-weight:normal; }
#masthead h6 { font-size:12px; }
#masthead p { margin:0; font-size:11px; font-family:"Lucida Console", Monaco, monospace; }

#core h2 { margin:0; }
#core p { margin:0 0 6px; font-family:Verdana, Geneva, sans-serif; font-size:11px; }

</style>