-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathd3chartstylesgmslpg.css
More file actions
106 lines (88 loc) · 1.87 KB
/
d3chartstylesgmslpg.css
File metadata and controls
106 lines (88 loc) · 1.87 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
99
100
101
102
103
104
105
106
/*GMS landing page chart (code: gmslpg)*/
#gmslpgtooltipdiv{
position: absolute;
text-align: left;
color: darkslategray;
font-family: "Arial";
white-space: normal;
padding: 6px;
line-height: 110%;
font-size: 12px;
background: #f1f1f1;
border: 1px solid #999;
border-radius: 4px;
pointer-events: none;
cursor: none;
max-width: 250px;
}
.gmslpgcontributionsTitle, .gmslpgcontributionsLineTitle {
font-family: "Roboto", sans-serif;
font-size: 12px;
fill: darkslategray;
}
.gmslpgprojectsTitle, .gmslpgprojectsLineTitle {
font-family: "Roboto", sans-serif;
font-size: 12px;
fill: darkslategray;
}
.gmslpglabelContributions, .gmslpglabelAllocations, .gmslpglabelProjects, .gmslpglabelPartners {
font-family: "Arial";
font-size: 8px;
fill: #666;
}
.gmslpgyearTitle, .gmslpgsortTitle {
font-family: "Roboto", sans-serif;
font-size: 13px;
font-weight: 600;
fill: darkslategray;
}
.gmslpgyearsText {
font-family: "Roboto", sans-serif;
font-size: 10px;
fill: darkslategray;
}
.gmslpgyAxis text {
fill: #777;
font-family: "Arial";
font-size: 10px;
}
.gmslpgyAxisLine text {
fill: #777;
font-family: "Arial";
font-size: 8px;
}
.gmslpgxAxis text, .gmslpgxAxisLine text {
fill: #777;
font-family: "Arial";
font-size: 10px;
}
.gmslpgxAxisTooltip text, .gmslpgyAxisTooltip text {
fill: #555;
font-family: "Arial";
font-size: 10px;
}
.gmslpgxAxis, .gmslpgyAxis, .gmslpgxAxisLine, .gmslpgyAxisLine {
shape-rendering: crispEdges;
}
.gmslpgxAxisLine path, .gmslpgyAxisLine path {
stroke: #ccc;
}
.gmslpgxAxisLine line, .gmslpgyAxisLine line {
stroke: #ccc;
}
.gmslpgxAxisTooltip, .gmslpgyAxisTooltip {
shape-rendering: crispEdges;
}
.gmslpgxAxis path, .gmslpgxAxisTooltip path {
stroke: none;
}
.gmslpgyAxis path, .gmslpgyAxisTooltip path {
stroke: #ccc;
}
.gmslpgxAxisTooltip line {
stroke: #ccc;
}
.gmslpgxAxis line {
stroke: #ddd;
stroke-dasharray: 2, 2;
}