Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created February 3, 2011 00:16
Show Gist options
  • Save springmeyer/808799 to your computer and use it in GitHub Desktop.
Save springmeyer/808799 to your computer and use it in GitHub Desktop.
Map {
background-color: #43a4d1;
}
/* grey outline */
#world::big_glow [POP2005 > 1000000]{
line-color: #ddd;
line-width: 4;
}
/* red island nations & greenland */
#world::thin_glow [POP2005 < 1000000] {
line-color: #ff0000;
line-width: .5;
line-gamma: .2;
}
/* polygon fill to cover up borders */
#world {
polygon-fill: #aaa;
polygon-gamma: .7;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment