Changeset 5215 in josm for trunk/styles_nodist/potlatch2/patched/core_relations.css
- Timestamp:
- 2012-05-06T12:46:32+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles_nodist/potlatch2/patched/core_relations.css
r3902 r5215 1 1 /* Route relations */ 2 2 3 relation[type=route] > way::r elation_underlay{ z-index: -1; width: 13; color: blue; opacity: 0.3; linecap: none; }4 relation[type=route][route=bicycle][network=ncn] > way::r elation_underlay{ z-index: -1; width: 12; color: red; opacity: 0.3; linecap: none; }5 relation[type=route][route=bicycle][network=rcn] > way::r elation_underlay{ z-index: -1; width: 12; color: cyan; opacity: 0.3; linecap: none; }6 relation[type=route][route=bicycle][network=lcn] > way::r elation_underlay{ z-index: -1; width: 12; color: blue; opacity: 0.3; linecap: none; }7 relation[type=route][route= foot] > way::relation_underlay{ z-index: -1; width: 10; color:#80ff80; opacity: 0.6; linecap: none; }8 3 relation[type=route] > way::route { z-index: -1; width: 13; color: blue; opacity: 0.3; linecap: none; } 4 relation[type=route][route=bicycle][network=ncn] > way::route { z-index: -1; width: 12; color: red; opacity: 0.3; linecap: none; } 5 relation[type=route][route=bicycle][network=rcn] > way::route { z-index: -1; width: 12; color: cyan; opacity: 0.3; linecap: none; } 6 relation[type=route][route=bicycle][network=lcn] > way::route { z-index: -1; width: 12; color: blue; opacity: 0.3; linecap: none; } 7 relation[type=route][route=mtb] > way::route { z-index: -1; width: 12; color: brown; opacity: 0.3; linecap: none; } 8 relation[type=route][route=foot] > way::route { z-index: -1; width: 10; color: #80ff80; opacity: 0.6; linecap: none; }
Note:
See TracChangeset
for help on using the changeset viewer.
