Return to Snippet

Revision: 45751
at May 6, 2011 22:59 by morvan


Updated Code
BODY,
HTML{
	color: #333;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

P{ margin: 0 0 20px 0; }
H1{
    font-size: 23px;
    margin: 0 0 20px 0;
    }
H2{
	 font-size: 20px;
	 margin: 0 0 20px;
	 }
H3{
	 font-size: 1.17em;
	 font-weight: bolder;
	 margin: 0 0 15px 0;
	 }
H4{
	 font-weight: bolder;
	 margin: 0 0 10px 0;
	 }
H5{
	 font-size: .83em;
	 font-weight: bolder;
	 margin: 0 0 10px 0;
	 }
H6{
	 font-size: .75em;
	 font-weight: bolder;
	 margin: 0 0 10px 0;
	 }

A{ color: blue; }

STRONG{ font-weight: bold; }
EM{ font-style: italic; }

HR{ border: none; border-bottom: 1px solid #333; }

OL{ margin: 1.12em 0 1.12em 40px; }
OL LI{
	list-style: decimal outside;
	margin: 0; padding: 0;
	}

UL{ margin: 1.12em 0 1.12em 40px; }
UL LI{
	list-style: disc outside;
	margin: 0; padding: 0;
	}

PRE{ font-family: monospace; white-space: pre; }
BLOCKQUOTE{ margin: 1.12em 40px 1.12em 40px; }

INPUT[type=text],
INPUT[type=password]{
	border: 1px solid #BBB;
	color: #333;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	}
TEXTAREA{
	border: 1px solid #BBB;
	color: #333;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-size: 12px;
	}
INPUT[type=submit],
INPUT[type=button]{
	}
INPUT[type=submit]:hover,
INPUT[type=button]:hover{
	}

Revision: 45750
at May 6, 2011 22:58 by morvan


Initial Code
BODY,
HTML{
	color: #333;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

P{ margin: 0 0 20px 0; }
H1{
    font-size: 23px;
    margin: 0 0 20px 0;
    }
H2{
	 font-size: 20px;
	 margin: 0 0 20px;
	 }
H3{
	 font-size: 1.17em;
	 font-weight: bolder;
	 margin: 0 0 15px 0;
	 }
H4{
	 font-weight: bolder;
	 margin: 0 0 10px 0;
	 }
H5{
	 font-size: .83em;
	 font-weight: bolder;
	 margin: 0 0 10px 0;
	 }
H6{
	 font-size: .75em;
	 font-weight: bolder;
	 margin: 0 0 10px 0;
	 }

A{ color: blue; }

STRONG{ font-weight: bold; }
EM{ font-style: italic; }

HR{ border: none; border-bottom: 1px solid #333; }

OL{ margin: 1.12em 0 1.12em 40px; }
OL LI{
	list-style: decimal outside;
	margin: 0; padding: 0;
	}

UL{ margin: 1.12em 0 1.12em 40px; }
UL LI{
	list-style: disc outside;
	margin: 0; padding: 0;
	}

PRE{ font-family: monospace; white-space: pre; }
BLOCKQUOTE{ margin: 1.12em 40px 1.12em 40px; }

INPUT[type=text],
INPUT[type=password]{
	border: 1px solid #BBB;
	color: #333;
	font-family: 'helvetica, arial, sans-serif;
	font-size: 12px;
	}
TEXTAREA{
	border: 1px solid #BBB;
	color: #333;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-size: 12px;
	}
INPUT[type=submit],
INPUT[type=button]{
	}
INPUT[type=submit]:hover,
INPUT[type=button]:hover{
	}

Initial URL


Initial Description


Initial Title
General default stylesheet (apply after reset)

Initial Tags


Initial Language
CSS