cleaned a bit.
[feisty_meow.git] / scripts / web / javascript / dtree / dtree.css
1 /*--------------------------------------------------|
2 | dTree 2.05 | www.destroydrop.com/javascript/tree/ |
3 |---------------------------------------------------|
4 | Copyright (c) 2002-2003 Geir Landrö               |
5 |--------------------------------------------------*/
6
7 /*
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).
11  */
12
13 .dtree {
14         font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
15         font-size: 11px;
16         color: rgb(204, 255, 208);
17         white-space: nowrap;
18 }
19 .dtree img {
20         border: 0px;
21         vertical-align: middle;
22 }
23 .dtree a {
24         color: rgb(104, 255, 208);
25         text-decoration: none;
26 }
27 .dtree a.node, .dtree a.nodeSel {
28         white-space: nowrap;
29         padding: 1px 2px 1px 2px;
30 }
31 .dtree a.node:hover, .dtree a.nodeSel:hover {
32         color: rgb(104, 255, 208);
33         text-decoration: underline;
34 }
35 .dtree a.nodeSel {
36         background-color: rgb(70, 0, 100);
37 }
38 .dtree .clip {
39         overflow: hidden;
40 }