-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
113 lines (84 loc) · 1.11 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
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
#chart {
font: 13px sans-serif;
margin: auto;
}
.labels {
fill: black;
font-size:8px;
}
.radial{
background:#3182bd;
}
.chart{
}
.axis {
}
.streamView .axis .minor {
stroke-opacity: 0.5;
stroke:#3182bd;
stroke-width:1px;
}
.axis path {
display:none;
stroke:#3182bd;
}
.sourceNodes{
fill:#3182bd;
stroke:white;
}
.link{
stroke-opacity: 0.5;
stroke: #3182bd;
fill: none;
}
.chart-title {
position:absolute;
top:10px;
top: 10px;
left:10px;
font-size: 20px;
text-align: center;
width:100%;
}
.radial-view-time-slider{
position:absolute;
top:40px;
left:10px;
font-size: 14px;
width:100%;
}
.config-toolbar{
position:absolute;
top: 30px;
}
.config-panel-item{
//position:absolute;
width: 90px;
margin-top: 0px;
text-align: center;
padding: 5px 5px 5px 0px;
}
.config-panel{
border-radius: 5px;
position:absolute;
top: 60px;
right:10px;
width: 500px
height: 400px;
padding: 10px;
/*opacity:0.5;*/
color: white;
background-color: #463E41;
font-size: 13px;
}
.small {
font-size:10px;
}
.config-panel:hover {
opacity: 0.8;
}
.p {
color:white;
}
.target path{
}