Changeset 5215 in josm for trunk/styles_nodist/potlatch2/source/enhanced.css
- Timestamp:
- 2012-05-06T12:46:32+02:00 (14 years ago)
- File:
-
- 1 edited
-
trunk/styles_nodist/potlatch2/source/enhanced.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles_nodist/potlatch2/source/enhanced.css
r3983 r5215 13 13 /* Access */ 14 14 15 way[access=private],way[access=no] { z-index: 10; color: red; width: eval('_width+2'); dashes: 2,5;} 16 way[access=permissive] { z-index: 10; color: green; width: eval('_width+2'); dashes: 1,3;} 15 way[access=private]::access,way[access=no]::access { z-index: 10; color: red; width: eval('_width+2'); dashes: 2,5;} 16 way[access=permissive]::access { z-index: 10; color: green; width: eval('_width+2'); dashes: 1,3;} 17 17 18 18 /* Physical */ 19 19 20 way[embankment=yes], way[cutting=yes] 20 way[embankment=yes]::hatches, way[cutting=yes]::hatches 21 21 { z-index: 3; opacity: 0.5; color: grey; width: eval('_width+5'); dashes: 2, 2; } 22 22 … … 29 29 /* Direction on selected ways */ 30 30 31 way[highway][!oneway][junction!=roundabout]:selected, 32 way[aerial_way]:selected { z-index: 14; color: #999922; width: 2; dashes: 3,60; line-style: arrows; } 33 way[waterway]:selected { z-index: 14; color: #4444CC; width: 2; dashes: 5,60; line-style: arrows; } 34 way[railway] :selected{ z-index: 14; color: #999999; width: 3; dashes: 4,92; line-style: arrows; } 31 way[highway][!oneway][junction!=roundabout]::direction :selected, 32 way[aerial_way]::direction :selected { z-index: 14; color: #999922; width: 2; dashes: 3,60; line-style: arrows; } 33 way[waterway]::direction :selected { z-index: 14; color: #4444CC; width: 2; dashes: 5,60; line-style: arrows; } 34 way[railway]::direction :selected{ z-index: 14; color: #999999; width: 3; dashes: 4,92; line-style: arrows; } 35 35
Note:
See TracChangeset
for help on using the changeset viewer.
