From fb0fbf9b4e9ab692d21fe5b4392002e026892e67 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 21 Jul 2017 18:01:05 -0400 Subject: [PATCH] Fix transparency and adjust gray --- css/25_areas.css | 68 ++++++++++++++++++++++++------------------------ 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/css/25_areas.css b/css/25_areas.css index 6d55ad199..0e5d035c7 100644 --- a/css/25_areas.css +++ b/css/25_areas.css @@ -1,7 +1,7 @@ /* Default - light gray */ path.area.stroke { - stroke: #fff; + stroke: #ddd; stroke-width: 1; } path.area.fill { @@ -180,40 +180,9 @@ path.fill.tag-power-plant { background-color: rgba(228, 164, 245, 0.3); } -/* Dark Gray things */ -path.stroke.tag-amenity-parking, -path.stroke.tag-leisure-pitch.tag-sport-basketball, -path.stroke.tag-leisure-pitch.tag-sport-skateboard, -path.stroke.tag-natural-bare_rock, -path.stroke.tag-natural-scree, -path.stroke.tag-landuse-railway, -path.stroke.tag-landuse-quarry { - stroke: rgb(140, 140, 140); -} -path.fill.tag-amenity-parking, -path.fill.tag-leisure-pitch.tag-sport-basketball, -path.fill.tag-leisure-pitch.tag-sport-skateboard, -path.fill.tag-natural-bare_rock, -path.fill.tag-natural-scree, -path.fill.tag-landuse-railway, -path.fill.tag-landuse-quarry { - stroke: rgba(140, 140, 140, 0.3); - fill: rgba(140, 140, 140, 0.3); -} -.preset-icon-fill-area.tag-amenity-parking, -.preset-icon-fill-area.tag-leisure-pitch.tag-sport-basketball, -.preset-icon-fill-area.tag-leisure-pitch.tag-sport-skateboard, -.preset-icon-fill-area.tag-natural-bare_rock, -.preset-icon-fill-area.tag-natural-scree, -.preset-icon-fill-area.tag-landuse-railway, -.preset-icon-fill-area.tag-landuse-quarry { - border-color: rgb(140, 140, 140); - background-color: rgba(140, 140, 140, 0.3); -} - /* Teal things */ .pattern-color-wetland { - fill: rgba(153, 225, 170, 0.2); + fill: rgba(153, 225, 170, 0.3); } path.stroke.tag-natural-wetland { stroke: rgb(153, 225, 170); @@ -259,10 +228,41 @@ path.fill.tag-landuse-farmyard { background: rgba(245, 220, 186, 0.3); } +/* Dark Gray things */ +path.stroke.tag-amenity-parking, +path.stroke.tag-leisure-pitch.tag-sport-basketball, +path.stroke.tag-leisure-pitch.tag-sport-skateboard, +path.stroke.tag-natural-bare_rock, +path.stroke.tag-natural-scree, +path.stroke.tag-landuse-railway, +path.stroke.tag-landuse-quarry { + stroke: #bbb; +} +path.fill.tag-amenity-parking, +path.fill.tag-leisure-pitch.tag-sport-basketball, +path.fill.tag-leisure-pitch.tag-sport-skateboard, +path.fill.tag-natural-bare_rock, +path.fill.tag-natural-scree, +path.fill.tag-landuse-railway, +path.fill.tag-landuse-quarry { + stroke: rgba(140, 140, 140, 0.5); + fill: rgba(140, 140, 140, 0.5); +} +.preset-icon-fill-area.tag-amenity-parking, +.preset-icon-fill-area.tag-leisure-pitch.tag-sport-basketball, +.preset-icon-fill-area.tag-leisure-pitch.tag-sport-skateboard, +.preset-icon-fill-area.tag-natural-bare_rock, +.preset-icon-fill-area.tag-natural-scree, +.preset-icon-fill-area.tag-landuse-railway, +.preset-icon-fill-area.tag-landuse-quarry { + border-color: rgb(170, 170, 170); + background-color: rgba(140, 140, 140, 0.5); +} + /* Light gray overrides */ path.stroke.tag-natural-cave_entrance, path.stroke.tag-natural-glacier { - stroke: #fff + stroke: #ddd; } path.fill.tag-natural-cave_entrance, path.fill.tag-natural-glacier {