-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdtree.css
More file actions
44 lines (42 loc) · 1.23 KB
/
Copy pathdtree.css
File metadata and controls
44 lines (42 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr� |
| Modify By Jimmychwang |
|--------------------------------------------------*/
.dtree {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
white-space: nowrap;
}
.dtree img {
border: 0px;
vertical-align: middle;
max-height:25px;
max-width:25px;
}
.dtree a.node, .dtree a.nodeSel {
white-space: testedit;
padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
color: #333;
text-decoration: underline;
}
.dtree a.nodeSel {
background-color: #c0d2ec;
}
/*树的节点颜色样式*/
.div1{display:inline;background:#E2C2DE;color: #333333;}
.div2{display:inline;background:#E6E6F2;color: #333333;}
.div3{display:inline;background:#C4E1E1;color: #333333;}
.div4{display:inline;background:#DEDEBE;color: #333333;}
.div5{display:inline;background:#EBD6D6;color: #333333;}
.div0{display:inline;color: #333333;}
/*
ע�͵����Ա���ʾ������
.dtree .clip {
overflow: hidden;
}
*/