Skip to content

Instantly share code, notes, and snippets.

@saleiva
Created February 8, 2012 11:36
Show Gist options
  • Save saleiva/1768437 to your computer and use it in GitHub Desktop.
Save saleiva/1768437 to your computer and use it in GitHub Desktop.
Color styles
#simplified_ecorgions{
line-width:0;
line-opacity:1;
polygon-opacity:0.7;
polygon-fill:transparent;
}
#simplified_ecorgions[wwf_mhtnum=1] {
polygon-fill:rgb(0,128,0);
line-width:1;
line-color:#333;
}
#simplified_ecorgions[wwf_mhtnum=6] {
polygon-fill:rgb(0,200,128)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment