source: josm/trunk/styles_nodist/potlatch2/patched/potlatch.css@ 9342

Last change on this file since 9342 was 9342, checked in by Don-vip, 8 years ago

report changes from r7127 and r7671 to patched files of potlatch2 mapcss files in order to perform new update

File size: 1.1 KB
Line 
1
2/*@import("stylesheets/core_ways.css");*/
3/*@import("stylesheets/core_pois.css");*/
4/*@import("stylesheets/core_landuse.css");*/
5/*@import("stylesheets/core_relations.css");*/
6way[is_prop_set("prop_area_small_name")] {text-color: black; font-size: 10; text: auto; text-halo: #ffffaa; text-halo-radius: 2; text-position: center;}
7/*@import("stylesheets/core_interactive.css");*/
8
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; i|||con-image: square; icon-width: eval('_width+7'); color: #AA0000; }
15node[_status=partial]::status { z-index: 0; i|||con-image: square; icon-width: eval('_width+7'); color: #AA0000; opacity: 0.6; }
16node[_status=unsure]::status { z-index: 0; i|||con-image: square; icon-width: eval('_width+7'); color: darkorange; opacity: 0.6; }*/
Note: See TracBrowser for help on using the repository browser.