-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathd3_graph.css
More file actions
49 lines (44 loc) · 843 Bytes
/
d3_graph.css
File metadata and controls
49 lines (44 loc) · 843 Bytes
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
.mytext {
fill: black;
font-family: arial;
text-anchor: middle;
user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-webkit-touch-callout: none;
-o-user-select: none;
-moz-user-select: none;
}
.mytextEmail {
fill: black;
font-family: arial;
font-style: italic;
text-anchor: middle;
user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-webkit-touch-callout: none;
-o-user-select: none;
-moz-user-select: none;
}
.face {
border: 4px solid lightgray;
border-radius: 50%;
}
tooltip {
position: absolute;
color: #333;
visibility: hidden;
background-color: white;
border: 2px solid gray;
border-radius: 5px;
padding: 5px;
font-size: 13px;
font-style: italic;
width: 300px;
background-color: white;
z-index: 1000;
}
ul {
padding-left: 20px;
}