Login   Register  
PHP Classes
elePHPant
Icontem

File: marcar_check.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of custodio  >  Lista Paginacao Class  >  marcar_check.css  >  Download  
File: marcar_check.css
Role: Auxiliary data
Content type: text/plain
Description: Arquivo necessario para marcar a linha de cor diferente
Class: Lista Paginacao Class
Show MySQL query results in lists split in pages
Author: By
Last change:
Date: 2007-06-21 11:57
Size: 1,094 bytes
 

Contents

Class file image Download
/*
  Estes Scripts foram Copiados de arquivos do projeto phpmyadmin
  Permanece todos os direitos reservados
*/


/* odd items 1,3,5,7,... */
.odd {
    background: #E5E5E5;
}

/* even items 2,4,6,8,... */
.even {
    background: #D5D5D5;
}

/* odd table rows 1,3,5,7,... */
table tr.odd th,
table tr.odd {
    background-image:   none;
    background:         #E5E5E5;
    text-align:         left;
}

/* even table rows 2,4,6,8,... */
table tr.even th,
table tr.even {
    background-image:   none;
    background:         #D5D5D5;
    text-align:         left;
}

/* marked tbale rows */
table tr.marked th,
table tr.marked {
    background:   #ffcc99;
    color:   #000000;
}

/* hovered items */
/*.odd:hover,
.even:hover,
.hover {
    background: #ccffcc;
    color: #000000;
} */

/* hovered table rows */
table tr.odd:hover th,
table tr.even:hover th,
table tr.hover th {
    background:   #ccffcc;
    color:   #000000;
}
table#marcar tr.odd:hover,table#marcar tr.even:hover,
table#marcar tr.hover { background-color: #C0FFFF; }