-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
128 lines (110 loc) · 1.81 KB
/
styles.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
body {
margin: 10px;
}
.objective {
background-color: #fff;
width: 100%;
min-width: 1000px;
font-family: 'Roboto', sans-serif;
height: 100%;
}
.widget {
margin: 0 auto;
width:100%;
margin-top:50px;
background-color:#fff;
-background-color: #222D3A;
border-radius: 5px;
box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3);
text-align: center;
}
.header{
background-color: #eee;
height:40px;
width: 100%;
color:#555;
text-align: center;
line-height: 40px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
font-weight: 400;
font-size: 1.5em;
text-shadow: 1px 1px #fff;
border-bottom: 1px solid #eaeaea;
}
.legend {
font-size: 12px;
}
rect {
stroke-width: 2;
}
path {
opacity: 0.75;
}
.hover {
opacity: 1;
}
#chart1 {
position: relative;
}
#chart2 {
position: relative;
}
.x-axis {
font-size: 12px;
}
.tooltip {
border-radius: 5px;
width: auto;
padding: 10px;
background: #fff;
box-shadow: 0 0 5px #999999;
color: #333;
font-size: 12px;
text-align: left;
position: absolute;
z-index: 10;
display: none;
font-family: 'Roboto', sans-serif;
font-size: 0.8em;
}
.tooltip .label {
font-family: 'Roboto Slab', serif;
font-size: 1em;
text-transform: uppercase;
margin-bottom: 10px;
white-space: nowrap;
}
.tooltip .total {
position: relative;
right: 0;
border-top: solid 1px #bbb;
margin-top: 10px;
padding-top: 10px;
}
.tooltip .text {
font-size: 1em;
text-align: center;
font-weight: bold;
}
.selected {
font-weight: bold;
}
.chart3-container{
padding:25px;
height: 550px;
position: relative;
}
.xAxisQ3 path,
.xAxisQ3 line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.xAxisQ3-label {
position: absolute;
top: 525px;
width: 100%;
text-align: center;
font-weight: bold;
}