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 Andrej Bodor  >  deadatagrid  >  style.css  >  Download  
File: style.css
Role: Auxiliary data
Content type: text/plain
Description: datagrid
Class: deadatagrid
Display MySQL query results in an HTML table
Author: By
Last change:
Date: 2009-10-17 13:24
Size: 1,556 bytes
 

Contents

Class file image Download
body {
	font-family: verdana, arial, sans-serif, helvetica ;
	font-size: 12px;
}
/* Grid */
table.dtable {
	border: 1px solid #c0c0c0;
}
/* Fields */
td.dtd {
	/* no top border as already set in table or in td of previous row */
	border-bottom: 1px solid #c0c0c0;
	padding: 2px;
}
/* Background odd rows */
tr.odd {
	background: #e0e0e0;
}
/* Background even rows */
tr.even {
	background: #d0d0d0;
}
/* Background select rows */
tr.select {
	background: #FFFFCC;
}

tr.over {
	background-color:#999999;
	border-bottom:1px solid black;
	cursor:pointer;
   font-family:verdana, arial, helvetica;
   font-size:12;
}
/* Column headings */
thead td {
	font-weight: bold;
	background: #f0f0f0;
	padding: 2px;
}
/* Footer */
tfoot td {
	border-bottom: none; /* avoids double bottom border as already set in table */
	/*padding: 4px;*/
	background: #f0f0f0;
	text-align: center;
	padding: 2px;
}
/* Navigation links */
#navlinks a {
   /*vertical-align:middle;*/
	text-decoration: none;
   cursor:pointer;
}
/* Used by example2.php */
ul.odd {
	color: #00FF00;
}

ul.even {
	color: #008000;
}

ul.over {
	color: red;
}

ul.select {
	/*background: #FFFFCC;*/
  	color: blue;
}

img.tbl-arrows {
   vertical-align:middle;
   border: 0;
   cursor:pointer;
}

td.tbl-arrows {
   cursor:pointer;
}

.lnkimage {
   color: #c0c0c0;
}

.lnkimage1 {
   background-repeat:no-repeat;
   background-image:url('image/lnknum.png');
   vertical-align:middle;
   color: #c0c0c0;
}