-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
41 lines (40 loc) · 745 Bytes
/
Copy pathstyle.css
File metadata and controls
41 lines (40 loc) · 745 Bytes
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
body {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 300;
width: 940px;
margin-left: auto;
margin-right: auto;
}
svg {
border: solid black 1px;
}
div{
text-align:center;
}
.axis path { fill: none; stroke: black;}
.axis line {stroke :black;}
.areaMale {
fill:#3498db;
}
.areaFemale{
fill:#c0392b;
}
.male{
fill:none;
stroke: #3498db;
}
.female {
fill:none;
stroke:#c0392b;
}
#legend{
border:2px solid #a1a1a1;
padding:10px 40px;
background:#dddddd;
width:150px;
margin: 0 auto;
}
#table_Legend{
margin: 0 auto;
text-align: left;
}