-
Notifications
You must be signed in to change notification settings - Fork 0
/
wp-data-kpis.css
71 lines (62 loc) · 1.09 KB
/
wp-data-kpis.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
.data-kpi-insight {
background: #eee;
border-radius: 5px;
border: 1px solid #ccc;
/*height: 400px;*/
/*width: 33%;*/
}
.data-kpi-insight .header {
background: #ccc;
border-radius: 5px 5px 0 0;
border-bottom: 1px solid #ccc;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
.data-kpi-insight .content {
height: 100%;
margin: 10px;
}
.data-kpi-insight .number {
font-size: 80px;
font-family: "sans-serif";
text-align: center;
font-weight: bold;
}
.wp-data-kpi-line-chart {
width: 100%;
height: 165px;
}
.kpi-histogram-entry {
width: 33%;
display: inline-block;
padding: 0;
margin: 0;
font-size: 14px;
text-align: center;
}
.kpi-histogram-holder {
font-size: 0;
}
.kpi-histogram-number {
font-family: sans-serif;
font-size: 50px;
font-weight: bold;
}
.kpi-histogram-legend {
font-family: sans-serif;
background: #fff;
margin-left: 10%;
margin-right: 10%;
border-radius: 5px;
box-shadow: 0 0 5px #888;
margin-bottom: 30px;
}
.kpi-histogram-marker {
width: 10px;
height: 10px;
background: #888;
display: inline-block;
border-radius: 5px;
border: 1px solid #000;
}