1 | /*
|
---|
2 | This file is part of the DITA Open Toolkit project hosted on
|
---|
3 | Sourceforge.net. See the accompanying license.txt file for
|
---|
4 | applicable licenses.
|
---|
5 |
|
---|
6 |
|
---|
7 | Copyright (c) 2006, Yahoo! Inc. All rights reserved.
|
---|
8 | Code licensed under the BSD License:
|
---|
9 | http://developer.yahoo.net/yui/license.txt
|
---|
10 | version: 0.10.0
|
---|
11 | */
|
---|
12 |
|
---|
13 | /* first or middle sibling, no children */
|
---|
14 | .ygtvtn {
|
---|
15 | width:16px; height:22px;
|
---|
16 | background: url(../../../../../../../i/us/nt/widg/tree/dflt/tn.gif) 0 0 no-repeat;
|
---|
17 | }
|
---|
18 |
|
---|
19 | /* first or middle sibling, collapsable */
|
---|
20 | .ygtvtm {
|
---|
21 | width:16px; height:22px;
|
---|
22 | cursor:pointer ;
|
---|
23 | background: url(../../../../../../../i/us/nt/widg/tree/dflt/tm.gif) 0 0 no-repeat;
|
---|
24 | }
|
---|
25 |
|
---|
26 | /* first or middle sibling, collapsable, hover */
|
---|
27 | .ygtvtmh {
|
---|
28 | width:16px; height:22px;
|
---|
29 | cursor:pointer ;
|
---|
30 | background: url(../../../../../../../i/us/nt/widg/tree/dflt/tmh.gif) 0 0 no-repeat;
|
---|
31 | }
|
---|
32 |
|
---|
33 | /* first or middle sibling, expandable */
|
---|
34 | .ygtvtp {
|
---|
35 | width:16px; height:22px;
|
---|
36 | cursor:pointer ;
|
---|
37 | background: url(../../../../../../../i/us/nt/widg/tree/dflt/tp.gif) 0 0 no-repeat;
|
---|
38 | }
|
---|
39 |
|
---|
40 | /* first or middle sibling, expandable, hover */
|
---|
41 | .ygtvtph {
|
---|
42 | width:16px; height:22px;
|
---|
43 | cursor:pointer ;
|
---|
44 | background: url(../../../../../../../i/us/nt/widg/tree/dflt/tph.gif) 0 0 no-repeat;
|
---|
45 | }
|
---|
46 |
|
---|
47 | /* last sibling, no children */
|
---|
48 | .ygtvln {
|
---|
49 | width:16px; height:22px;
|
---|
50 | background: url(../../../../../../../i/us/nt/widg/tree/dflt/ln.gif) 0 0 no-repeat;
|
---|
51 | }
|
---|
52 |
|
---|
53 | /* Last sibling, collapsable */
|
---|
54 | .ygtvlm {
|
---|
55 | width:16px; height:22px;
|
---|
56 | cursor:pointer ;
|
---|
57 | background: url(../../../../../../../i/us/nt/widg/tree/dflt/lm.gif) 0 0 no-repeat;
|
---|
58 | }
|
---|
59 |
|
---|
60 | /* Last sibling, collapsable, hover */
|
---|
61 | .ygtvlmh {
|
---|
62 | width:16px; height:22px;
|
---|
63 | cursor:pointer ;
|
---|
64 | background: url(../../../../../../../i/us/nt/widg/tree/dflt/lmh.gif) 0 0 no-repeat;
|
---|
65 | }
|
---|
66 |
|
---|
67 | /* Last sibling, expandable */
|
---|
68 | .ygtvlp {
|
---|
69 | width:16px; height:22px;
|
---|
70 | cursor:pointer ;
|
---|
71 | background: url(../../../../../../../i/us/nt/widg/tree/dflt/lp.gif) 0 0 no-repeat;
|
---|
72 | }
|
---|
73 |
|
---|
74 | /* Last sibling, expandable, hover */
|
---|
75 | .ygtvlph {
|
---|
76 | width:16px; height:22px; cursor:pointer ;
|
---|
77 | background: url(../../../../../../../i/us/nt/widg/tree/dflt/lph.gif) 0 0 no-repeat;
|
---|
78 | }
|
---|
79 |
|
---|
80 | /* Loading icon */
|
---|
81 | .ygtvloading {
|
---|
82 | width:16px; height:22px;
|
---|
83 | background: url(../../../../../../../i/us/nt/widg/tree/dflt/loading.gif) 0 0 no-repeat;
|
---|
84 | }
|
---|
85 |
|
---|
86 | /* the style for the empty cells that are used for rendering the depth
|
---|
87 | * of the node */
|
---|
88 | .ygtvdepthcell {
|
---|
89 | width:16px; height:22px;
|
---|
90 | background: url(../../../../../../../i/us/nt/widg/tree/dflt/vline.gif) 0 0 no-repeat;
|
---|
91 | }
|
---|
92 |
|
---|
93 | .ygtvblankdepthcell { width:16px; height:22px; }
|
---|
94 |
|
---|
95 | /* the style of the div around each node */
|
---|
96 | .ygtvitem { }
|
---|
97 |
|
---|
98 | /* the style of the div around each node's collection of children */
|
---|
99 | .ygtvchildren { }
|
---|
100 | * html .ygtvchildren { height:2%; }
|
---|
101 |
|
---|
102 | /* the style of the text label in ygTextNode */
|
---|
103 | .ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover {
|
---|
104 | margin-left:2px;
|
---|
105 | text-decoration: none;
|
---|
106 | }
|
---|
107 |
|
---|
108 | .ygtvspacer { height: 10px; width: 10px; margin: 2px; }
|
---|