1 /* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
3 /* first or middle sibling, no children */
5 width:16px; height:22px;
6 background: url
(tn.gif) 0 0 no-repeat
;
9 /* first or middle sibling, collapsable */
11 width:16px; height:22px;
13 background: url
(tm.gif) 0 0 no-repeat
;
16 /* first or middle sibling, collapsable, hover */
18 width:16px; height:22px;
20 background: url
(tmh.gif) 0 0 no-repeat
;
23 /* first or middle sibling, expandable */
25 width:16px; height:22px;
27 background: url
(tp.gif) 0 0 no-repeat
;
30 /* first or middle sibling, expandable, hover */
32 width:16px; height:22px;
34 background: url
(tph.gif) 0 0 no-repeat
;
37 /* last sibling, no children */
39 width:16px; height:22px;
40 background: url
(ln.gif) 0 0 no-repeat
;
43 /* Last sibling, collapsable */
45 width:16px; height:22px;
47 background: url
(lm.gif) 0 0 no-repeat
;
50 /* Last sibling, collapsable, hover */
52 width:16px; height:22px;
54 background: url
(lmh.gif) 0 0 no-repeat
;
57 /* Last sibling, expandable */
59 width:16px; height:22px;
61 background: url
(lp.gif) 0 0 no-repeat
;
64 /* Last sibling, expandable, hover */
66 width:16px; height:22px; cursor:pointer
;
67 background: url
(lph.gif) 0 0 no-repeat
;
72 width:16px; height:22px;
73 background: url
(loading.gif) 0 0 no-repeat
;
76 /* the style for the empty cells that are used for rendering the depth
79 width:16px; height:22px;
80 background: url
(vline.gif) 0 0 no-repeat
;
83 .ygtvblankdepthcell { width:16px; height:22px; }
85 /* the style of the div around each node */
88 /* the style of the div around each node's collection of children */
90 * html
.ygtvchildren
{ height:2%; }
92 /* the style of the text label in ygTextNode */
93 .ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover {
95 text-decoration: none
;
98 .ygtvspacer { height: 10px; width: 10px; margin: 2px; }