Created
April 23, 2013 19:29
-
-
Save wboykinm/5446648 to your computer and use it in GitHub Desktop.
blueprint style
This file contains 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: #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