source: josm/trunk/styles_nodist/potlatch2/source/gpx.css@ 3985

Last change on this file since 3985 was 3983, checked in by bastiK, 13 years ago

potlatch2 dev moved to git, mirror the style sources here

File size: 297 bytes
Line 
1/*
2
3 Wireframe stylesheet for GPS tracks
4
5*/
6
7way { z-index: 2; width: 1; color: cyan; }
8node :poi { z-index: 2;
9 icon-image: circle; icon-width: 4; color: orange;
10 casing-color: red; casing-width: 1;
11 text-offset: 10; font-family: DejaVu; text: name; font-size: 9; text_color: red; }
12
Note: See TracBrowser for help on using the repository browser.