-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
61 lines (50 loc) · 923 Bytes
/
style.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
body {
font-family: 'Merriweather', serif;
text-rendering: optimizeLegibility;
-webkit-font-variant-ligatures: common-ligatures;
font-variant-ligatures: common-ligatures;
background-color: black;
text-align: center;
margin: 0 10px 0 10px;
}
#wrapper {
margin: 0 auto 2rem auto;
}
h1 {
color: white;
font-weight: 300;
font-style: italic;
font-size: 2rem;
margin: 2rem 0 2rem 0;
}
h2 {
color: white;
font-weight: 400;
font-style: italic;
font-size: 1rem;
margin: 1rem 0 1rem 0;
}
.town-div {
padding: 0 0 10rem 0;
overflow-x: scroll;
overflow-y: auto;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.town-img {
margin: 3rem auto 3rem auto;
display: inline-block;
}
.overview-map-img {
padding: 0 0 2rem 0;
margin: 0 auto 0 auto;
}
#info {
color: white;
font-weight: 400;
padding: 0 0 3rem 0;
}
a, a:visited {
color: white;
text-decoration: underline;
}