How not to write css

How NOT to code a stylesheet. copy and pasted multiple times to change the odd value? insanity.

/* CHARITY */

#charity_page #contentWrap
{
	background-image: none;
}
#charity_page #contentMainWrap
{
	border: none;
}

#charity_panel
{
	background: url(../images/press/charity-panel.gif) no-repeat;	
	padding: 50px 25px 25px 225px;
	margin: 0 0 25px;
    width: 650px;
    height: 163px;
}
#charity_link
{
	background: url(../images/press/charity-link.png) no-repeat;
	color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 49px;
    line-height: 49px;
    padding-left: 50px;
    text-decoration: none;
    width: 650px;
}

#charity_page h1
{
	font-size: 44px;
	margin-bottom: 15px;
	color: #3c5e1e;
}
#charity_page h2
{
	color: #6fb839;
	font-size: 24px;
	margin: 0;
}
#charity_page h3
{
	color: #6fb839;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#charity_page h4
{
	color: #000000;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}

#charity_page .charity_date {
	color: #3c5e1e;
	font-size: 18px;
	font-style: italic;
}

.charity_listing {
	border-bottom: 1px solid #6fb839;
	margin-bottom: 25px;
}
.charity_listing img {
	float: left;
  margin: 0 50px 25px 0;
}



/* MEET THE TEAM */

#team_page #contentWrap
{
	background-image: none;
}
#team_page #contentMainWrap
{
	border: none;
}

#team_page h1
{
	font-size: 44px;
	margin-bottom: 15px;
	color: #b29d12;
}
#team_page h2
{
	color: #febf00;
	font-size: 24px;
	margin: 0;
}
#team_page h3
{
	color: #febf00;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#team_page .team_role {
	color: #b29d12;
	font-size: 18px;
	font-style: italic;
}

.team_listing {
	border-bottom: 1px solid #febf00;
	margin-bottom: 25px;
}
.team_listing img {
	float: left;
  margin: 0 50px 25px 95px;
}


/* PR-IMAGES */

#pr-images_page #contentWrap
{
	background-image: none;
}
#pr-images_page #contentMainWrap
{
	border: none;
}

#pr-images_page h1
{
	font-size: 44px;
	margin-bottom: 15px;
	color: #0b676e;
}
#pr-images_page h2
{
	color: #2aaeba;
	font-size: 24px;
	margin: 0;
}
#pr-images_page h3
{
	color: #2aaeba;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
This was posted 1 year ago. It has 11 notes.
  1. malarkup posted this