-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
39 lines (37 loc) · 769 Bytes
/
style.css
File metadata and controls
39 lines (37 loc) · 769 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
@charset "UTF-8";
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
background: white;
}
h4 {
margin: 0;
}
h3 {
margin-top: 4px;
}
#map {
background: white !important;
height: 100%;
}
#map > div {
background: white !important;
height: 100%;
}
div iframe { display: none; }
a[href^="http://maps.google.com/maps"]{display:none !important;}
a[href^="https://maps.google.com/maps"]{display:none !important;}
a[title="Report problems with Street View imagery to Google"]{display: none;}
.gm-style-cc { display:none; }
.gmnoprint a, .gmnoprint span, .gm-style-cc {
display:none;
}
.gmnoprint div {
background:none !important;
}
.gmnoprint div.gm-style-mtc {
display: none;
}