Skip to content

Commit

Permalink
Reverse color ranges in marker cluster icons
Browse files Browse the repository at this point in the history
  • Loading branch information
akhtars committed Oct 7, 2014
1 parent 0ae3746 commit 58b538e
Showing 1 changed file with 48 additions and 48 deletions.
96 changes: 48 additions & 48 deletions assets/MarkerCluster.Local.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* Plugin Default Colors */

.marker-cluster-small {
.marker-cluster-large {
background-color: rgba(181, 226, 140, 0.6);
}
.marker-cluster-small div {
.marker-cluster-large div {
background-color: rgba(110, 204, 57, 0.6);
}

Expand All @@ -14,18 +14,18 @@
background-color: rgba(240, 194, 12, 0.6);
}

.marker-cluster-large {
.marker-cluster-small {
background-color: rgba(253, 156, 115, 0.6);
}
.marker-cluster-large div {
.marker-cluster-small div {
background-color: rgba(241, 128, 23, 0.6);
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
.leaflet-oldie .marker-cluster-large {
background-color: rgb(181, 226, 140);
}
.leaflet-oldie .marker-cluster-small div {
.leaflet-oldie .marker-cluster-large div {
background-color: rgb(110, 204, 57);
}

Expand All @@ -36,19 +36,19 @@
background-color: rgb(240, 194, 12);
}

.leaflet-oldie .marker-cluster-large {
.leaflet-oldie .marker-cluster-small {
background-color: rgb(253, 156, 115);
}
.leaflet-oldie .marker-cluster-large div {
.leaflet-oldie .marker-cluster-small div {
background-color: rgb(241, 128, 23);
}

/* Military: Foreign Military Actions */

.marker-cluster-small.marker-cluster-foreign-military-actions {
.marker-cluster-large.marker-cluster-foreign-military-actions {
background-color: rgba(102, 116, 127, 0.6);
}
.marker-cluster-small.marker-cluster-foreign-military-actions div {
.marker-cluster-large.marker-cluster-foreign-military-actions div {
background-color: rgba(102, 116, 127, 0.6);
}

Expand All @@ -59,19 +59,19 @@
background-color: rgba(51, 69, 84, 0.6);
}

.marker-cluster-large.marker-cluster-foreign-military-actions {
.marker-cluster-small.marker-cluster-foreign-military-actions {
background-color: rgba(0, 23, 41, 0.6);
}
.marker-cluster-large.marker-cluster-foreign-military-actions div {
.marker-cluster-small.marker-cluster-foreign-military-actions div {
background-color: rgba(0, 23, 41, 0.6);
}

/* Military: Overseas Marine Landings */

.marker-cluster-small.marker-cluster-overseas-marine-landings {
.marker-cluster-large.marker-cluster-overseas-marine-landings {
background-color: rgba(131, 176, 180, 0.6);
}
.marker-cluster-small.marker-cluster-overseas-marine-landings div {
.marker-cluster-large.marker-cluster-overseas-marine-landings div {
background-color: rgba(131, 176, 180, 0.6);
}

Expand All @@ -82,19 +82,19 @@
background-color: rgba(89, 150, 155, 0.6);
}

.marker-cluster-large.marker-cluster-overseas-marine-landings {
.marker-cluster-small.marker-cluster-overseas-marine-landings {
background-color: rgba(48, 124, 130, 0.6);
}
.marker-cluster-large.marker-cluster-overseas-marine-landings div {
.marker-cluster-small.marker-cluster-overseas-marine-landings div {
background-color: rgba(48, 124, 130, 0.6);
}

/* Military: Overseas Navy Personnel */

.marker-cluster-small.marker-cluster-overseas-navy-personnel {
.marker-cluster-large.marker-cluster-overseas-navy-personnel {
background-color: rgba(127, 160, 187, 0.6);
}
.marker-cluster-small.marker-cluster-overseas-navy-personnel div {
.marker-cluster-large.marker-cluster-overseas-navy-personnel div {
background-color: rgba(127, 160, 187, 0.6);
}

Expand All @@ -105,19 +105,19 @@
background-color: rgba(85, 128, 165, 0.6);
}

.marker-cluster-large.marker-cluster-overseas-navy-personnel {
.marker-cluster-small.marker-cluster-overseas-navy-personnel {
background-color: rgba(85, 128, 165, 0.6);
}
.marker-cluster-large.marker-cluster-overseas-navy-personnel div {
.marker-cluster-small.marker-cluster-overseas-navy-personnel div {
background-color: rgba(85, 128, 165, 0.6);
}

/* Immigration: Major Foreign Origins */

.marker-cluster-small.marker-cluster-major-foreign-origins {
.marker-cluster-large.marker-cluster-major-foreign-origins {
background-color: rgba(225, 136, 116, 0.6);
}
.marker-cluster-small.marker-cluster-major-foreign-origins div {
.marker-cluster-large.marker-cluster-major-foreign-origins div {
background-color: rgba(225, 136, 116, 0.6);
}

Expand All @@ -128,19 +128,19 @@
background-color: rgba(215, 96, 70, 0.6);
}

.marker-cluster-large.marker-cluster-major-foreign-origins {
.marker-cluster-small.marker-cluster-major-foreign-origins {
background-color: rgba(205, 56, 24, 0.6);
}
.marker-cluster-large.marker-cluster-major-foreign-origins div {
.marker-cluster-small.marker-cluster-major-foreign-origins div {
background-color: rgba(205, 56, 24, 0.6);
}

/* Immigration: Minor Foreign Origins */

.marker-cluster-small.marker-cluster-minor-foreign-origins {
.marker-cluster-large.marker-cluster-minor-foreign-origins {
background-color: rgba(255, 167, 102, 0.6);
}
.marker-cluster-small.marker-cluster-minor-foreign-origins div {
.marker-cluster-large.marker-cluster-minor-foreign-origins div {
background-color: rgba(255, 167, 102, 0.6);
}

Expand All @@ -151,19 +151,19 @@
background-color: rgba(255, 138, 51, 0.6);
}

.marker-cluster-large.marker-cluster-minor-foreign-origins {
.marker-cluster-small.marker-cluster-minor-foreign-origins {
background-color: rgba(255, 109, 0, 0.6);
}
.marker-cluster-large.marker-cluster-minor-foreign-origins div {
.marker-cluster-small.marker-cluster-minor-foreign-origins div {
background-color: rgba(255, 109, 0, 0.6);
}

/* Commerce: Foreign Exports */

.marker-cluster-small.marker-cluster-foreign-exports {
.marker-cluster-large.marker-cluster-foreign-exports {
background-color: rgba(158, 162, 124, 0.6);
}
.marker-cluster-small.marker-cluster-foreign-exports div {
.marker-cluster-large.marker-cluster-foreign-exports div {
background-color: rgba(158, 162, 124, 0.6);
}

Expand All @@ -174,19 +174,19 @@
background-color: rgba(126, 131, 80, 0.6);
}

.marker-cluster-large.marker-cluster-foreign-exports {
.marker-cluster-small.marker-cluster-foreign-exports {
background-color: rgba(94, 100, 36, 0.6);
}
.marker-cluster-large.marker-cluster-foreign-exports div {
.marker-cluster-small.marker-cluster-foreign-exports div {
background-color: rgba(94, 100, 36, 0.6);
}

/* Commerce: Foreign Imports */

.marker-cluster-small.marker-cluster-foreign-imports {
.marker-cluster-large.marker-cluster-foreign-imports {
background-color: rgba(188, 205, 130, 0.6);
}
.marker-cluster-small.marker-cluster-foreign-imports div {
.marker-cluster-large.marker-cluster-foreign-imports div {
background-color: rgba(188, 205, 130, 0.6);
}

Expand All @@ -197,19 +197,19 @@
background-color: rgba(165, 189, 88, 0.6);
}

.marker-cluster-large.marker-cluster-foreign-imports {
.marker-cluster-small.marker-cluster-foreign-imports {
background-color: rgba(143, 172, 46, 0.6);
}
.marker-cluster-large.marker-cluster-foreign-imports div {
.marker-cluster-small.marker-cluster-foreign-imports div {
background-color: rgba(143, 172, 46, 0.6);
}

/* Diplomacy: Diplomatic Missions */

.marker-cluster-small.marker-cluster-diplomatic-missions {
.marker-cluster-large.marker-cluster-diplomatic-missions {
background-color: rgba(143, 114, 103, 0.6);
}
.marker-cluster-small.marker-cluster-diplomatic-missions div {
.marker-cluster-large.marker-cluster-diplomatic-missions div {
background-color: rgba(143, 114, 103, 0.6);
}

Expand All @@ -220,19 +220,19 @@
background-color: rgba(106, 67, 52, 0.6);
}

.marker-cluster-large.marker-cluster-diplomatic-missions {
.marker-cluster-small.marker-cluster-diplomatic-missions {
background-color: rgba(69, 20, 1, 0.6);
}
.marker-cluster-large.marker-cluster-diplomatic-missions div {
.marker-cluster-small.marker-cluster-diplomatic-missions div {
background-color: rgba(69, 20, 1, 0.6);
}

/* Diplomacy: Foreign Treaties */

.marker-cluster-small.marker-cluster-foreign-treaties {
.marker-cluster-large.marker-cluster-foreign-treaties {
background-color: rgba(179, 133, 103, 0.6);
}
.marker-cluster-small.marker-cluster-foreign-treaties div {
.marker-cluster-large.marker-cluster-foreign-treaties div {
background-color: rgba(179, 133, 103, 0.6);
}

Expand All @@ -243,19 +243,19 @@
background-color: rgba(153, 93, 53, 0.6);
}

.marker-cluster-large.marker-cluster-foreign-treaties {
.marker-cluster-small.marker-cluster-foreign-treaties {
background-color: rgba(128, 52, 2, 0.6);
}
.marker-cluster-large.marker-cluster-foreign-treaties div {
.marker-cluster-small.marker-cluster-foreign-treaties div {
background-color: rgba(128, 52, 2, 0.6);
}

/* Missionary: Mission Stations */

.marker-cluster-small.marker-cluster-mission-stations {
.marker-cluster-large.marker-cluster-mission-stations {
background-color: rgba(188, 102, 102, 0.6);
}
.marker-cluster-small.marker-cluster-mission-stations div {
.marker-cluster-large.marker-cluster-mission-stations div {
background-color: rgba(188, 102, 102, 0.6);
}

Expand All @@ -266,10 +266,10 @@
background-color: rgba(165, 51, 51, 0.6);
}

.marker-cluster-large.marker-cluster-mission-stations {
.marker-cluster-small.marker-cluster-mission-stations {
background-color: rgba(143, 0, 0, 0.6);
}
.marker-cluster-large.marker-cluster-mission-stations div {
.marker-cluster-small.marker-cluster-mission-stations div {
background-color: rgba(143, 0, 0, 0.6);
}

Expand Down

0 comments on commit 58b538e

Please sign in to comment.