Login   Register  
PHP Classes
elePHPant
Icontem

File: stylesheet.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Er. Rochak Chauhan  >  AJAX Poll  >  stylesheet.css  >  Download  
File: stylesheet.css
Role: Auxiliary data
Content type: text/plain
Description: Stylesheet
Class: AJAX Poll
Process a poll without reloading the poll page
Author: By
Last change:
Date: 2006-06-26 02:31
Size: 739 bytes
 

Contents

Class file image Download
.header {
	color: browm;
	font-family: verdana;
	font-weight: bold;
	font-size: 16px;
	align: center;
}

.question {
	color: black;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	padding-left: 5px;
}

.answer {
	color: black;
	font-family: verdana;	
	font-size: 10px;
}


.options {
	padding-left: 15px;
	font-family: verdana;	
	font-size: 10px;
}

.cross {
	padding-left: 280px;
	cursor:hand;
	cursor:pointer;
}


#polldiv {
	width: 300px;
	height: 230px;
	color: red;
	background-color: #E2EBED;	
	border-style: ridge double;
}

#vote {
	cursor:hand;
	cursor:pointer;
}

#showdiv {
	display: none;
	color: browm;
	font-family: verdana;
	font-weight: bold;
	font-size: 16px;
	align: center;
	cursor:hand;
	cursor:pointer;
}