Skip to content

Instantly share code, notes, and snippets.

@wboykinm
Created September 7, 2012 17:44
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/3668100 to your computer and use it in GitHub Desktop.
Save wboykinm/3668100 to your computer and use it in GitHub Desktop.
subclasses
/********BRACE YOURSELF - MANY LINES AHEAD********/
#countries[ADMIN="South Sudan"] {
::edge-fade {
line-cap:round;
line-join:round;
line-smooth:1;
line-color:white;
/********EDGE FADE SET 1********/
::glow1 {
line-width:1;
line-offset:0;
line-opacity:0.2;
}
::glow2 {
line-width:2;
line-offset:1;
line-opacity:0.2;
}
::glow3 {
line-width:3;
line-offset:2;
line-opacity:0.2;
}
::glow4 {
line-width:4;
line-offset:3;
line-opacity:0.2;
}
::glow5 {
line-width:5;
line-offset:4;
line-opacity:0.2;
}
::glow6 {
line-width:6;
line-offset:5;
line-opacity:0.2;
}
::glow7 {
line-width:7;
line-offset:6;
line-opacity:0.2;
}
::glow8 {
line-width:8;
line-offset:7;
line-opacity:0.2;
}
::glow9 {
line-width:9;
line-offset:8;
line-opacity:0.1;
}
::glow10 {
line-width:10;
line-offset:9;
line-opacity:0.1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment