OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / scripts / jquery / simple.tree.css
1 .simpleTree
2 {
3         margin:0;
4         padding:0;
5         /*
6         overflow:auto;
7         width: 250px;
8         height:350px;
9         overflow:auto;
10         border: 1px solid #444444;*/
11 }
12 .simpleTree li
13 {
14         list-style: none;
15         margin:0;
16         padding:0 0 0 34px;
17         line-height: 14px;
18 }
19 .simpleTree li span
20 {
21         display:inline;
22         clear: left;
23         white-space: nowrap;
24 }
25 .simpleTree ul
26 {
27         margin:0; 
28         padding:0;
29 }
30 .simpleTree .root
31 {
32 /*      margin-left:-16px;*/
33         background: url(images/simpletree/root.gif) no-repeat 16px 0 #ffffff;
34 }
35 .simpleTree .line
36 {
37         margin:0 0 0 -16px;
38         padding:0;
39         line-height: 3px;
40         height:3px;
41         font-size:3px;
42         background: url(images/simpletree/line_bg.gif) 0 0 no-repeat transparent;
43 }
44 .simpleTree .line-last
45 {
46         margin:0 0 0 -16px;
47         padding:0;
48         line-height: 3px;
49         height:3px;
50         font-size:3px;
51         background: url(images/simpletree/spacer.gif) 0 0 no-repeat transparent;
52 }
53 .simpleTree .line-over
54 {
55         margin:0 0 0 -16px;
56         padding:0;
57         line-height: 3px;
58         height:3px;
59         font-size:3px;
60         background: url(images/simpletree/line_bg_over.gif) 0 0 no-repeat transparent;
61 }
62 .simpleTree .line-over-last
63 {
64         margin:0 0 0 -16px;
65         padding:0;
66         line-height: 3px;
67         height:3px;
68         font-size:3px;
69         background: url(images/simpletree/line_bg_over_last.gif) 0 0 no-repeat transparent;
70 }
71 .simpleTree .folder-open
72 {
73         margin-left:-16px;
74         background: url(images/simpletree/collapsable.gif) 0 -2px no-repeat #fff;
75 }
76 .simpleTree .folder-open-last
77 {
78         margin-left:-16px;
79         background: url(images/simpletree/collapsable-last.gif) 0 -2px no-repeat #fff;
80 }
81 .simpleTree .folder-close
82 {
83         margin-left:-16px;
84         background: url(images/simpletree/expandable.gif) 0 -2px no-repeat #fff;
85 }
86 .simpleTree .folder-close-last
87 {
88         margin-left:-16px;
89         background: url(images/simpletree/expandable-last.gif) 0 -2px no-repeat #fff;
90 }
91 .simpleTree .doc
92 {
93         margin-left:-16px;
94         background: url(images/simpletree/leaf.gif) 0 -1px no-repeat #fff;
95 }
96 .simpleTree .doc-last
97 {
98         margin-left:-16px;
99         background: url(images/simpletree/leaf-last.gif) 0 -1px no-repeat #fff;
100 }
101 .simpleTree .ajax
102 {
103         background: url(images/simpletree/spinner.gif) no-repeat 0 0 #ffffff;
104         height: 16px;
105         display:none;
106 }
107 .simpleTree .ajax li
108 {
109         display:none;
110         margin:0; 
111         padding:0;
112 }
113 .simpleTree .trigger
114 {
115         display:inline;
116         margin-left:-32px;
117         width: 28px;
118         height: 11px;
119         cursor:pointer;
120 }
121 .simpleTree .text
122 {
123         cursor: default;
124 }
125 .simpleTree .active
126 {
127         cursor: default;
128         background-color:#F7BE77;
129         padding:0px 2px;
130         border: 1px dashed #444;
131 }
132 #drag_container
133 {
134         background:#ffffff;
135         color:#000;
136         font: normal 11px arial, tahoma, helvetica, sans-serif;
137         border: 1px dashed #767676;
138 }
139 #drag_container ul
140 {
141         list-style: none;
142         padding:0;
143         margin:0;
144 }
145
146 #drag_container li
147 {
148         list-style: none;
149         background-color:#ffffff;
150         line-height:18px;
151         white-space: nowrap;
152         padding:1px 1px 0px 16px;
153         margin:0;
154 }
155 #drag_container li span
156 {
157         padding:0;
158 }
159
160 #drag_container li.doc, #drag_container li.doc-last
161 {
162         background: url(images/simpletree/leaf.gif) no-repeat -17px 0 #ffffff;
163 }
164 #drag_container .folder-close, #drag_container .folder-close-last
165 {
166         background: url(images/simpletree/expandable.gif) no-repeat -17px 0 #ffffff;
167 }
168
169 #drag_container .folder-open, #drag_container .folder-open-last
170 {
171         background: url(images/simpletree/collapsable.gif) no-repeat -17px 0 #ffffff;
172 }
173 .contextMenu
174 {
175         display:none;
176 }