VirtualBox

source: vbox/trunk/src/libs/dita-ot-1.8.5/doc/css/check/tree.css@ 98945

Last change on this file since 98945 was 98584, checked in by vboxsync, 2 years ago

Docs: bugref:10302. Setting svn properties of DITA-OT library.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.5 KB
Line 
1/*
2This file is part of the DITA Open Toolkit project hosted on
3Sourceforge.net. See the accompanying license.txt file for
4applicable licenses.
5
6
7Copyright (c) 2006, Yahoo! Inc. All rights reserved.
8Code licensed under the BSD License:
9http://developer.yahoo.net/yui/license.txt
10version: 0.10.0
11*/
12
13/* first or middle sibling, no children */
14.ygtvtn {background: url(../../img/default/tn.gif) 0 0 no-repeat; width:16px; height:22px; }
15
16/* first or middle sibling, collapsable */
17.ygtvtm {background: url(../../img/default/tm.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer }
18
19/* first or middle sibling, collapsable, hover */
20.ygtvtmh {background: url(../../img/default/tmh.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer }
21
22/* first or middle sibling, expandable */
23.ygtvtp {background: url(../../img/default/tp.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer }
24
25/* first or middle sibling, expandable, hover */
26.ygtvtph {background: url(../../img/default/tph.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer }
27
28/* last sibling, no children */
29.ygtvln {background: url(../../img/default/ln.gif) 0 0 no-repeat; width:16px; height:22px; }
30
31/* Last sibling, collapsable */
32.ygtvlm {background: url(../../img/default/lm.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer }
33
34/* Last sibling, collapsable, hover */
35.ygtvlmh {background: url(../../img/default/lmh.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer }
36
37/* Last sibling, expandable */
38.ygtvlp { background: url(../../img/default/lp.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer }
39
40/* Last sibling, expandable, hover */
41.ygtvlph { background: url(../../img/default/lph.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer }
42
43/* Loading icon */
44.ygtvloading { background: url(../../img/default/loading.gif) 0 0 no-repeat; width:16px; height:22px; }
45
46/* the style for the empty cells that are used for rendering the depth
47 * of the node */
48.ygtvdepthcell { background: url(../../img/default/vline.gif) 0 0 no-repeat; width:16px; height:22px; }
49
50.ygtvblankdepthcell { width:16px; height:22px; }
51
52/* the style of the div around each node */
53.ygtvitem { }
54
55/* the style of the div around each node's collection of children */
56.ygtvchildren { }
57* html .ygtvchildren { height:1%; }
58
59/* the style of the text label in ygTextNode */
60.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover {
61 margin-left:2px;
62 text-decoration: none;
63}
64
65.ygtvcheck0 { background: url(../../img/check/check0.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer }
66.ygtvcheck1 { background: url(../../img/check/check1.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer }
67.ygtvcheck2 { background: url(../../img/check/check2.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer }
68
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette