Map update.
[wolnelektury.git] / src / wolnelektury / static / contrib / leaflet.markercluster-1.4.1 / MarkerCluster.Default.css
1 .marker-cluster-small {\r
2         background-color: rgba(181, 226, 140, 0.6);\r
3         }\r
4 .marker-cluster-small div {\r
5         background-color: rgba(110, 204, 57, 0.6);\r
6         }\r
7 \r
8 .marker-cluster-medium {\r
9         background-color: rgba(241, 211, 87, 0.6);\r
10         }\r
11 .marker-cluster-medium div {\r
12         background-color: rgba(240, 194, 12, 0.6);\r
13         }\r
14 \r
15 .marker-cluster-large {\r
16         background-color: rgba(253, 156, 115, 0.6);\r
17         }\r
18 .marker-cluster-large div {\r
19         background-color: rgba(241, 128, 23, 0.6);\r
20         }\r
21 \r
22         /* IE 6-8 fallback colors */\r
23 .leaflet-oldie .marker-cluster-small {\r
24         background-color: rgb(181, 226, 140);\r
25         }\r
26 .leaflet-oldie .marker-cluster-small div {\r
27         background-color: rgb(110, 204, 57);\r
28         }\r
29 \r
30 .leaflet-oldie .marker-cluster-medium {\r
31         background-color: rgb(241, 211, 87);\r
32         }\r
33 .leaflet-oldie .marker-cluster-medium div {\r
34         background-color: rgb(240, 194, 12);\r
35         }\r
36 \r
37 .leaflet-oldie .marker-cluster-large {\r
38         background-color: rgb(253, 156, 115);\r
39         }\r
40 .leaflet-oldie .marker-cluster-large div {\r
41         background-color: rgb(241, 128, 23);\r
42 }\r
43 \r
44 .marker-cluster {\r
45         background-clip: padding-box;\r
46         border-radius: 20px;\r
47         }\r
48 .marker-cluster div {\r
49         width: 30px;\r
50         height: 30px;\r
51         margin-left: 5px;\r
52         margin-top: 5px;\r
53 \r
54         text-align: center;\r
55         border-radius: 15px;\r
56         font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;\r
57         }\r
58 .marker-cluster span {\r
59         line-height: 30px;\r
60         }