]> git.openstreetmap.org Git - rails.git/blobdiff - public/potlatch2/stylesheets/potlatch.css
Update Potlatch 2 to 2.2 build
[rails.git] / public / potlatch2 / stylesheets / potlatch.css
index 625d5462f5140a9c7264bf13e9e2cacdfd4c0a1e..34fd3bc4a23dd3867c117c6eb5577350d29b6ba3 100644 (file)
 way .area_small_name {text-color: black; font-size: 9; text: name; text-halo: #ffffaa; text-halo-radius: 2; text-position: center;}
 @import("stylesheets/core_interactive.css");
 
+/* Test rendering for licence status */
+
+way[_status=no]::status       { z-index: 0; width: 20; color: red; }
+way[_status=partial]::status  { z-index: 0; width: 20; color: red; opacity: 0.4; }
+way[_status=unsure]::status   { z-index: 0; width: 20; color: orange; opacity: 0.4; }
+node[_status=no]::status      { z-index: 0; icon-image: square; icon-width: 15; color: red; }
+node[_status=partial]::status { z-index: 0; icon-image: square; icon-width: 15; color: red; opacity: 0.4; }
+node[_status=unsure]::status  { z-index: 0; icon-image: square; icon-width: 15; color: orange; opacity: 0.4; }