-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmap.css
83 lines (80 loc) · 1.38 KB
/
map.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
body {
display: block;
margin: 0px;
padding: 0px;
}
#chart{
width:40% ;
height:200px ;
font-size:19px;
font-family: fantasy;
font-weight:700;
line-height:10px;
word-spacing:5px;
top:80%;
left:28px;
position: absolute;
margin: 0px;
padding: 0px;
}
.ps
{
border-radius: 25px;
background:white;
z-index:10;
position: absolute;
font-family: fantasy;
width: 55%;
height:100px ;
opacity: 0.9;
top:80%;
right:40px;
margin: 0px;
padding:10px;
}
.svg_pic
{
display: block;
z-index: 30;
height: 50px;
width : 100%;
}
.icon
{
float:left;
width:20%;
height:30px;
font-size:15px;
font-weight:700 ;
text-align: center;
}
.title
{
float:bottom;
height:45px;
font-size:25px;
font-weight:900 ;
text-align: right;
margin:0px;
padding-top:25px;
padding-right:10px;
line-height: 9px;
}
.bar {
fill: steelblue;
}
.bar:hover {
fill: brown;
}
.axis {
font: 10px sans-serif;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.x.axis path {
display: none;
}