-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadditionalcss.css
More file actions
executable file
·78 lines (66 loc) · 1.11 KB
/
Copy pathadditionalcss.css
File metadata and controls
executable file
·78 lines (66 loc) · 1.11 KB
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
.leaflet-container { background: #F6F6F6; }
.mapframe {
width: 100%;
height: 50vw;
}
.info {
font: 12px/14px Arial, Helvetica, sans-serif;
background: rgba(255,255,255,0);
box-shadow: 0 0 0px rgba(0,0,0,0.2);
}
.leaflet-bar {
box-shadow: 0 0px 0px rgba(0,0,0,0.35);
}
.leaflet-bar a,
.leaflet-bar a:hover {
background-color: #4A235A;
color: #ddd;
}
.leaflet-bar a:hover {
background-color: #633974;
}
.leaflet-bar a.leaflet-disabled {
background-color: #f4f4f4;
color: #bbb;
}
.legend i {
width: 13px;
height: 13px;
}
/* Whole document: */
body{
font-family: Avenir;
font-size: 13pt;
}
/* Headers */
h1,{font-size: 20pt};
h2,{font-size: 18pt};
/* Two Colum Style*/
#left {
left:-8.33%;
text-align: left;
float: left;
width:25%;
z-index:-10;
}
#right {
left:31.25%;
top: 75px;
float: right;
text-align: left;
z-index:-10;
width:50%;
}
#aside {
left:31.25%;
top: 75px;
float: right;
text-align: left;
z-index:-10;
width:40%;
font-size: 9pt;
padding-left: 35px;
}
.author {
font-size: 11pt;
}