1 /* http://meyerweb.com/eric/tools/css/reset/
3 License: none (public domain)
6 html, body, div, span, applet, object, iframe,
7 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
8 a, abbr, acronym, address, big, cite, code,
9 del, dfn, em, img, ins, kbd, q, s, samp,
10 small, strike, strong, sub, sup, tt, var,
12 dl, dt, dd, ol, ul, li,
13 fieldset, form, label, legend,
14 table, caption, tbody, tfoot, thead, tr, th, td,
15 article, aside, canvas, details, embed,
16 figure, figcaption, footer, header, hgroup,
17 menu, nav, output, ruby, section, summary,
18 time, mark, audio, video {
24 vertical-align: baseline;
26 /* HTML5 display-role reset for older browsers */
27 article, aside, details, figcaption, figure,
28 footer, header, hgroup, menu, nav, section {
40 blockquote:before, blockquote:after,
46 border-collapse: collapse;
49 a { text-decoration: none;}
51 * 1. Corrects font family not being inherited in all browsers.
52 * 2. Corrects font size not being inherited in all browsers.
53 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
60 font-family: inherit; /* 1 */
61 font-size: 100%; /* 2 */
67 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
76 /* Hide default number spinner controls */
77 input[type="number"]::-webkit-inner-spin-button,
78 input[type="number"]::-webkit-outer-spin-button {
83 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
84 * and `video` controls.
85 * 2. Corrects inability to style clickable `input` types in iOS.
86 * 3. Improves usability and consistency of cursor style between image-type
91 html input[type="button"], /* 1 */
93 input[type="submit"] {
94 -webkit-appearance: button; /* 2 */
95 cursor: pointer; /* 3 */
99 * Re-set default cursor for disabled elements.
108 * 1. Addresses box sizing set to `content-box` in IE 8/9.
109 * 2. Removes excess padding in IE 8/9.
112 input[type="checkbox"],
113 input[type="radio"] {
114 box-sizing: border-box; /* 1 */
119 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
120 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
121 * (include `-moz` to future-proof).
124 input[type="search"] {
125 -webkit-appearance: textfield; /* 1 */
126 -moz-box-sizing: border-box;
127 -webkit-box-sizing: border-box; /* 2 */
128 box-sizing: border-box;
132 * Removes inner padding and search cancel button in Safari 5 and Chrome
136 input[type="search"]::-webkit-search-cancel-button,
137 input[type="search"]::-webkit-search-decoration {
138 -webkit-appearance: none;
142 * Removes inner padding and border in Firefox 4+.
145 button::-moz-focus-inner,
146 input::-moz-focus-inner {
152 ** Markup free clearing
153 ** Details: http://www.positioniseverything.net/easyclearing.html
157 content: " "; /* 1 */
158 display: table; /* 2 */
167 transform-origin:0 0;
168 -ms-transform-origin:0 0;
169 -webkit-transform-origin:0 0;
170 -moz-transform-origin:0 0;
171 -o-transform-origin:0 0;
175 -webkit-transition: opacity 200ms linear;
176 transition: opacity 200ms linear;
177 -moz-transition: opacity 200ms linear;
193 pointer-events: none;
203 pointer-events: stroke;
207 -webkit-transition: 200ms;
208 -moz-transition: 200ms;
227 g.point.hover:not(.selected) .shadow {
231 g.point.selected .shadow {
235 g.point.active, g.point.active * {
236 pointer-events: none;
239 /* vertices and midpoints */
251 g.vertex.shared .stroke {
268 g.vertex.vertex-hover {
272 .mode-draw-area g.vertex.vertex-hover,
273 .mode-draw-line g.vertex.vertex-hover,
274 .mode-add-area g.vertex.vertex-hover,
275 .mode-add-line g.vertex.vertex-hover,
276 .mode-add-point g.vertex.vertex-hover,
277 .mode-drag-node g.vertex.vertex-hover {
281 g.vertex.hover:not(.selected) .shadow,
282 g.midpoint.hover:not(.selected) .shadow {
286 g.vertex.selected .shadow {
290 .mode-draw-area g.midpoint,
291 .mode-draw-line g.midpoint,
292 .mode-add-area g.midpoint,
293 .mode-add-line g.midpoint,
294 .mode-add-point g.midpoint {
301 stroke-linecap: round;
302 stroke-linejoin: bevel;
316 path.shadow.hover:not(.selected) {
320 path.shadow.selected {
340 path.stroke.tag-natural {
343 path.fill.tag-natural {
347 path.stroke.tag-natural-water {
350 path.fill.tag-natural-water {
354 path.stroke.tag-amenity-school {
357 path.fill.tag-amenity-school {
362 path.stroke.tag-amenity-university {
365 path.fill.tag-amenity-university {
370 path.stroke.tag-building {
373 path.fill.tag-building {
380 path.stroke.tag-landuse,
381 path.stroke.tag-natural-wood,
382 path.stroke.tag-natural-tree,
383 path.stroke.tag-natural-grassland,
384 path.stroke.tag-leisure-pitch,
385 path.stroke.tag-leisure-park {
389 path.stroke.tag-landuse-residential {
393 path.stroke.tag-landuse-retail,
394 path.stroke.tag-landuse-commercial {
398 path.stroke.tag-landuse-industrial {
402 path.stroke.tag-landuse-basin,
403 path.stroke.tag-landuse-reservoir {
407 path.stroke.tag-landuse-quarry {
411 path.stroke.tag-landuse-residential,
412 path.stroke.tag-landuse-construction {
416 path.stroke.tag-landuse-meadow,
417 path.stroke.tag-natural-wetland {
421 path.stroke.tag-natural-beach {
425 path.stroke.tag-natural-scrub {
429 path.fill.tag-landuse,
430 path.fill.tag-natural-wood,
431 path.fill.tag-natural-tree,
432 path.fill.tag-natural-grassland,
433 path.fill.tag-natural-grass,
434 path.fill.tag-leisure-pitch,
435 path.fill.tag-leisure-park {
440 path.fill.tag-landuse-retail,
441 path.fill.tag-landuse-residential,
442 path.fill.tag-landuse-commercial,
443 path.fill.tag-landuse-industrial {
447 path.fill.tag-natural-wetland,
448 path.fill.tag-natural-beach,
449 path.fill.tag-natural-scrub,
450 path.fill.tag-landuse-cemetery,
451 path.fill.tag-landuse-meadow,
452 path.fill.tag-landuse-farm,
453 path.fill.tag-landuse-farmland,
454 path.fill.tag-landuse-construction,
455 path.fill.tag-landuse-orchard {
456 /* background color is applied a further opacity later */
460 .pattern-color-beach,
461 .pattern-color-scrub,
462 .pattern-color-meadow,
463 .pattern-color-wetland,
464 .pattern-color-cemetery,
466 .pattern-color-farmland,
467 .pattern-color-construction,
468 .pattern-color-orchard {
472 path.fill.tag-landuse-basin,
473 path.fill.tag-landuse-reservoir {
477 path.fill.tag-landuse-quarry {
481 path.fill.tag-landuse-residential {
485 path.fill.tag-landuse-farm,
486 path.fill.tag-landuse-farmland {
487 fill: url(#pattern-farmland) #8cd05f;
491 .pattern-color-farmland {
492 fill: url(#pattern-farmland) #8cd05f;
495 path.fill.tag-landuse-meadow {
496 fill: url(#pattern-meadow) #b6e199;
498 .pattern-color-meadow {
502 path.fill.tag-natural-wetland {
503 fill: url(#pattern-wetland) #b6e199;
505 .pattern-color-wetland {
509 path.fill.tag-natural-beach {
510 fill: url(#pattern-beach) #ffff7e;
512 .pattern-color-beach {
516 path.fill.tag-natural-scrub {
517 fill: url(#pattern-scrub) #dbf08b;
519 .pattern-color-scrub {
523 path.fill.tag-landuse-cemetery {
524 fill: url(#pattern-cemetery) #8cd05f;
526 .pattern-color-cemetery {
530 path.fill.tag-landuse-orchard {
531 fill: url(#pattern-orchard) #8cd05f;
533 .pattern-color-orchard {
537 path.fill.tag-landuse-construction {
538 fill: url(#pattern-construction) #e06e5f;
540 .pattern-color-construction {
544 path.fill.tag-landuse-retail,
545 path.fill.tag-landuse-commercial {
549 path.fill.tag-landuse-industrial {
553 path.stroke.tag-amenity-parking {
556 path.fill.tag-amenity-parking {
561 path.fill.tag-boundary {
567 path.shadow.tag-highway {
570 path.casing.tag-highway {
574 path.stroke.tag-highway {
579 svg[data-zoom="16"] path.shadow.tag-highway {
582 svg[data-zoom="16"] path.casing.tag-highway {
585 svg[data-zoom="16"] path.stroke.tag-highway {
589 path.stroke.tag-highway-motorway,
590 path.stroke.tag-highway-motorway_link,
591 path.stroke.tag-construction-motorway {
595 path.casing.tag-highway-motorway,
596 path.casing.tag-highway-motorway_link,
597 path.casing.tag-construction-motorway {
601 path.stroke.tag-highway-trunk,
602 path.stroke.tag-highway-trunk_link,
603 path.stroke.tag-construction-trunk {
606 path.casing.tag-highway-trunk,
607 path.casing.tag-highway-trunk_link,
608 path.casing.tag-construction-trunk {
612 path.stroke.tag-highway-primary,
613 path.stroke.tag-highway-primary_link,
614 path.stroke.tag-construction-primary {
617 path.casing.tag-highway-primary,
618 path.casing.tag-highway-primary_link,
619 path.casing.tag-construction-primary {
623 path.stroke.tag-highway-secondary,
624 path.stroke.tag-highway-secondary_link,
625 path.stroke.tag-construction-secondary {
628 path.casing.tag-highway-secondary,
629 path.casing.tag-highway-secondary_link,
630 path.casing.tag-construction-secondary {
634 path.stroke.tag-highway-tertiary,
635 path.stroke.tag-highway-tertiary_link,
636 path.stroke.tag-construction-tertiary {
639 path.casing.tag-highway-tertiary,
640 path.casing.tag-highway-tertiary_link,
641 path.casing.tag-construction-tertiary {
645 path.stroke.tag-highway-unclassified,
646 path.stroke.tag-construction-unclassified {
649 path.casing.tag-highway-unclassified,
650 path.casing.tag-construction-unclassified {
654 path.stroke.tag-highway-residential,
655 path.stroke.tag-construction-residential {
658 path.casing.tag-highway-residential,
659 path.casing.tag-construction-residential {
663 path.stroke.tag-highway-living_street {
667 path.casing.tag-highway-living_street {
672 path.stroke.line.tag-highway-pedestrian {
674 stroke-dasharray: 2, 8;
675 stroke-width:4 !important;
676 shapeRendering: auto;
678 path.casing.line.tag-highway-pedestrian {
680 stroke-width:6 !important;
682 path.stroke.area.tag-highway-pedestrian {
686 path.fill.area.tag-highway-pedestrian {
690 path.stroke.tag-highway-service {
694 path.casing.tag-highway-service {
698 svg[data-zoom="16"] path.stroke.tag-highway-service {
701 svg[data-zoom="16"] path.casing.tag-highway-service {
705 path.stroke.tag-highway-track {
709 path.casing.tag-highway-track {
712 stroke-linecap: butt;
713 stroke-dasharray: 6, 6;
715 svg[data-zoom="16"] path.stroke.tag-highway-track {
718 svg[data-zoom="16"] path.casing.tag-highway-track {
722 path.stroke.tag-highway-path {
724 stroke-width: 1 !important;
725 stroke-linecap: butt;
726 stroke-dasharray: 8, 4;
728 path.casing.tag-highway-path {
729 stroke-width: 1 !important;
733 path.stroke.tag-highway-footway,
734 path.stroke.tag-highway-cycleway,
735 path.stroke.tag-highway-bridleway {
737 stroke-linecap: butt;
738 stroke-dasharray: 6, 6;
740 path.casing.tag-highway-footway,
741 path.casing.tag-highway-cycleway,
742 path.casing.tag-highway-bridleway {
747 svg[data-zoom="16"] path.stroke.tag-highway-footway,
748 svg[data-zoom="16"] path.stroke.tag-highway-cycleway,
749 svg[data-zoom="16"] path.stroke.tag-highway-bridleway {
752 svg[data-zoom="16"] path.casing.tag-highway-footway,
753 svg[data-zoom="16"] path.casing.tag-highway-cycleway,
754 svg[data-zoom="16"] path.casing.tag-highway-bridleway {
758 path.stroke.tag-highway-footway {
761 path.stroke.tag-highway-cycleway {
764 path.stroke.tag-highway-bridleway {
768 path.stroke.tag-highway-steps {
771 stroke-linecap: butt;
772 stroke-dasharray: 3, 3;
774 path.casing.tag-highway-steps {
781 path.stroke.tag-aeroway-taxiway {
785 path.shadow.tag-aeroway-runway {
788 path.stroke.tag-aeroway-runway {
791 stroke-linecap: butt;
792 stroke-dasharray: 24, 48;
794 path.casing.tag-aeroway-runway {
797 stroke-linecap: square;
799 path.fill.tag-aeroway-runway {
803 path.stroke.tag-aeroway-apron {
806 path.fill.tag-aeroway-apron {
814 path.casing.tag-bridge {
820 path.casing.tag-highway-living_street.tag-bridge,
821 path.casing.tag-highway-path.tag-bridge {
825 path.casing.line.tag-highway-pedestrian,
826 path.casing.tag-highway-service.tag-bridge,
827 path.casing.tag-highway-track.tag-bridge,
828 path.casing.tag-highway-steps.tag-bridge,
829 path.casing.tag-highway-footway.tag-bridge,
830 path.casing.tag-highway-cycleway.tag-bridge,
831 path.casing.tag-highway-bridleway.tag-bridge {
835 path.shadow.tag-highway-residential.tag-bridge {
839 path.shadow.tag-highway-living_street.tag-bridge,
840 path.shadow.tag-highway-path.tag-bridge,
841 path.shadow.line.tag-highway-pedestrian,
842 path.shadow.tag-highway-service.tag-bridge,
843 path.shadow.tag-highway-track.tag-bridge,
844 path.shadow.tag-highway-steps.tag-bridge,
845 path.shadow.tag-highway-footway.tag-bridge,
846 path.shadow.tag-highway-cycleway.tag-bridge,
847 path.shadow.tag-highway-bridleway.tag-bridge {
853 path.stroke.tag-highway.tag-tunnel {
857 path.casing.tag-highway.tag-tunnel {
861 path.stroke.tag-highway-construction,
862 path.casing.tag-highway-construction {
863 stroke-linecap: butt;
864 stroke-dasharray: 7, 7;
869 svg[data-zoom="16"] path.stroke.tag-highway-construction,
870 svg[data-zoom="16"] path.casing.tag-highway-construction {
871 stroke-linecap: butt;
872 stroke-dasharray: 5, 5;
877 .line.stroke.tag-railway {
880 stroke-linecap: butt;
881 stroke-dasharray: 12,12;
883 .line.casing.tag-railway {
888 .line.stroke.tag-railway-abandoned {
891 .line.casing.tag-railway-abandoned {
895 .line.stroke.tag-railway-subway {
898 .line.casing.tag-railway-subway {
902 .line.stroke.tag-railway-platform {
905 stroke-dasharray: none;
907 .line.casing.tag-railway-platform {
913 path.fill.tag-waterway {
917 path.stroke.tag-waterway {
921 path.casing.tag-waterway {
926 path.stroke.tag-waterway-river {
929 path.casing.tag-waterway-river {
933 svg[data-zoom="16"] path.stroke.tag-waterway-river {
936 svg[data-zoom="16"] path.casing.tag-waterway-river {
940 path.stroke.tag-waterway-ditch {
944 path.casing.tag-waterway-ditch {
951 path.stroke.tag-power {
955 path.casing.tag-power {
961 path.stroke.tag-boundary {
964 stroke-linecap: butt;
965 stroke-dasharray: 20, 5, 5, 5;
967 path.casing.tag-boundary {
972 path.casing.tag-boundary-protected_area,
973 path.casing.tag-boundary-national_park {
980 pointer-events: none;
985 .oneway .textpath.tag-waterway {
989 marker#oneway-marker path {
1002 text.arealabel-halo,
1003 text.linelabel-halo,
1004 text.pointlabel-halo,
1011 text-anchor: middle;
1012 pointer-events: none;
1013 -webkit-transition: opacity 100ms linear;
1014 transition: opacity 100ms linear;
1015 -moz-transition: opacity 100ms linear;
1018 .linelabel-halo .textpath,
1019 .linelabel .textpath {
1020 dominant-baseline: middle;
1023 /* Opera doesn't support dominant-baseline. See #715 */
1024 .opera .linelabel-halo .textpath,
1025 .opera .linelabel .textpath {
1026 baseline-shift: -33%;
1027 dominant-baseline: auto;
1034 stroke-miterlimit: 1;
1048 cursor: auto; /* Opera */
1049 cursor: url(<%= asset_path("iD/img/cursor-grab.png") %>) 9 9, auto; /* FF */
1050 cursor: -webkit-image-set(
1051 url(<%= asset_path("iD/img/cursor-grab.png") %>) 1x,
1052 url(<%= asset_path("iD/img/cursor-grab2x.png") %>) 2x
1056 .mode-browse .point,
1057 .mode-select .point {
1058 cursor: pointer; /* Opera */
1059 cursor: url(<%= asset_path("iD/img/cursor-select-point.png") %>), pointer; /* FF */
1060 cursor: -webkit-image-set(
1061 url(<%= asset_path("iD/img/cursor-select-point.png") %>) 1x,
1062 url(<%= asset_path("iD/img/cursor-select-point2x.png") %>) 2x
1066 .mode-select .vertex,
1067 .mode-browse .vertex {
1068 cursor: pointer; /* Opera */
1069 cursor: url(<%= asset_path("iD/img/cursor-select-vertex.png") %>), pointer; /* FF */
1070 cursor: -webkit-image-set(
1071 url(<%= asset_path("iD/img/cursor-select-vertex.png") %>) 1x,
1072 url(<%= asset_path("iD/img/cursor-select-vertex2x.png") %>) 2x
1077 .mode-select .line {
1078 cursor: pointer; /* Opera */
1079 cursor: url(<%= asset_path("iD/img/cursor-select-line.png") %>), pointer; /* FF */
1080 cursor: -webkit-image-set(
1081 url(<%= asset_path("iD/img/cursor-select-line.png") %>) 1x,
1082 url(<%= asset_path("iD/img/cursor-select-line2x.png") %>) 2x
1087 .mode-browse .area {
1088 cursor: pointer; /* Opera */
1089 cursor: url(<%= asset_path("iD/img/cursor-select-area.png") %>), pointer; /* FF */
1090 cursor: -webkit-image-set(
1091 url(<%= asset_path("iD/img/cursor-select-area.png") %>) 1x,
1092 url(<%= asset_path("iD/img/cursor-select-area2x.png") %>) 2x
1096 .mode-select .midpoint,
1097 .mode-browse .midpoint {
1098 cursor: pointer; /* Opera */
1099 cursor: url(<%= asset_path("iD/img/cursor-select-split.png") %>), pointer; /* FF */
1100 cursor: -webkit-image-set(
1101 url(<%= asset_path("iD/img/cursor-select-split.png") %>) 1x,
1102 url(<%= asset_path("iD/img/cursor-select-split2x.png") %>) 2x
1106 .mode-select .behavior-multiselect .point,
1107 .mode-select .behavior-multiselect .vertex,
1108 .mode-select .behavior-multiselect .line,
1109 .mode-select .behavior-multiselect .area {
1110 cursor: pointer; /* Opera */
1111 cursor: url(<%= asset_path("iD/img/cursor-select-add.png") %>), pointer; /* FF */
1112 cursor: -webkit-image-set(
1113 url(<%= asset_path("iD/img/cursor-select-add.png") %>) 1x,
1114 url(<%= asset_path("iD/img/cursor-select-add2x.png") %>) 2x
1118 .mode-select .behavior-multiselect .selected {
1119 cursor: pointer; /* Opera */
1120 cursor: url(<%= asset_path("iD/img/cursor-select-remove.png") %>), pointer; /* FF */
1121 cursor: -webkit-image-set(
1122 url(<%= asset_path("iD/img/cursor-select-remove.png") %>) 1x,
1123 url(<%= asset_path("iD/img/cursor-select-remove2x.png") %>) 2x
1128 #map .vertex:active,
1131 #map .midpoint:active,
1132 #map .mode-select .selected {
1133 cursor: pointer; /* Opera */
1134 cursor: url(<%= asset_path("iD/img/cursor-select-acting.png") %>), pointer; /* FF */
1135 cursor: -webkit-image-set(
1136 url(<%= asset_path("iD/img/cursor-select-acting.png") %>) 1x,
1137 url(<%= asset_path("iD/img/cursor-select-acting2x.png") %>) 2x
1141 .mode-draw-line #map,
1142 .mode-draw-area #map,
1143 .mode-add-line #map,
1144 .mode-add-area #map,
1145 .mode-drag-node #map {
1146 cursor: crosshair; /* Opera */
1147 cursor: url(<%= asset_path("iD/img/cursor-draw.png") %>) 9 9, crosshair; /* FF */
1148 cursor: -webkit-image-set(
1149 url(<%= asset_path("iD/img/cursor-draw.png") %>) 1x,
1150 url(<%= asset_path("iD/img/cursor-draw2x.png") %>) 2x
1154 .mode-draw-line .way.hover,
1155 .mode-draw-area .way.hover,
1156 .mode-add-line .way.hover,
1157 .mode-add-area .way.hover,
1158 .mode-drag-node .way.hover {
1159 cursor: crosshair; /* Opera */
1160 cursor: url(<%= asset_path("iD/img/cursor-draw-connect-line.png") %>) 9 9, crosshair; /* FF */
1161 cursor: -webkit-image-set(
1162 url(<%= asset_path("iD/img/cursor-draw-connect-line.png") %>) 1x,
1163 url(<%= asset_path("iD/img/cursor-draw-connect-line2x.png") %>) 2x
1167 .mode-draw-line .vertex.hover,
1168 .mode-draw-area .vertex.hover,
1169 .mode-add-line .vertex.hover,
1170 .mode-add-area .vertex.hover,
1171 .mode-drag-node .vertex.hover {
1172 cursor: crosshair; /* Opera */
1173 cursor: url(<%= asset_path("iD/img/cursor-draw-connect-vertex.png") %>) 9 9, crosshair; /* FF */
1174 cursor: -webkit-image-set(
1175 url(<%= asset_path("iD/img/cursor-draw-connect-vertex.png") %>) 1x,
1176 url(<%= asset_path("iD/img/cursor-draw-connect-vertex2x.png") %>) 2x
1180 .mode-add-point #map,
1184 cursor: crosshair; /* Opera */
1185 cursor: url(<%= asset_path("iD/img/cursor-draw.png") %>) 9 9, crosshair; /* FF */
1186 cursor: -webkit-image-set(
1187 url(<%= asset_path("iD/img/cursor-draw.png") %>) 1x,
1188 url(<%= asset_path("iD/img/cursor-draw2x.png") %>) 2x
1193 pointer-events: visibleStroke;
1201 pointer-events: none;
1206 .mode-draw-line .vertex.active,
1207 .mode-draw-area .vertex.active,
1208 .mode-drag-node .vertex.active {
1212 .mode-draw-line .way.active,
1213 .mode-draw-area .way.active,
1214 .mode-drag-node .active {
1215 pointer-events: none;
1218 /* Ensure drawing doesn't interact with area fills. */
1219 .mode-add-point .area.fill,
1220 .mode-draw-line .area.fill,
1221 .mode-draw-area .area.fill,
1222 .mode-add-line .area.fill,
1223 .mode-add-area .area.fill,
1224 .mode-drag-node .area.fill {
1225 pointer-events: none;
1228 ------------------------------------------------------- */
1231 Opera misbehaves when the window is resized vertically unless 100% width + height are
1232 applied to both html and body. https://gist.github.com/jfirebaugh/bd225bcfdd3a633850c4
1240 font:normal 12px/1.6667 'Helvetica Neue', Arial, sans-serif;
1250 vertical-align: middle;
1293 div, textarea, label, input, form, span, ul, li, ol, a, button, h1, h2, h3, h4, h5, p, img {
1294 -moz-box-sizing: border-box;
1295 -webkit-box-sizing: border-box;
1296 box-sizing: border-box;
1299 a, button, input, textarea {
1300 -webkit-tap-highlight-color:rgba(0,0,0,0);
1301 -webkit-touch-callout:none;
1306 .checkselect label:hover,
1307 .opacity-options li,
1309 cursor: pointer; /* Opera */
1310 cursor: url(<%= asset_path("iD/img/cursor-pointer.png") %>) 6 1, pointer; /* FF */
1311 cursor: -webkit-image-set(
1312 url(<%= asset_path("iD/img/cursor-pointer.png") %>) 1x,
1313 url(<%= asset_path("iD/img/cursor-pointer2x.png") %>) 2x
1321 margin-bottom: 20px;
1326 h4:last-child { margin-bottom: 0;}
1332 margin-bottom: 10px;
1338 padding-bottom: 10px;
1342 outline-color: transparent;
1343 outline-style: none;
1366 -webkit-transition: all 100ms;
1367 -moz-transition: all 100ms;
1368 -o-transition: all 100ms;
1369 transition: all 100ms;
1377 ------------------------------------------------------- */
1381 font:normal 12px/20px 'Helvetica Neue', Arial, sans-serif;
1391 background-color: white;
1392 border:1px solid #ccc;
1397 text-overflow: ellipsis;
1399 -webkit-transition: all 200ms;
1400 -moz-transition: all 200ms;
1401 -o-transition: all 200ms;
1402 transition: all 200ms;
1407 background-color: #F1F1F1;
1410 input[type="checkbox"],
1411 input[type="radio"] {
1419 /* remove bottom border radius when combobox is open */
1420 .combobox + * textarea:focus,
1421 .combobox + * input:focus {
1422 border-bottom-left-radius: 0 !important;
1423 border-bottom-right-radius: 0 !important;
1429 background-color: white;
1430 border-collapse: collapse;
1439 table.tags, table.tags td, table.tags th {
1440 border: 1px solid #CCC;
1445 ------------------------------------------------------- */
1447 .col0 { float:left; width:04.1666%; }
1448 .col1 { float:left; width:08.3333%; }
1449 .col2 { float:left; width:16.6666%; }
1450 .col3 { float:left; width:25.0000%; max-width: 300px; }
1451 .col4 { float:left; width:33.3333%; max-width: 400px; }
1452 .col5 { float:left; width:41.6666%; max-width: 500px; }
1453 .col6 { float:left; width:50.0000%; max-width: 600px; }
1454 .col7 { float:left; width:58.3333%; }
1455 .col8 { float:left; width:66.6666%; }
1456 .col9 { float:left; width:75.0000%; }
1457 .col10 { float:left; width:83.3333%; }
1458 .col11 { float:left; width:91.6666%; }
1459 .col12 { float:left; width:100.0000%; }
1462 ------------------------------------------------------- */
1464 ul li { list-style: none;}
1468 border: 1px solid #CCC;
1471 .toggle-list > label {
1476 border-bottom: 1px solid #ccc;
1477 background-color: white;
1480 -moz-transition: all 100ms;
1481 -o-transition: all 100ms;
1482 transition: all 100ms;
1485 .toggle-list > label:hover {
1486 background-color: #ececec;
1489 .toggle-list > label:first-child {
1490 border-radius: 3px 3px 0 0;
1493 .toggle-list > label:last-child {
1494 border-radius: 0 0 3px 3px;
1495 border-bottom-width: 0;
1498 .toggle-list > label:only-child {
1502 .toggle-list label > span {
1505 white-space: nowrap;
1506 text-overflow: ellipsis;
1509 .toggle-list > label.remove span.icon {
1514 background-position: -204px 0;
1517 .toggle-list > label.active {
1518 background: #E8EBFF;
1523 border-left: 1px solid rgba(255,255,255,.5);
1524 padding: 5px 0 5px 5px;
1528 ul.link-list li:last-child {
1535 ------------------------------------------------------- */
1542 background: #f6f6f6;
1547 background: #ececec;
1552 background:rgba(0,0,0,.5);
1557 .fr { float: right;}
1571 box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
1575 background: url(<%= asset_path("iD/img/loader_bg.gif") %>);
1576 background-size:5px 5px;
1611 display: inline-block;
1614 /* Crashes Safari: https://github.com/systemed/iD/issues/1188 */
1615 /*-webkit-transition: all 100ms;*/
1616 -moz-transition: all 100ms;
1617 -o-transition: all 100ms;
1618 transition: all 100ms;
1623 background-color: #ececec;
1628 background-color: rgba(255,255,255,.25);
1629 color: rgba(0,0,0,.5);
1634 background: #7092ff;
1644 background-color: #fafafa;
1647 button.minor .icon {
1651 button.minor:hover {
1652 background-color: #f1f1f1;
1656 display: inline-block;
1661 .button-wrap button:only-child {
1665 .button-wrap:last-of-type {
1671 border-right: 1px solid rgba(0,0,0,.5);
1674 .joined button:first-child {
1675 border-radius:4px 0 0 4px;
1678 .joined button:last-child {
1679 border-right-width: 0;
1680 border-radius:0 4px 4px 0;
1684 background: #7092ff;
1687 button.action:focus,
1688 button.action:hover {
1689 background: #597BE7;
1692 button.save.has-count {
1696 button.save .count {
1700 button.save.has-count .count {
1704 background: rgba(255, 255, 255, .5);
1711 margin-left: 8.3333%;
1714 button.save.has-count .count::before {
1723 border-top: 6px solid transparent;
1724 border-bottom: 6px solid transparent;
1725 border-right: 6px solid rgba(255,255,255,.5);
1731 display:inline-block;
1735 background:transparent url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat 0 0;
1736 text-indent:-9999px;
1752 /* Definitions for every icon */
1753 .icon.alert { background-position: 0 0;}
1755 .icon.add-point { background-position: -20px 0;}
1757 .icon.add-line { background-position: -40px 0;}
1759 .icon.add-area { background-position: -60px 0;}
1760 .icon.undo { background-position: -80px 0;}
1761 .icon.redo { background-position: -100px 0;}
1762 .icon.apply { background-position: -120px 0;}
1763 .icon.save { background-position: -140px 0;}
1764 .icon.close { background-position: -160px 0;}
1765 .icon.delete { background-position: -180px 0;}
1766 .icon.remove { background-position: -200px 0;}
1767 .icon.inspect { background-position: -220px 0;}
1768 .icon.plus { background-position: -240px 0;}
1769 .icon.search { background-position: -280px 0;}
1770 .icon.geocode { background-position: -280px 0;}
1771 .icon.layers { background-position: -300px 0;}
1772 .icon.avatar { background-position: -320px 0;}
1773 .icon.nearby { background-position: -340px 0;}
1774 .icon.geolocate { background-position: -360px 0;}
1775 .icon.warning { background-position: -380px 0;}
1776 .icon.bug { background-position: -400px 0;}
1777 .icon.back { background-position: -420px 0;}
1778 .icon.forward { background-position: -440px 0;}
1779 .icon.help { background-position: -460px 0;}
1780 .icon.relation { background-position: -520px 0;}
1781 .icon.relation.route { background-position: -540px 0;}
1782 .icon.relation.multipolygon { background-position: -560px 0;}
1784 .icon.inspect.light { background-position: -220px -20px;}
1785 .icon.plus.light { background-position: -240px -20px;}
1786 .icon.zoom-in { background-position: -240px -20px;}
1787 .icon.zoom-out { background-position: -260px -20px;}
1788 .icon.geocode.light { background-position: -280px -20px;}
1789 .icon.layers.light { background-position: -300px -20px;}
1790 .icon.avatar.light { background-position: -320px -20px;}
1791 .icon.nearby.light { background-position: -340px -20px;}
1792 .icon.geolocate.light { background-position: -360px -20px;}
1793 .icon.bug.light { background-position: -400px -20px;}
1794 .icon.help.light { background-position: -460px -20px;}
1796 .icon.back.blue { background-position: -420px -20px;}
1797 .icon.forward.blue { background-position: -440px -20px;}
1799 button[disabled] .icon.alert { background-position: 0 -40px;}
1800 button[disabled] .icon.add-point { background-position: -20px -40px;}
1801 button[disabled] .icon.add-line { background-position: -40px -40px;}
1802 button[disabled] .icon.add-area { background-position: -60px -40px;}
1803 button.disabled .icon.undo { background-position: -80px -40px;}
1804 button.disabled .icon.redo { background-position: -100px -40px;}
1805 button[disabled] .apply.icon { background-position: -120px -40px;}
1806 button[disabled] .close.icon { background-position: -160px -40px;}
1807 button[disabled] .delete.icon { background-position: -180px -40px;}
1808 button[disabled] .icon.remove { background-position: -200px -40px;}
1809 button[disabled] .icon.inspect { background-position: -220px -40px;}
1810 button[disabled] .icon.zoom-in { background-position: -240px -40px;}
1811 button[disabled] .icon.zoom-out { background-position: -260px -40px;}
1812 button[disabled] .icon.geocode { background-position: -280px -40px;}
1813 button[disabled] .icon.layers { background-position: -300px -40px;}
1814 button[disabled] .icon.avatar { background-position: -320px -40px;}
1815 button[disabled] .icon.nearby { background-position: -340px -40px;}
1817 /* Out link is special */
1819 .icon.out-link { height: 14px; width: 14px; background-position: -500px 0;}
1820 a:hover .icon.out-link { background-position: -500px -14px;}
1822 .icon.plus-dark { background-position: -240px -40px;}
1824 /* Universal preset icons */
1826 .icon.source { background-position: 0 -200px;}
1827 .icon.address { background-position: -20px -200px;}
1828 .icon.telephone { background-position: -40px -200px;}
1829 .icon.website { background-position: -60px -200px;}
1830 .icon.elevation { background-position: -80px -200px;}
1831 .icon.wikipedia { background-position: -100px -200px;}
1832 .icon.note { background-position: -120px -200px;}
1833 .icon.wheelchair { background-position: -140px -200px;}
1835 /* ToolBar / Persistent UI Elements
1836 ------------------------------------------------------- */
1849 /* Header for modals / panes
1850 ------------------------------------------------------- */
1853 border-bottom: 1px solid #ccc;
1861 white-space: nowrap;
1862 text-overflow: ellipsis;
1880 .preset-list-pane .header button {
1897 padding: 5px 30px 5px 30px;
1898 border-top: 1px solid #ccc;
1899 background-color: #fafafa;
1903 .sidebar-component .body {
1912 ------------------------------------------------------- */
1920 background: #f6f6f6;
1923 .sidebar-component {
1949 .feature-list-pane .inspector-body {
1953 .preset-list-pane .inspector-body {
1957 .entity-editor-pane .inspector-body {
1966 #sidebar .search-header .icon {
1971 pointer-events: none;
1974 #sidebar .search-header input {
1982 border-bottom-width: 1px;
1996 .feature-list-item {
1999 border-bottom: 1px solid #ccc;
2003 .feature-list-item .label {
2006 white-space: nowrap;
2007 text-overflow: ellipsis;
2009 border-left: 1px solid rgba(0, 0, 0, .1);
2010 -moz-transition: all 100ms;
2011 -o-transition: all 100ms;
2012 transition: all 100ms;
2015 .feature-list-item .label .icon {
2019 .feature-list-item:hover .label {
2020 background-color: #ececec;
2023 .feature-list-item .entity-type {
2027 .feature-list-item:hover .entity-type {
2031 .feature-list-item .entity-name {
2032 font-weight: normal;
2038 ------------------------------------------------------- */
2044 padding: 20px 20px 10px 20px;
2045 border-bottom: 1px solid #ccc;
2048 .preset-list-button-wrap {
2050 margin-bottom: 10px;
2054 .preset-list-button {
2058 border: 1px solid #ccc;
2061 .preset-list.filtered .preset-list-item:first-child .preset-list-button {
2062 background: #ececec;
2073 .preset-icon-relation {
2078 .preset-list-button .label {
2079 background-color: #f6f6f6;
2088 white-space: nowrap;
2089 text-overflow: ellipsis;
2091 border-left: 1px solid rgba(0, 0, 0, .1);
2092 -moz-transition: all 100ms;
2093 -o-transition: all 100ms;
2094 transition: all 100ms;
2095 border-radius: 0 3px 3px 0;
2098 .preset-list-button:hover .label {
2099 background-color: #ececec;
2102 .preset-list-item button.tag-reference-button {
2104 border: 1px solid #CCC;
2105 border-radius: 0 3px 3px 0;
2108 .current .preset-list-button,
2109 .current .preset-list-button .label {
2110 background-color: #E8EBFF;
2113 .category .preset-list-button:after,
2114 .category .preset-list-button:before {
2118 left: -1px; right: -1px;
2119 border: 1px solid #ccc;
2120 border-bottom: none;
2121 border-radius: 6px 6px 0 0;
2125 .category .preset-list-button:before {
2129 .subgrid .preset-list {
2130 padding: 10px 10px 0 10px;
2134 width: -webkit-calc(100% + 20px);
2139 border: solid rgba(0, 0, 0, 0);
2141 border-bottom-color: #f1f1f1;
2145 margin-left: -webkit-calc(50% - 10px);
2149 /* Preset icon colors */
2151 .preset-icon-fill.icon-area {
2157 left: 7px; top: 7px;
2158 background:transparent url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat -240px -80px;
2161 .preset-icon-fill.tag-shop,
2162 .preset-icon-fill.tag-building {
2163 background:transparent url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat 0 -80px;
2166 .preset-icon-fill.tag-natural-water {
2167 background:transparent url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat -60px -80px;
2170 .preset-icon-fill.tag-landuse,
2171 .preset-icon-fill.tag-natural-wood,
2172 .preset-icon-fill.tag-natural-tree,
2173 .preset-icon-fill.tag-natural-grassland,
2174 .preset-icon-fill.tag-leisure-park {
2175 background:transparent url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat -120px -80px;
2178 .preset-icon-fill.tag-amenity-parking {
2179 background:transparent url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat -180px -80px;
2182 /* preset form basics */
2188 .inspector-preset form.preset-form {
2190 margin: 0 10px 20px 10px;
2194 .entity-editor-pane .preset-list-item::after {
2203 border: solid rgba(0, 0, 0, 0);
2205 border-bottom-color: #ececec;
2208 .entity-editor-pane .preset-list-item .preset-list-button-wrap {
2214 margin-bottom: 10px;
2216 -webkit-transition: margin-bottom 200ms;
2217 -moz-transition: margin-bottom 200ms;
2218 -o-transition: margin-bottom 200ms;
2219 transition: margin-bottom 200ms;
2222 .form-field:last-child {
2229 border: 1px solid #cfcfcf;
2230 padding: 5px 0 5px 10px;
2231 background: #f6f6f6;
2233 border-radius: 4px 4px 0 0;
2236 .form-label button {
2237 border-left: 1px solid #CCC;
2240 .form-label .modified-icon {
2247 .modified .form-label .modified-icon {
2252 .form-label button.tag-reference-button {
2253 border-top-right-radius: 3px;
2256 .form-field > input,
2257 .form-field > textarea,
2258 .form-field .preset-input-wrap {
2259 border: 1px solid #CCC;
2262 border-radius: 0 0 4px 4px;
2266 .form-field textarea {
2270 .form-field button.remove {
2271 border-radius: 0 0 4px 0;
2275 border-bottom: 1px solid #CCC
2278 /* Preset form (hover mode) */
2280 .inspector-hover .checkselect label:last-of-type,
2281 .inspector-hover .preset-input-wrap .label,
2282 .inspector-hover input,
2283 .inspector-hover label {
2284 background: #ececec;
2288 .inspector-hover .checkselect label:last-of-type {
2292 /* hide and remove from layout */
2294 .inspector-hover label input[type="checkbox"],
2295 .inspector-hover label input[type="radio"],
2296 .inspector-hover .toggle-list label:not(.active),
2297 .inspector-hover .toggle-list label span,
2298 .inspector-hover .inspector-inner .add-tag,
2299 .inspector-hover .inspector-inner .add-relation,
2300 .inspector-hover .toggle-list label.remove .icon {
2304 opacity: 0 !important;
2310 /* hide but preserve in layout */
2311 .inspector-hover .modified .form-label .modified-icon,
2312 .inspector-hover .entity-editor-pane button.minor,
2313 .inspector-hover .combobox-carat,
2314 .inspector-hover .entity-editor-pane .header button,
2315 .inspector-hover .spin-control,
2316 .inspector-hover .hide-toggle:before,
2317 .inspector-hover .more-buttons,
2318 .inspector-hover .view-on-osm {
2322 /* Styles for raw tag inspector on hover */
2323 .inspector-hover .tag-row .key-wrap,
2324 .inspector-hover .tag-row .input-wrap-position {
2328 .inspector-hover .tag-row:first-child input.value {
2329 border-top-right-radius: 4px;
2332 .inspector-hover .tag-row:last-child input.value {
2333 border-bottom-right-radius: 4px;
2336 .inspector-hover .tag-row:last-child input.key {
2337 border-bottom-left-radius: 4px;
2340 .inspector-hover .inspector-body .more-buttons {
2345 /* Unstyle button fields */
2346 .inspector-hover .toggle-list label.active,
2347 .inspector-hover .entity-editor-pane a.hide-toggle {
2349 background-color: transparent;
2355 .inspector-hover .toggle-list button.active {
2359 /* Add placeholder only on hover for radio buttons */
2360 .inspector-hover .toggle-list .placeholder {
2368 /* Hide placeholder for radio buttons if another is active, or not in hover state */
2369 .toggle-list label.active ~ .placeholder,
2370 .toggle-list .placeholder {
2377 -webkit-transition: opacity 200ms, width 0 200ms, padding 0 200ms, line-height 0 200ms;
2378 -moz-transition: opacity 200ms, width 0 200ms, padding 0 200ms, line-height 0 200ms;
2379 -o-transition: opacity 200ms, width 0 200ms, padding 0 200ms, line-height 0 200ms;
2380 transition: opacity 200ms, width 0 200ms, padding 0 200ms, line-height 0 200ms;
2383 /* first phase hover-to-active animations */
2388 .preset-input-wrap .label {
2389 -webkit-transition: all 200ms;
2390 -moz-transition: all 200ms;
2391 -o-transition: all 200ms;
2392 transition: all 200ms;
2395 /* second phase hover-to-active animations */
2398 .checkselect label:last-of-type {
2399 -webkit-transition: opacity 200ms 200ms, width 200ms 200ms, margin-right 200ms 200ms;
2400 -moz-transition: opacity 200ms 200ms, width 200ms 200ms, margin-right 200ms 200ms;
2401 -o-transition: opacity 200ms 200ms, width 200ms 200ms, margin-right 200ms 200ms;
2402 transition: opacity 200ms 200ms, width 200ms 200ms, margin-right 200ms 200ms;
2405 .modified .form-label .modified-icon,
2406 .entity-editor-pane button.minor,
2408 .entity-editor-pane .header button,
2409 .toggle-list label span,
2413 .hide-toggle:before,
2414 .entity-editor-pane .toggle-list label::before,
2415 .entity-editor-pane .toggle-list label.remove .icon {
2416 -webkit-transition: opacity 200ms 200ms;
2417 -moz-transition: opacity 200ms 200ms;
2418 -o-transition: opacity 200ms 200ms;
2419 transition: opacity 200ms 200ms;
2422 .entity-editor-pane a.hide-toggle {
2423 -webkit-transition: padding-left 200ms 200ms, color 200ms 200ms;
2424 -moz-transition: padding-left 200ms 200ms, color 200ms 200ms;
2425 -o-transition: padding-left 200ms 200ms, color 200ms 200ms;
2426 transition: padding-left 200ms 200ms, color 200ms 200ms;
2429 .entity-editor-pane .toggle-list label:not(.active) {
2430 -webkit-transition: height 200ms 200ms, padding 200ms 200ms, border-width 100ms 300ms;
2431 -moz-transition: height 200ms 200ms, padding 200ms 200ms, border-width 100ms 300ms;
2432 -o-transition: height 200ms 200ms, padding 200ms 200ms, border-width 100ms 300ms;
2433 transition: height 200ms 200ms, padding 200ms 200ms, border-width 100ms 300ms;
2436 .entity-editor-pane .toggle-list label {
2437 -webkit-transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms;
2438 -moz-transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms;
2439 -o-transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms;
2440 transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms;
2443 /* adding additional preset fields */
2445 .inspector-body .more-buttons {
2448 -webkit-transition: padding 200ms 200ms, max-height 200ms 200ms;
2449 -moz-transition: padding 200ms 200ms, max-height 200ms 200ms;
2450 -o-transition: padding 200ms 200ms, max-height 200ms 200ms;
2451 transition: padding 200ms 200ms, max-height 200ms 200ms;
2454 button.preset-add-field {
2455 background: #f6f6f6;
2458 -webkit-transition: width 200ms;
2459 -moz-transition: width 200ms;
2460 -o-transition: width 200ms;
2461 transition: width 200ms;
2464 button.preset-add-field:hover {
2465 background: #ececec;
2468 /* set width based on # of buttons */
2470 button.preset-add-field:only-child {
2474 button.preset-add-field:nth-last-child(2),
2475 button.preset-add-field:nth-last-child(2) ~ button.preset-add-field {
2479 button.preset-add-field:nth-last-child(3),
2480 button.preset-add-field:nth-last-child(3) ~ button.preset-add-field {
2484 button.preset-add-field:nth-last-child(4),
2485 button.preset-add-field:nth-last-child(4) ~ button.preset-add-field {
2489 button.preset-add-field:nth-last-child(5),
2490 button.preset-add-field:nth-last-child(5) ~ button.preset-add-field {
2494 button.preset-add-field:nth-last-child(6),
2495 button.preset-add-field:nth-last-child(6) ~ button.preset-add-field {
2499 button.preset-add-field:nth-last-child(7),
2500 button.preset-add-field:nth-last-child(7) ~ button.preset-add-field {
2504 button.preset-add-field:nth-last-child(8),
2505 button.preset-add-field:nth-last-child(8) ~ button.preset-add-field {
2509 .preset-fav button.fav {
2515 /* preset form access */
2517 .preset-input-wrap .label {
2519 background: #F6F6F6;
2523 .form-field-access .preset-input-wrap li {
2524 border-bottom: 1px solid #CCC;
2526 .form-field-access .preset-input-wrap li:last-child {
2530 .preset-input-access-wrap input {
2533 border-left-width: 1px;
2536 .preset-input-wrap li:last-child input {
2537 border-bottom-right-radius: 4px;
2540 /* preset form numbers */
2542 input[type=number] {
2550 display: inline-block;
2552 margin-bottom: -11px;
2556 .spin-control button {
2562 border-left: 1px solid #CCC;
2564 background: rgba(0, 0, 0, 0);
2567 .spin-control button.decrement {
2568 border-bottom-right-radius: 3px;
2571 .spin-control button.decrement::after,
2572 .spin-control button.increment::after {
2574 height: 0; width: 0;
2576 left: 0; right: 0; bottom: 0; top: 0;
2580 .spin-control button.decrement::after {
2581 border-top: 5px solid #CCC;
2582 border-left: 5px solid transparent;
2583 border-right: 5px solid transparent;
2586 .spin-control button.increment::after {
2587 border-bottom: 5px solid #CCC;
2588 border-left: 5px solid transparent;
2589 border-right: 5px solid transparent;
2592 /* preset form checkbox */
2594 .checkselect label:last-of-type {
2601 .checkselect label:hover {
2602 background: #f1f1f1;
2609 .checkselect label:not(.set) input[type="checkbox"] {
2613 /* Preset form radio button */
2615 .toggle-list button.remove {
2616 border-radius: 0 0 3px 3px;
2619 .toggle-list button.remove .icon {
2624 .toggle-list button.remove::before {
2628 .form-field .wiki-lang {
2632 .form-field .wiki-title {
2636 .form-field .wiki-title ~ .combobox-carat {
2641 .form-field .wiki-link {
2643 background: #fafafa;
2648 .form-field .wiki-link:hover {
2649 background: #f1f1f1;
2652 #preset-input-maxspeed {
2654 border-radius: 0 0 0 4px;
2658 .form-field .maxspeed-unit {
2659 border-radius: 0 0 4px 0;
2663 /* Name + translate form */
2665 .form-field .localized-main {
2669 .form-field .button-input-action {
2674 border: 1px solid #CCC;
2675 border-top-width: 0;
2676 border-right-width: 0;
2677 border-radius: 0 0 4px 0;
2679 vertical-align: top;
2682 .form-field .localized-wrap .entry {
2685 background: #f1f1f1;
2686 border: 1px solid #ccc;
2691 .form-field .localized-wrap .entry::before {
2704 .form-field .localized-wrap .entry .localized-lang {
2706 border-top-width: 0;
2709 .form-field .localized-wrap .entry .localized-value {
2711 border-top-width: 0;
2712 border-radius: 0 0 4px 4px;
2715 /* Preset form address */
2717 .form-field .addr-housename {
2722 .form-field .addr-number {
2730 .form-field .addr-street {
2737 .form-field .addr-city {
2742 border-radius: 0 0 0 4px;
2745 .form-field .addr-postcode {
2749 border-radius: 0 0 4px 0;
2751 /* combobox dropdown */
2756 box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
2762 border: 1px solid #ccc;
2763 border-radius: 0 0 4px 4px;
2769 border-top:1px solid #ccc;
2770 text-overflow: ellipsis;
2771 white-space: nowrap;
2775 .combobox a.selected,
2777 background: #ececec;
2780 .combobox a:first-child {
2787 display:inline-block;
2788 border-top: 5px solid #ccc;
2789 border-left: 5px solid transparent;
2790 border-right: 5px solid transparent;
2793 /* Raw Tag Editor */
2809 border-bottom: 1px solid #CCC;
2810 border-left: 1px solid #CCC;
2814 .tag-row .input-wrap-position {
2818 -webkit-transition: width 200ms;
2819 -moz-transition: width 200ms;
2820 -o-transition: width 200ms;
2821 transition: width 200ms;
2824 .tag-row input.key {
2826 background-color: #f6f6f6;
2829 .tag-row input.value {
2830 border-right: 1px solid #CCC;
2833 .tag-row:first-child input.key {
2834 border-top: 1px solid #CCC;
2835 border-top-left-radius: 4px;
2838 .tag-row:first-child input.value {
2839 border-top: 1px solid #CCC;
2846 border: 1px solid #CCC;
2847 border-top-width: 0;
2848 border-left-width: 0;
2851 .tag-row button:hover {
2852 background: #f1f1f1;
2855 .tag-row button .icon {
2859 .tag-row:first-child button {
2860 border-top-width: 1px;
2863 .tag-row:first-child .tag-reference-button {
2864 border-top-right-radius: 4px;
2867 .tag-row:last-child .tag-reference-button {
2868 border-bottom-right-radius: 4px;
2871 .tag-row .tag-reference-button {
2875 /* Adding form fields to tag editor */
2877 .inspector-inner .add-tag {
2881 background: rgba(0,0,0,.5);
2882 border-radius: 0 0 4px 4px;
2885 .inspector-inner .add-tag:hover {
2886 background: rgba(0,0,0,.8);
2889 .inspector-inner .add-tag .label {
2895 button.minor.tag-reference-loading {
2896 background-color: #f5f5f5;
2899 .tag-reference-loading .icon {
2900 background-image: url(<%= asset_path("iD/img/mini-loader.gif") %>);
2901 background-position: 0 0;
2904 .tag-reference-body {
2908 .tag-reference-body p,
2909 .tag-reference-body img {
2913 .tag-reference-body p:last-child {
2914 padding-bottom: 10px;
2917 .tag-reference-body a {
2919 padding-bottom: 10px;
2922 .preset-list .tag-reference-body {
2927 .preset-list .tag-reference-body a {
2928 padding-bottom: 20px;
2931 .preset-list .tag-reference-body p,
2932 .preset-list .tag-reference-body img {
2936 .raw-tag-editor .tag-reference-body {
2937 border-bottom: 1px solid #ccc;
2942 .raw-tag-editor .tag-reference-body p:last-child {
2943 padding-bottom: 20px;
2946 .raw-tag-editor .tag-reference-body a {
2947 padding-bottom: 20px;
2953 width: -webkit-calc(33.3333% - 10px);
2954 width: calc(33.3333% - 10px);
2959 margin-bottom: 20px;
2962 /* Raw relation membership editor */
2964 .raw-member-editor .member-list li:first-child,
2965 .raw-membership-editor .member-list li:first-child {
2969 .raw-member-editor .member-row,
2970 .raw-membership-editor .member-row {
2974 .raw-member-editor .member-row .member-entity-name,
2975 .raw-membership-editor .member-row .member-entity-name {
2976 font-weight: normal;
2980 .member-row-new .member-entity-input {
2981 border-radius: 4px 4px 0 0;
2982 border: 1px solid #cfcfcf;
2988 background: rgba(0,0,0,.5);
2993 .add-relation:hover {
2994 background: rgba(0,0,0,.8);
3007 .map-control > button {
3009 background: rgba(0,0,0,.5);
3013 .map-control > button:hover {
3014 background: rgba(0, 0, 0, .8);
3017 .map-control > button.active:hover {
3018 background: #7092ff;
3029 padding: 10px 10px 0 10px;
3034 .zoombuttons button.zoom-in {
3035 border-radius: 4px 0 0 0;
3038 /* Background Settings */
3041 .toggle-list.layer-list {
3042 margin-bottom: 10px;
3045 .background-control button {
3046 border-radius: 4px 0 0 0;
3050 .background-control button.active {
3054 .background-control {
3058 .background-control .map-overlay {
3064 border-top: 1px solid #CCC;
3068 .background-control .adjustments button:last-child {
3072 .background-control .hide-toggle {
3073 padding-bottom: 10px;
3082 .hide-toggle:before {
3090 border-top: 4px solid transparent;
3091 border-bottom: 4px solid transparent;
3092 border-left: 8px solid #7092ff;
3095 .hide-toggle.expanded:before {
3096 border-top: 8px solid #7092ff;
3098 border-right: 4px solid transparent;
3099 border-left: 4px solid transparent;
3102 .background-control .nudge-container button {
3107 border-right: 1px solid #CCC;
3111 .background-control .nudge::after {
3116 left: 0; right: 0; top: 0; bottom: 0;
3121 .background-control .nudge.left::after {
3122 border-top: 5px solid transparent;
3123 border-bottom: 5px solid transparent;
3124 border-left: 5px solid #222;
3127 .background-control .nudge.right::after {
3128 border-top: 5px solid transparent;
3129 border-bottom: 5px solid transparent;
3130 border-right: 5px solid #222;
3133 .background-control .nudge.top::after {
3134 border-right: 5px solid transparent;
3135 border-left: 5px solid transparent;
3136 border-bottom: 5px solid #222;
3139 .background-control .nudge.bottom::after {
3140 border-right: 5px solid transparent;
3141 border-left: 5px solid transparent;
3142 border-top: 5px solid #222;
3146 background: url(<%= asset_path("iD/img/background-pattern-opacity.png") %>) 0 0 repeat;
3152 border: 1px solid #ccc;
3155 .opacity-options li {
3161 .opacity-options li .select-box{
3168 .background-control li:hover .select-box,
3169 .background-control li.selected .select-box {
3170 border: 2px solid #7092ff;
3171 background: rgba(89, 123, 231, .5);
3175 .background-control li.selected:hover .select-box,
3176 .background-control li.selected .select-box {
3180 .background-control .opacity {
3182 display:inline-block;
3187 .background-control .layer-toggle-gpx .layer-extent {
3188 border-left: 1px solid #CCC;
3189 border-radius: 0 4px 4px 0;
3192 .background-control .layer-toggle-gpx.selected .layer-extent {
3193 display:inline-block;
3198 .geolocate-control {
3199 margin-bottom: 10px;
3202 .geolocate-control button {
3203 border-radius: 0 0 0 4px;
3208 .help-control button {
3209 border-radius: 0 0 0 4px;
3216 padding: 20px 50px 20px 20px;
3223 margin-bottom: 20px;
3226 .help-wrap .left-content .body p code {
3232 /* This is two columns, 41.66666 x .4 = 16.6666 */
3236 margin-bottom: 20px;
3240 .help-wrap .toc li a,
3243 border: 1px solid #CCC;
3247 .help-wrap .toc li a {
3251 .help-wrap .toc li a:hover,
3252 .help-wrap .nav a:hover {
3253 background: #ececec;
3256 .help-wrap .toc li a.selected {
3257 background: #E8EBFF;
3260 .help-wrap .toc li:first-child a {
3261 border-radius: 4px 4px 0 0;
3264 .help-wrap .toc li:nth-last-child(2) a {
3265 border-bottom: 1px solid #CCC;
3266 border-radius: 0 0 4px 4px
3269 .help-wrap .toc li.walkthrough a {
3272 border-bottom: 1px solid #ccc;
3286 .help-wrap .nav a:first-child {
3287 border-radius: 4px 0 0 4px;
3290 .help-wrap .nav a:last-child:not(:only-child) {
3291 border-radius: 0 4px 4px 0;
3295 .help-wrap .nav a:only-child {
3301 ------------------------------------------------------- */
3311 transform-origin:0 0;
3312 -ms-transform-origin:0 0;
3313 -webkit-transform-origin:0 0;
3314 -moz-transform-origin:0 0;
3315 -o-transform-origin:0 0;
3316 -moz-user-select: none;
3317 -webkit-user-select: none;
3318 -ms-user-select: none;
3322 #supersurface, .layer-layer {
3331 ------------------------------------------------------- */
3339 -webkit-transition: opacity 200ms;
3340 -moz-transition: opacity 200ms;
3341 transition: opacity 200ms;
3344 .about-block:hover {
3354 padding: 2px 4px 4px 4px;
3357 .source-switch a.live {
3358 background: #d32232;
3362 /* Attribution overlay */
3376 .user-list a:not(:last-child):after {
3386 .api-status.offline,
3387 .api-status.readonly {
3392 /* Account Information */
3401 border-left: 1px solid white;
3406 ------------------------------------------------------- */
3409 display: inline-block;
3418 margin-bottom: 10px;
3421 .modal .description {
3437 background:rgba(0,0,0,0.5);
3439 left:0px; right:0px; top:0px; bottom:0px;
3444 border-bottom: 1px solid #CCC;
3447 .modal-section:last-child {
3455 .modal-actions button,
3457 font-weight: normal;
3459 border-bottom: 1px solid #CCC;
3463 display: inline-block;
3466 .modal-actions button:hover
3467 .save-success a:hover {
3468 background-color: #ececec;
3471 .modal-actions button:before,
3472 .save-success a:before,
3473 .walkthrough a:before {
3479 margin-bottom: 10px;
3480 background:transparent url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat 0 -220px;
3483 .modal-actions :first-child {
3484 border-right: 1px solid #CCC;
3488 ------------------------------------------------------- */
3490 .modal-actions .restore:before {
3491 background-position: -500px -220px;
3494 .modal-actions .reset:before {
3495 background-position: -600px -220px;
3499 ------------------------------------------------------- */
3505 .save-success .osm:before {
3506 background-position: 0px -220px;
3509 .save-success .twitter:before {
3510 background-position: -100px -220px;
3513 .save-success .facebook:before {
3514 background-position: -200px -220px;
3518 ------------------------------------------------------- */
3520 .modal-actions .walkthrough:before,
3521 .walkthrough a:before {
3522 background-position: -300px -220px;
3525 .modal-actions .start:before {
3526 background-position: -400px -220px;
3530 ------------------------------------------------------- */
3532 .mode-save a.user-info {
3533 display: inline-block;
3536 .mode-save .commit-form {
3540 .mode-save button.action {
3546 .mode-save .user-info img {
3550 .mode-save h3 small.count {
3564 .mode-save .changeset-list {
3566 border:1px solid #ccc;
3572 .mode-save .warning-section .changeset-list button {
3573 border-left: 1px solid #CCC;
3576 .mode-save .changeset-list li {
3578 border-top:1px solid #ccc;
3582 .changeset-list li span.count {
3587 .changeset-list li span.count:before { content: '('; }
3589 .changeset-list li span.count:after { content: ')'; }
3591 .changeset-list li:first-child { border-top: 0;}
3594 ------------------------------------------------------- */
3616 .notice .zoom-to:hover {
3617 background: #d8e1ff;
3620 .notice .zoom-to .icon {
3625 .icon.zoom-in-invert {
3626 background-position: -240px -40px;
3630 ------------------------------------------------------- */
3667 display: inline-block;
3671 font-weight: normal;
3672 background-color: white;
3678 pointer-events: none;
3682 background: transparent;
3690 border-color: transparent;
3691 border-style: solid;
3695 border-left-color: white;
3696 border-width: 5px 0 5px 5px;
3714 border-color: transparent;
3715 border-style: solid;
3719 border-right-color: white;
3720 border-width: 5px 5px 5px 0;
3727 border-color: transparent;
3728 border-style: solid;
3731 .tooltip.top .tooltip-arrow {
3735 border-top-color: white;
3736 border-width: 5px 5px 0;
3739 .tooltip.right .tooltip-arrow {
3743 border-right-color: white;
3744 border-width: 5px 5px 5px 0;
3747 .tooltip.left .tooltip-arrow {
3751 border-left-color: white;
3752 border-width: 5px 0 5px 5px;
3755 .tooltip.bottom .tooltip-arrow {
3759 border-bottom-color: white;
3760 border-width: 0 5px 5px;
3764 background: #F6F6F6;
3766 margin: 10px -10px -10px;
3769 .tooltip-inner .keyhint {
3773 display: inline-block;
3775 border: 1px solid #CCC;
3781 .tooltip-inner .keyhint::after {
3790 border: 1px solid #CCC;
3794 /* Exceptions for tooltip layouts */
3796 /* make tooltips in editor pane dark */
3797 .entity-editor-pane .tooltip.top .tooltip-arrow {
3798 border-top-color: #000;
3801 .entity-editor-pane .tooltip.bottom .tooltip-arrow {
3802 border-bottom-color: #000;
3805 .entity-editor-pane .tooltip.left .tooltip-arrow {
3806 border-left-color: #000;
3809 .entity-editor-pane .tooltip.right .tooltip-arrow {
3810 border-right-color: #000;
3813 .entity-editor-pane .tooltip-inner {
3818 /* Uncramp map-control tooltips */
3819 .map-control .tooltip {
3822 /* Move over tooltips that are near the edge of screen */
3823 .add-point .tooltip {
3824 left: 33.3333% !important;
3827 .curtain-tooltip.intro-points-add .tooltip-arrow,
3828 .add-point .tooltip .tooltip-arrow {
3832 .radial-menu-tooltip {
3839 .radial-menu-background {
3841 stroke-opacity: 0.5;
3848 .radial-menu-item:hover {
3852 .radial-menu-item:active {
3856 .radial-menu-item.disabled {
3858 fill: rgba(255,255,255,.5);
3861 .radial-menu .icon {
3862 pointer-events: none;
3870 stroke-dasharray: 5, 5;
3874 ------------------------------------------------------- */
3876 @media only screen and (max-width: 840px) {
3877 #bar .icon.icon-pre-text { margin-right: 0;}
3878 /* override hide for save button */
3879 #bar .save .label { display: block;}
3883 ----------------------------------------------------- */
3885 ::-webkit-scrollbar {
3890 border-left: 1px solid #DDD;
3893 ::-webkit-scrollbar-track {
3894 background-clip: padding-box;
3895 border: solid transparent;
3899 ::-webkit-scrollbar-thumb {
3900 background-color: rgba(0,0,0,.2);
3901 background-clip: padding-box;
3902 border: solid transparent;
3903 border-width: 3px 3px 3px 4px;
3906 ::-webkit-scrollbar-track:hover,
3907 ::-webkit-scrollbar-track:active {
3908 background-color: rgba(0,0,0,.05);
3911 /* Intro walkthrough
3912 ----------------------------------------------------- */
3915 pointer-events: all;
3930 .intro-nav-wrap button.step {
3934 .intro-nav-wrap button.step.finished {
3935 background: #8cd05f;
3938 .intro-nav-wrap button.step .icon {
3942 .intro-nav-wrap button.step.finished .icon {
3943 display: inline-block;
3947 .curtain-tooltip .tooltip-inner {
3952 .curtain-tooltip .tooltip-inner {
3956 .curtain-tooltip .tooltip-inner .bold {
3959 border-top: 1px solid #CCC;
3962 margin-right: -20px;
3963 padding: 10px 20px 0 20px;
3966 .curtain-tooltip .tooltip-inner .bold:only-child {
3972 .curtain-tooltip.intro-points-describe {
3973 top: 133px !important;
3976 /* Tooltip illustrations */
3978 .intro-points-add .tooltip-inner::before,
3979 .intro-areas-add .tooltip-inner::before,
3980 .intro-lines-add .tooltip-inner::before {
3986 background:transparent url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat 0 -320px;
3989 .intro-areas-add .tooltip-inner::before {
3990 background-position: 0 -400px;
3993 .intro-lines-add .tooltip-inner::before {
3994 background-position: 0 -480px;
3997 .huge-modal-button {
4003 .huge-modal-button .illustration {
4006 background: rgba(0, 0, 0, 0) url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat -301px -220px;
4009 /* This file is generated by make. Do NOT edit manually. */
4011 .preset-icon{background-image:url(<%= asset_path("iD/img/maki-sprite.png") %>);background-repeat:no-repeat;width:24px;height:24px;}
4012 .preset-icon-line{background-image:url(<%= asset_path("iD/img/line-presets.png") %>);background-repeat:no-repeat;width:60px;height:60px;}
4013 .preset-icon-relation{background-image:url(<%= asset_path("iD/img/relation-presets.png") %>);background-repeat:no-repeat;width:60px;height:60px;}
4014 .feature-airfield{background-position:-0px -34px;}
4015 .feature-airport{background-position:-0px -94px;}
4016 .feature-alcohol-shop{background-position:-0px -154px;}
4017 .feature-america-football{background-position:-0px -214px;}
4018 .feature-art-gallery{background-position:-0px -274px;}
4019 .feature-bank{background-position:-0px -334px;}
4020 .feature-bar{background-position:-0px -394px;}
4021 .feature-baseball{background-position:-0px -454px;}
4022 .feature-basketball{background-position:-0px -514px;}
4023 .feature-beer{background-position:-0px -574px;}
4024 .feature-bicycle{background-position:-0px -634px;}
4025 .feature-building{background-position:-0px -694px;}
4026 .feature-bus{background-position:-0px -754px;}
4027 .feature-cafe{background-position:-0px -814px;}
4028 .feature-campsite{background-position:-0px -874px;}
4029 .feature-cemetery{background-position:-0px -934px;}
4030 .feature-cinema{background-position:-0px -994px;}
4031 .feature-circle{background-position:-0px -1054px;}
4032 .feature-circle-stroked{background-position:-0px -1114px;}
4033 .feature-city{background-position:-0px -1174px;}
4034 .feature-college{background-position:-0px -1234px;}
4035 .feature-commercial{background-position:-0px -1294px;}
4036 .feature-cricket{background-position:-0px -1354px;}
4037 .feature-cross{background-position:-0px -1414px;}
4038 .feature-dam{background-position:-0px -1474px;}
4039 .feature-danger{background-position:-0px -1534px;}
4040 .feature-disability{background-position:-0px -1594px;}
4041 .feature-embassy{background-position:-0px -1654px;}
4042 .feature-emergency-telephone{background-position:-0px -1714px;}
4043 .feature-farm{background-position:-0px -1774px;}
4044 .feature-fast-food{background-position:-0px -1834px;}
4045 .feature-ferry{background-position:-0px -1894px;}
4046 .feature-fire-station{background-position:-0px -1954px;}
4047 .feature-fuel{background-position:-0px -2014px;}
4048 .feature-garden{background-position:-0px -2074px;}
4049 .feature-golf{background-position:-0px -2134px;}
4050 .feature-grocery{background-position:-0px -2194px;}
4051 .feature-harbor{background-position:-0px -2254px;}
4052 .feature-heliport{background-position:-0px -2314px;}
4053 .feature-hospital{background-position:-0px -2374px;}
4054 .feature-industrial{background-position:-0px -2434px;}
4055 .feature-land-use{background-position:-0px -2494px;}
4056 .feature-library{background-position:-0px -2554px;}
4057 .feature-lodging{background-position:-0px -2614px;}
4058 .feature-logging{background-position:-0px -2674px;}
4059 .feature-marker{background-position:-0px -2734px;}
4060 .feature-marker-stroked{background-position:-0px -2794px;}
4061 .feature-monument{background-position:-0px -2854px;}
4062 .feature-museum{background-position:-0px -2914px;}
4063 .feature-music{background-position:-0px -2974px;}
4064 .feature-oil-well{background-position:-0px -3034px;}
4065 .feature-park{background-position:-0px -3094px;}
4066 .feature-park2{background-position:-0px -3154px;}
4067 .feature-parking{background-position:-0px -3214px;}
4068 .feature-parking-garage{background-position:-0px -3274px;}
4069 .feature-pharmacy{background-position:-0px -3334px;}
4070 .feature-pitch{background-position:-0px -3394px;}
4071 .feature-place-of-worship{background-position:-0px -3454px;}
4072 .feature-police{background-position:-0px -3514px;}
4073 .feature-post{background-position:-0px -3574px;}
4074 .feature-prison{background-position:-0px -3634px;}
4075 .feature-rail{background-position:-0px -3694px;}
4076 .feature-rail-above{background-position:-0px -3754px;}
4077 .feature-rail-underground{background-position:-0px -3814px;}
4078 .feature-religious-christian{background-position:-0px -3874px;}
4079 .feature-religious-jewish{background-position:-0px -3934px;}
4080 .feature-religious-muslim{background-position:-0px -3994px;}
4081 .feature-restaurant{background-position:-0px -4054px;}
4082 .feature-roadblock{background-position:-0px -4114px;}
4083 .feature-school{background-position:-0px -4174px;}
4084 .feature-shop{background-position:-0px -4234px;}
4085 .feature-skiing{background-position:-0px -4294px;}
4086 .feature-slaughterhouse{background-position:-0px -4354px;}
4087 .feature-soccer{background-position:-0px -4414px;}
4088 .feature-square{background-position:-0px -4474px;}
4089 .feature-square-stroked{background-position:-0px -4534px;}
4090 .feature-star{background-position:-0px -4594px;}
4091 .feature-star-stroked{background-position:-0px -4654px;}
4092 .feature-swimming{background-position:-0px -4714px;}
4093 .feature-telephone{background-position:-0px -4774px;}
4094 .feature-tennis{background-position:-0px -4834px;}
4095 .feature-theatre{background-position:-0px -4894px;}
4096 .feature-toilets{background-position:-0px -4954px;}
4097 .feature-town{background-position:-0px -5014px;}
4098 .feature-town-hall{background-position:-0px -5074px;}
4099 .feature-triangle{background-position:-0px -5134px;}
4100 .feature-triangle-stroked{background-position:-0px -5194px;}
4101 .feature-village{background-position:-0px -5254px;}
4102 .feature-warehouse{background-position:-0px -5314px;}
4103 .feature-waste-basket{background-position:-0px -5374px;}
4104 .feature-water{background-position:-0px -5434px;}
4105 .feature-wetland{background-position:-0px -5494px;}
4106 .feature-zoo{background-position:-0px -5554px;}
4107 .preset-icon-line.feature-highway-motorway{background-position:-20px -25px;}
4108 .preset-icon-line.feature-highway-trunk{background-position:-80px -25px;}
4109 .preset-icon-line.feature-highway-primary{background-position:-140px -25px;}
4110 .preset-icon-line.feature-highway-secondary{background-position:-200px -25px;}
4111 .preset-icon-line.feature-highway-tertiary{background-position:-260px -25px;}
4112 .preset-icon-line.feature-highway-motorway-link{background-position:-320px -25px;}
4113 .preset-icon-line.feature-highway-trunk-link{background-position:-380px -25px;}
4114 .preset-icon-line.feature-highway-primary-link{background-position:-440px -25px;}
4115 .preset-icon-line.feature-highway-secondary-link{background-position:-500px -25px;}
4116 .preset-icon-line.feature-highway-tertiary-link{background-position:-560px -25px;}
4117 .preset-icon-line.feature-highway-residential{background-position:-620px -25px;}
4118 .preset-icon-line.feature-highway-unclassified{background-position:-680px -25px;}
4119 .preset-icon-line.feature-highway-service{background-position:-740px -25px;}
4120 .preset-icon-line.feature-highway-road{background-position:-800px -25px;}
4121 .preset-icon-line.feature-highway-track{background-position:-860px -25px;}
4122 .preset-icon-line.feature-highway-living-street{background-position:-920px -25px;}
4123 .preset-icon-line.feature-highway-path{background-position:-980px -25px;}
4124 .preset-icon-line.feature-highway-cycleway{background-position:-1040px -25px;}
4125 .preset-icon-line.feature-highway-footway{background-position:-1100px -25px;}
4126 .preset-icon-line.feature-highway-bridleway{background-position:-1160px -25px;}
4127 .preset-icon-line.feature-highway-steps{background-position:-1220px -25px;}
4128 .preset-icon-line.feature-railway-rail{background-position:-1280px -25px;}
4129 .preset-icon-line.feature-railway-disused{background-position:-1340px -25px;}
4130 .preset-icon-line.feature-railway-abandoned{background-position:-1400px -25px;}
4131 .preset-icon-line.feature-railway-subway{background-position:-1460px -25px;}
4132 .preset-icon-line.feature-railway-light-rail{background-position:-1520px -25px;}
4133 .preset-icon-line.feature-railway-monorail{background-position:-1580px -25px;}
4134 .preset-icon-line.feature-waterway-river{background-position:-1640px -25px;}
4135 .preset-icon-line.feature-waterway-stream{background-position:-1700px -25px;}
4136 .preset-icon-line.feature-waterway-canal{background-position:-1760px -25px;}
4137 .preset-icon-line.feature-waterway-ditch{background-position:-1820px -25px;}
4138 .preset-icon-line.feature-power-line{background-position:-1880px -25px;}
4139 .preset-icon-line.feature-other-line{background-position:-1940px -25px;}
4140 .preset-icon-line.feature-category-roads{background-position:-2000px -25px;}
4141 .preset-icon-line.feature-category-rail{background-position:-2060px -25px;}
4142 .preset-icon-line.feature-category-path{background-position:-2120px -25px;}
4143 .preset-icon-line.feature-category-water{background-position:-2180px -25px;}
4144 .preset-icon-line.feature-ferry{background-position:-2240px -25px;}
4145 .preset-icon-line.feature-pipeline{background-position:-2300px -25px;}
4146 .preset-icon-relation.feature-relation{background-position:-20px -25px;}
4147 .preset-icon-relation.feature-restriction{background-position:-80px -25px;}
4148 .preset-icon-relation.feature-multipolygon{background-position:-140px -25px;}
4149 .preset-icon-relation.feature-boundary{background-position:-200px -25px;}
4150 .preset-icon-relation.feature-route{background-position:-260px -25px;}
4151 .preset-icon-relation.feature-route-road{background-position:-320px -25px;}
4152 .preset-icon-relation.feature-route-bicycle{background-position:-380px -25px;}
4153 .preset-icon-relation.feature-route-foot{background-position:-440px -25px;}
4154 .preset-icon-relation.feature-route-bus{background-position:-500px -25px;}
4155 .preset-icon-relation.feature-route-train{background-position:-560px -25px;}
4156 .preset-icon-relation.feature-route-detour{background-position:-620px -25px;}
4157 .preset-icon-relation.feature-route-tram{background-position:-680px -25px;}
4158 .preset-icon-relation.feature-route-ferry{background-position:-740px -25px;}
4159 .preset-icon-relation.feature-route-power{background-position:-800px -25px;}
4160 .preset-icon-relation.feature-route-pipeline{background-position:-860px -25px;}
4161 .preset-icon-relation.feature-route-master{background-position:-920px -25px;}