-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle2.css
More file actions
52 lines (42 loc) · 822 Bytes
/
style2.css
File metadata and controls
52 lines (42 loc) · 822 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
42
43
44
45
46
47
48
49
50
51
52
h1 {
font-family: "Tiempos Headline", "Georgia Adjusted", Georgia, serif;
}
h2 {
font-family: din-2014, Helvetica Neue,Helvetica,Arial,sans-serif;
}
body {
font-family: "Tiempos Text", "Georgia Adjusted", Georgia, serif;
margin: 3%;
}
#bg-headline {
display: block;
font-size: 15.5px;
text-align: center;
}
#byline {
display: block;
font-size: 12px;
text-align: center;
font-family: "Proxima Nova", sans-serif;
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 2.5rem;
font-size: 12px;
text-align: center;
color: black;
font-family: "Proxima Nova", sans-serif;
}
svg .circlemap {
fill:#fff;
stroke:#000;
stroke-miterlimit:10;
}
svg .circlemap:hover {
opacity: 30%;
stroke-miterlimit:10;
}
#NoaIG {
}