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/patched/potlatch.css

    r3898 r5215  
    44/*@import("stylesheets/core_landuse.css");*/
    55/*@import("stylesheets/core_relations.css");*/
    6 way[is_prop_set("prop_area_small_name")] {text-color: black; font-size: 9; text: name; text-halo: #ffffaa; text-halo-radius: 2; text-position: center;}
     6way[is_prop_set("prop_area_small_name")] {text-color: black; font-size: 10; text: name; text-halo: #ffffaa; text-halo-radius: 2; text-position: center;}
    77/*@import("stylesheets/core_interactive.css");*/
    88
     9/* Rendering for licence status */
     10
     11/*way[_status=no]::status       { z-index: 0; width: eval('_width+7'); color: #AA0000; }
     12way[_status=partial]::status  { z-index: 0; width: eval('_width+7'); color: #AA0000; opacity: 0.6; }
     13way[_status=unsure]::status   { z-index: 0; width: eval('_width+7'); color: darkorange; opacity: 0.6; }
     14node[_status=no]::status      { z-index: 0; icon-image: square; icon-width: eval('_width+7'); color: #AA0000; }
     15node[_status=partial]::status { z-index: 0; icon-image: square; icon-width: eval('_width+7'); color: #AA0000; opacity: 0.6; }
     16node[_status=unsure]::status  { z-index: 0; icon-image: square; icon-width: eval('_width+7'); color: darkorange; opacity: 0.6; }*/
Note: See TracChangeset for help on using the changeset viewer.