Login   Register  
PHP Classes
elePHPant
Icontem

File: style.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Atasa Rossios  >  Data Grid Object  >  style.css  >  Download  
File: style.css
Role: Auxiliary data
Content type: text/plain
Description: The style Customization File
Class: Data Grid Object
Display MySQL query results in HTML tables
Author: By
Last change:
Date: 2006-11-29 03:41
Size: 1,052 bytes
 

Contents

Class file image Download
table.dgTable 
{
	background-color:#fff;
/*	border-spacing:0;*/
	border-collapse:separate;
	width:70%;
}

table.dgTable tbody td img 
{ 
	border: none; margin: 0 4px;
}

table.dgTable caption
{
	font:bolder large Georgia, Times, serif, Arial;
	color:#666;
	padding: 4px;
	text-align:left;
}

table.dgTable thead
{
	background-color:#000;
	color:#fff;
}

table.dgTable thead tr 
{ 
	height:28px; 
}

table.dgTable tbody tr 
{ 
	height:20px; 
}

table.dgTable tbody td 
{ 
	padding: 0 4px; 
}

table.dgTable tfoot
{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	background-color:#000;
 	color:#fff;
 	height:28px;
}

table.dgTable tfoot td 
{ 
	padding: 0 4px; 
}

table.dgTable tfoot a, a.active, a.link 
{ 
	color:#fff; 
}

table.dgTable tbody tr.dgOdd 
{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	background-color:#ccc;
}

table.dgTable tbody tr.dgEven
{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	background-color:#fff;
}

.dgCheckbox 
{
	margin: 0px;
	float:left;
	width:35px;
}