| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 /* $Id: xmlsitemap.xsl.css,v 1.1.2.2 2009/12/23 07:28:16 davereid Exp $ */ 2 3 body { 4 background-color: #FFF; 5 font-family: Verdana,sans-serif; 6 font-size: 10pt; 7 } 8 h1 { 9 font-size: 1.25em; 10 } 11 table.tablesorter { 12 background-color: #CDCDCD; 13 margin:10px 0pt 15px; 14 font-size: 8pt; 15 width: 100%; 16 text-align: left; 17 } 18 table.tablesorter thead tr th, table.tablesorter tfoot tr th { 19 background-color: #E6EEEE; 20 border: 1px solid #FFF; 21 font-size: 8pt; 22 padding: 3px; 23 } 24 table.tablesorter thead tr .header { 25 cursor: pointer; 26 } 27 table.tablesorter tbody td { 28 color: #3D3D3D; 29 padding: 3px; 30 background-color: #FFF; 31 vertical-align: top; 32 } 33 table.tablesorter tbody tr.odd td { 34 background-color: #EFEFEF; 35 } 36 table.tablesorter thead tr .headerSortUp { 37 background: url(/misc/arrow-asc.png) no-repeat center right; 38 } 39 table.tablesorter thead tr .headerSortDown { 40 background: url(/misc/arrow-desc.png) no-repeat center right; 41 } 42 table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { 43 background-color: #5050D3; 44 color: #FFF; 45 font-style: italic; 46 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |