]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dijit/themes/nihilo/Tree.css.commented.css
Comment class stub
[eow] / static / dojo-release-1.1.1 / dijit / themes / nihilo / Tree.css.commented.css
1
2 /* Tree */
3
4 .nihilo .dijitTreeNode {
5     background : url('images/treeI.gif') no-repeat;
6     background-position : top left;
7     background-repeat : repeat-y;
8     margin-left: 19px;
9     zoom: 1;    /* MOW: what the heck is this doing in here? */
10 }
11
12 /* left vertical line (grid) for all nodes */
13 .nihilo .dijitTreeIsLast {
14     background: url('images/treeI_half.gif') no-repeat;
15 }
16
17 .nihilo .dijitTreeLabel {
18         font-weight: normal;
19         margin-left: 3px;       
20 }
21
22 .nihilo .dijitTreeIsRoot {
23     margin-left: 0;
24     background-image: none;
25 }
26
27 .nihilo .dijitTreeExpando {
28     width: 18px;
29     height: 18px;
30 }
31
32 .nihilo .dijitTreeContent {
33     min-height: 18px;
34     min-width: 18px;
35     margin-left:18px;
36     padding-top:3px;
37     padding-left:1px;
38 }
39
40
41 .nihilo .dijitTreeExpand {
42     width: 18px;
43     height: 18px;
44     background-repeat : no-repeat;
45 }
46
47 /* same style as IE selection */
48 .nihilo .dijitTreeNodeEmphasized {
49     background-color: Highlight;
50     color: HighlightText;
51 }
52
53 /* don't use :focus due to opera and IE's lack of support on div's */
54 .nihilo .dijitTreeLabelFocused {
55         outline: 1px invert dotted;
56         background:#dde7f2;
57 }
58
59 .nihilo .dijitTreeExpandoOpened {
60         background: url('images/spriteTree.gif') no-repeat -18px top;
61 }
62
63 .nihilo .dijitTreeExpandoClosed {
64         background-image: url('images/spriteTree.gif');
65 }
66
67 .nihilo .dijitTreeExpandoLeaf {
68         background: url('images/spriteTree.gif') no-repeat -36px top;
69 }
70
71 .nihilo .dijitTreeExpandoLoading {
72         background-image: url('images/treeExpand_loading.gif');
73 }
74
75 .nihilo .dijitTreeIcon {
76         width: 16px;
77         height: 16px;
78 }
79
80 .nihilo .dijitFolderOpened {
81         background: url('images/spriteDivIcons.gif') no-repeat -16px top;
82 }
83
84 .nihilo .dijitFolderClosed {
85         background: url('images/spriteDivIcons.gif') no-repeat top left;
86 }
87
88 .nihilo .dijitLeaf {
89         background: url('images/spriteDivIcons.gif') no-repeat -32px top;
90 }