PHP Classes

File: marcar_check.css

Recommend this page to a friend!
  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: 17 years ago
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; }