Skip to content

Instantly share code, notes, and snippets.

@wboykinm
Created May 28, 2013 02:26
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/5660154 to your computer and use it in GitHub Desktop.
Save wboykinm/5660154 to your computer and use it in GitHub Desktop.
Desert Styletaire
Map {
background-image: url('../img/paper/044_paper_handmadepaper.jpg');
}
#countries {
::outline {
line-color: #85c5d3;
line-width: 2;
line-join: round;
}
polygon-fill: #fff;
}
#elev2 {
line-width:2;
line-smooth:1;
line-opacity:0.1;
polygon-gamma:0.1;
polygon-comp-op:hard-light;
[GRIDCODE=1]{polygon-fill:#5c277f;line-color:#5c277f;}
[GRIDCODE=2]{polygon-fill:#69348C;line-color:#69348C;}
[GRIDCODE=3]{polygon-fill:#764199;line-color:#764199;}
[GRIDCODE=4]{polygon-fill:#824DA5;line-color:#824DA5;}
[GRIDCODE=5]{polygon-fill:#8F5AB2;line-color:#8F5AB2;}
[GRIDCODE=6]{polygon-fill:#9C67BF;line-color:#9C67BF;}
[GRIDCODE=7]{polygon-fill:#B681D9;line-color:#B681D9;}
[GRIDCODE=8]{polygon-fill:#CF9AF2;line-color:#CF9AF2;}
[GRIDCODE=9]{polygon-fill:#E9B4FF;line-color:#E9B4FF;}
[GRIDCODE=10]{polygon-fill:#FFCDFF;line-color:#FFCDFF;}
[GRIDCODE=11]{polygon-fill:#DFFFCF;line-color:#DFFFCF;}
[GRIDCODE=12]{polygon-fill:#C5F0B5;line-color:#C5F0B5;}
[GRIDCODE=13]{polygon-fill:#ACD79C;line-color:#ACD79C;}
[GRIDCODE=14]{polygon-fill:#92BD82;line-color:#92BD82;}
[GRIDCODE=15]{polygon-fill:#79A469;line-color:#79A469;}
[GRIDCODE=16]{polygon-fill:#608B50;line-color:#608B50;}
[GRIDCODE=17]{polygon-fill:#467136;line-color:#467136;}
[GRIDCODE=18]{polygon-fill:#2D581D;line-color:#2D581D;}
[GRIDCODE=19]{polygon-fill:#133e03;line-color:#133e03;}
[GRIDCODE=20]{polygon-fill:#002500;line-color:#002500;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment