CSS for jQuery plugins
Založeno na tablesorter, podporuje tablehover a quicksearch.
#progress { display:none; } .quicksearch label{ font-weight:bold; color: #666666; } .quicksearch input{ text-align: left; font-size:10px; } table.tablesorter td.click, table.tablesorter th.click { background-color: #bbb; } table.tablesorter td.hover, table.tablesorter tr.hover { background-color: #69f; } table.tablesorter th.hover, table.tablesorter tfoot td.hover { background-color: ivory; } table.tablesorter td.hovercell, table.tablesorter th.hovercell { background-color: #abc; } table.tablesorter td.hoverrow, table.tablesorter th.hoverrow { background-color: #6df; } /* tables */ table.tablesorter { font-family:arial; background-color: #CDCDCD; margin:10px 0pt 15px; font-size: 8pt; width: 100%; text-align: left; border-collapse: collapse; } table.tablesorter caption { margin: 0px; } table.tablesorter thead tr th, table.tablesorter tfoot tr th { background-color: #e6EEEE; border: 1px solid #FFF; font-size: 8pt; padding: 4px; border: 1px solid black; } table.tablesorter tr.GrandTotal th { border-top: 3px double black; color: black; } table.tablesorter td.Subtotal1 { border-top: 1px solid black; background-color: #e6EEEE; } table.tablesorter thead tr .header { background-image: url(./reports/images/tablesorter/bg.gif); background-repeat: no-repeat; background-position: center right; cursor: pointer; } table.tablesorter tbody td { color: #3D3D3D; padding: 4px; background-color: #FFF; vertical-align: top; border: 1px solid silver; } table.tablesorter tbody tr.odd td { background-color:#F0F0F6; } table.tablesorter thead tr .headerSortUp { background-image: url(./reports/images/tablesorter/asc.gif); } table.tablesorter thead tr .headerSortDown { background-image: url(./reports/images/tablesorter/desc.gif); } table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { background-color: #8dbdd8; }