diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-04-05 18:06:06 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-04-05 18:06:06 +0200 |
| commit | 2e9154a16b03c586450e15ec931996db3254f9fd (patch) | |
| tree | 361567173ec1f14b408c501e0d450fe69b8adb21 /chimere/static/leaflet-markercluster/MarkerCluster.Default.css | |
| parent | 426eb4711ff92cc0e6df9cd1004ff322f112c814 (diff) | |
| download | Chimère-2e9154a16b03c586450e15ec931996db3254f9fd.tar.bz2 Chimère-2e9154a16b03c586450e15ec931996db3254f9fd.zip | |
Leaflet: work on clustering
Diffstat (limited to 'chimere/static/leaflet-markercluster/MarkerCluster.Default.css')
| -rw-r--r-- | chimere/static/leaflet-markercluster/MarkerCluster.Default.css | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/chimere/static/leaflet-markercluster/MarkerCluster.Default.css b/chimere/static/leaflet-markercluster/MarkerCluster.Default.css new file mode 100644 index 0000000..90558dd --- /dev/null +++ b/chimere/static/leaflet-markercluster/MarkerCluster.Default.css @@ -0,0 +1,38 @@ +.marker-cluster-small { + background-color: rgba(181, 226, 140, 0.6); + } +.marker-cluster-small div { + background-color: rgba(110, 204, 57, 0.6); + } + +.marker-cluster-medium { + background-color: rgba(241, 211, 87, 0.6); + } +.marker-cluster-medium div { + background-color: rgba(240, 194, 12, 0.6); + } + +.marker-cluster-large { + background-color: rgba(253, 156, 115, 0.6); + } +.marker-cluster-large div { + background-color: rgba(241, 128, 23, 0.6); + } + +.marker-cluster { + background-clip: padding-box; + border-radius: 20px; + } +.marker-cluster div { + width: 30px; + height: 30px; + margin-left: 5px; + margin-top: 5px; + + text-align: center; + border-radius: 15px; + font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif; + } +.marker-cluster span { + line-height: 30px; + }
\ No newline at end of file |
