forked from ft-interactive/visual-vocabulary
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mani.css
101 lines (94 loc) · 1.3 KB
/
mani.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
body {
font-family: MetricWeb, sans-serif;
-webkit-font-smoothing: antialiased;
margin: 0 auto;
}
.container {
margin: 0 auto;
max-width:1000px;
width: 100%
}
h1 {
display: inline-block;
content:"";
font-size: 60px;
font-weight: 200;
height: 13px;
margin-top: 10px;
}
h2 {
font-size: 36px;
font-weight: 100;
}
p {
font-family: MetricWeb, sans-serif;
font-size: 16px;
font-weight: 200;
}
p.intro-text {
font-size: 22px;
line-height: 28px;
font-weight: 200;
}
.container {
height:1000px;
}
.categ {
opacity:1.0;
}
.button {
opacity:0.7;
}
.buttonText {
font-size: 21px;
font-weight: 200;
text-anchor: middle;
}
.link {
opacity: 0.7;
stroke-width: 3px;
fill: none;
}
.panel{
margin: 0;
opacity:0.7;
padding-left:15px;
padding-right:10px;
padding-top:15px;
}
.infoHeading {
color: #ffffff;
font-size: 36px;
font-weight: 200;
}
.infoSubhead {
color: #ffffff;
font-size: 28px;
font-weight: 200;
margin-top: 12px;
}
.infoText {
color: #ffffff;
font-size: 22px;
line-height: 28px;
font-weight: 200;
margin-top: 5px;
}
.charts {
}
.chart {
margin-top: 5px;
vertical-align: top;
display:inline-block;
stroke: #ffffff;
color: #ffffff;
font-size: 21px;
font-weight: 200;
margin-right: 15px;
}
.chartDesc{
font-size: 16px;
line-height: 19px;
font-weight: 200;
margin-top: 8px;
}