Code:
/* My take on the CSS Reset */
a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4,
h5, h6, hr, html, i, img, ins, kbd, label, legend, li, map, object, ol, p, param, pre,
q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead,
tr, tt, ul, var {
margin: 0;
padding: 0;
}
body {
background: #333;
color: #000;
/* the font "Lucida Console" is included for development only - remove it when you're finished, but don't change anything else */
font: 85%/150% "lucida console", tahoma, verdana, arial, helvetica, sans-serif;
letter-spacing: 1px;
margin: 0;
padding:0;
}
fieldset {
border: 0;
display: inline; /* this squashes an IE bug */
}
h1, h2, h3, h4, h5, h6 {
font-family: georgia, garamond, "times new roman", times, serif;
font-weight: bold;
}
h1 {
font-size: 1.5em;
font-weight: normal;
line-height: 1.8em;
}
h2 {
font-size: 1.25em;
}
h3 {
font-size: 1em;
}
h4 {
font-size: 0.95em;
}
h5 {
font-size: 0.85em;
}
h6 {
font-size: 0.75em;
}
img {
border: 0; /* this squashes a Firefox bug */
vertical-align: bottom; /* this squashes an IE bug */
}
table {
border: 0;
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
font-weight: 400;
text-align: left;
}
/* ok, now that the "reset" is out of the way, let's get to the layout, shall we? */
Bookmarks