Skip to content

Instantly share code, notes, and snippets.

@wboykinm
Created April 23, 2013 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wboykinm/5446648 to your computer and use it in GitHub Desktop.
Save wboykinm/5446648 to your computer and use it in GitHub Desktop.
blueprint style
Map {
background-color: #b8dee6;
}
#countries {
polygon-fill: #0058bc;
}
#rds {
line-width:1;
line-color:#fdfcfd;
line-smooth:10;
text-name:'[SN]';
text-face-name:'By People Handwritten Regular';
text-size:30;
text-transform:uppercase;
text-fill:white;
text-character-spacing:2;
text-dy:15;
text-min-distance: 20000;
text-placement:line;
text-halo-fill:rgba(0,88,188,0.9);
text-halo-radius:2;
text-spacing:20000;
text-clip:false;
}
#prints {
line-color:#aec9d9;
line-smooth:0.1;
line-width:0.5;
polygon-opacity:0;
polygon-fill:#ae8;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment