-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscatter.css
More file actions
98 lines (84 loc) · 1.39 KB
/
scatter.css
File metadata and controls
98 lines (84 loc) · 1.39 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
table {
font-weight: normal;
font-size: 0.9em;
}
#scatter {
width: 100%;
height:800px
}
#menu {
padding: 100px;
width: 100%;
height:800px;
text-align: left;
}
.constellation-link {
margin: 10px;
background-color: #326195;
border-color: #326195;
}
#frame {
border-style: solid;
border-width: 10px;
border-color: #326195;
margin-top: 10px;
}
.data-sheet {
padding-top: 50px;
font-weight: normal;
}
#title-bar {
border-style: solid;
border-width: 10px;
border-color: #326195;
background-color: #326195;
padding-bottom: 10px;
color: white;
text-align: left;
font-family: "Arial Black", Gadget, sans-serif;
font-size: 1.5em;
}
rect {
fill: transparent;
shape-rendering: crispEdges;
}
.axis path,
.axis line {
fill: none;
stroke: rgba(0, 0, 0, 0.1);
shape-rendering: crispEdges;
}
.axisLine {
fill: none;
shape-rendering: crispEdges;
stroke: rgba(0, 0, 0, 0.5);
stroke-width: 2px;
}
.dot {
fill-opacity: .5;
}
.tooltip {
line-height: 1;
font-weight: bold;
padding: 12px;
background: rgba(0, 0, 0, 0.8);
color: #fff;
border-radius: 2px;
min-width: 200px;
}
.tip-name {
font-size: 1.5em;
padding: 10px;
}
.tip-skill-label {
font-weight: lighter;
font-size: 0.8em;
text-align: right;
}
.tip-skill-value {
font-size: 0.8em;
text-align: left;
padding: 0px;
padding-bottom: 0px;
padding-bottom: 5px;
}