xtree2_wev8.css
1.78 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
BODY {
scrollbar-base-color:#FFFFCC;
scrollbar-face-color:#d6d3ce;
SCROLLBAR-HIGHLIGHT-COLOR: #f5f9ff;
SCROLLBAR-SHADOW-COLOR: #D6D3D6;
SCROLLBAR-3DLIGHT-COLOR: #D6D3D6;
SCROLLBAR-ARROW-COLOR: #797979;
SCROLLBAR-TRACK-COLOR: #EFF3F7;
SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}
span
{
margin:0px;
position:relative;
display:inline;
top:3px;
height:17px;
}
.webfx-tree-container {
margin: 0px;
padding: 0px;
font-family: Verdana;
font-size:12px;
white-space: nowrap;
}
.webfx-tree-item {
padding: 0px;
padding-bottom: 1px;
margin: 0px;
font-family: Verdana;
font-size:12px;
color: WindowText;
white-space: nowrap;
height: 20px;
}
.webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover, .webfx-tree-item label {
margin-left: 3px;
padding: 0px 2px 1px 2px;
text-decoration: none;
}
a:hover{
color: red !important;
}
.webfx-tree-item label {
color: #999999;
}
/*
.webfx-tree-item a {
color: black;
text-decoration: none;
}
.webfx-tree-item a:hover {
color: blue;
text-decoration: underline;
}
.webfx-tree-item a:active {
background: highlight;
color: highlighttext;
text-decoration: none;
}
*/
.webfx-tree-item img {
vertical-align: middle;
border: 0px;
}
.webfx-tree-icon {
width: 16px;
height: 16px;
}
.cxtree
{
overflow:scroll;
height:100%;
width:100%;
padding:0px 0px;
*padding-top: 8px;
}
DIV.cxtree A
{
color:black;
text-decoration:none;
}
DIV.cxtree A:visited
{
background: none;
color:black;
text-decoration:none;
}
DIV.cxtree A:hover
{
background-color:#0099CC;
/*border:1px solid #0099CC;*/
color:white;
text-decoration:none;
}
DIV.cxtree A:active
{
background-color:#0099CC;
/*border:1px solid #0099CC;*/
color:white;
text-decoration:none;
}
DIV.cxtree A:link
{
color:black;
text-decoration:none;
}