source: branches/rel/html/test/kakinaka/css/menu/tree.css @ 12157

Revision 12157, 2.1 KB checked in by uehara, 17 years ago (diff)
Line 
1/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
2
3/* first or middle sibling, no children */
4.ygtvtn { width:1em; height:20px; }
5
6/* first or middle sibling, collapsable */
7.ygtvtm { background: url(../../img/menu/collapse.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
8
9/* first or middle sibling, collapsable, hover */
10.ygtvtmh { background: url(../../img/menu/collapseh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
11
12/* first or middle sibling, expandable */
13.ygtvtp { background: url(../../img/menu/expand.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
14
15/* first or middle sibling, expandable, hover */
16.ygtvtph { background: url(../../img/menu/expandh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
17
18/* last sibling, no children */
19.ygtvln { width:1em; height:20px; }
20
21/* Last sibling, collapsable */
22.ygtvlm { background: url(../../img/menu/collapse.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
23
24/* Last sibling, collapsable, hover */
25.ygtvlmh { background: url(../../img/menu/collapseh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
26
27/* Last sibling, expandable */
28.ygtvlp { background: url(../../img/menu/expand.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
29
30/* Last sibling, expandable, hover */
31.ygtvlph { background: url(../../img/menu/expandh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
32
33/* Loading icon */
34.ygtvloading { background: url(../../img/menu/loading.gif) 0 6px no-repeat; width:1em; height:22px; }
35
36/* the style for the empty cells that are used for rendering the depth
37 * of the node */
38.ygtvdepthcell { width:1em; height:20px; }
39
40.ygtvblankdepthcell { width:1em; height:20px; }
41
42/* the style of the div around each node */
43.ygtvitem { border: 0px solid grey; } 
44
45/* the style of the div around each node's collection of children */
46.ygtvchildren { } 
47* html .ygtvchildren { height:1%; } 
48
49/* the style of the text label in ygTextNode */
50.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover {
51    /*
52    margin-left:2px;
53    text-decoration: none;
54    */
55    font-size: 12px;
56}
57
58
Note: See TracBrowser for help on using the repository browser.