-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
75 lines (57 loc) · 1.04 KB
/
style.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
.links line {
stroke: #777;
stroke-width: 2px;
}
.node text {
stroke:#333;
cursos:pointer;
}
.node circle{
stroke:#fff;
stroke-width:3px;
fill:#555;
}
p {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 200;
}
#datacenter-vis{
background-color: #ffbfd9;
}
#exchange-vis{
background-color: #d7ffcf;
}
#residence-vis{
background-color: #bab7ff;
}
.fog-vis{
}
.fog-stat{
}
div.tooltip {
position: absolute;
text-align: center;
width: 200px;
height: 500px;
padding: 2px;
font: 12px sans-serif;
background: lightsteelblue;
border: 0px;
border-radius: 8px;
/* pointer-events: none; This line needs to be removed */
}
.svg-container {
display: inline-block;
position: relative;
width: 100%;
height: 200px;
outline: thin dashed #9E9E9E;
/* padding-bottom: 100%; /* aspect ratio */*/
vertical-align: top;
overflow: hidden;
}
.svg-content-responsive {
display: inline-block;
position: absolute;
left: 0;
}