[ Index ] |
PHP Cross Reference of Eventum |
[Summary view] [Print] [Text view]
1 /*--------------------------------------------------| 2 | dTree 2.05 | www.destroydrop.com/javascript/tree/ | 3 |---------------------------------------------------| 4 | Copyright (c) 2002-2003 Geir Landrö | 5 |--------------------------------------------------*/ 6 7 .dtree { 8 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 9 font-size: 11px; 10 color: #666; 11 white-space: nowrap; 12 } 13 .dtree img { 14 border: 0px; 15 vertical-align: middle; 16 } 17 .dtree a { 18 color: #333; 19 text-decoration: none; 20 } 21 .dtree a.node, .dtree a.nodeSel { 22 white-space: nowrap; 23 padding: 1px 2px 1px 2px; 24 } 25 .dtree a.node:hover, .dtree a.nodeSel:hover { 26 color: #333; 27 text-decoration: underline; 28 } 29 .dtree a.nodeSel { 30 background-color: #c0d2ec; 31 } 32 .dtree .clip { 33 overflow: hidden; 34 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Dec 19 21:21:33 2007 | Cross-referenced by PHPXref 0.7 |