Login   Register  
PHP Classes
elePHPant
Icontem

File: css/creator.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of sibiraj.p.r  >  Sortable Table  >  css/creator.css  >  Download  
File: css/creator.css
Role: Auxiliary data
Content type: text/plain
Description: style
Class: Sortable Table
Display MySQL query results in a sortable table
Author: By
Last change:
Date: 2010-12-01 03:25
Size: 477 bytes
 

Contents

Class file image Download
.creator table
{
	background:#eee;
	border:1px $000 solid;
}
.creator table thead
{
	background:#CCCCCC;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
.creator table thead th
{
cursor:pointer;
}
.creator table td
{
	width:60px;
}
.creator table tbody
{
	background:#fff;
	text-align:center;
	text-transform:capitalize;
	font-size:14px;
	font-weight:100;
}