Return to Snippet

Revision: 12859
at March 30, 2009 21:48 by hotdiggity


Initial Code
/* @group Fixes */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

body {
	font-size: 62.5%; /* 1em = 10px */
}

.clear {
	clear: both;
}

:link,:visited {
	text-decoration: none
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

h1,h2, h4, h5, h6, p, blockquote,
 ul, ol, dl, address {
    margin-bottom: 0.5em;
 /*reset margin */
}

a img,:link img,:visited img {
	border: none
}

address {
	font-style: normal
}

img {
	border-style: none;
}

blockquote {
	margin-left: 2em;
}

p {
	margin-bottom: 1em;
	text-align: left;
}

h1, h2, h3, h4 {
	text-align: left;
	font-weight: bold;
	font-color: #333;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2 em;

}

a:link, a:visited {
	color: #666;
}

a:hover, a:active {
	color: #000;
}

th, td, li, li li, li p, td p, blockquote p {
	font-size: 1em;
}


/* @end */

Initial URL


Initial Description


Initial Title
Quick CSS Reset

Initial Tags
css

Initial Language
CSS