-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcommunity_map.css
More file actions
176 lines (162 loc) · 3.35 KB
/
Copy pathcommunity_map.css
File metadata and controls
176 lines (162 loc) · 3.35 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
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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
body {
padding: 0;
margin: 0;
}
html, body, #map {
height: 100%;
}
/* Leaflet controls */
.leaflet-bar a, .leaflet-bar a:hover {
color: #DF3A6C;
}
.leaflet-buttons-control-button {
height: 100%;
width: 100%;
}
/* /Leaflet controls */
/* MarkerCluster */
.marker-cluster-small,
.marker-cluster-medium {
background-color: rgba(212, 0, 0, 0.3);
}
.marker-cluster-small div,
.marker-cluster-medium div {
background-color: rgba(212, 0, 0, 0.7);
}
/* /MarkerCluster */
/* community-popup */
.community-popup h2,
.community-popup h3 {
font-size: 12px;
margin: 0px;
color: #009ee0
}
.community-popup .leaflet-container a {
color: #009ee0;
}
.community-popup .nodes {
margin: 10px 0px;
}
.community-popup .state,
.community-popup .state.unknown {
display: inline-block;
text-size: 0.5em;
color: lightgray;
}
.community-popup .state.up-to-date {
color: green;
}
.community-popup .state.valid {
color: orange;
}
.community-popup .state.outdated {
color: red;
}
.community-popup ul.contacts {
list-style: none;
margin: 10px 0px 0px 0px;
padding: 0px;
}
.community-popup ul.contacts li.contact {
float: left;
margin: 5px 5px 0px 0px;
}
.community-popup ul.contacts li.contact a {
display: block;
width: 30px;
height: 30px;
border-radius: 4px;
background: url(images/contact_icons.png);
background-repeat:no-repeat;
background-position:right top;
background-size: 30px 390px;
}
.community-popup ul.contacts li.contact a.button.www {
background-position: 0px 0px;
}
.community-popup ul.contacts li.contact a.button.email {
background-position: 0px -30px;
}
.community-popup ul.contacts li.contact a.button.phone {
background-position: 0px -60px;
}
.community-popup ul.contacts li.contact a.button.twitter {
background-position: 0px -90px;
}
.community-popup ul.contacts li.contact a.button.irc {
background-position: 0px -120px;
}
.community-popup ul.contacts li.contact a.button.jabber {
background-position: 0px -150px;
}
.community-popup ul.contacts li.contact a.button.rss {
background-position: 0px -180px;
}
.community-popup ul.contacts li.contact a.button.facebook {
background-position: 0px -210px;
}
.community-popup ul.contacts li.contact a.button.flickr {
background-position: 0px -240x;
}
.community-popup ul.contacts li.contact a.button.googleplus {
background-position: 0px -270px;
}
.community-popup ul.contacts li.contact a.button.identica {
background-position: 0px -300px;
}
.community-popup ul.contacts li.contact a.button.vimeo {
background-position: 0px -330px;
}
.community-popup ul.contacts li.contact a.button.youtube {
background-position: 0px -360px;
}
.community-popup img.logo {
height: 64px;
}
.leaflet-popup-content {
width: 272px !important;
}
/* /community-popup */
.info {
padding: 6px 8px;
background: white;
background: rgba(255,255,255,0.8);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
}
.info hr {
margin: 5px 0 5px;
color: #777;
}
@media only screen and (max-width: 768px) {
.info {
bottom: 30px;
}
}
iframe.embed-timeline {
margin: 0;
padding: 0;
border: none;
width: 272px;
height: 112px;
display: block;
}
.rssfeed {
margin: 8px;
}
.rssfeed .title {
color: #47a3da;
font-size: 16px;
}
.rssfeed .description {
margin-left: 16px;
}
.rssfeed .bloglink {
display: block;
}
.rssfeed ul {
padding-left: 15px;
}
.hidden {
display: none;
}