]> git.openstreetmap.org Git - rails.git/blobdiff - public/potlatch2/stylesheets/potlatch.css
Update Potlatch 2 to 2.3-367-ga54da3b build
[rails.git] / public / potlatch2 / stylesheets / potlatch.css
index 625d5462f5140a9c7264bf13e9e2cacdfd4c0a1e..8774333f3cad76cdbd43415fc189e97144a523c3 100644 (file)
 @import("stylesheets/core_pois.css");
 @import("stylesheets/core_landuse.css");
 @import("stylesheets/core_relations.css");
-way .area_small_name {text-color: black; font-size: 9; text: name; text-halo: #ffffaa; text-halo-radius: 2; text-position: center;}
+way .area_small_name {text-color: black; font-size: 10; text: name; text-halo: #ffffaa; text-halo-radius: 2; text-position: center;}
 @import("stylesheets/core_interactive.css");
 
+/* Rendering for licence status */
+
+way[_status=no]::status       { z-index: 0; width: eval('_width+7'); color: #AA0000; }
+way[_status=partial]::status  { z-index: 0; width: eval('_width+7'); color: #AA0000; opacity: 0.6; }
+way[_status=unsure]::status   { z-index: 0; width: eval('_width+7'); color: darkorange; opacity: 0.6; }
+node[_status=no]::status      { z-index: 0; icon-image: square; icon-width: eval('_width+7'); color: #AA0000; }
+node[_status=partial]::status { z-index: 0; icon-image: square; icon-width: eval('_width+7'); color: #AA0000; opacity: 0.6; }
+node[_status=unsure]::status  { z-index: 0; icon-image: square; icon-width: eval('_width+7'); color: darkorange; opacity: 0.6; }