Election software/style.css

Revision as of 03:46, 15 October 2012 by Bilby (talk | contribs) (Created page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
/* Voting form css */

body
{
	font-family: Arial;
	font-size: 80%;
}

#wrapper
{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

blockquote, .explanation
{
	border: 1px solid black;
	padding: 10px;
	background-color: #eeeeee;
	margin: 5px;
}

.information
{
	border: 1px solid #dddddd;
	padding: 10px;
	background-color: #ffffff;
	margin: 5px;
}

.fields
{
	float: left;
	font-weight: bold;
	line-height: 170%;
}

.data
{
	float: right;
}

.votingcategory
{
	border: 1px solid #dddddd;
	padding: 10px;
	background-color: #ffffff;
	margin: 5px;
}
	
.votingcategorytitle
{
	padding: 0px 0px 5px;
	font-size: 18px;
}
	
.votingnominee
{
	text-indent: 30px;
}
Discuss this page