]> git.openstreetmap.org Git - rails.git/blob - public/potlatch2/stylesheets/core_relations.css
Update Potlatch 2 to 0.5-295-g3fdb3c2 build
[rails.git] / public / potlatch2 / stylesheets / core_relations.css
1 /* Route relations */
2
3 relation[type=route] way { z-index: 1; width: 13; color: blue; opacity: 0.3; }
4 relation[type=route][route=bicycle][network=ncn] way { z-index: 1; width: 12; color: red; opacity: 0.3; }
5 relation[type=route][route=bicycle][network=rcn] way { z-index: 1; width: 12; color: cyan; opacity: 0.3; }
6 relation[type=route][route=bicycle][network=lcn] way { z-index: 1; width: 12; color: blue; opacity: 0.3; }
7 relation[type=route][route=foot] way { z-index: 1; width: 10; color: #80ff80; opacity: 0.6; }