forked from Kitware/CDash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathd3.dependencyedgebundling.css
113 lines (99 loc) · 1.88 KB
/
d3.dependencyedgebundling.css
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
.node {
/* font: 400 14px "Helvetica Neue", Helvetica, Arial, sans-serif; */
font-weight: 400;
font-size: 13px;
fill: #888;
font-family: 'Open Sans', sans-serif;
opacity: 0.8;
}
.node:hover {
fill: #000;
cursor: hand;
cursor: pointer;
}
.link {
stroke: steelblue;
stroke-opacity: .4;
fill: none;
pointer-events: none;
opacity: 0.4;
}
.node:hover,
.node--source,
.node--target {
fill: #000;
font-weight: 700;
opacity: 1;
}
.node--source {
fill: #2ca02c;
}
.node--target {
fill: #d62728;
}
.link--source,
.link--target {
stroke-opacity: 1;
stroke-width: 2px;
opacity: 1;
}
.link--source {
stroke: #d62728;
}
.link--target {
stroke: #2ca02c;
}
div.tooltip {
position: absolute; /* reference for measurement */
text-align: left;
pointer-events: none; /* 'none' tells the mouse to ignore the rectangle */
background: #E0E0E0;
padding: 10px;
border: 1px solid #D5D5D5;
font-family: arial,helvetica,sans-serif;
position: absolute;
font-size: 1.1em;
color: #333;
padding: 10px;
border-radius: 3px;
background: rgba(255,255,255,0.9);
color: #000;
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
border:1px solid rgba(200,200,200,0.85);
z-index: 10000;
}
div.tooltipTail {
position: absolute;
left:-7px;
top: 12px;
width: 7px;
height: 13px;
background: url("../images/tail_white.png") 50% 0%;
}
div.toolTipBody {
position:absolute;
height:100px;
width:230px;
}
#toolTip .header {
text-align: left;
font-size: 14px;
margin-bottom: 2px;
color:#000;
font-weight: 700;
}
div.header-rule{
height:1px;
margin:1px auto 3px;
margin-top:7px;
margin-bottom:7px;
background:#ddd;
width:125px;
}
div.header1{
text-align: left;
font-size: 12px;
margin-bottom: 2px;
color:black;
}