Skip to content

Instantly share code, notes, and snippets.

@ian29

ian29/sand.css Secret

Created October 29, 2012 16:22
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 ian29/20d2c70790aa46388c78 to your computer and use it in GitHub Desktop.
Save ian29/20d2c70790aa46388c78 to your computer and use it in GitHub Desktop.
#red[FCSTPRD=72]{
polygon-fill:#f00;
polygon-opacity:.5;
line-width:0;
image-filters: agg-stack-blur(5,5);
}
#yellow[FCSTPRD=120]{
polygon-fill:#ff0;
line-color:#f90;
line-width:1;
polygon-opacity:.25;
line-dasharray:4,6;
comp-op:src-out;
}
#ww {
line-opacity:.85;
line-width:5;
line-smooth:.2;
line-join:bevel;
[TCWW='HWR']{line-color:#f02;}
[TCWW='HWQ']{line-color:#f73;}
[TCWW='TWR']{line-color:#2d0;}
[TCWW='TWA']{line-color:#7f0;}
}
#lines {
line-width:1;
line-color:#168;
}
#points {
marker-width:[MAXWIND] * .25;
marker-fill:#fff;
marker-line-color:#024;
marker-line-opacity:.5;
marker-line-width:3;
marker-allow-overlap:true;
text-name:'[DATELBL]';
text-face-name:'Gill Sans Regular';
text-halo-fill:#fff;
text-halo-radius:2;
text-horizontal-alignment:right;
text-allow-overlap:false;
text-size:15;
text-dx:20;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment