-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
72 lines (71 loc) · 972 Bytes
/
Copy pathstyle.css
File metadata and controls
72 lines (71 loc) · 972 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
html {
height: 100%;
}
* {
text-align: center;
}
body {
min-height: 100%;
}
.nodes circle {
stroke: #fff;
stroke-width: 1.5px;
}
p {
white-space: pre-line;
}
* {
font-family: 'Roboto', sans-serif;
}
head {
background-color: #EAD7D7;
text-align: center;
font-weight: 400;
}
.container {
position: relative;
display: block;
clear: both;
margin: 0px;
}
.selected {
stroke: #FF5733 !important;
color: #FF5733;
fill: #FF5733;
stroke-width: 3;
}
label {
overflow: hidden;
white-space: nowrap;
}
.links line {
stroke: #999;
stroke-opacity: 0.6;
}
#chart {
float: left;
border: 1px solid black;
width: 50%;
min-height: 800px;
vertical-align: middle;
}
#sidelist {
float: right;
width: 25%;
text-align: center;
font-weight: 400;
}
#statlist {
float: left;
width: 25%;
text-align: center;
font-weight: 100;
}
label {
display: flex;
align-items: center;
}
.select {
max-width: 100%;
position:absolute;
}