-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
120 lines (113 loc) · 1.77 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
body {
color:#eee;
background: #4D5B69;
}
h4 {
float: left;
padding: 5px;
margin: 5px 20px 5px 10px;
text-shadow:1px 1px 3px #333;
letter-spacing:0.065em;
}
h4 a {
color: #eee;
}
h4 a:hover {
color: #fff;
}
#map {
position: absolute;
top: 40px;
bottom: 0;
left: 0;
right: 0;
background: rgba(220,230,240,1);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.leaflet-control-zoom.leaflet-bar a {
color: #4D5B69;
}
.leaflet-control-filelayer.leaflet-bar a:first-child,
.leaflet-control-down.leaflet-bar a:first-child {
background: #fff;
border-radius: 4px;
border-radius: 4px;
font-size: 18px;
color: #4D5B69;
}
.leaflet-control-stats {
color: #323C45;
font-size: 20px;
text-shadow: 1px 1px 2px #fff;
}
#social {
position:fixed;
z-index:800;
right:220px;
top:0;
padding: 8px;
}
#social .fb-like {
line-height: 12px
}
#copy {
position:fixed;
z-index:1000;
right:30px;
top:-8px;
padding:8px 8px 2px 8px;
background: #424b54;
border-radius:.7em;
opacity: 0.8;
box-shadow:0 0 8px #eee;
color:#eee
}
#copy a {
color:#ccc;
text-decoration:none
}
#copy a:hover {
color:#fff
}
#ribbon {
position: absolute;
top: 0;
right: 0;
border: 0;
opacity: .8;
}
.leaflet-sidebar a.close {
display: none;
}
#sidebar {
padding: 0;
overflow-y:auto;
background: rgba(255,255,255,0.7);
box-shadow: none;
}
#sidebar.loading {
background: url('../images/leaflet-loader.gif') no-repeat center center rgba(255,255,255,0.8);
}
#sidebar h4 {
color: #4D5B69;
text-shadow:none;
}
#userlist {
clear: both;
}
.useritem {
float: left;
background: #fff;
border-radius: 5px;
margin: 6px;
padding: 4px;
box-shadow: 1px 1px 3px #ddd;
}
.useritem a {
line-height: 25px;
}