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 SanvidPatel  >  SPaging  >  stylesheet.css  >  Download  
File: stylesheet.css
Role: Auxiliary data
Content type: text/plain
Description: css file for the Pagging display
Class: SPaging
This class can be used to display MySQL database q
Author: By
Last change:
Date: 2009-05-27 03:24
Size: 1,030 bytes
 

Contents

Class file image Download
.bodytext
{
	font-family: "arial";
	font-size:10pt;
	color: #292929;
	text-decoration: none;
	font-weight:normal;
}
.link
{	
	font-family:"Arial";
	font-size:10pt;
	color:#292929;
	text-decoration:none;
	font-weight:normal;
}
.redheading {
	font-family: "Verdana";
	font-size:11px;
	color: #292929;
	text-decoration: none;
	font-weight:bold;
}
.redheading:hover {
	font-family: "Verdana";
	font-size:11px;
	color: #999999;
	text-decoration: none;
	font-weight:bold;
}
.smallheading {
	font-family: "Verdana";
	font-size:12px;
	color: #FF0033;
	text-decoration: none;
	font-weight:bold;
}
.boldcolor
{
	font-family: "Verdana";
	font-size: 8pt;
	color: #292929;
	BACKGROUND-COLOR:#F1F1F1;
	text-decoration: none;
	font-weight:bold;
	BORDER-BOTTOM: #eeeeee 1px double; 
	BORDER-LEFT: #eeeeee 1px double; 
	BORDER-RIGHT: #eeeeee 1px double; 
	BORDER-TOP: #eeeeee 1px double;
	PADDING-BOTTOM: 1px; 
	PADDING-LEFT: 3px; 
	PADDING-RIGHT: 0px; 
	PADDING-TOP: 1px;
	cursor:pointer;
}