Created
February 3, 2011 00:16
-
-
Save springmeyer/808799 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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