Ignore:
Timestamp:
2012-05-06T12:46:32+02:00 (14 years ago)
Author:
bastiK
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles_nodist/potlatch2/source/enhanced.css

    r3983 r5215  
    1313/* Access */
    1414
    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;}
     15way[access=private]::access,way[access=no]::access { z-index: 10; color: red; width: eval('_width+2'); dashes: 2,5;}
     16way[access=permissive]::access { z-index: 10; color: green; width: eval('_width+2'); dashes: 1,3;}
    1717
    1818/* Physical */
    1919
    20 way[embankment=yes], way[cutting=yes]
     20way[embankment=yes]::hatches, way[cutting=yes]::hatches
    2121    { z-index: 3; opacity: 0.5; color: grey; width: eval('_width+5'); dashes: 2, 2; }
    2222
     
    2929/* Direction on selected ways */
    3030
    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; }
     31way[highway][!oneway][junction!=roundabout]::direction :selected,
     32way[aerial_way]::direction :selected { z-index: 14; color: #999922; width: 2; dashes: 3,60; line-style: arrows; }
     33way[waterway]::direction :selected { z-index: 14; color: #4444CC; width: 2; dashes: 5,60; line-style: arrows; }
     34way[railway]::direction :selected{ z-index: 14; color: #999999; width: 3; dashes: 4,92; line-style: arrows; }
    3535
Note: See TracChangeset for help on using the changeset viewer.