All pastes #2006136 Raw Edit

Anonymous

public text v1 · immutable
#2006136 ·published 2010-11-29 20:43 UTC
rendered paste body
*
 {
	margin: 0;
	padding: 0;
}

#container
{
	width: 904px;
	height: 500px;
	margin: 0 auto;
	border: black solid 1px;
	padding: 10px;
}

.morePost
{
	width: 600px;
	height: 100px;
	border: grey solid 2px;
}

.morePost h3
{
	padding: 0 5px;
	font-size: 120%;
	font: normal 1.2em verdana;
	background: #99CC33;
}

.morePost h3 a {color: white;}

.preview
{
	height: 48px;
	font-size: 120%;
	font: normal 0.8em verdana;
	color: #333;
	border-bottom: green solid 2px;
	padding: 5px;
}

.tags
{
	padding: 0 5px;
	height: 60px;
	font-size: 120%;
	font: normal 0.8em verdana;
	color: #333;

}

a
{
	text-decoration: none;	
}

a:active
{
	color: black;
}