1 /*--------------------------------------------------|
2 | dTree 2.05 | www.destroydrop.com/javascript/tree/ |
3 |---------------------------------------------------|
4 | Copyright (c) 2002-2003 Geir Landrö |
5 |--------------------------------------------------*/
8 * Modified by Chris Koeritz for http://gruntose.com (c) copyright 5/2005
9 * All changes donated back into public domain following same license
10 * as author (Geir Landroe).
14 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
16 color: rgb(204, 255, 208);
21 vertical-align: middle;
24 color: rgb(104, 255, 208);
25 text-decoration: none;
27 .dtree a.node, .dtree a.nodeSel {
29 padding: 1px 2px 1px 2px;
31 .dtree a.node:hover, .dtree a.nodeSel:hover {
32 color: rgb(104, 255, 208);
33 text-decoration: underline;
36 background-color: rgb(70, 0, 100);