-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
152 lines (130 loc) · 2.57 KB
/
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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Roboto+Mono:wght@300;400;500;600&family=Roboto:wght@100;300;400;500;700&display=swap');
body {
margin: 0;
width: 100vw;
height: 100vh;
background-color: #fffff8;
font-family: Lora, serif;
line-height: 1.4;
font-size: 12pt;
color: #111111;
max-width: 100%;
}
section {
margin: 2em auto;
max-width: 95%;
padding: 2em 3em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Lato, sans-serif;
text-transform: uppercase;
letter-spacing: 0.25em;
margin-bottom: 0.8em;
}
h1 {
margin-top: 20vh;
font-size: 2.25em;
overflow-wrap: break-word;
}
h2 {
top: 3rem;
position: absolute;
font-size: 1.25em;
overflow-wrap: break-word;
}
h4.subtitle {
font-size: 1.25rem;
}
.narrative section h1 {
font-weight: 400;
font-family: Lora, serif;
font-size: 1.5rem;
margin-top: 0;
margin-bottom: 1em;
font-style: italic;
clear: right;
text-transform: none;
letter-spacing: 0;
line-height: 1.2;
}
.narrative section p {
margin: 1em 1vw;
}
em {
font-style: italic;
}
blockquote {
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
}
blockquote p {
display: inline;
}
.page-container {
min-height: 100vh;
width: 100%;
display: grid;
position: relative;
}
.page-container-grid-left {
grid-template-columns: 75% 25%;
}
.page-container-grid-right {
grid-template-columns: 25% 75%;
}
.title-container {
margin-top: 10%;
margin-left: 10%;
}
.author-container {
position: absolute;
margin-top: 10em;
left: 10%;
}
.author {
line-height: 1;
text-align: left;
font-size: 0.875rem;
font-family: Lato, sans-serif;
letter-spacing: 0.1em;
letter-spacing: 0.25em;
margin-bottom: 0.8em;
}
.iframe-container {
background: url(loader.gif) center center no-repeat;
width: 100%;
/* width: 1440px; */
height: 95vh;
/* height: 810px; */
border: 0;
}
.map-container {
background: url(loader.gif) center center no-repeat;
width: 100%;
/* width: 1440px; */
height: 100vh;
/* height: 810px; */
border: 0;
max-height: 100%;
}
.sb-container {
width: 100%;
/* width: 1440px; */
height: 100vh;
/* height: 810px; */
border: 0;
}
.leaflet-container {
font-family: Roboto Mono, monospace !important;
}
cite {
text-align: right;
display: block;
}