Skip to content

Instantly share code, notes, and snippets.

@jpsilvashy
Created July 24, 2009 22:26
Show Gist options
  • Save jpsilvashy/154588 to your computer and use it in GitHub Desktop.
Save jpsilvashy/154588 to your computer and use it in GitHub Desktop.
The default stylesheet used on our projects, a great place to start.
/* New Gold Leaf */
/* http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
body {line-height:1;}
ol, ul {list-style-type:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}
:focus {outline:0;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
table {width:99%; margin-bottom:1.4em;}
th {border-bottom:2px solid #2a2e18; font-weight:bold; text-align:left;}
td {border-bottom:1px solid #2a2e18;}
th, td {padding:4px 0px 4px 0;}
tr:last-child td {border-bottom-width:0;}
tfoot {font-style:italic;}
caption {background:transparent;}
/* Modified from: http://code.google.com/p/blueprintcss/
----------------------------------------------------------------------------------------- */
body, blockquote * {font:12px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;}
h1, h2, h3, h4 {font-weight:normal;}
p {}
ul {list-style-type:none; list-style-position:inside;}
ol {list-style-type:decimal; list-style-position:inside;}
abbr, acronym {border-bottom-width:0;}
strong {font-weight:bold;}
em {font-style:italic;}
/* New Gold Leaf styles
----------------------------------------------------------------------------------------- */
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<!-- Stylesheets -->
<!-- JavaScripts -->
<title></title>
</head>
<body>
<h1></h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment