PHP Classes

File: datagrid.css

Recommend this page to a friend!
  Classes of monjurul hasan   RRD Manipulator   datagrid.css   Download  
File: datagrid.css
Role: Auxiliary data
Content type: text/plain
Description: Data grid css file
Class: RRD Manipulator
Retrieve server traffic information using RRDTool
Author: By
Last change:
Date: 14 years ago
Size: 528 bytes
 

Contents

Class file image Download
/* CSS File for RRDTool-PHP Manipulation Class */ body { font: 0.8em Arial; } table.tbl { width: 100%; border: 2px solid #c3daf9; font-size: 0.9em; clear: both; } td.tbl-header { background:transparent url(images/head_bg.gif) repeat scroll 0 0; border-bottom:2px solid #C3DAF9; font-weight:bold; padding:3px; text-align:center; } tr.tbl-row {} .tbl tr.tbl-row:hover { background: #EBFFFF; } tr.tbl-row-even { background: #f4f4f4; } tr.tbl-row-odd { background: white; } tr.tbl-footer {} table.tbl-footer { font-size: 1em; }