- stroke-dasharray: 3, 2;
-}
-
-
-/* Status (e.g. construction, proposed, abandoned) */
-path.stroke.tag-status,
-path.casing.tag-status {
- stroke-linecap: butt;
- stroke-dasharray: 7, 3;
-}
-.low-zoom path.stroke.tag-status,
-.low-zoom path.casing.tag-status {
- stroke-dasharray: 5, 2;
-}
-
-
-/* Buildings */
-path.stroke.tag-building,
-path.stroke.tag-amenity-shelter {
- stroke: rgb(224, 110, 95);
-}
-path.fill.tag-building,
-path.fill.tag-amenity-shelter {
- stroke: rgba(224, 110, 95, 0.3);
- fill: rgba(224, 110, 95, 0.3);
-}
-.preset-icon-fill-area.tag-building,
-.preset-icon-fill-area.tag-amenity-shelter {
- border-color: rgb(224, 110, 95);
- background-color: rgba(224, 110, 95, 0.3);
-}
-
-
-/* Labels / Markers */
-
-text {
- font-size:10px;
- pointer-events: none;
- color: #222;
- opacity: 1;
-}
-
-.oneway .textpath.tag-waterway {
- fill: #002F35;
-}
-
-path.oneway {
- stroke-width: 6px;
-}
-
-
-text.arealabel-halo,
-text.linelabel-halo,
-text.pointlabel-halo,
-text.arealabel,
-text.linelabel,
-text.pointlabel {
- dominant-baseline: middle;
- text-anchor: middle;
- font-size: 12px;
- font-weight: bold;
- fill: #333;
- pointer-events: none;
- -webkit-transition: opacity 100ms linear;
- transition: opacity 100ms linear;
- -moz-transition: opacity 100ms linear;
-}
-
-/* Opera doesn't support dominant-baseline. See #715 */
-/* Safari 10 seems to have regressed too */
-.linelabel-halo .textpath,
-.linelabel .textpath {
- baseline-shift: -33%;
- dominant-baseline: auto;
-}
-
-.layer-halo text {
- opacity: 0.7;
- stroke: #fff;
- stroke-width: 5px;
- stroke-miterlimit: 1;