Return to Snippet

Revision: 7663
at April 4, 2009 08:07 by Eloi


Updated Code
body {
	color: #000;
	font: normal normal 400 62.5% Arial, 'Trebuchet MS', Verdana, Sans-Serif;
	line-height: 1;
	margin: 0;
	padding: 0;
}
	body * {
		font-size: 1em;
		margin: 0;
		padding: 0;
		vertical-align: baseline;
	}
	ul, ol { list-style: none; }
	fieldset, img { border: 0; }
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	address { font-style: normal; }
	abbr, acronym {
		border: 0;
		font-variant: normal;
	}
	blockquote, q {
		quotes: "" "";
		quotes: none;
	}
		blockquote:before, blockquote:after,
		q:before, q:after { content: ""; }
	ins { text-decoration: none; }
	del { text-decoration: line-through; }
	a { 
		color: #000;
		text-decoration: none;
	}
		a:hover { text-decoration: underline; }
		/*a:focus { outline: 0; }*/

Revision: 7662
at November 13, 2008 08:11 by Eloi


Updated Code
body {
	color: #000;
	font: normal normal 400 62.5% Arial, 'Trebuchet MS', Verdana, Sans-Serif;
	margin: 0;
	padding: 0;
}
	body * {
		font-size: 1em;
		margin: 0;
		padding: 0;
	}
	ul, ol { list-style: none; }
	fieldset, img { border: 0; }
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	address { font-style: normal; }
	abbr, acronym {
		border: 0;
		font-variant: normal;
	}
	blockquote, q { quotes: "" ""; }
		blockquote:before, blockquote:after,
		q:before, q:after { content: ""; }
	a { 
		color: #000;
		text-decoration: none;
	}
		a:hover { text-decoration: underline; }
		/*a:focus { outline: 0; }*/

Revision: 7661
at August 4, 2008 18:29 by Eloi


Updated Code
body { 
	color: #000;
	font: normal normal 400 62.5% Arial, 'Trebuchet MS', Verdana, Sans-Serif;
	margin: 0;
	padding: 0;
}
	body * {
		font-size: 1em;
		margin: 0;
		padding: 0;
	}
	ul, ol { list-style: none; }
	img { border: 0; }
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	address { font-style: normal; }
	abbr, acronym {
		border: 0;
		font-variant: normal;
	}
	blockquote, q { quotes: "" ""; }
		blockquote:before, blockquote:after,
		q:before, q:after { content: ""; }
	a { 
		color: #000;
		text-decoration: none;
	}
		a:hover { text-decoration: underline; }
		a:outline { outline: none; }

Revision: 7660
at August 4, 2008 18:25 by Eloi


Initial Code
body { 
	color: #000;
	font: normal normal 400 62.5% Arial, 'Trebuchet MS', Verdana, Sans-Serif;
	margin: 0;
	padding: 0;
}
	body * {
		font-size: 1em;
		margin: 0;
		padding: 0;
	}
	ul, ol { list-style: none; }
	img { border: 0; }
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	address { font-style: normal; }
	abbr, acronym {
		border: 0;
		font-variant: normal;
	}
	blockquote, q { quotes: "" ""; }
		blockquote:before, blockquote:after,
		q:before, q:after { content: ""; }
	a { 
		color: #000;
		text-decoration: none;
	}
		a:hover { text-decoration: underline; }
		a:outline { outline: none; }

Initial URL


Initial Description
My personal Reset CSS: a mixt of YUI, Eric Meyer and others

Initial Title
Another Reset CSS

Initial Tags
css, textmate

Initial Language
CSS