-
Notifications
You must be signed in to change notification settings - Fork 0
/
OrientedCircleStyle.css
66 lines (62 loc) · 1.12 KB
/
OrientedCircleStyle.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
body {
overflow-x: hidden;
}
circle {
opacity: 1.0;
}
h2 {
text-align: left;
float: left;
font-family: "Major Mono Display", sans-serif;
font-size: 1.5em;
letter-spacing: normal;
text-transform: lowercase;
}
h7 {
float: left;
padding-top: 1.1em;
padding-left: 2.5em;
}
.my-legend .legend-labels {
width: 100%;
font-weight: bold;
}
.my-legend .legend-title {
font-family: "Major Mono Display", sans-serif;
text-align: left;
margin-bottom: 8px;
letter-spacing: normal;
text-transform: lowercase;
font-size: 20px;
font-weight: bold;
}
.my-legend .legend-colours ul {
margin: 0;
padding: 0;
float: left;
list-style: none;
width: 100%;
}
.my-legend .legend-colours ul li {
display: block;
float: left;
width: 5.4%;
margin-bottom: 6px;
text-align: center;
font-size: 80%;
list-style: none;
}
.my-legend ul.legend-labels li span {
display: block;
float: left;
height: 15px;
width: 100%;
}
.my-legend .legend-source {
font-size: 70%;
color: #999;
clear: both;
}
.my-legend a {
color: #777;
}