source: josm/trunk/nodist/styles/potlatch2/source/core_relations.css@ 16059

Last change on this file since 16059 was 5215, checked in by bastiK, 12 years ago

update Potlatch 2 style from upstream. (Fixes casing-width)

File size: 649 bytes
Line 
1/* Route relations */
2
3relation[type=route] way::route { z-index: 1; width: 13; color: blue; opacity: 0.3; }
4relation[type=route][route=bicycle][network=ncn] way::route { z-index: 1; width: 12; color: red; opacity: 0.3; }
5relation[type=route][route=bicycle][network=rcn] way::route { z-index: 1; width: 12; color: cyan; opacity: 0.3; }
6relation[type=route][route=bicycle][network=lcn] way::route { z-index: 1; width: 12; color: blue; opacity: 0.3; }
7relation[type=route][route=mtb] way::route { z-index: 1; width: 12; color: brown; opacity: 0.3; }
8relation[type=route][route=foot] way::route { z-index: 1; width: 10; color: #80ff80; opacity: 0.6; }
Note: See TracBrowser for help on using the repository browser.