Login   Register  
PHP Classes
elePHPant
Icontem

File: img/d3_grid.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Tufan Baris YILDIRIM  >  DB Engine  >  img/d3_grid.css  >  Download  
File: img/d3_grid.css
Role: Example script
Content type: text/plain
Description: Simple Style File
Class: DB Engine
Database abstraction layer for many databases
Author: By
Last change:
Date: 2010-04-27 23:30
Size: 627 bytes
 

Contents

Class file image Download
BODY, TD {
    background:#fff;
    font-family: Trebuchet MS;
    font-size:11px;
}               
A {
    text-decoration: none;
}       
A:Hover {
    text-decoration: none;
}

table.d3_grid{
    border:1px solid;
    
}

table.d3_grid .thead td{
    
    border:#ddd 1px solid;
    background: #ddd;
    font-size:13px;
    font-weight: 700;
    padding:2px;
}

.row0 td{
    padding:2px;
    border:1px solid;
    background:#fff;
}

.row1 td{
    padding:2px;
    border:1px solid;
    background:#eee;
}
span.null{
    color:#fc0000;
    font-size:11px;
    font-style: italic;
}