Skip to content

Instantly share code, notes, and snippets.

@meqif
Created March 4, 2009 22:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meqif/74041 to your computer and use it in GitHub Desktop.
Save meqif/74041 to your computer and use it in GitHub Desktop.
html { background: #f0f0ee; }
h1 { font-size: 200%; text-align: center; }
h2 { font-size: 150%; }
h3 { font-size: 110%; }
h1, h2, h3 { margin: 0.65em 0 0.5em 0; font-weight: bold; }
p { margin: 0.75em 0 0.75em 0; }
ul, ol { margin: 1em 0; padding-left: 2.5em; }
li { list-style: disc outside; }
body {
background: #f0f0ee;
color: black;
font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
font-size: 11px;
line-height: 1.7; text-align: left;
}
#page {
background: white none repeat scroll 0% 0%;
border: 1px solid #ccc;
margin: 2.5em auto 0px;
width: 60.25em;
}
#content {
padding: 1em;
}
#footer {
margin-top: 10px;
text-align: center;
}
img {
border: 0;
}
img.border {
border: 2px solid #ccc;
padding: 2px;
background: #f0f0f0;
}
img.right {
float: right;
}
a:link {
background:transparent none repeat scroll 0% 0%;
color:#0066CC;
text-decoration:none;
}
a:visited {
background:transparent none repeat scroll 0% 0%;
color:#003399;
text-decoration:none;
}
a:hover, a:active {
text-decoration:underline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment