-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcustom.css
More file actions
49 lines (42 loc) · 847 Bytes
/
custom.css
File metadata and controls
49 lines (42 loc) · 847 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
@import url("https://fonts.googleapis.com/css?family=Fascinate");
* {
margin: 0;
padding: 0;
}
html,
body {
padding: 0;
margin: 0;
height: 100%;
width: 100%;
background-color: floralwhite;
}
#SceneView {
height: 100%;
width: 100%;
}
.esri-component.esri-attribution.esri-widget {
opacity: 0.6;
background-color: transparent;
}
#slides {
position: absolute;
top: 20px;
right: 20px;
text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
img {
border: 1px solid black;
}
header {
position: absolute;
left: 0;
top: 0;
padding: 20px;
font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue", Helvetica, Arial,
sans-serif;
font-size: 1.7em;
font-weight: bold;
z-index: 2;
text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}