-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
75 lines (62 loc) · 1.09 KB
/
style.css
File metadata and controls
75 lines (62 loc) · 1.09 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
.d3-tip {
line-height: 1;
font-weight: bold;
padding: 12px;
background: rgba(0, 0, 0, 0.8);
color: #fff;
border-radius: 2px;
}
.bar rect {
fill: steelblue;
shape-rendering: crispEdges;
}
.bar rect:hover{
fill: rgba(0,0,0,.8);
}
.axis path, .axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
td, th {
padding: 1px 4px;
border: 1px solid black;
height: 40px;
}
/*.totalNum{
position: static;
width: 20px;
height: 20px;
margin-top:-70px;
margin-left: 7px;
border: 1px solid #cccccc;
}
*/
.totalGraph {
position: static;
width: 1000px;
height: 20px;
margin-top:-70px;
margin-left: 10px;
border: 0px solid #cccccc;
}
.userstable{
position: static;
width: 80px;
height:30px;
margin-top: -575px;
margin-left: 10px;
border:0px solid #CCCCCC;}
.graphNode{position:static;
width: 80px;
height:30px;
margin-top: 72px;
margin-left:450px;
border:0px solid #CCCCCC;}
.graphEdge{position:static;
width: 80px;
height:30px;
margin-top: 500px;
margin-left:450px;
border:0px solid #CCCCCC;}