mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
322 lines
8.6 KiB
CSS
322 lines
8.6 KiB
CSS
|
|
path.area.stroke {
|
|
stroke: #fff;
|
|
stroke-width: 1;
|
|
}
|
|
path.area.fill {
|
|
stroke-width: 0;
|
|
stroke: rgba(255, 255, 255, 0.3);
|
|
fill: rgba(255, 255, 255, 0.3);
|
|
fill-rule: evenodd;
|
|
}
|
|
.preset-icon-fill-area {
|
|
border: 1px solid rgb(170, 170, 170);
|
|
background-color: rgba(170, 170, 170, 0.3);
|
|
}
|
|
|
|
path.shadow.old-multipolygon,
|
|
path.stroke.old-multipolygon {
|
|
stroke-dasharray: 100, 5;
|
|
stroke-linecap: butt;
|
|
}
|
|
|
|
path.stroke.tag-natural {
|
|
stroke: rgb(182, 225, 153);
|
|
}
|
|
path.fill.tag-natural {
|
|
stroke: rgba(182, 225, 153, 0.3);
|
|
fill: rgba(182, 225, 153, 0.3);
|
|
}
|
|
.preset-icon-fill-area.tag-natural {
|
|
border-color: rgb(182, 225, 153);
|
|
background-color: rgba(182, 225, 153, 0.3);
|
|
}
|
|
|
|
path.stroke.tag-landuse,
|
|
path.stroke.tag-natural-wood,
|
|
path.stroke.tag-natural-tree,
|
|
path.stroke.tag-natural-grassland,
|
|
path.stroke.tag-natural-grass,
|
|
path.stroke.tag-leisure-nature_reserve,
|
|
path.stroke.tag-leisure-pitch,
|
|
path.stroke.tag-leisure-park {
|
|
stroke: rgb(140, 208, 95);
|
|
}
|
|
path.fill.tag-landuse,
|
|
path.fill.tag-natural-wood,
|
|
path.fill.tag-natural-tree,
|
|
path.fill.tag-natural-grassland,
|
|
path.fill.tag-natural-grass,
|
|
path.fill.tag-leisure-nature_reserve,
|
|
path.fill.tag-leisure-pitch,
|
|
path.fill.tag-leisure-park {
|
|
stroke: rgba(140, 208, 95, 0.3);
|
|
fill: rgba(140, 208, 95, 0.3);
|
|
}
|
|
.preset-icon-fill-area.tag-landuse,
|
|
.preset-icon-fill-area.tag-natural-wood,
|
|
.preset-icon-fill-area.tag-natural-tree,
|
|
.preset-icon-fill-area.tag-natural-grassland,
|
|
.preset-icon-fill-area.tag-natural-grass,
|
|
.preset-icon-fill-area.tag-leisure-nature_reserve,
|
|
.preset-icon-fill-area.tag-leisure-pitch,
|
|
.preset-icon-fill-area.tag-leisure-park {
|
|
border-color: rgb(140, 208, 95);
|
|
background-color: rgba(140, 208, 95, 0.3);
|
|
}
|
|
|
|
path.stroke.tag-amenity-swimming_pool,
|
|
path.stroke.tag-leisure-swimming_pool,
|
|
path.stroke.tag-natural-water,
|
|
path.stroke.tag-landuse-aquaculture,
|
|
path.stroke.tag-landuse-basin,
|
|
path.stroke.tag-landuse-harbour,
|
|
path.stroke.tag-landuse-reservoir {
|
|
stroke: rgb(119, 211, 222);
|
|
}
|
|
path.fill.tag-amenity-swimming_pool,
|
|
path.fill.tag-leisure-swimming_pool,
|
|
path.fill.tag-landuse-aquaculture,
|
|
path.fill.tag-landuse-basin,
|
|
path.fill.tag-landuse-harbour,
|
|
path.fill.tag-landuse-reservoir,
|
|
path.fill.tag-natural-water {
|
|
stroke: rgba(119, 211, 222, 0.3);
|
|
fill: rgba(119, 211, 222, 0.3);
|
|
}
|
|
.preset-icon-fill-area.tag-amenity-swimming_pool,
|
|
.preset-icon-fill-area.tag-leisure-swimming_pool,
|
|
.preset-icon-fill-area.tag-landuse-aquaculture,
|
|
.preset-icon-fill-area.tag-landuse-basin,
|
|
.preset-icon-fill-area.tag-landuse-harbour,
|
|
.preset-icon-fill-area.tag-landuse-reservoir,
|
|
.preset-icon-fill-area.tag-natural-water {
|
|
border-color: rgb(119, 211, 222);
|
|
background-color: rgba(119, 211, 222, 0.3);
|
|
}
|
|
|
|
path.stroke.tag-amenity-childcare,
|
|
path.stroke.tag-amenity-kindergarten,
|
|
path.stroke.tag-amenity-school,
|
|
path.stroke.tag-amenity-college,
|
|
path.stroke.tag-amenity-university {
|
|
stroke: rgb(255, 255, 148);
|
|
}
|
|
path.fill.tag-amenity-childcare,
|
|
path.fill.tag-amenity-kindergarten,
|
|
path.fill.tag-amenity-school,
|
|
path.fill.tag-amenity-college,
|
|
path.fill.tag-amenity-university {
|
|
stroke: rgba(255, 255, 148, 0.15);
|
|
fill: rgba(255, 255, 148, 0.15);
|
|
}
|
|
.preset-icon-fill-area.tag-amenity-childcare,
|
|
.preset-icon-fill-area.tag-amenity-kindergarten,
|
|
.preset-icon-fill-area.tag-amenity-school,
|
|
.preset-icon-fill-area.tag-amenity-college,
|
|
.preset-icon-fill-area.tag-amenity-university {
|
|
border-color: rgb(232, 232, 0);
|
|
background-color: rgba(255, 255, 148, 0.15);
|
|
}
|
|
|
|
path.stroke.tag-landuse-residential {
|
|
stroke: rgb(196, 189, 25);
|
|
}
|
|
path.fill.tag-landuse-residential {
|
|
stroke: rgba(196, 189, 25, 0.3);
|
|
fill: rgba(196, 189, 25, 0.3);
|
|
}
|
|
.preset-icon-fill-area.tag-landuse-residential {
|
|
border-color: rgb(196, 189, 25);
|
|
background: rgba(196, 189, 25, 0.3);
|
|
}
|
|
|
|
path.stroke.tag-landuse-retail,
|
|
path.stroke.tag-landuse-commercial {
|
|
stroke: rgb(214, 136, 26);
|
|
}
|
|
path.fill.tag-landuse-retail,
|
|
path.fill.tag-landuse-commercial {
|
|
stroke: rgba(214, 136, 26, 0.3);
|
|
fill: rgba(214, 136, 26, 0.3);
|
|
}
|
|
.preset-icon-fill-area.tag-landuse-retail,
|
|
.preset-icon-fill-area.tag-landuse-commercial {
|
|
border-color: rgb(214, 136, 26);
|
|
background-color: rgba(214, 136, 26, 0.3);
|
|
}
|
|
|
|
path.stroke.tag-landuse-industrial,
|
|
path.stroke.tag-power-plant {
|
|
stroke: rgb(228, 164, 245);
|
|
}
|
|
path.fill.tag-landuse-industrial,
|
|
path.fill.tag-power-plant {
|
|
stroke: rgba(228, 164, 245, 0.3);
|
|
fill: rgba(228, 164, 245, 0.3);
|
|
}
|
|
.preset-icon-fill-area.tag-landuse-industrial,
|
|
.preset-icon-fill-area.tag-power-plant {
|
|
border-color: rgb(228, 164, 245);
|
|
background-color: rgba(228, 164, 245, 0.3);
|
|
}
|
|
|
|
path.stroke.tag-natural-bare_rock,
|
|
path.stroke.tag-natural-scree,
|
|
path.stroke.tag-landuse-railway,
|
|
path.stroke.tag-landuse-quarry {
|
|
stroke: rgb(166, 149, 123);
|
|
}
|
|
path.fill.tag-natural-bare_rock,
|
|
path.fill.tag-natural-scree,
|
|
path.fill.tag-landuse-railway,
|
|
path.fill.tag-landuse-quarry {
|
|
stroke: rgba(166, 149, 123, 0.2);
|
|
fill: rgba(166, 149, 123, 0.2);
|
|
}
|
|
.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(166, 149, 123);
|
|
background-color: rgba(166, 149, 123, 0.2);
|
|
}
|
|
|
|
path.stroke.tag-landuse-landfill {
|
|
stroke: rgb(255, 153, 51);
|
|
}
|
|
path.fill.tag-landuse-landfill {
|
|
stroke: rgba(255, 153, 51, 0.2);
|
|
fill: rgba(255, 153, 51, 0.2);
|
|
}
|
|
.preset-icon-fill-area.tag-landuse-landfill {
|
|
border-color: rgb(255, 153, 51);
|
|
background-color: rgba(255, 153, 51, 0.2);
|
|
}
|
|
|
|
.pattern-color-construction {
|
|
fill: rgba(196, 189, 25, 0.2);
|
|
}
|
|
path.stroke.tag-landuse.tag-status,
|
|
path.stroke.tag-landuse-construction {
|
|
stroke: rgb(196, 189, 25);
|
|
}
|
|
.preset-icon-fill-area.tag-landuse.tag-status,
|
|
.preset-icon-fill-area.tag-landuse-construction {
|
|
border-color: rgb(196, 189, 25);
|
|
background-color: rgba(196, 189, 25, 0.2);
|
|
}
|
|
|
|
path.stroke.tag-military,
|
|
path.stroke.tag-landuse-military {
|
|
stroke: rgb(214, 136, 26);
|
|
}
|
|
path.fill.tag-military,
|
|
path.fill.tag-landuse-military {
|
|
stroke: rgba(214, 136, 26, 0.2);
|
|
fill: rgba(214, 136, 26, 0.2);
|
|
}
|
|
.preset-icon-fill-area.tag-military,
|
|
.preset-icon-fill-area.tag-landuse-military {
|
|
border-color: rgb(214, 136, 26);
|
|
background-color: rgba(214, 136, 26, 0.2);
|
|
}
|
|
|
|
.pattern-color-wetland {
|
|
fill: rgba(182, 225, 153, 0.2);
|
|
}
|
|
path.stroke.tag-natural-wetland {
|
|
stroke: rgb(182, 225, 153);
|
|
}
|
|
.preset-icon-fill-area.tag-natural-wetland {
|
|
border-color: rgb(182, 225, 153);
|
|
background-color: rgba(182, 225, 153, 0.2);
|
|
}
|
|
|
|
.pattern-color-meadow {
|
|
fill: rgba(182, 225, 153, 0.2);
|
|
}
|
|
path.stroke.tag-landuse-meadow {
|
|
stroke: rgb(182, 225, 153);
|
|
}
|
|
.preset-icon-fill-area.tag-landuse-meadow {
|
|
border-color: rgb(182, 225, 153);
|
|
background-color: rgba(182, 225, 153, 0.2);
|
|
}
|
|
|
|
.pattern-color-beach,
|
|
.pattern-color-sand {
|
|
fill: rgba(255, 255, 126, 0.2);
|
|
}
|
|
path.stroke.tag-natural-beach,
|
|
path.stroke.tag-natural-sand {
|
|
stroke: rgb(255, 255, 126);
|
|
}
|
|
.preset-icon-fill-area.tag-natural-beach,
|
|
.preset-icon-fill-area.tag-natural-sand {
|
|
border-color: rgb(255, 255, 126);
|
|
background-color: rgba(255, 255, 126, 0.2);
|
|
}
|
|
|
|
.pattern-color-scrub {
|
|
fill: rgba(219, 240, 139, 0.2);
|
|
}
|
|
path.stroke.tag-natural-scrub {
|
|
stroke: rgb(219, 240, 139);
|
|
}
|
|
.preset-icon-fill-area.tag-natural-scrub {
|
|
border-color: rgb(219, 240, 139);
|
|
background-color: rgba(219, 240, 139, 0.2);
|
|
}
|
|
|
|
.pattern-color-farm,
|
|
.pattern-color-farmland {
|
|
fill: rgba(140, 208, 95, 0.2);
|
|
}
|
|
path.stroke.tag-landuse-farm,
|
|
path.stroke.tag-landuse-farmland {
|
|
stroke: rgb(140, 208, 95);
|
|
}
|
|
.preset-icon-fill-area.tag-landuse-farm,
|
|
.preset-icon-fill-area.tag-landuse-farmland {
|
|
background-color: rgba(140, 208, 95, 0.2);
|
|
}
|
|
|
|
path.stroke.tag-landuse-farmyard {
|
|
stroke: rgb(245, 220, 186);
|
|
}
|
|
path.fill.tag-landuse-farmyard {
|
|
stroke: rgba(245, 220, 186, 0.3);
|
|
fill: rgba(245, 220, 186, 0.3);
|
|
}
|
|
.preset-icon-fill-area.tag-landuse-farmyard {
|
|
border-color: rgb(226, 177, 111);
|
|
background: rgba(245, 220, 186, 0.3);
|
|
}
|
|
|
|
.pattern-color-cemetery,
|
|
.pattern-color-orchard {
|
|
fill: rgba(140, 208, 95, 0.2);
|
|
}
|
|
path.stroke.tag-landuse-cemetery,
|
|
path.stroke.tag-landuse-orchard {
|
|
stroke: rgb(140, 208, 95);
|
|
}
|
|
.preset-icon-fill-area.tag-landuse-cemetery,
|
|
.preset-icon-fill-area.tag-landuse-orchard {
|
|
background-color: rgba(140, 208, 95, 0.2);
|
|
}
|
|
|
|
path.stroke.tag-amenity-parking {
|
|
stroke: rgb(170, 170, 170);
|
|
}
|
|
path.fill.tag-amenity-parking {
|
|
stroke: rgba(170, 170, 170, 0.3);
|
|
fill: rgba(170, 170, 170, 0.3);
|
|
}
|
|
.preset-icon-fill-area.tag-amenity-parking {
|
|
border-color: rgb(170, 170, 170);
|
|
background-color: rgba(170, 170, 170, 0.3);
|
|
}
|
|
|