Return to Snippet

Revision: 12889
at September 28, 2010 04:23 by BFTrick


Updated Code
@charset "utf-8";
/* CSS Document */

/****************************************************************
  Reset  -  http://tantek.com/log/2004/undohtml.css  -  http://meyerweb.com/eric/tools/css/reset/
****************************************************************/
html, body, h1, h2, h3, h4, h5, h6, p, img, blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form, input, textarea, fieldset, pre, ul, ol, li
{ margin: 0px; padding: 0px;}

address { font-style: normal; }
acronym, abbr { border-bottom: 1px #000000 dashed; cursor: help; }

a img, img { border: none; }
a { text-decoration: none; }

table { border: 0px; border-collapse: collapse; border-spacing: 0px; }
table td, table th { margin: 0px; padding: .1em; empty-cells: show; vertical-align: top; }
caption {}
th {}

/****************************************************************
General Styles
****************************************************************/

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/*Font Size*/
h6{font-size: 1.0em;}
h5{font-size: 1.2em;}
h4{font-size: 1.4em;}
h3{font-size: 1.6em;}
h2{font-size: 1.8em;}
h1{font-size: 2.0em;}
p{font-size: 1.0em;}

/*spacing*/
p, h1, h2, h3, h4, h5, h6, ul, ol{
	margin-top: 1em;
	margin-bottom: 1em;
}
ul, ol, blockquote{
	padding-left: 20px;
}

/*Add Scroll bar in all browsers - http://www.nealgrosskopf.com/tech/thread.asp?pid=12*/
html { overflow-y: scroll; }


/****************************************************************
General Classes
****************************************************************/

/*alignment*/
.center{
	text-align: center;	
}
.left{
	text-align: left;	
}
.right{
	text-align: right;	
}
.clear{
	clear: both;	
}

/*margin*/
.flushBottom{
	margin-bottom: 0px;	
}
.flushTop{
	margin-top: 0px;	
}
/*margin*/



/****************************************************************
CSS Diagnostics - http://www.nealgrosskopf.com/tech/thread.asp?pid=3
****************************************************************/

/* Deprecated Elements */
/*
center, font, s, strike, u, marquee, blink
{ border: 5px solid red !important; }
*/

/* Deprecated Attributes */
/*
br[clear], hr[noshade], *[color],
*[bordercolorlight], *[bordercolordark], *[bordercolor], *[background], *[bgcolor], *[nowrap],
ol[compact], ul[compact], *[start],
img[hspace], img[vspace]
*[align], *[valign],
*[height], *[width],
ul[type], ol[type], li[type],
font[size], hr[size]
{ border: 5px dotted red !important; } 
*/

/* Empty Elements */
/*
.content div:empty, .content span:empty, .content li:empty, .content p:empty, .content td:empty, .content th:empty 
{ padding: 20px; border: 5px solid yellow !important; }
*/

/* Empty Attributes */
/*
*[alt=""], *[title=""], *[id=""], a[href=""], a[href="#"] 
{ border: 5px dotted yellow !important; }
*/

Revision: 12888
at September 28, 2010 04:22 by BFTrick


Updated Code
@charset "utf-8";
/* CSS Document */

/****************************************************************
  Reset  -  http://tantek.com/log/2004/undohtml.css  -  http://meyerweb.com/eric/tools/css/reset/
****************************************************************/
html, body, h1, h2, h3, h4, h5, h6, p, img, blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form, input, textarea, fieldset, pre, ul, ol, li
{ margin: 0px; padding: 0px;}

address { font-style: normal; }
acronym, abbr { border-bottom: 1px #000000 dashed; cursor: help; }

a img, img { border: none; }
a { text-decoration: none; }

table { border: 0px; border-collapse: collapse; border-spacing: 0px; }
table td, table th { margin: 0px; padding: .1em; empty-cells: show; vertical-align: top; }
caption {}
th {}

/****************************************************************
General Styles
****************************************************************/

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/*Font Size*/
h6{font-size: 1.0em;}
h5{font-size: 1.2em;}
h4{font-size: 1.4em;}
h3{font-size: 1.6em;}
h2{font-size: 1.8em;}
h1{font-size: 2.0em;}
p{font-size: 1.0em;}

/*spacing*/
p, h1, h2, h3, h4, h5, h6, ul, ol{
	margin-top: 1em;
	margin-bottom: 1em;
}
ul, ol, blockquote{
	padding-left: 20px;
}

/*Add Scroll bar in all browsers - http://www.nealgrosskopf.com/tech/thread.asp?pid=12*/
html { overflow-y: scroll; }


/****************************************************************
General Classes
****************************************************************/

/*alignment*/
.center{
	text-align: center;	
}
.left{
	text-align: left;	
}
.right{
	text-align: right;	
}
.clear{
	clear: both;	
}

.flushBottom{
	margin-bottom: 0px;	
}
.flushTop{
	margin-top: 0px;	
}



/****************************************************************
CSS Diagnostics - http://www.nealgrosskopf.com/tech/thread.asp?pid=3
****************************************************************/

/* Deprecated Elements */
/*
center, font, s, strike, u, marquee, blink
{ border: 5px solid red !important; }
*/

/* Deprecated Attributes */
/*
br[clear], hr[noshade], *[color],
*[bordercolorlight], *[bordercolordark], *[bordercolor], *[background], *[bgcolor], *[nowrap],
ol[compact], ul[compact], *[start],
img[hspace], img[vspace]
*[align], *[valign],
*[height], *[width],
ul[type], ol[type], li[type],
font[size], hr[size]
{ border: 5px dotted red !important; } 
*/

/* Empty Elements */
/*
.content div:empty, .content span:empty, .content li:empty, .content p:empty, .content td:empty, .content th:empty 
{ padding: 20px; border: 5px solid yellow !important; }
*/

/* Empty Attributes */
/*
*[alt=""], *[title=""], *[id=""], a[href=""], a[href="#"] 
{ border: 5px dotted yellow !important; }
*/

Revision: 12887
at June 25, 2010 23:11 by BFTrick


Updated Code
@charset "utf-8";
/* CSS Document */

/****************************************************************
  Reset  -  http://tantek.com/log/2004/undohtml.css  -  http://meyerweb.com/eric/tools/css/reset/
****************************************************************/
html, body, h1, h2, h3, h4, h5, h6, p, img, blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form, input, textarea, fieldset, pre, ul, ol, li
{ margin: 0px; padding: 0px;}

address { font-style: normal; }
acronym, abbr { border-bottom: 1px #000000 dashed; cursor: help; }

a img, img { border: none; }
a { text-decoration: none; }

table { border: 0px; border-collapse: collapse; border-spacing: 0px; }
table td, table th { margin: 0px; padding: .1em; empty-cells: show; vertical-align: top; }
caption {}
th {}

/****************************************************************
General Styles
****************************************************************/

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/*Font Size*/
h6{font-size: 1.0em;}
h5{font-size: 1.2em;}
h4{font-size: 1.4em;}
h3{font-size: 1.6em;}
h2{font-size: 1.8em;}
h1{font-size: 2.0em;}
p{font-size: 1.0em;}

/*spacing*/
p, h1, h2, h3, h4, h5, h6, ul, ol{
	margin-top: 1em;
	margin-bottom: 1em;
}
ul, ol, blockquote{
	padding-left: 20px;
}

/*Add Scroll bar in all browsers - http://www.nealgrosskopf.com/tech/thread.asp?pid=12*/
html { overflow-y: scroll; }


/****************************************************************
General Classes
****************************************************************/

/*alignment*/
.center{
	text-align: center;	
}
.left{
	text-align: left;	
}
.right{
	text-align: right;	
}
.clear{
	clear: both;	
}

p.flushBottom, h1.flushBottom, h2.flushBottom, h3.flushBottom, h4.flushBottom, h5.flushBottom, h6.flushBottom, ol.flushBottom, ul.flushBottom{
	margin-bottom: 0px;	
}
p.flushTop, h1.flushTop, h2.flushTop, h3.flushTop, h4.flushTop, h5.flushTop, h6.flushTop, ol.flushTop, ul.flushTop{
	margin-top: 0px;	
}

/*icons*/
.edit{
	background-image:url(../images/sprite.png);
	background-position:-389px -468px;
	background-repeat:no-repeat;
	width:13px;
	height:17px;
	display:inline-block;
}
.delete{
	background-image:url(../images/sprite.png);
	background-position:-21px -260px;
	background-repeat:no-repeat;
	width:15px;
	height:17px;
	display:inline-block;
}
.view{
	background-image:url(../images/sprite.png);
	background-position:-387px -104px;
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	display:inline-block;
}
.checkMark{
	background-image:url(../images/sprite.png);
	background-position:-67px -260px;
	background-repeat:no-repeat;
	width:15px;
	height:17px;
	display:inline-block;
}
.pending{
	background-image:url(../images/sprite.png);
	background-position:-296px -208px;
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	display:inline-block;
}
/*icons*/

/*buttons*/
button, a.btn, input[type=submit], input[type=reset] {
	background-color:#F5F5F5;
	border-color:#EEEEEE #DEDEDE #DEDEDE #EEEEEE;
	border-style:solid;
	border-width:1px;
	color:#333333;
	cursor:pointer;
	display:inline-block;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	line-height:130%;
	padding:5px 10px 6px 7px;
	text-decoration:none;
}
	button:hover, a.btn:hover, input[type=submit]:hover, input[type=reset]:hover {
		background-color:#E2E0E0;
		border:1px solid;
		border-color: #B7B5B5 #A7A5A5 #A7A5A5 #B7B5B5;
		color:#333333;
	}
/*buttons*/


/****************************************************************
CSS Diagnostics - http://www.nealgrosskopf.com/tech/thread.asp?pid=3
****************************************************************/

/* Deprecated Elements */
/*
center, font, s, strike, u, marquee, blink
{ border: 5px solid red !important; }
*/

/* Deprecated Attributes */
/*
br[clear], hr[noshade], *[color],
*[bordercolorlight], *[bordercolordark], *[bordercolor], *[background], *[bgcolor], *[nowrap],
ol[compact], ul[compact], *[start],
img[hspace], img[vspace]
*[align], *[valign],
*[height], *[width],
ul[type], ol[type], li[type],
font[size], hr[size]
{ border: 5px dotted red !important; } 
*/

/* Empty Elements */
/*
.content div:empty, .content span:empty, .content li:empty, .content p:empty, .content td:empty, .content th:empty 
{ padding: 20px; border: 5px solid yellow !important; }
*/

/* Empty Attributes */
/*
*[alt=""], *[title=""], *[id=""], a[href=""], a[href="#"] 
{ border: 5px dotted yellow !important; }
*/

Revision: 12886
at April 6, 2010 13:35 by BFTrick


Updated Code
@charset "utf-8";
/* CSS Document */

/****************************************************************
  Reset  -  http://tantek.com/log/2004/undohtml.css  -  http://meyerweb.com/eric/tools/css/reset/
****************************************************************/
html, body, h1, h2, h3, h4, h5, h6, p, img, blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form, input, textarea, fieldset, pre, ul, ol, li
{ margin: 0px; padding: 0px;}

address { font-style: normal; }
acronym, abbr { border-bottom: 1px #000000 dashed; cursor: help; }

a img, img { border: none; }
a { text-decoration: none; }

table { border: 0px; border-collapse: collapse; border-spacing: 0px; }
table td, table th { margin: 0px; padding: .1em; empty-cells: show; vertical-align: top; }
caption {}
th {}

/****************************************************************
General Styles
****************************************************************/

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/*Font Size*/
h6{font-size: 1.0em;}
h5{font-size: 1.2em;}
h4{font-size: 1.4em;}
h3{font-size: 1.6em;}
h2{font-size: 1.8em;}
h1{font-size: 2.0em;}
p{font-size: 1.0em;}

/*spacing*/
.content p, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content ul, .content ol{
	margin-top: 1em;
	margin-bottom: 1em;
}
.content ul, .content ol, .content blockquote{
	padding-left: 20px;
}

/*Add Scroll bar in all browsers - http://www.nealgrosskopf.com/tech/thread.asp?pid=12*/
html { overflow-y: scroll; }


/****************************************************************
General Classes
****************************************************************/

/*alignment*/
.center{
	text-align: center;	
}
.left{
	text-align: left;	
}
.right{
	text-align: right;	
}
.clear{
	clear: both;	
}

p.flushBottom, h1.flushBottom, h2.flushBottom, h3.flushBottom, h4.flushBottom, h5.flushBottom, h6.flushBottom, ol.flushBottom, ul.flushBottom{
	margin-bottom: 0px;	
}
p.flushTop, h1.flushTop, h2.flushTop, h3.flushTop, h4.flushTop, h5.flushTop, h6.flushTop, ol.flushTop, ul.flushTop{
	margin-top: 0px;	
}

/*icons*/
.edit{
	background-image:url(../images/sprite.png);
	background-position:-389px -468px;
	background-repeat:no-repeat;
	width:13px;
	height:17px;
	display:inline-block;
}
.delete{
	background-image:url(../images/sprite.png);
	background-position:-21px -260px;
	background-repeat:no-repeat;
	width:15px;
	height:17px;
	display:inline-block;
}
.view{
	background-image:url(../images/sprite.png);
	background-position:-387px -104px;
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	display:inline-block;
}
.checkMark{
	background-image:url(../images/sprite.png);
	background-position:-67px -260px;
	background-repeat:no-repeat;
	width:15px;
	height:17px;
	display:inline-block;
}
.pending{
	background-image:url(../images/sprite.png);
	background-position:-296px -208px;
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	display:inline-block;
}
/*icons*/

/*buttons*/
button, a.btn, input[type=submit], input[type=reset] {
	background-color:#F5F5F5;
	border-color:#EEEEEE #DEDEDE #DEDEDE #EEEEEE;
	border-style:solid;
	border-width:1px;
	color:#333333;
	cursor:pointer;
	display:inline-block;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	line-height:130%;
	padding:5px 10px 6px 7px;
	text-decoration:none;
}
	button:hover, a.btn:hover, input[type=submit]:hover, input[type=reset]:hover {
		background-color:#E2E0E0;
		border:1px solid;
		border-color: #B7B5B5 #A7A5A5 #A7A5A5 #B7B5B5;
		color:#333333;
	}
/*buttons*/


/****************************************************************
CSS Diagnostics - http://www.nealgrosskopf.com/tech/thread.asp?pid=3
****************************************************************/

/* Deprecated Elements */
/*
center, font, s, strike, u, marquee, blink
{ border: 5px solid red !important; }
*/

/* Deprecated Attributes */
/*
br[clear], hr[noshade], *[color],
*[bordercolorlight], *[bordercolordark], *[bordercolor], *[background], *[bgcolor], *[nowrap],
ol[compact], ul[compact], *[start],
img[hspace], img[vspace]
*[align], *[valign],
*[height], *[width],
ul[type], ol[type], li[type],
font[size], hr[size]
{ border: 5px dotted red !important; } 
*/

/* Empty Elements */
/*
.content div:empty, .content span:empty, .content li:empty, .content p:empty, .content td:empty, .content th:empty 
{ padding: 20px; border: 5px solid yellow !important; }
*/

/* Empty Attributes */
/*
*[alt=""], *[title=""], *[id=""], a[href=""], a[href="#"] 
{ border: 5px dotted yellow !important; }
*/

Revision: 12885
at March 29, 2010 10:02 by BFTrick


Updated Code
@charset "utf-8";
/* CSS Document */

/****************************************************************
  Reset  -  http://tantek.com/log/2004/undohtml.css  -  http://meyerweb.com/eric/tools/css/reset/
****************************************************************/
html, body, h1, h2, h3, h4, h5, h6, p, img, blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form, input, textarea, fieldset, pre, ul, ol, li
{ margin: 0px; padding: 0px;}

address { font-style: normal; }
acronym, abbr { border-bottom: 1px #000000 dashed; cursor: help; }

a img, img { border: none; }
a { text-decoration: none; }

table { border: 0px; border-collapse: collapse; border-spacing: 0px; }
table td, table th { margin: 0px; padding: .1em; empty-cells: show; vertical-align: top; }
caption {}
th {}

/****************************************************************
General Styles
****************************************************************/

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/*Font Size*/
h6{font-size: 1.0em;}
h5{font-size: 1.2em;}
h4{font-size: 1.4em;}
h3{font-size: 1.6em;}
h2{font-size: 1.8em;}
h1{font-size: 2.0em;}
p{font-size: 1.0em;}

/*spacing*/
.content p, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content ul, .content ol{
	margin-top: 1em;
	margin-bottom: 1em;
}
.content ul, .content ol, .content blockquote{
	padding-left: 20px;
}

/*Add Scroll bar in all browsers - http://www.nealgrosskopf.com/tech/thread.asp?pid=12*/
html { overflow-y: scroll; }


/****************************************************************
General Classes
****************************************************************/

/*alignment*/
.center{
	text-align: center;	
}
.clear{
	clear: both;	
}

p.flushBottom, h1.flushBottom, h2.flushBottom, h3.flushBottom, h4.flushBottom, h5.flushBottom, h6.flushBottom, ol.flushBottom, ul.flushBottom{
	margin-bottom: 0px;	
}
p.flushTop, h1.flushTop, h2.flushTop, h3.flushTop, h4.flushTop, h5.flushTop, h6.flushTop, ol.flushTop, ul.flushTop{
	margin-top: 0px;	
}

/*icons*/
.edit{
	background-image:url(../images/sprite.png);
	background-position:-389px -468px;
	background-repeat:no-repeat;
	width:13px;
	height:17px;
	display:inline-block;
}
.delete{
	background-image:url(../images/sprite.png);
	background-position:-21px -260px;
	background-repeat:no-repeat;
	width:15px;
	height:17px;
	display:inline-block;
}
.view{
	background-image:url(../images/sprite.png);
	background-position:-387px -104px;
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	display:inline-block;
}
.checkMark{
	background-image:url(../images/sprite.png);
	background-position:-67px -260px;
	background-repeat:no-repeat;
	width:15px;
	height:17px;
	display:inline-block;
}
.pending{
	background-image:url(../images/sprite.png);
	background-position:-296px -208px;
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	display:inline-block;
}
/*icons*/

/*buttons*/
button, a.btn, input[type=submit], input[type=reset] {
	background-color:#F5F5F5;
	border-color:#EEEEEE #DEDEDE #DEDEDE #EEEEEE;
	border-style:solid;
	border-width:1px;
	color:#333333;
	cursor:pointer;
	display:inline-block;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	line-height:130%;
	padding:5px 10px 6px 7px;
	text-decoration:none;
}
	button:hover, a.btn:hover, input[type=submit]:hover, input[type=reset]:hover {
		background-color:#E2E0E0;
		border:1px solid;
		border-color: #B7B5B5 #A7A5A5 #A7A5A5 #B7B5B5;
		color:#333333;
	}
/*buttons*/


/****************************************************************
CSS Diagnostics - http://www.nealgrosskopf.com/tech/thread.asp?pid=3
****************************************************************/

/* Deprecated Elements */
/*
center, font, s, strike, u, marquee, blink
{ border: 5px solid red !important; }
*/

/* Deprecated Attributes */
/*
br[clear], hr[noshade], *[color],
*[bordercolorlight], *[bordercolordark], *[bordercolor], *[background], *[bgcolor], *[nowrap],
ol[compact], ul[compact], *[start],
img[hspace], img[vspace]
*[align], *[valign],
*[height], *[width],
ul[type], ol[type], li[type],
font[size], hr[size]
{ border: 5px dotted red !important; } 
*/

/* Empty Elements */
/*
.content div:empty, .content span:empty, .content li:empty, .content p:empty, .content td:empty, .content th:empty 
{ padding: 20px; border: 5px solid yellow !important; }
*/

/* Empty Attributes */
/*
*[alt=""], *[title=""], *[id=""], a[href=""], a[href="#"] 
{ border: 5px dotted yellow !important; }
*/

Revision: 12884
at September 11, 2009 09:56 by BFTrick


Updated Code
@charset "utf-8";
/* CSS Document */

/****************************************************************
  Reset  -  http://tantek.com/log/2004/undohtml.css  -  http://meyerweb.com/eric/tools/css/reset/
****************************************************************/
html, body, h1, h2, h3, h4, h5, h6, p, img, blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form, input, textarea, fieldset, pre, ul, ol, li
{ margin: 0px; padding: 0px;}

address { font-style: normal; }
acronym, abbr { border-bottom: 1px #000000 dashed; cursor: help; }

a img, img { border: none; }
a { text-decoration: none; }

table { border: 0px; border-collapse: collapse; border-spacing: 0px; }
table td, table th { margin: 0px; padding: .1em; empty-cells: show; vertical-align: top; }
caption {}
th {}

/****************************************************************
General Styles
****************************************************************/

body{
font-family:Arial, Helvetica, sans-serif;
font-size: small;
}

/*Font Size*/
h6{font-size: 1.0em;}
h5{font-size: 1.2em;}
h4{font-size: 1.4em;}
h3{font-size: 1.6em;}
h2{font-size: 1.8em;}
h1{font-size: 2.0em;}
p{font-size: 1.0em;}

/*spacing*/
#content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content ul, #content ol{
	margin-top: 1em;
	margin-bottom: 1em;
}
#content ul, #content ol{
	padding-left: 20px;
}

/*Add Scroll bar in all browsers - http://www.nealgrosskopf.com/tech/thread.asp?pid=12*/
html { overflow-y: scroll; }


/****************************************************************
CSS Diagnostics - http://www.nealgrosskopf.com/tech/thread.asp?pid=3
****************************************************************/

/* Deprecated Elements */

center, font, s, strike, u, marquee, blink
{ border: 5px solid red !important; }


/* Deprecated Attributes */

br[clear], hr[noshade], *[color],
*[bordercolorlight], *[bordercolordark], *[bordercolor], *[background], *[bgcolor], *[nowrap],
ol[compact], ul[compact], *[start],
img[hspace], img[vspace]
*[align], *[valign],
*[height], *[width],
ul[type], ol[type], li[type],
font[size], hr[size]
{ border: 5px dotted red !important; } 


/* Empty Elements */

.content div:empty, .content span:empty, .content li:empty, .content p:empty, .content td:empty, .content th:empty 
{ padding: 20px; border: 5px solid yellow !important; }


/* Empty Attributes */

*[alt=""], *[title=""], *[id=""], a[href=""], a[href="#"] 
{ border: 5px dotted yellow !important; }

Revision: 12883
at July 28, 2009 15:44 by BFTrick


Updated Code
@charset "utf-8";
/* CSS Document */

/****************************************************************
  Reset  -  http://tantek.com/log/2004/undohtml.css  -  http://meyerweb.com/eric/tools/css/reset/
****************************************************************/
html, body, h1, h2, h3, h4, h5, h6, p, img, blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form, input, textarea, fieldset, pre, ul, ol, li
{ margin: 0px; padding: 0px;}

address { font-style: normal; }
acronym, abbr { border-bottom: 1px #000000 dashed; cursor: help; }

a img, img { border: none; }
a { text-decoration: none; }

table { border: 0px; border-collapse: collapse; border-spacing: 0px; }
table td, table th { margin: 0px; padding: .1em; empty-cells: show; vertical-align: top; }
caption {}
th {}

/****************************************************************
General Styles
****************************************************************/

body{
font-family:Arial, Helvetica, sans-serif;
font-size: small;
}

/*Font Size*/
h6{font-size: 1.0em;}
h5{font-size: 1.2em;}
h4{font-size: 1.4em;}
h3{font-size: 1.6em;}
h2{font-size: 1.8em;}
h1{font-size: 2.0em;}
p{font-size: 1.0em;}

/*spacing*/
#content_pane p, #content_pane h1, #content_pane h2, #content_pane h3, #content_pane h4, #content_pane h5, #content_pane h6, #content_pane ul, #content_pane ol{
	margin-top: 1em;
	margin-bottom: 1em;
}
#content_pane ul, #content_pane ol{
	padding-left: 20px;
}

/*Add Scroll bar in all browsers - http://www.nealgrosskopf.com/tech/thread.asp?pid=12*/
html { overflow-y: scroll; }


/****************************************************************
CSS Diagnostics - http://www.nealgrosskopf.com/tech/thread.asp?pid=3
****************************************************************/

/* Deprecated Elements */

center, font, s, strike, u, marquee, blink
{ border: 5px solid red !important; }


/* Deprecated Attributes */

br[clear], hr[noshade], *[color],
*[bordercolorlight], *[bordercolordark], *[bordercolor], *[background], *[bgcolor], *[nowrap],
ol[compact], ul[compact], *[start],
img[hspace], img[vspace]
*[align], *[valign],
*[height], *[width],
ul[type], ol[type], li[type],
font[size], hr[size]
{ border: 5px dotted red !important; } 


/* Empty Elements */

.content div:empty, .content span:empty, .content li:empty, .content p:empty, .content td:empty, .content th:empty 
{ padding: 20px; border: 5px solid yellow !important; }


/* Empty Attributes */

*[alt=""], *[title=""], *[id=""], a[href=""], a[href="#"] 
{ border: 5px dotted yellow !important; }

Revision: 12882
at April 15, 2009 16:40 by BFTrick


Updated Code
@charset "utf-8";
/* CSS Document */

/****************************************************************
  Reset  -  http://tantek.com/log/2004/undohtml.css  -  http://meyerweb.com/eric/tools/css/reset/
****************************************************************/
html, body, h1, h2, h3, h4, h5, h6, p, img, blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form, input, textarea, fieldset, pre, ul, ol, li
{ margin: 0px; padding: 0px;}

address { font-style: normal; }
acronym, abbr { border-bottom: 1px #000000 dashed; cursor: help; }

a img, img { border: none; }
a { text-decoration: none; }
img { display: block; } /* http://developer.mozilla.org/en/docs/Images,_Tables,_and_Mysterious_Gaps  -  http://developer.mozilla.org/en/docs/Images,_Tables,_and_Mysterious_Gaps */

table { border: 0px; border-collapse: collapse; border-spacing: 0px; }
table td, table th { margin: 0px; padding: .1em; empty-cells: show; vertical-align: top; }
caption {}
th {}

/****************************************************************
General Styles
****************************************************************/

body{
font-family:Arial, Helvetica, sans-serif;
font-size: small;
}

/*Font Size*/
h6{font-size: 1.0em;}
h5{font-size: 1.2em;}
h4{font-size: 1.4em;}
h3{font-size: 1.6em;}
h2{font-size: 1.8em;}
h1{font-size: 2.0em;}
p{font-size: 1.0em;}

/*spacing*/
#content_pane p, #content_pane h1, #content_pane h2, #content_pane h3, #content_pane h4, #content_pane h5, #content_pane h6, #content_pane ul, #content_pane ol{
	margin-top: 1em;
	margin-bottom: 1em;
}
#content_pane ul, #content_pane ol{
	padding-left: 20px;
}

/*Add Scroll bar in all browsers - http://www.nealgrosskopf.com/tech/thread.asp?pid=12*/
html { overflow-y: scroll; }


/****************************************************************
CSS Diagnostics - http://www.nealgrosskopf.com/tech/thread.asp?pid=3
****************************************************************/

/* Deprecated Elements */

center, font, s, strike, u, marquee, blink
{ border: 5px solid red !important; }


/* Deprecated Attributes */

br[clear], hr[noshade], *[color],
*[bordercolorlight], *[bordercolordark], *[bordercolor], *[background], *[bgcolor], *[nowrap],
ol[compact], ul[compact], *[start],
img[hspace], img[vspace]
*[align], *[valign],
*[height], *[width],
ul[type], ol[type], li[type],
font[size], hr[size]
{ border: 5px dotted red !important; } 


/* Empty Elements */

.content div:empty, .content span:empty, .content li:empty, .content p:empty, .content td:empty, .content th:empty 
{ padding: 20px; border: 5px solid yellow !important; }


/* Empty Attributes */

*[alt=""], *[title=""], *[id=""], a[href=""], a[href="#"] 
{ border: 5px dotted yellow !important; }

Revision: 12881
at March 31, 2009 12:55 by BFTrick


Initial Code
/****************************************************************
  Reset  -  http://tantek.com/log/2004/undohtml.css  -  http://meyerweb.com/eric/tools/css/reset/
****************************************************************/
html, body, h1, h2, h3, h4, h5, h6, p, img, blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form, input, textarea, fieldset, pre, ul, ol, li
{ margin: 0px; padding: 0px;}

address { font-style: normal; }
acronym, abbr { border-bottom: 1px #000000 dashed; cursor: help; }

a img, img { border: none; }
a { text-decoration: none; }
img { display: block; } /* http://developer.mozilla.org/en/docs/Images,_Tables,_and_Mysterious_Gaps  -  http://developer.mozilla.org/en/docs/Images,_Tables,_and_Mysterious_Gaps */

table { border: 0px; border-collapse: collapse; border-spacing: 0px; }
table td, table th { margin: 0px; padding: .1em; empty-cells: show; vertical-align: top; }
caption {}
th {}

/****************************************************************
General Styles
****************************************************************/

body{
font-family:Arial, Helvetica, sans-serif;
font-size: small;
}

/*Font Size*/
h6{font-size: 1.0em;}
h5{font-size: 1.2em;}
h4{font-size: 1.4em;}
h3{font-size: 1.6em;}
h2{font-size: 1.8em;}
h1{font-size: 2.0em;}
p{font-size: 1.0em;}

/*spacing*/
#Content p, #Content h1, #Content h2, #Content h3, #Content h4, #Content h5, #Content h6, #Content ul, #Content ol{
	margin-top: 1em;
	margin-bottom: 1em;
}
#Content ul, #Content ol{
	padding-left: 20px;
}


/****************************************************************
CSS Diagnostics - http://www.nealgrosskopf.com/tech/thread.asp?pid=3
****************************************************************/

/* Deprecated Elements */

center, font, s, strike, u, marquee, blink
{ border: 5px solid red !important; }


/* Deprecated Attributes */

br[clear], hr[noshade], *[color],
*[bordercolorlight], *[bordercolordark], *[bordercolor], *[background], *[bgcolor], *[nowrap],
ol[compact], ul[compact], *[start],
img[hspace], img[vspace]
*[align], *[valign],
*[height], *[width],
ul[type], ol[type], li[type],
font[size], hr[size]
{ border: 5px dotted red !important; } 


/* Empty Elements */

.content div:empty, .content span:empty, .content li:empty, .content p:empty, .content td:empty, .content th:empty 
{ padding: 20px; border: 5px solid yellow !important; }


/* Empty Attributes */

*[alt=""], *[title=""], *[id=""], a[href=""], a[href="#"] 
{ border: 5px dotted yellow !important; }

Initial URL


Initial Description
The first part resets all the browser\\\'s default styles.  The second part adds some styles back in and provides a few classes for common issues.  The third part will check your page for invalid markup.

Initial Title
CSS Reset + Diagnostic + General Styles

Initial Tags
css, style

Initial Language
CSS