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 {
334 fill: rgba(255, 255, 255, 0.3);
337 .preset-icon-fill-area {
338 border: 1px solid rgb(170, 170, 170);
339 background-color: rgba(170, 170, 170, 0.3);
342 path.stroke.tag-natural {
343 stroke: rgb(182, 225, 153);
345 path.fill.tag-natural {
346 fill: rgba(182, 225, 153, 0.3);
348 .preset-icon-fill-area.tag-natural {
349 border-color: rgb(182, 225, 153);
350 background-color: rgba(182, 225, 153, 0.3);
353 path.stroke.tag-natural-water {
354 stroke: rgb(119, 211, 222);
356 path.fill.tag-natural-water {
357 fill: rgba(119, 211, 222, 0.3);
359 .preset-icon-fill-area.tag-natural-water {
360 border-color: rgb(119, 211, 222);
361 background-color: rgba(119, 211, 222, 0.3);
364 path.stroke.tag-amenity-school {
365 stroke: rgb(255, 255, 148);
367 path.fill.tag-amenity-school {
368 fill: rgba(255, 255, 148, 0.2);
370 .preset-icon-fill-area.tag-amenity-school {
371 border-color: rgb(255, 255, 148);
372 background-color: rgba(255, 255, 148, 0.2);
375 path.stroke.tag-amenity-university {
376 stroke: rgb(255, 255, 148);
378 path.fill.tag-amenity-university {
379 fill: rgba(255, 255, 148, 0.1);
381 .preset-icon-fill-area.tag-amenity-university {
382 border-color: rgb(255, 255, 148);
383 background-color: rgba(255, 255, 148, 0.1);
386 path.stroke.tag-landuse,
387 path.stroke.tag-natural-wood,
388 path.stroke.tag-natural-tree,
389 path.stroke.tag-natural-grassland,
390 path.stroke.tag-natural-grass,
391 path.stroke.tag-leisure-pitch,
392 path.stroke.tag-leisure-park {
393 stroke: rgb(140, 208, 95);
395 path.fill.tag-landuse,
396 path.fill.tag-natural-wood,
397 path.fill.tag-natural-tree,
398 path.fill.tag-natural-grassland,
399 path.fill.tag-natural-grass,
400 path.fill.tag-leisure-pitch,
401 path.fill.tag-leisure-park {
402 fill: rgba(140, 208, 95, 0.2);
404 .preset-icon-fill-area.tag-landuse,
405 .preset-icon-fill-area.tag-natural-wood,
406 .preset-icon-fill-area.tag-natural-tree,
407 .preset-icon-fill-area.tag-natural-grassland,
408 .preset-icon-fill-area.tag-natural-grass,
409 .preset-icon-fill-area.tag-leisure-pitch,
410 .preset-icon-fill-area.tag-leisure-park {
411 border-color: rgb(140, 208, 95);
412 background-color: rgba(140, 208, 95, 0.2);
415 path.stroke.tag-landuse-residential {
416 stroke: rgb(224, 110, 95);
418 path.fill.tag-landuse-residential {
419 fill: rgba(224, 110, 95, 0.1);
421 .preset-icon-fill-area.tag-landuse-residential {
422 border-color: rgb(224, 110, 95);
423 background-color: rgba(224, 110, 95, 0.1);
426 path.stroke.tag-landuse-retail,
427 path.stroke.tag-landuse-commercial {
428 stroke: rgb(234, 176, 86);
430 path.fill.tag-landuse-retail,
431 path.fill.tag-landuse-commercial {
432 fill: rgba(234, 176, 86, 0.1);
434 .preset-icon-fill-area.tag-landuse-retail,
435 .preset-icon-fill-area.tag-landuse-commercial {
436 border-color: rgb(234, 176, 86);
437 background-color: rgba(234, 176, 86, 0.1);
440 path.stroke.tag-landuse-industrial {
441 stroke: rgb(228, 164, 245);
443 path.fill.tag-landuse-industrial {
444 fill: rgba(228, 164, 245, 0.1);
446 .preset-icon-fill-area.tag-landuse-industrial {
447 border-color: rgb(228, 164, 245);
448 background-color: rgba(228, 164, 245, 0.1);
451 path.stroke.tag-landuse-basin,
452 path.stroke.tag-landuse-reservoir {
453 stroke: rgb(119, 211, 222);
455 path.fill.tag-landuse-basin,
456 path.fill.tag-landuse-reservoir {
457 fill: rgba(119, 211, 222, 0.3);
459 .preset-icon-fill-area.tag-landuse-basin,
460 .preset-icon-fill-area.tag-landuse-reservoir {
461 border-color: rgb(119, 211, 222);
462 background-color: rgba(119, 211, 222, 0.3);
465 path.stroke.tag-landuse-quarry {
466 stroke: rgb(166, 149, 123);
468 path.fill.tag-landuse-quarry {
469 fill: rgba(166, 149, 123, 0.2);
471 .preset-icon-fill-area.tag-landuse-quarry {
472 border-color: rgb(166, 149, 123);
473 background-color: rgba(166, 149, 123, 0.2);
476 path.stroke.tag-landuse-landfill {
477 stroke: rgb(255, 153, 51);
479 path.fill.tag-landuse-landfill {
480 fill: rgba(255, 153, 51, 0.2);
482 .preset-icon-fill-area.tag-landuse-landfill {
483 border-color: rgb(255, 153, 51);
484 background-color: rgba(255, 153, 51, 0.2);
487 path.stroke.tag-landuse-construction {
488 stroke: rgb(224, 110, 95);
490 .pattern-color-construction {
491 fill: rgba(224, 110, 95, 0.2);
493 .preset-icon-fill-area.tag-landuse-construction {
494 border-color: rgb(224, 110, 95);
495 background-color: rgba(224, 110, 95, 0.2);
498 path.stroke.tag-landuse-military {
499 stroke: rgb(224, 110, 95);
501 .preset-icon-fill-area.tag-landuse-military {
502 border-color: rgb(224, 110, 95);
503 background-color: rgba(224, 110, 95, 0.2);
506 path.stroke.tag-natural-wetland {
507 stroke: rgb(182, 225, 153);
509 .pattern-color-wetland {
510 fill: rgba(182, 225, 153, 0.2);
512 .preset-icon-fill-area.tag-natural-wetland {
513 border-color: rgb(182, 225, 153);
514 background-color: rgba(182, 225, 153, 0.2);
517 path.stroke.tag-landuse-meadow {
518 stroke: rgb(182, 225, 153);
520 .pattern-color-meadow {
521 fill: rgba(182, 225, 153, 0.2);
523 .preset-icon-fill-area.tag-landuse-meadow {
524 border-color: rgb(182, 225, 153);
525 background-color: rgba(182, 225, 153, 0.2);
528 path.stroke.tag-natural-beach {
529 stroke: rgb(255, 255, 126);
531 .pattern-color-beach {
532 fill: rgba(255, 255, 126, 0.2);
534 .preset-icon-fill-area.tag-natural-beach {
535 border-color: rgb(255, 255, 126);
536 background-color: rgba(255, 255, 126, 0.2);
539 path.stroke.tag-natural-scrub {
540 stroke: rgb(219, 240, 139);
542 .pattern-color-scrub {
543 fill: rgba(219, 240, 139, 0.2);
545 .preset-icon-fill-area.tag-natural-scrub {
546 border-color: rgb(219, 240, 139);
547 background-color: rgba(219, 240, 139, 0.2);
551 .pattern-color-farmland {
552 fill: rgba(140, 208, 95, 0.2);
554 .preset-icon-fill-area.tag-landuse-farm,
555 .preset-icon-fill-area.tag-landuse-farmland {
556 background-color: rgba(140, 208, 95, 0.2);
559 .pattern-color-cemetery {
560 fill: rgba(140, 208, 95, 0.2)
562 .preset-icon-fill-area.tag-landuse-cemetery {
563 background-color: rgba(140, 208, 95, 0.2);
566 .pattern-color-orchard {
567 fill: rgba(140, 208, 95, 0.2)
569 .preset-icon-fill-area.tag-landuse-orchard {
570 background-color: rgba(140, 208, 95, 0.8);
573 path.stroke.tag-amenity-parking {
574 stroke: rgb(170, 170, 170);
576 path.fill.tag-amenity-parking {
577 fill: rgba(170, 170, 170, 0.3);
579 .preset-icon-fill-area.tag-amenity-parking {
580 border-color: rgb(170, 170, 170);
581 background-color: rgba(170, 170, 170, 0.3);
585 path.fill.tag-boundary {
591 path.shadow.tag-highway {
594 path.casing.tag-highway {
598 path.stroke.tag-highway {
603 .low-zoom path.shadow.tag-highway {
606 .low-zoom path.casing.tag-highway {
609 .low-zoom path.stroke.tag-highway {
613 path.stroke.tag-highway-motorway,
614 path.stroke.tag-highway-motorway_link,
615 path.stroke.tag-construction-motorway {
619 path.casing.tag-highway-motorway,
620 path.casing.tag-highway-motorway_link,
621 path.casing.tag-construction-motorway {
625 path.stroke.tag-highway-trunk,
626 path.stroke.tag-highway-trunk_link,
627 path.stroke.tag-construction-trunk {
630 path.casing.tag-highway-trunk,
631 path.casing.tag-highway-trunk_link,
632 path.casing.tag-construction-trunk {
636 path.stroke.tag-highway-primary,
637 path.stroke.tag-highway-primary_link,
638 path.stroke.tag-construction-primary {
641 path.casing.tag-highway-primary,
642 path.casing.tag-highway-primary_link,
643 path.casing.tag-construction-primary {
647 path.stroke.tag-highway-secondary,
648 path.stroke.tag-highway-secondary_link,
649 path.stroke.tag-construction-secondary {
652 path.casing.tag-highway-secondary,
653 path.casing.tag-highway-secondary_link,
654 path.casing.tag-construction-secondary {
658 path.stroke.tag-highway-tertiary,
659 path.stroke.tag-highway-tertiary_link,
660 path.stroke.tag-construction-tertiary {
663 path.casing.tag-highway-tertiary,
664 path.casing.tag-highway-tertiary_link,
665 path.casing.tag-construction-tertiary {
669 path.stroke.tag-highway-unclassified,
670 path.stroke.tag-construction-unclassified {
673 path.casing.tag-highway-unclassified,
674 path.casing.tag-construction-unclassified {
678 path.stroke.tag-highway-residential,
679 path.stroke.tag-construction-residential {
682 path.casing.tag-highway-residential,
683 path.casing.tag-construction-residential {
687 path.stroke.tag-highway-living_street {
691 path.casing.tag-highway-living_street {
696 path.stroke.line.tag-highway-pedestrian {
698 stroke-dasharray: 2, 8;
699 stroke-width:4 !important;
700 shapeRendering: auto;
702 path.casing.line.tag-highway-pedestrian {
704 stroke-width:6 !important;
706 path.stroke.area.tag-highway-pedestrian {
711 path.stroke.tag-highway-service {
715 path.casing.tag-highway-service {
719 .low-zoom path.stroke.tag-highway-service {
722 .low-zoom path.casing.tag-highway-service {
726 path.stroke.tag-highway-track {
730 path.casing.tag-highway-track {
733 stroke-linecap: butt;
734 stroke-dasharray: 6, 6;
736 .low-zoom path.stroke.tag-highway-track {
739 .low-zoom path.casing.tag-highway-track {
743 path.stroke.tag-highway-path {
745 stroke-width: 1 !important;
746 stroke-linecap: butt;
747 stroke-dasharray: 8, 4;
749 path.casing.tag-highway-path {
750 stroke-width: 1 !important;
754 path.stroke.tag-highway-footway,
755 path.stroke.tag-highway-cycleway,
756 path.stroke.tag-highway-bridleway {
758 stroke-linecap: butt;
759 stroke-dasharray: 6, 6;
761 path.casing.tag-highway-footway,
762 path.casing.tag-highway-cycleway,
763 path.casing.tag-highway-bridleway {
768 .low-zoom path.stroke.tag-highway-footway,
769 .low-zoom path.stroke.tag-highway-cycleway,
770 .low-zoom path.stroke.tag-highway-bridleway {
773 .low-zoom path.casing.tag-highway-footway,
774 .low-zoom path.casing.tag-highway-cycleway,
775 .low-zoom path.casing.tag-highway-bridleway {
779 path.stroke.tag-highway-footway {
782 path.stroke.tag-highway-cycleway {
785 path.stroke.tag-highway-bridleway {
789 path.stroke.tag-highway-steps {
792 stroke-linecap: butt;
793 stroke-dasharray: 3, 3;
795 path.casing.tag-highway-steps {
802 path.stroke.tag-aeroway-taxiway {
806 path.shadow.tag-aeroway-runway {
809 path.stroke.tag-aeroway-runway {
812 stroke-linecap: butt;
813 stroke-dasharray: 24, 48;
815 path.casing.tag-aeroway-runway {
818 stroke-linecap: square;
820 path.fill.tag-aeroway-runway {
821 fill: rgba(0, 0, 0, 0.6);
823 path.stroke.tag-aeroway-apron {
826 path.fill.tag-aeroway-apron {
827 fill: rgba(128, 92, 128, 0.2);
833 path.stroke.tag-railway {
836 stroke-linecap: butt;
837 stroke-dasharray: 12,12;
840 path.casing.tag-railway {
845 path.stroke.tag-railway-abandoned {
848 path.casing.tag-railway-abandoned {
852 path.stroke.tag-railway-subway {
855 path.casing.tag-railway-subway {
859 path.stroke.tag-railway-platform {
862 stroke-dasharray: none;
864 path.casing.tag-railway-platform {
868 .area.stroke.tag-railway {
871 stroke-dasharray: none;
873 .area.casing.tag-railway {
879 path.fill.tag-waterway {
880 fill: rgba(119, 211, 222, 0.3);
883 path.stroke.tag-waterway {
887 path.casing.tag-waterway {
892 path.stroke.tag-waterway-river {
895 path.casing.tag-waterway-river {
899 path.stroke.tag-waterway-ditch {
903 path.casing.tag-waterway-ditch {
910 path.stroke.tag-power {
914 path.casing.tag-power {
920 path.stroke.tag-boundary {
923 stroke-linecap: butt;
924 stroke-dasharray: 20, 5, 5, 5;
926 path.casing.tag-boundary {
931 path.casing.tag-boundary-protected_area,
932 path.casing.tag-boundary-national_park {
939 path.casing.tag-bridge {
945 path.casing.tag-highway-living_street.tag-bridge,
946 path.casing.tag-highway-path.tag-bridge {
950 path.casing.line.tag-highway-pedestrian,
951 path.casing.tag-highway-service.tag-bridge,
952 path.casing.tag-highway-track.tag-bridge,
953 path.casing.tag-highway-steps.tag-bridge,
954 path.casing.tag-highway-footway.tag-bridge,
955 path.casing.tag-highway-cycleway.tag-bridge,
956 path.casing.tag-highway-bridleway.tag-bridge {
960 path.shadow.tag-highway-residential.tag-bridge {
964 path.shadow.tag-highway-living_street.tag-bridge,
965 path.shadow.tag-highway-path.tag-bridge,
966 path.shadow.line.tag-highway-pedestrian,
967 path.shadow.tag-highway-service.tag-bridge,
968 path.shadow.tag-highway-track.tag-bridge,
969 path.shadow.tag-highway-steps.tag-bridge,
970 path.shadow.tag-highway-footway.tag-bridge,
971 path.shadow.tag-highway-cycleway.tag-bridge,
972 path.shadow.tag-highway-bridleway.tag-bridge {
978 path.stroke.tag-tunnel {
982 path.casing.tag-tunnel {
986 /* embankments / cuttings */
988 path.casing.tag-embankment,
989 path.casing.tag-cutting {
993 stroke-dasharray: 2, 4;
994 stroke-linecap: butt;
997 path.shadow.tag-embankment,
998 path.shadow.tag-cutting {
1002 .low-zoom path.casing.tag-embankment,
1003 .low-zoom path.casing.tag-cutting {
1007 .low-zoom path.shadow.tag-embankment,
1008 .low-zoom path.shadow.tag-cutting {
1015 path.stroke.tag-highway-construction,
1016 path.casing.tag-highway-construction {
1017 stroke-linecap: butt;
1018 stroke-dasharray: 7, 7;
1021 .low-zoom path.stroke.tag-highway-construction,
1022 .low-zoom path.casing.tag-highway-construction {
1023 stroke-linecap: butt;
1024 stroke-dasharray: 5, 5;
1029 pointer-events: none;
1034 .oneway .textpath.tag-waterway {
1038 marker#oneway-marker path {
1049 path.stroke.tag-building,
1050 path.stroke.tag-amenity-shelter {
1051 stroke: rgb(224, 110, 95);
1053 path.fill.tag-building,
1054 path.fill.tag-amenity-shelter {
1055 fill: rgba(224, 110, 95, 0.3);
1057 .preset-icon-fill-area.tag-building,
1058 .preset-icon-fill-area.tag-amenity-shelter {
1059 border-color: rgb(224, 110, 95);
1060 background-color: rgba(224, 110, 95, 0.3);
1068 text.arealabel-halo,
1069 text.linelabel-halo,
1070 text.pointlabel-halo,
1077 text-anchor: middle;
1078 pointer-events: none;
1079 -webkit-transition: opacity 100ms linear;
1080 transition: opacity 100ms linear;
1081 -moz-transition: opacity 100ms linear;
1084 .linelabel-halo .textpath,
1085 .linelabel .textpath {
1086 dominant-baseline: middle;
1089 /* Opera doesn't support dominant-baseline. See #715 */
1090 .opera .linelabel-halo .textpath,
1091 .opera .linelabel .textpath {
1092 baseline-shift: -33%;
1093 dominant-baseline: auto;
1100 stroke-miterlimit: 1;
1116 pointer-events: all;
1119 .form-field-restrictions .vertex {
1120 pointer-events: none;
1121 cursor: auto !important;
1127 cursor: auto; /* Opera */
1128 cursor: url(<%= asset_path("iD/img/cursor-grab.png") %>) 9 9, auto; /* FF */
1131 .mode-browse .point,
1132 .mode-select .point {
1133 cursor: pointer; /* Opera */
1134 cursor: url(<%= asset_path("iD/img/cursor-select-point.png") %>), pointer; /* FF */
1137 .mode-select .vertex,
1138 .mode-browse .vertex {
1139 cursor: pointer; /* Opera */
1140 cursor: url(<%= asset_path("iD/img/cursor-select-vertex.png") %>), pointer; /* FF */
1144 .mode-select .line {
1145 cursor: pointer; /* Opera */
1146 cursor: url(<%= asset_path("iD/img/cursor-select-line.png") %>), pointer; /* FF */
1150 .mode-browse .area {
1151 cursor: pointer; /* Opera */
1152 cursor: url(<%= asset_path("iD/img/cursor-select-area.png") %>), pointer; /* FF */
1155 .mode-select .midpoint,
1156 .mode-browse .midpoint {
1157 cursor: pointer; /* Opera */
1158 cursor: url(<%= asset_path("iD/img/cursor-select-split.png") %>), pointer; /* FF */
1161 .mode-select .behavior-multiselect .point,
1162 .mode-select .behavior-multiselect .vertex,
1163 .mode-select .behavior-multiselect .line,
1164 .mode-select .behavior-multiselect .area {
1165 cursor: pointer; /* Opera */
1166 cursor: url(<%= asset_path("iD/img/cursor-select-add.png") %>), pointer; /* FF */
1169 .mode-select .behavior-multiselect .selected {
1170 cursor: pointer; /* Opera */
1171 cursor: url(<%= asset_path("iD/img/cursor-select-remove.png") %>), pointer; /* FF */
1175 #map .vertex:active,
1178 #map .midpoint:active,
1179 #map .mode-select .selected {
1180 cursor: pointer; /* Opera */
1181 cursor: url(<%= asset_path("iD/img/cursor-select-acting.png") %>), pointer; /* FF */
1184 .mode-draw-line #map,
1185 .mode-draw-area #map,
1186 .mode-add-line #map,
1187 .mode-add-area #map,
1188 .mode-drag-node #map {
1189 cursor: crosshair; /* Opera */
1190 cursor: url(<%= asset_path("iD/img/cursor-draw.png") %>) 9 9, crosshair; /* FF */
1193 .mode-draw-line .way.hover,
1194 .mode-draw-area .way.hover,
1195 .mode-add-line .way.hover,
1196 .mode-add-area .way.hover,
1197 .mode-drag-node .way.hover {
1198 cursor: crosshair; /* Opera */
1199 cursor: url(<%= asset_path("iD/img/cursor-draw-connect-line.png") %>) 9 9, crosshair; /* FF */
1202 .mode-draw-line .vertex.hover,
1203 .mode-draw-area .vertex.hover,
1204 .mode-add-line .vertex.hover,
1205 .mode-add-area .vertex.hover,
1206 .mode-drag-node .vertex.hover {
1207 cursor: crosshair; /* Opera */
1208 cursor: url(<%= asset_path("iD/img/cursor-draw-connect-vertex.png") %>) 9 9, crosshair; /* FF */
1211 .mode-add-point #map,
1215 cursor: crosshair; /* Opera */
1216 cursor: url(<%= asset_path("iD/img/cursor-draw.png") %>) 9 9, crosshair; /* FF */
1221 cursor: pointer; /* Opera */
1222 cursor: url(<%= asset_path("iD/img/cursor-pointer.png") %>) 6 1, pointer; /* FF */
1226 pointer-events: visibleStroke;
1234 pointer-events: none;
1244 .mode-draw-line .vertex.active,
1245 .mode-draw-area .vertex.active,
1246 .mode-drag-node .vertex.active {
1250 .mode-draw-line .way.active,
1251 .mode-draw-area .way.active,
1252 .mode-drag-node .active {
1253 pointer-events: none;
1256 /* Ensure drawing doesn't interact with area fills. */
1257 .mode-add-point .area.fill,
1258 .mode-draw-line .area.fill,
1259 .mode-draw-area .area.fill,
1260 .mode-add-line .area.fill,
1261 .mode-add-area .area.fill,
1262 .mode-drag-node .area.fill {
1263 pointer-events: none;
1266 ------------------------------------------------------- */
1269 Opera misbehaves when the window is resized vertically unless 100% width + height are
1270 applied to both html and body. https://gist.github.com/jfirebaugh/bd225bcfdd3a633850c4
1278 font:normal 12px/1.6667 'Helvetica Neue', Arial, sans-serif;
1288 vertical-align: middle;
1307 /* Can't be display: none or the clippaths are ignored. */
1338 div, textarea, label, input, form, span, ul, li, ol, a, button, h1, h2, h3, h4, h5, p, img {
1339 -moz-box-sizing: border-box;
1340 -webkit-box-sizing: border-box;
1341 box-sizing: border-box;
1344 a, button, input, textarea {
1345 -webkit-tap-highlight-color:rgba(0,0,0,0);
1346 -webkit-touch-callout:none;
1351 .checkselect label:hover,
1352 .opacity-options li,
1354 cursor: pointer; /* Opera */
1355 cursor: url(<%= asset_path("iD/img/cursor-pointer.png") %>) 6 1, pointer; /* FF */
1362 margin-bottom: 20px;
1367 h4:last-child { margin-bottom: 0;}
1373 margin-bottom: 10px;
1379 padding-bottom: 10px;
1383 outline-color: transparent;
1384 outline-style: none;
1407 -webkit-transition: all 100ms;
1408 -moz-transition: all 100ms;
1409 -o-transition: all 100ms;
1410 transition: all 100ms;
1418 ------------------------------------------------------- */
1422 font:normal 12px/20px 'Helvetica Neue', Arial, sans-serif;
1432 background-color: white;
1433 border:1px solid #ccc;
1438 text-overflow: ellipsis;
1439 -webkit-transition: all 200ms;
1440 -moz-transition: all 200ms;
1441 -o-transition: all 200ms;
1442 transition: all 200ms;
1447 background-color: #F1F1F1;
1450 input[type="checkbox"],
1451 input[type="radio"] {
1459 /* remove bottom border radius when combobox is open */
1460 .combobox + * textarea:focus,
1461 .combobox + * input:focus {
1462 border-bottom-left-radius: 0 !important;
1463 border-bottom-right-radius: 0 !important;
1469 background-color: white;
1470 border-collapse: collapse;
1479 table.tags, table.tags td, table.tags th {
1480 border: 1px solid #CCC;
1485 ------------------------------------------------------- */
1487 .col0 { float:left; width:04.1666%; }
1488 .col1 { float:left; width:08.3333%; }
1489 .col2 { float:left; width:16.6666%; }
1490 .col3 { float:left; width:25.0000%; max-width: 300px; }
1491 .col4 { float:left; width:33.3333%; max-width: 400px; }
1492 .col5 { float:left; width:41.6666%; max-width: 500px; }
1493 .col6 { float:left; width:50.0000%; max-width: 600px; }
1494 .col7 { float:left; width:58.3333%; }
1495 .col8 { float:left; width:66.6666%; }
1496 .col9 { float:left; width:75.0000%; }
1497 .col10 { float:left; width:83.3333%; }
1498 .col11 { float:left; width:91.6666%; }
1499 .col12 { float:left; width:100.0000%; }
1502 ------------------------------------------------------- */
1504 ul li { list-style: none;}
1506 .toggle-list > label {
1511 background-color: white;
1514 -moz-transition: all 100ms;
1515 -o-transition: all 100ms;
1516 transition: all 100ms;
1519 .toggle-list > label:hover {
1520 background-color: #ececec;
1523 .toggle-list > label:not(:last-child) {
1524 border-bottom: 1px solid #ccc;
1527 .toggle-list > label:last-child {
1528 border-radius: 0 0 3px 3px;
1531 .toggle-list label > span {
1534 white-space: nowrap;
1535 text-overflow: ellipsis;
1538 .toggle-list > label.active {
1539 background: #E8EBFF;
1544 border-left: 1px solid rgba(255,255,255,.5);
1545 padding: 5px 0 5px 5px;
1549 ul.link-list li:last-child {
1556 ------------------------------------------------------- */
1563 background: #f6f6f6;
1568 background: #ececec;
1573 background:rgba(0,0,0,.5);
1578 .fr { float: right;}
1592 box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
1596 background: url(<%= asset_path("iD/img/loader_bg.gif") %>);
1597 background-size:5px 5px;
1632 display: inline-block;
1635 /* Crashes Safari: https://github.com/openstreetmap/iD/issues/1188 */
1636 /*-webkit-transition: all 100ms;*/
1637 -moz-transition: all 100ms;
1638 -o-transition: all 100ms;
1639 transition: all 100ms;
1644 background-color: #ececec;
1649 background-color: rgba(255,255,255,.25);
1650 color: rgba(0,0,0,.5);
1655 background: #7092ff;
1665 background-color: #fafafa;
1668 button.minor .icon {
1672 button.minor:hover {
1673 background-color: #f1f1f1;
1677 display: inline-block;
1682 .button-wrap button:only-child {
1686 .button-wrap:last-of-type {
1692 border-right: 1px solid rgba(0,0,0,.5);
1695 .joined button:first-child {
1696 border-radius:4px 0 0 4px;
1699 .joined button:last-child {
1700 border-right-width: 0;
1701 border-radius:0 4px 4px 0;
1705 background: #7092ff;
1708 button.action:focus,
1709 button.action:hover {
1710 background: #597BE7;
1713 button.save.has-count {
1717 button.save .count {
1721 button.save.has-count .count {
1725 background: rgba(255, 255, 255, .5);
1732 margin-left: 8.3333%;
1735 button.save.has-count .count::before {
1744 border-top: 6px solid transparent;
1745 border-bottom: 6px solid transparent;
1746 border-right: 6px solid rgba(255,255,255,.5);
1752 display:inline-block;
1756 background:transparent url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat 0 0;
1757 text-indent:-9999px;
1773 /* Definitions for every icon */
1774 .icon.alert { background-position: 0 0;}
1776 .icon.add-point { background-position: -20px 0;}
1778 .icon.add-line { background-position: -40px 0;}
1780 .icon.add-area { background-position: -60px 0;}
1781 .icon.undo { background-position: -80px 0;}
1782 .icon.redo { background-position: -100px 0;}
1783 .icon.apply { background-position: -120px 0;}
1784 .icon.save { background-position: -140px 0;}
1785 .icon.close { background-position: -160px 0;}
1786 .icon.delete { background-position: -180px 0;}
1787 .icon.remove { background-position: -200px 0;}
1788 .icon.inspect { background-position: -220px 0;}
1789 .icon.plus { background-position: -240px 0;}
1790 .icon.search { background-position: -280px 0;}
1791 .icon.geocode { background-position: -280px 0;}
1792 .icon.layers { background-position: -300px 0;}
1793 .icon.avatar { background-position: -320px 0;}
1794 .icon.nearby { background-position: -340px 0;}
1795 .icon.geolocate { background-position: -360px 0;}
1796 .icon.warning { background-position: -380px 0;}
1797 .icon.bug { background-position: -400px 0;}
1798 .icon.back { background-position: -420px 0;}
1799 .icon.forward { background-position: -440px 0;}
1800 .icon.help { background-position: -460px 0;}
1801 .icon.relation { background-position: -520px 0;}
1802 .icon.relation.route { background-position: -540px 0;}
1803 .icon.relation.multipolygon { background-position: -560px 0;}
1804 .icon.vertex { background-position: -580px 0;}
1806 .icon.inspect.light { background-position: -220px -20px;}
1807 .icon.plus.light { background-position: -240px -20px;}
1808 .icon.zoom-in { background-position: -240px -20px;}
1809 .icon.zoom-out { background-position: -260px -20px;}
1810 .icon.geocode.light { background-position: -280px -20px;}
1811 .icon.layers.light { background-position: -300px -20px;}
1812 .icon.avatar.light { background-position: -320px -20px;}
1813 .icon.nearby.light { background-position: -340px -20px;}
1814 .icon.geolocate.light { background-position: -360px -20px;}
1815 .icon.bug.light { background-position: -400px -20px;}
1816 .icon.help.light { background-position: -460px -20px;}
1818 .icon.back.blue { background-position: -420px -20px;}
1819 .icon.forward.blue { background-position: -440px -20px;}
1821 button[disabled] .icon.alert { background-position: 0 -40px;}
1822 button[disabled] .icon.add-point { background-position: -20px -40px;}
1823 button[disabled] .icon.add-line { background-position: -40px -40px;}
1824 button[disabled] .icon.add-area { background-position: -60px -40px;}
1825 button.disabled .icon.undo { background-position: -80px -40px;}
1826 button.disabled .icon.redo { background-position: -100px -40px;}
1827 button[disabled] .apply.icon { background-position: -120px -40px;}
1828 button[disabled] .close.icon { background-position: -160px -40px;}
1829 button[disabled] .delete.icon { background-position: -180px -40px;}
1830 button[disabled] .icon.remove { background-position: -200px -40px;}
1831 button[disabled] .icon.inspect { background-position: -220px -40px;}
1832 button[disabled] .icon.zoom-in { background-position: -240px -40px;}
1833 button[disabled] .icon.zoom-out { background-position: -260px -40px;}
1834 button[disabled] .icon.geocode { background-position: -280px -40px;}
1835 button[disabled] .icon.layers { background-position: -300px -40px;}
1836 button[disabled] .icon.avatar { background-position: -320px -40px;}
1837 button[disabled] .icon.nearby { background-position: -340px -40px;}
1839 .icon.point.deleted { background-position: -302px -80px;}
1840 .icon.line.deleted { background-position: -320px -80px;}
1841 .icon.area.deleted { background-position: -340px -80px;}
1843 .icon.point.created { background-position: -302px -100px;}
1844 .icon.line.created { background-position: -320px -100px;}
1845 .icon.area.created { background-position: -340px -100px;}
1847 .icon.point.modified { background-position: -22px 0; }
1849 .icon.modified { opacity: .5; }
1851 /* Out link is special */
1853 .icon.out-link { height: 14px; width: 14px; background-position: -500px 0;}
1854 a:hover .icon.out-link { background-position: -500px -14px;}
1856 .icon.plus-dark { background-position: -240px -40px;}
1858 /* Universal preset icons */
1860 .icon.source { background-position: 0 -200px;}
1861 .icon.address { background-position: -20px -200px;}
1862 .icon.telephone { background-position: -40px -200px;}
1863 .icon.website { background-position: -60px -200px;}
1864 .icon.elevation { background-position: -80px -200px;}
1865 .icon.wikipedia { background-position: -100px -200px;}
1866 .icon.note { background-position: -120px -200px;}
1867 .icon.wheelchair { background-position: -140px -200px;}
1869 /* ToolBar / Persistent UI Elements
1870 ------------------------------------------------------- */
1883 /* Header for modals / panes
1884 ------------------------------------------------------- */
1887 border-bottom: 1px solid #ccc;
1895 white-space: nowrap;
1896 text-overflow: ellipsis;
1914 .preset-list-pane .header button {
1931 padding: 5px 30px 5px 30px;
1932 border-top: 1px solid #ccc;
1933 background-color: #fafafa;
1937 .sidebar-component .body {
1946 ------------------------------------------------------- */
1954 background: #f6f6f6;
1957 .sidebar-component {
1983 .feature-list-pane .inspector-body {
1987 .preset-list-pane .inspector-body {
1991 .entity-editor-pane .inspector-body {
1995 .selection-list-pane .inspector-body {
2004 #sidebar .search-header .icon {
2009 pointer-events: none;
2012 #sidebar .search-header input {
2020 border-bottom-width: 1px;
2034 .feature-list-item {
2037 border-bottom: 1px solid #ccc;
2041 .feature-list-item .label {
2044 white-space: nowrap;
2045 text-overflow: ellipsis;
2047 border-left: 1px solid rgba(0, 0, 0, .1);
2048 -moz-transition: all 100ms;
2049 -o-transition: all 100ms;
2050 transition: all 100ms;
2053 .feature-list-item .label .icon {
2057 .feature-list-item:hover .label {
2058 background-color: #ececec;
2061 .feature-list-item .entity-type {
2065 .feature-list-item:hover .entity-type {
2069 .feature-list-item .entity-name {
2070 font-weight: normal;
2076 ------------------------------------------------------- */
2082 padding: 20px 20px 10px 20px;
2083 border-bottom: 1px solid #ccc;
2086 .preset-list-button-wrap {
2088 margin-bottom: 10px;
2092 .preset-list-button {
2096 border: 1px solid #ccc;
2099 .preset-list.filtered .preset-list-item:first-child .preset-list-button {
2100 background: #ececec;
2111 .preset-icon-relation {
2116 .preset-list-button .label {
2117 background-color: #f6f6f6;
2126 white-space: nowrap;
2127 text-overflow: ellipsis;
2129 border-left: 1px solid rgba(0, 0, 0, .1);
2130 -moz-transition: all 100ms;
2131 -o-transition: all 100ms;
2132 transition: all 100ms;
2133 border-radius: 0 3px 3px 0;
2136 .preset-list-button:hover .label {
2137 background-color: #ececec;
2140 .preset-list-item button.tag-reference-button {
2142 border: 1px solid #CCC;
2143 border-radius: 0 3px 3px 0;
2148 background: #fafafa;
2151 .preset-list-item button.tag-reference-button .icon {
2155 .current .preset-list-button,
2156 .current .preset-list-button .label {
2157 background-color: #E8EBFF;
2160 .category .preset-list-button:after,
2161 .category .preset-list-button:before {
2165 left: -1px; right: -1px;
2166 border: 1px solid #ccc;
2167 border-bottom: none;
2168 border-radius: 6px 6px 0 0;
2172 .category .preset-list-button:before {
2176 .subgrid .preset-list {
2177 padding: 10px 10px 0 10px;
2181 width: -webkit-calc(100% + 20px);
2186 border: solid rgba(0, 0, 0, 0);
2188 border-bottom-color: #f1f1f1;
2192 margin-left: -webkit-calc(50% - 10px);
2196 /* Preset icon colors */
2198 .preset-icon-fill-area {
2208 .preset-icon-fill-area:after {
2215 background:transparent url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat 0 -80px;
2218 /* preset form basics */
2224 .inspector-preset .preset-form {
2226 margin: 0 10px 20px 10px;
2230 .entity-editor-pane .preset-list-item::after {
2239 border: solid rgba(0, 0, 0, 0);
2241 border-bottom-color: #ececec;
2244 .entity-editor-pane .preset-list-item .preset-list-button-wrap {
2250 margin-bottom: 10px;
2252 -webkit-transition: margin-bottom 200ms;
2253 -moz-transition: margin-bottom 200ms;
2254 -o-transition: margin-bottom 200ms;
2255 transition: margin-bottom 200ms;
2258 .form-field:last-child {
2265 border: 1px solid #cfcfcf;
2266 padding: 5px 0 5px 10px;
2267 background: #f6f6f6;
2269 border-radius: 4px 4px 0 0;
2273 .form-label-button-wrap {
2279 background: transparent;
2283 .form-label-button-wrap .icon {
2287 .form-label button {
2288 border-left: 1px solid #CCC;
2292 background: #fafafa;
2295 .form-label .modified-icon,
2296 .form-field .remove-icon {
2300 .modified .form-label .modified-icon,
2301 .present .form-label .remove-icon {
2302 display: inline-block;
2305 .form-field > input,
2306 .form-field > textarea,
2307 .form-field .preset-input-wrap {
2308 border: 1px solid #CCC;
2311 border-radius: 0 0 4px 4px;
2314 .form-field textarea {
2319 border-bottom: 1px solid #CCC
2322 /* Preset form (hover mode) */
2324 .inspector-hover .checkselect label:last-of-type,
2325 .inspector-hover .preset-input-wrap .label,
2326 .inspector-hover input,
2327 .inspector-hover label {
2328 background: #ececec;
2332 .inspector-hover .checkselect label:last-of-type {
2336 /* hide and remove from layout */
2338 .inspector-hover label input[type="checkbox"],
2339 .inspector-hover label input[type="radio"],
2340 .inspector-hover .toggle-list label,
2341 .inspector-hover .toggle-list label span,
2342 .inspector-hover .inspector-inner .add-tag,
2343 .inspector-hover .inspector-inner .add-relation,
2344 .inspector-hover .toggle-list label.remove .icon {
2348 opacity: 0 !important;
2354 /* hide but preserve in layout */
2355 .inspector-hover .entity-editor-pane button.minor,
2356 .inspector-hover .combobox-caret,
2357 .inspector-hover .entity-editor-pane .header button,
2358 .inspector-hover .spin-control,
2359 .inspector-hover .hide-toggle:before,
2360 .inspector-hover .more-buttons,
2361 .inspector-hover .form-label-button-wrap,
2362 .inspector-hover .tag-reference-button,
2363 .inspector-hover .view-on-osm {
2367 /* Styles for raw tag inspector on hover */
2368 .inspector-hover .tag-row .key-wrap,
2369 .inspector-hover .tag-row .input-wrap-position {
2373 .inspector-hover .tag-row:first-child input.value {
2374 border-top-right-radius: 4px;
2377 .inspector-hover .tag-row:last-child input.value {
2378 border-bottom-right-radius: 4px;
2381 .inspector-hover .tag-row:last-child input.key {
2382 border-bottom-left-radius: 4px;
2385 .inspector-hover .inspector-body .more-buttons {
2390 /* Unstyle button fields */
2391 .inspector-hover .toggle-list label.active,
2392 .inspector-hover .entity-editor-pane a.hide-toggle {
2394 background-color: transparent;
2400 .inspector-hover .toggle-list button.active {
2404 /* Add placeholder only on hover for radio buttons */
2405 .inspector-hover .toggle-list .placeholder {
2413 /* Hide placeholder for radio buttons if another is active, or not in hover state */
2414 .toggle-list label.active ~ .placeholder,
2415 .toggle-list .placeholder {
2422 -webkit-transition: opacity 200ms, width 0 200ms, padding 0 200ms, line-height 0 200ms;
2423 -moz-transition: opacity 200ms, width 0 200ms, padding 0 200ms, line-height 0 200ms;
2424 -o-transition: opacity 200ms, width 0 200ms, padding 0 200ms, line-height 0 200ms;
2425 transition: opacity 200ms, width 0 200ms, padding 0 200ms, line-height 0 200ms;
2428 /* first phase hover-to-active animations */
2433 .preset-input-wrap .label {
2434 -webkit-transition: all 200ms;
2435 -moz-transition: all 200ms;
2436 -o-transition: all 200ms;
2437 transition: all 200ms;
2440 /* second phase hover-to-active animations */
2443 .checkselect label:last-of-type {
2444 -webkit-transition: opacity 200ms 200ms, width 200ms 200ms, margin-right 200ms 200ms;
2445 -moz-transition: opacity 200ms 200ms, width 200ms 200ms, margin-right 200ms 200ms;
2446 -o-transition: opacity 200ms 200ms, width 200ms 200ms, margin-right 200ms 200ms;
2447 transition: opacity 200ms 200ms, width 200ms 200ms, margin-right 200ms 200ms;
2450 .entity-editor-pane button.minor,
2452 .entity-editor-pane .header button,
2453 .toggle-list label span,
2457 .hide-toggle:before,
2458 .entity-editor-pane .toggle-list label::before,
2459 .entity-editor-pane .toggle-list label.remove .icon {
2460 -webkit-transition: opacity 200ms 200ms;
2461 -moz-transition: opacity 200ms 200ms;
2462 -o-transition: opacity 200ms 200ms;
2463 transition: opacity 200ms 200ms;
2466 .entity-editor-pane a.hide-toggle {
2467 -webkit-transition: padding-left 200ms 200ms, color 200ms 200ms;
2468 -moz-transition: padding-left 200ms 200ms, color 200ms 200ms;
2469 -o-transition: padding-left 200ms 200ms, color 200ms 200ms;
2470 transition: padding-left 200ms 200ms, color 200ms 200ms;
2473 .entity-editor-pane .toggle-list label:not(.active) {
2474 -webkit-transition: height 200ms 200ms, padding 200ms 200ms, border-width 100ms 300ms;
2475 -moz-transition: height 200ms 200ms, padding 200ms 200ms, border-width 100ms 300ms;
2476 -o-transition: height 200ms 200ms, padding 200ms 200ms, border-width 100ms 300ms;
2477 transition: height 200ms 200ms, padding 200ms 200ms, border-width 100ms 300ms;
2480 .entity-editor-pane .toggle-list label {
2481 -webkit-transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms;
2482 -moz-transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms;
2483 -o-transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms;
2484 transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms;
2487 /* adding additional preset fields */
2489 .inspector-body .more-buttons {
2492 -webkit-transition: padding 200ms 200ms, max-height 200ms 200ms;
2493 -moz-transition: padding 200ms 200ms, max-height 200ms 200ms;
2494 -o-transition: padding 200ms 200ms, max-height 200ms 200ms;
2495 transition: padding 200ms 200ms, max-height 200ms 200ms;
2498 button.preset-add-field {
2499 background: #f6f6f6;
2502 -webkit-transition: width 200ms;
2503 -moz-transition: width 200ms;
2504 -o-transition: width 200ms;
2505 transition: width 200ms;
2508 button.preset-add-field:hover {
2509 background: #ececec;
2512 /* set width based on # of buttons */
2514 button.preset-add-field:only-child {
2518 button.preset-add-field:nth-last-child(2),
2519 button.preset-add-field:nth-last-child(2) ~ button.preset-add-field {
2523 button.preset-add-field:nth-last-child(3),
2524 button.preset-add-field:nth-last-child(3) ~ button.preset-add-field {
2528 button.preset-add-field:nth-last-child(4),
2529 button.preset-add-field:nth-last-child(4) ~ button.preset-add-field {
2533 button.preset-add-field:nth-last-child(5),
2534 button.preset-add-field:nth-last-child(5) ~ button.preset-add-field {
2538 button.preset-add-field:nth-last-child(6),
2539 button.preset-add-field:nth-last-child(6) ~ button.preset-add-field {
2543 button.preset-add-field:nth-last-child(7),
2544 button.preset-add-field:nth-last-child(7) ~ button.preset-add-field {
2548 button.preset-add-field:nth-last-child(8),
2549 button.preset-add-field:nth-last-child(8) ~ button.preset-add-field {
2553 .preset-fav button.fav {
2559 /* preset form access */
2561 .preset-input-wrap .label {
2563 background: #F6F6F6;
2567 .form-field-access .preset-input-wrap li {
2568 border-bottom: 1px solid #CCC;
2570 .form-field-access .preset-input-wrap li:last-child {
2574 .preset-input-access-wrap input {
2577 border-left-width: 1px;
2580 .preset-input-wrap li:last-child input {
2581 border-bottom-right-radius: 4px;
2584 /* preset form numbers */
2586 input[type=number] {
2594 display: inline-block;
2596 margin-bottom: -11px;
2600 .spin-control button {
2606 border-left: 1px solid #CCC;
2608 background: rgba(0, 0, 0, 0);
2611 .spin-control button.decrement {
2612 border-bottom-right-radius: 3px;
2615 .spin-control button.decrement::after,
2616 .spin-control button.increment::after {
2618 height: 0; width: 0;
2620 left: 0; right: 0; bottom: 0; top: 0;
2624 .spin-control button.decrement::after {
2625 border-top: 5px solid #CCC;
2626 border-left: 5px solid transparent;
2627 border-right: 5px solid transparent;
2630 .spin-control button.increment::after {
2631 border-bottom: 5px solid #CCC;
2632 border-left: 5px solid transparent;
2633 border-right: 5px solid transparent;
2636 /* preset form checkbox */
2638 .checkselect label:last-of-type {
2645 .checkselect label:hover {
2646 background: #f1f1f1;
2653 .checkselect label:not(.set) input[type="checkbox"] {
2657 /* Preset form radio button */
2659 .toggle-list button.remove {
2660 border-radius: 0 0 3px 3px;
2663 .toggle-list button.remove .icon {
2668 .toggle-list button.remove::before {
2672 .form-field .wiki-lang {
2676 .form-field .wiki-title {
2680 .form-field .wiki-title ~ .combobox-caret {
2685 .form-field .wiki-link {
2687 background: #fafafa;
2692 .form-field .wiki-link:hover {
2693 background: #f1f1f1;
2696 #preset-input-maxspeed {
2698 border-radius: 0 0 0 4px;
2702 .form-field .maxspeed-unit {
2703 border-radius: 0 0 4px 0;
2707 /* Name + translate form */
2709 .form-field .localized-main {
2713 .form-field .button-input-action {
2718 border: 1px solid #CCC;
2719 border-top-width: 0;
2720 border-right-width: 0;
2721 border-radius: 0 0 4px 0;
2723 vertical-align: top;
2726 .form-field .localized-wrap {
2730 .form-field .localized-wrap .entry {
2735 .form-field .localized-wrap .entry::before {
2748 .form-field .localized-wrap .entry .localized-lang {
2750 border-top-width: 0;
2753 .form-field .localized-wrap .entry .localized-value {
2754 border-top-width: 0;
2755 border-radius: 0 0 4px 4px;
2758 .form-field .localized-wrap .form-label button {
2759 border-top-right-radius: 3px;
2762 /* Preset form address */
2764 .form-field .addr-housename {
2769 .form-field .addr-number {
2775 .form-field .addr-street {
2783 .form-field .addr-city {
2788 border-radius: 0 0 0 4px;
2791 .form-field .addr-postcode {
2795 border-radius: 0 0 4px 0;
2798 /* Restrictions editor */
2800 .form-field-restrictions .preset-input-wrap {
2805 .form-field-restrictions svg {
2810 .form-field-restrictions .restriction-help {
2817 background-color: rgba(255, 255, 255, .8);
2822 /* combobox dropdown */
2827 box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
2833 border: 1px solid #ccc;
2834 border-radius: 0 0 4px 4px;
2840 border-top:1px solid #ccc;
2841 text-overflow: ellipsis;
2842 white-space: nowrap;
2846 .combobox a.selected,
2848 background: #ececec;
2851 .combobox a:first-child {
2856 display: inline-block;
2861 vertical-align: top;
2864 .combobox-caret::after {
2866 height: 0; width: 0;
2868 left: 0; right: 0; bottom: 0; top: 0;
2870 border-top: 5px solid #ccc;
2871 border-left: 5px solid transparent;
2872 border-right: 5px solid transparent;
2875 /* Raw Tag Editor */
2891 border-bottom: 1px solid #CCC;
2892 border-left: 1px solid #CCC;
2896 .tag-row .input-wrap-position {
2900 -webkit-transition: width 200ms;
2901 -moz-transition: width 200ms;
2902 -o-transition: width 200ms;
2903 transition: width 200ms;
2906 .tag-row input.key {
2908 background-color: #f6f6f6;
2911 .tag-row input.value {
2912 border-right: 1px solid #CCC;
2915 .tag-row:first-child input.key {
2916 border-top: 1px solid #CCC;
2917 border-top-left-radius: 4px;
2920 .tag-row:first-child input.value {
2921 border-top: 1px solid #CCC;
2928 border: 1px solid #CCC;
2929 border-top-width: 0;
2930 border-left-width: 0;
2933 .tag-row button:hover {
2934 background: #f1f1f1;
2937 .tag-row button .icon {
2941 .tag-row:first-child button {
2942 border-top-width: 1px;
2945 .tag-row:first-child .tag-reference-button {
2946 border-top-right-radius: 4px;
2949 .tag-row:last-child .tag-reference-button {
2950 border-bottom-right-radius: 4px;
2953 .tag-row .tag-reference-button {
2958 background: #fafafa;
2961 /* Adding form fields to tag editor */
2963 .inspector-inner .add-tag {
2967 background: rgba(0,0,0,.5);
2968 border-radius: 0 0 4px 4px;
2971 .inspector-inner .add-tag:hover {
2972 background: rgba(0,0,0,.8);
2975 .inspector-inner .add-tag .label {
2981 button.minor.tag-reference-loading {
2982 background-color: #f5f5f5;
2985 .tag-reference-loading .icon {
2986 background-image: url(<%= asset_path("iD/img/mini-loader.gif") %>);
2987 background-position: 0 0;
2990 .tag-reference-body {
2995 .tag-reference-body p,
2996 .tag-reference-body img {
3000 .tag-reference-body p:last-child {
3001 padding-bottom: 10px;
3004 .tag-reference-body a {
3006 padding-bottom: 10px;
3009 .preset-list .tag-reference-body {
3014 .preset-list .tag-reference-body a {
3015 padding-bottom: 20px;
3018 .preset-list .tag-reference-body p,
3019 .preset-list .tag-reference-body img {
3023 .raw-tag-editor .tag-reference-body {
3024 border-bottom: 1px solid #ccc;
3029 .raw-tag-editor .tag-reference-body p:last-child {
3030 padding-bottom: 20px;
3033 .raw-tag-editor .tag-reference-body a {
3034 padding-bottom: 20px;
3040 width: -webkit-calc(33.3333% - 10px);
3041 width: calc(33.3333% - 10px);
3046 margin-bottom: 20px;
3049 /* Raw relation membership editor */
3051 .raw-member-editor .member-list li:first-child,
3052 .raw-membership-editor .member-list li:first-child {
3056 .raw-member-editor .member-row,
3057 .raw-membership-editor .member-row {
3061 .raw-member-editor .member-row .member-entity-name,
3062 .raw-membership-editor .member-row .member-entity-name {
3063 font-weight: normal;
3067 .member-incomplete .member-delete {
3071 .member-row-new .member-entity-input {
3072 border-radius: 4px 4px 0 0;
3073 border: 1px solid #cfcfcf;
3079 background: rgba(0,0,0,.5);
3084 .add-relation:hover {
3085 background: rgba(0,0,0,.8);
3098 .map-control > button {
3100 background: rgba(0,0,0,.5);
3104 .map-control > button:hover {
3105 background: rgba(0, 0, 0, .8);
3108 .map-control > button.active,
3109 .map-control > button.active:hover {
3110 background: #7092ff;
3115 .zoombuttons button.zoom-in {
3116 border-radius: 4px 0 0 0;
3119 /* Background Settings */
3121 .background-control button {
3122 border-radius: 4px 0 0 0;
3125 .background-control {
3130 border: 1px solid #CCC;
3133 .background-control .adjustments button:last-child {
3137 .background-control .hide-toggle {
3138 padding-bottom: 10px;
3142 margin-bottom: 10px;
3143 border: 1px solid #CCC;
3150 background-color: white;
3154 .layer-list > li:first-child {
3155 border-radius: 3px 3px 0 0;
3158 .layer-list > li:last-child {
3159 border-radius: 0 0 3px 3px;
3162 .layer-list > li:only-child {
3166 .layer-list li:not(:last-child) {
3167 border-bottom: 1px solid #ccc;
3170 .layer-list li:hover {
3171 background-color: #ececec;
3174 .layer-list li.active {
3175 background: #E8EBFF;
3184 .layer-list label > span {
3187 white-space: nowrap;
3188 text-overflow: ellipsis;
3197 .hide-toggle:before {
3205 border-top: 4px solid transparent;
3206 border-bottom: 4px solid transparent;
3207 border-left: 8px solid #7092ff;
3210 .hide-toggle.expanded:before {
3211 border-top: 8px solid #7092ff;
3213 border-right: 4px solid transparent;
3214 border-left: 4px solid transparent;
3217 .background-control .nudge-container button {
3221 border-right: 1px solid #CCC;
3225 .background-control .nudge::after {
3230 left: 0; right: 0; top: 0; bottom: 0;
3235 .background-control .nudge.left::after {
3236 border-top: 5px solid transparent;
3237 border-bottom: 5px solid transparent;
3238 border-left: 5px solid #222;
3241 .background-control .nudge.right::after {
3242 border-top: 5px solid transparent;
3243 border-bottom: 5px solid transparent;
3244 border-right: 5px solid #222;
3247 .background-control .nudge.top::after {
3248 border-right: 5px solid transparent;
3249 border-left: 5px solid transparent;
3250 border-bottom: 5px solid #222;
3253 .background-control .nudge.bottom::after {
3254 border-right: 5px solid transparent;
3255 border-left: 5px solid transparent;
3256 border-top: 5px solid #222;
3260 background: url(<%= asset_path("iD/img/background-pattern-opacity.png") %>) 0 0 repeat;
3266 border: 1px solid #ccc;
3269 .opacity-options li {
3275 .opacity-options li .select-box{
3282 .background-control li:hover .select-box,
3283 .background-control li.selected .select-box {
3284 border: 2px solid #7092ff;
3285 background: rgba(89, 123, 231, .5);
3289 .background-control li.selected:hover .select-box,
3290 .background-control li.selected .select-box {
3294 .background-control .opacity {
3296 display:inline-block;
3301 .background-control .layer-list button {
3305 border-left: 1px solid #CCC;
3309 .background-control .layer-list button .icon {
3313 .background-control .layer-list button:first-of-type {
3314 border-radius: 0 3px 3px 0;
3319 .geolocate-control {
3320 margin-bottom: 10px;
3323 .geolocate-control button {
3324 border-radius: 0 0 0 4px;
3327 .map-overlay.content {
3331 padding: 20px 50px 20px 20px;
3336 .background-control .map-overlay {
3341 .help-control button {
3342 border-radius: 0 0 0 4px;
3347 margin-bottom: 20px;
3350 .help-wrap .left-content .body p code {
3356 /* This is two columns, 41.66666 x .4 = 16.6666 */
3360 margin-bottom: 20px;
3364 .help-wrap .toc li a,
3367 border: 1px solid #CCC;
3371 .help-wrap .toc li a {
3375 .help-wrap .toc li a:hover,
3376 .help-wrap .nav a:hover {
3377 background: #ececec;
3380 .help-wrap .toc li a.selected {
3381 background: #E8EBFF;
3384 .help-wrap .toc li:first-child a {
3385 border-radius: 4px 4px 0 0;
3388 .help-wrap .toc li:nth-last-child(2) a {
3389 border-bottom: 1px solid #CCC;
3390 border-radius: 0 0 4px 4px
3393 .help-wrap .toc li.walkthrough a {
3396 border-bottom: 1px solid #ccc;
3410 .help-wrap .nav a:first-child {
3411 border-radius: 4px 0 0 4px;
3414 .help-wrap .nav a:last-child:not(:only-child) {
3415 border-radius: 0 4px 4px 0;
3419 .help-wrap .nav a:only-child {
3425 ------------------------------------------------------- */
3435 transform-origin:0 0;
3436 -ms-transform-origin:0 0;
3437 -webkit-transform-origin:0 0;
3438 -moz-transform-origin:0 0;
3439 -o-transform-origin:0 0;
3440 -moz-user-select: none;
3441 -webkit-user-select: none;
3442 -ms-user-select: none;
3446 #supersurface, .layer-layer {
3455 ------------------------------------------------------- */
3463 -webkit-transition: opacity 200ms;
3464 -moz-transition: opacity 200ms;
3465 transition: opacity 200ms;
3468 .about-block:hover {
3478 padding: 2px 4px 4px 4px;
3481 .source-switch a.live {
3482 background: #d32232;
3486 /* Attribution overlay */
3487 .base-layer-attribution,
3488 .overlay-layer-attribution {
3495 .base-layer-attribution {
3499 .overlay-layer-attribution {
3503 .overlay-layer-attribution .attribution:not(:last-child):after {
3512 .user-list a:not(:last-child):after {
3522 .api-status.offline,
3523 .api-status.readonly {
3528 /* Account Information */
3537 border-left: 1px solid white;
3542 ------------------------------------------------------- */
3545 display: inline-block;
3554 margin-bottom: 10px;
3557 .modal .description {
3573 background:rgba(0,0,0,0.5);
3575 left:0px; right:0px; top:0px; bottom:0px;
3580 border-bottom: 1px solid #CCC;
3583 .modal-section:last-child {
3591 .modal-actions button,
3592 .save-success a.button {
3593 font-weight: normal;
3595 border-bottom: 1px solid #CCC;
3599 display: inline-block;
3602 .modal-actions button:hover
3603 .save-success a.button:hover {
3604 background-color: #ececec;
3607 .modal-actions button:before,
3608 .save-success a.button:before,
3609 .walkthrough a:before {
3615 margin-bottom: 10px;
3616 background:transparent url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat 0 -220px;
3619 .modal-actions :first-child {
3620 border-right: 1px solid #CCC;
3624 ------------------------------------------------------- */
3626 .modal-actions .restore:before {
3627 background-position: -600px -220px;
3630 .modal-actions .reset:before {
3631 background-position: -700px -220px;
3635 ------------------------------------------------------- */
3641 .save-success .button {
3645 .save-success .button.social {
3649 .save-success .button.social:before {
3653 .save-success .button.osm:before {
3654 background-position: 0px -220px;
3657 .save-success .button.twitter:before {
3658 background-position: -100px -245px;
3661 .save-success .button.facebook:before {
3662 background-position: -200px -245px;
3665 .save-success .button.google:before {
3666 background-position: -300px -245px;
3670 ------------------------------------------------------- */
3672 .modal-actions .walkthrough:before,
3673 .walkthrough a:before {
3674 background-position: -400px -220px;
3677 .modal-actions .start:before {
3678 background-position: -500px -220px;
3682 ------------------------------------------------------- */
3684 .mode-save a.user-info {
3685 display: inline-block;
3688 .mode-save .commit-form {
3692 .mode-save button.action {
3700 .mode-save .user-info img {
3704 .mode-save h3 small.count {
3718 .mode-save .commit-info {
3719 margin-bottom: 10px;
3722 .mode-save .changeset-list {
3723 border:1px solid #ccc;
3728 .mode-save .warning-section .changeset-list button {
3729 border-left: 1px solid #CCC;
3732 .mode-save .changeset-list li {
3734 border-top:1px solid #ccc;
3739 .mode-save .changeset-list li:hover {
3740 background-color: #ececec;
3743 .mode-save .changeset-list .alert {
3747 .changeset-list li span.count {
3752 .mode-save .commit-section .changeset-list button {
3753 border-left: 1px solid #CCC;
3756 .changeset-list li span.count:before { content: '('; }
3758 .changeset-list li span.count:after { content: ')'; }
3760 .changeset-list li:first-child { border-top: 0;}
3763 ------------------------------------------------------- */
3785 .notice .zoom-to:hover {
3786 background: #d8e1ff;
3789 .notice .zoom-to .icon {
3794 .icon.zoom-in-invert {
3795 background-position: -240px -40px;
3799 ------------------------------------------------------- */
3836 display: inline-block;
3840 font-weight: normal;
3841 background-color: white;
3847 pointer-events: none;
3851 background: transparent;
3859 border-color: transparent;
3860 border-style: solid;
3864 border-left-color: white;
3865 border-width: 5px 0 5px 5px;
3883 border-color: transparent;
3884 border-style: solid;
3888 border-right-color: white;
3889 border-width: 5px 5px 5px 0;
3896 border-color: transparent;
3897 border-style: solid;
3900 .tooltip.top .tooltip-arrow {
3904 border-top-color: white;
3905 border-width: 5px 5px 0;
3908 .tooltip.right .tooltip-arrow {
3912 border-right-color: white;
3913 border-width: 5px 5px 5px 0;
3916 .tooltip.left .tooltip-arrow {
3920 border-left-color: white;
3921 border-width: 5px 0 5px 5px;
3924 .tooltip.bottom .tooltip-arrow {
3928 border-bottom-color: white;
3929 border-width: 0 5px 5px;
3933 background: #F6F6F6;
3935 margin: 10px -10px -10px;
3938 .tooltip-inner .keyhint {
3942 display: inline-block;
3944 border: 1px solid #CCC;
3950 .tooltip-inner .keyhint::after {
3959 border: 1px solid #CCC;
3963 /* Exceptions for tooltip layouts */
3965 /* make tooltips in panels dark */
3966 .map-overlay .tooltip.top .tooltip-arrow,
3967 .entity-editor-pane .tooltip.top .tooltip-arrow,
3968 .warning-section .tooltip.top .tooltip-arrow {
3969 border-top-color: #000;
3972 .map-overlay .tooltip.bottom .tooltip-arrow,
3973 .entity-editor-pane .tooltip.bottom .tooltip-arrow,
3974 .warning-section .tooltip.bottom .tooltip-arrow {
3975 border-bottom-color: #000;
3978 .map-overlay .tooltip.left .tooltip-arrow,
3979 .entity-editor-pane .tooltip.left .tooltip-arrow,
3980 .warning-section .tooltip.left .tooltip-arrow {
3981 border-left-color: #000;
3984 .map-overlay .tooltip.right .tooltip-arrow,
3985 .entity-editor-pane .tooltip.right .tooltip-arrow,
3986 .warning-section .tooltip.right .tooltip-arrow {
3987 border-right-color: #000;
3990 .map-overlay .tooltip-inner,
3991 .entity-editor-pane .tooltip-inner,
3992 .warning-section .tooltip-inner {
3996 /* commit warning tooltips need to be closer */
3997 .warning-section .tooltip.top {
4001 /* Uncramp map-control tooltips */
4002 .map-control .tooltip {
4005 /* Move over tooltips that are near the edge of screen */
4006 .add-point .tooltip {
4007 left: 33.3333% !important;
4010 .curtain-tooltip.intro-points-add .tooltip-arrow,
4011 .add-point .tooltip .tooltip-arrow {
4015 .radial-menu-tooltip {
4022 .radial-menu-background {
4024 stroke-opacity: 0.5;
4031 .radial-menu-item:hover {
4035 .radial-menu-item:active {
4039 .radial-menu-item.disabled {
4041 fill: rgba(255,255,255,.5);
4049 stroke-dasharray: 5, 5;
4053 ------------------------------------------------------- */
4055 @media only screen and (max-width: 840px) {
4056 #bar .icon.icon-pre-text { margin-right: 0;}
4057 /* override hide for save button */
4058 #bar .save .label { display: block;}
4062 ----------------------------------------------------- */
4064 ::-webkit-scrollbar {
4069 border-left: 1px solid #DDD;
4072 ::-webkit-scrollbar-track {
4073 background-clip: padding-box;
4074 border: solid transparent;
4078 ::-webkit-scrollbar-thumb {
4079 background-color: rgba(0,0,0,.2);
4080 background-clip: padding-box;
4081 border: solid transparent;
4082 border-width: 3px 3px 3px 4px;
4085 ::-webkit-scrollbar-track:hover,
4086 ::-webkit-scrollbar-track:active {
4087 background-color: rgba(0,0,0,.05);
4090 /* Intro walkthrough
4091 ----------------------------------------------------- */
4094 pointer-events: all;
4109 .intro-nav-wrap button.step {
4113 .intro-nav-wrap button.step.finished {
4114 background: #8cd05f;
4117 .intro-nav-wrap button.step .icon {
4121 .intro-nav-wrap button.step.finished .icon {
4122 display: inline-block;
4126 .curtain-tooltip .tooltip-inner {
4131 .curtain-tooltip .tooltip-inner {
4135 .curtain-tooltip .tooltip-inner .bold {
4138 border-top: 1px solid #CCC;
4141 margin-right: -20px;
4142 padding: 10px 20px 0 20px;
4145 .curtain-tooltip .tooltip-inner .bold:only-child {
4151 .curtain-tooltip.intro-points-describe {
4152 top: 133px !important;
4155 /* Tooltip illustrations */
4157 .intro-points-add .tooltip-inner::before,
4158 .intro-areas-add .tooltip-inner::before,
4159 .intro-lines-add .tooltip-inner::before {
4165 background:transparent url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat 0 -320px;
4168 .intro-areas-add .tooltip-inner::before {
4169 background-position: 0 -400px;
4172 .intro-lines-add .tooltip-inner::before {
4173 background-position: 0 -480px;
4176 .huge-modal-button {
4182 .huge-modal-button .illustration {
4185 background: rgba(0, 0, 0, 0) url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat -400px -220px;
4188 /* This file is generated by make. Do NOT edit manually. */
4190 .preset-icon{background-image:url(<%= asset_path("iD/img/maki-sprite.png") %>);background-repeat:no-repeat;width:24px;height:24px;}
4191 .preset-icon-line{background-image:url(<%= asset_path("iD/img/line-presets.png") %>);background-repeat:no-repeat;width:60px;height:60px;}
4192 .preset-icon-relation{background-image:url(<%= asset_path("iD/img/relation-presets.png") %>);background-repeat:no-repeat;width:60px;height:60px;}
4193 .feature-circle-stroked{background-position:-0px -0px;}
4194 .feature-circle{background-position:-54px -0px;}
4195 .feature-square-stroked{background-position:-108px -0px;}
4196 .feature-square{background-position:-162px -0px;}
4197 .feature-triangle-stroked{background-position:-216px -0px;}
4198 .feature-triangle{background-position:-0px -24px;}
4199 .feature-star-stroked{background-position:-54px -24px;}
4200 .feature-star{background-position:-108px -24px;}
4201 .feature-cross{background-position:-162px -24px;}
4202 .feature-marker-stroked{background-position:-216px -24px;}
4203 .feature-marker{background-position:-0px -48px;}
4204 .feature-religious-jewish{background-position:-54px -48px;}
4205 .feature-religious-christian{background-position:-108px -48px;}
4206 .feature-religious-muslim{background-position:-162px -48px;}
4207 .feature-cemetery{background-position:-216px -48px;}
4208 .feature-rocket{background-position:-0px -72px;}
4209 .feature-airport{background-position:-54px -72px;}
4210 .feature-heliport{background-position:-108px -72px;}
4211 .feature-rail{background-position:-162px -72px;}
4212 .feature-rail-metro{background-position:-216px -72px;}
4213 .feature-rail-light{background-position:-0px -96px;}
4214 .feature-bus{background-position:-54px -96px;}
4215 .feature-fuel{background-position:-108px -96px;}
4216 .feature-parking{background-position:-162px -96px;}
4217 .feature-parking-garage{background-position:-216px -96px;}
4218 .feature-airfield{background-position:-0px -120px;}
4219 .feature-roadblock{background-position:-54px -120px;}
4220 .feature-ferry{background-position:-108px -120px;}
4221 .feature-harbor{background-position:-162px -120px;}
4222 .feature-bicycle{background-position:-216px -120px;}
4223 .feature-park{background-position:-0px -144px;}
4224 .feature-park2{background-position:-54px -144px;}
4225 .feature-museum{background-position:-108px -144px;}
4226 .feature-lodging{background-position:-162px -144px;}
4227 .feature-monument{background-position:-216px -144px;}
4228 .feature-zoo{background-position:-0px -168px;}
4229 .feature-garden{background-position:-54px -168px;}
4230 .feature-campsite{background-position:-108px -168px;}
4231 .feature-theatre{background-position:-162px -168px;}
4232 .feature-art-gallery{background-position:-216px -168px;}
4233 .feature-pitch{background-position:-0px -192px;}
4234 .feature-soccer{background-position:-54px -192px;}
4235 .feature-america-football{background-position:-108px -192px;}
4236 .feature-tennis{background-position:-162px -192px;}
4237 .feature-basketball{background-position:-216px -192px;}
4238 .feature-baseball{background-position:-0px -216px;}
4239 .feature-golf{background-position:-54px -216px;}
4240 .feature-swimming{background-position:-108px -216px;}
4241 .feature-cricket{background-position:-162px -216px;}
4242 .feature-skiing{background-position:-216px -216px;}
4243 .feature-school{background-position:-0px -240px;}
4244 .feature-college{background-position:-54px -240px;}
4245 .feature-library{background-position:-108px -240px;}
4246 .feature-post{background-position:-162px -240px;}
4247 .feature-fire-station{background-position:-216px -240px;}
4248 .feature-town-hall{background-position:-0px -264px;}
4249 .feature-police{background-position:-54px -264px;}
4250 .feature-prison{background-position:-108px -264px;}
4251 .feature-embassy{background-position:-162px -264px;}
4252 .feature-beer{background-position:-216px -264px;}
4253 .feature-restaurant{background-position:-0px -288px;}
4254 .feature-cafe{background-position:-54px -288px;}
4255 .feature-shop{background-position:-108px -288px;}
4256 .feature-fast-food{background-position:-162px -288px;}
4257 .feature-bar{background-position:-216px -288px;}
4258 .feature-bank{background-position:-0px -312px;}
4259 .feature-grocery{background-position:-54px -312px;}
4260 .feature-cinema{background-position:-108px -312px;}
4261 .feature-pharmacy{background-position:-162px -312px;}
4262 .feature-hospital{background-position:-216px -312px;}
4263 .feature-danger{background-position:-0px -336px;}
4264 .feature-industrial{background-position:-54px -336px;}
4265 .feature-warehouse{background-position:-108px -336px;}
4266 .feature-commercial{background-position:-162px -336px;}
4267 .feature-building{background-position:-216px -336px;}
4268 .feature-place-of-worship{background-position:-0px -360px;}
4269 .feature-alcohol-shop{background-position:-54px -360px;}
4270 .feature-logging{background-position:-108px -360px;}
4271 .feature-oil-well{background-position:-162px -360px;}
4272 .feature-slaughterhouse{background-position:-216px -360px;}
4273 .feature-dam{background-position:-0px -384px;}
4274 .feature-water{background-position:-54px -384px;}
4275 .feature-wetland{background-position:-108px -384px;}
4276 .feature-disability{background-position:-162px -384px;}
4277 .feature-telephone{background-position:-216px -384px;}
4278 .feature-emergency-telephone{background-position:-0px -408px;}
4279 .feature-toilets{background-position:-54px -408px;}
4280 .feature-waste-basket{background-position:-108px -408px;}
4281 .feature-music{background-position:-162px -408px;}
4282 .feature-land-use{background-position:-216px -408px;}
4283 .feature-city{background-position:-0px -432px;}
4284 .feature-town{background-position:-54px -432px;}
4285 .feature-village{background-position:-108px -432px;}
4286 .feature-farm{background-position:-162px -432px;}
4287 .feature-bakery{background-position:-216px -432px;}
4288 .feature-dog-park{background-position:-0px -456px;}
4289 .feature-lighthouse{background-position:-54px -456px;}
4290 .feature-clothing-store{background-position:-108px -456px;}
4291 .feature-polling-place{background-position:-162px -456px;}
4292 .feature-playground{background-position:-216px -456px;}
4293 .feature-entrance{background-position:-0px -480px;}
4294 .feature-heart{background-position:-54px -480px;}
4295 .feature-london-underground{background-position:-108px -480px;}
4296 .feature-minefield{background-position:-162px -480px;}
4297 .feature-rail-underground{background-position:-216px -480px;}
4298 .feature-rail-above{background-position:-0px -504px;}
4299 .feature-camera{background-position:-54px -504px;}
4300 .feature-laundry{background-position:-108px -504px;}
4301 .feature-car{background-position:-162px -504px;}
4302 .feature-suitcase{background-position:-216px -504px;}
4303 .feature-hairdresser{background-position:-0px -528px;}
4304 .feature-chemist{background-position:-54px -528px;}
4305 .feature-mobilephone{background-position:-108px -528px;}
4306 .feature-scooter{background-position:-162px -528px;}
4307 .preset-icon-line.feature-highway-motorway{background-position:-20px -25px;}
4308 .preset-icon-line.feature-highway-trunk{background-position:-80px -25px;}
4309 .preset-icon-line.feature-highway-primary{background-position:-140px -25px;}
4310 .preset-icon-line.feature-highway-secondary{background-position:-200px -25px;}
4311 .preset-icon-line.feature-highway-tertiary{background-position:-260px -25px;}
4312 .preset-icon-line.feature-highway-motorway-link{background-position:-320px -25px;}
4313 .preset-icon-line.feature-highway-trunk-link{background-position:-380px -25px;}
4314 .preset-icon-line.feature-highway-primary-link{background-position:-440px -25px;}
4315 .preset-icon-line.feature-highway-secondary-link{background-position:-500px -25px;}
4316 .preset-icon-line.feature-highway-tertiary-link{background-position:-560px -25px;}
4317 .preset-icon-line.feature-highway-residential{background-position:-620px -25px;}
4318 .preset-icon-line.feature-highway-unclassified{background-position:-680px -25px;}
4319 .preset-icon-line.feature-highway-service{background-position:-740px -25px;}
4320 .preset-icon-line.feature-highway-road{background-position:-800px -25px;}
4321 .preset-icon-line.feature-highway-track{background-position:-860px -25px;}
4322 .preset-icon-line.feature-highway-living-street{background-position:-920px -25px;}
4323 .preset-icon-line.feature-highway-path{background-position:-980px -25px;}
4324 .preset-icon-line.feature-highway-cycleway{background-position:-1040px -25px;}
4325 .preset-icon-line.feature-highway-footway{background-position:-1100px -25px;}
4326 .preset-icon-line.feature-highway-bridleway{background-position:-1160px -25px;}
4327 .preset-icon-line.feature-highway-steps{background-position:-1220px -25px;}
4328 .preset-icon-line.feature-railway-rail{background-position:-1280px -25px;}
4329 .preset-icon-line.feature-railway-disused{background-position:-1340px -25px;}
4330 .preset-icon-line.feature-railway-abandoned{background-position:-1400px -25px;}
4331 .preset-icon-line.feature-railway-subway{background-position:-1460px -25px;}
4332 .preset-icon-line.feature-railway-light-rail{background-position:-1520px -25px;}
4333 .preset-icon-line.feature-railway-monorail{background-position:-1580px -25px;}
4334 .preset-icon-line.feature-waterway-river{background-position:-1640px -25px;}
4335 .preset-icon-line.feature-waterway-stream{background-position:-1700px -25px;}
4336 .preset-icon-line.feature-waterway-canal{background-position:-1760px -25px;}
4337 .preset-icon-line.feature-waterway-ditch{background-position:-1820px -25px;}
4338 .preset-icon-line.feature-power-line{background-position:-1880px -25px;}
4339 .preset-icon-line.feature-other-line{background-position:-1940px -25px;}
4340 .preset-icon-line.feature-category-roads{background-position:-2000px -25px;}
4341 .preset-icon-line.feature-category-rail{background-position:-2060px -25px;}
4342 .preset-icon-line.feature-category-path{background-position:-2120px -25px;}
4343 .preset-icon-line.feature-category-water{background-position:-2180px -25px;}
4344 .preset-icon-line.feature-ferry{background-position:-2240px -25px;}
4345 .preset-icon-line.feature-pipeline{background-position:-2300px -25px;}
4346 .preset-icon-relation.feature-relation{background-position:-20px -25px;}
4347 .preset-icon-relation.feature-restriction{background-position:-80px -25px;}
4348 .preset-icon-relation.feature-multipolygon{background-position:-140px -25px;}
4349 .preset-icon-relation.feature-boundary{background-position:-200px -25px;}
4350 .preset-icon-relation.feature-route{background-position:-260px -25px;}
4351 .preset-icon-relation.feature-route-road{background-position:-320px -25px;}
4352 .preset-icon-relation.feature-route-bicycle{background-position:-380px -25px;}
4353 .preset-icon-relation.feature-route-foot{background-position:-440px -25px;}
4354 .preset-icon-relation.feature-route-bus{background-position:-500px -25px;}
4355 .preset-icon-relation.feature-route-train{background-position:-560px -25px;}
4356 .preset-icon-relation.feature-route-detour{background-position:-620px -25px;}
4357 .preset-icon-relation.feature-route-tram{background-position:-680px -25px;}
4358 .preset-icon-relation.feature-route-ferry{background-position:-740px -25px;}
4359 .preset-icon-relation.feature-route-power{background-position:-800px -25px;}
4360 .preset-icon-relation.feature-route-pipeline{background-position:-860px -25px;}
4361 .preset-icon-relation.feature-route-master{background-position:-920px -25px;}
4362 .preset-icon-relation.feature-restriction-no-straight-on{background-position:-980px -25px;}
4363 .preset-icon-relation.feature-restriction-no-u-turn{background-position:-1040px -25px;}
4364 .preset-icon-relation.feature-restriction-no-left-turn{background-position:-1100px -25px;}
4365 .preset-icon-relation.feature-restriction-no-right-turn{background-position:-1160px -25px;}
4366 .preset-icon-relation.feature-restriction-only-straight-on{background-position:-1220px -25px;}
4367 .preset-icon-relation.feature-restriction-only-left-turn{background-position:-1280px -25px;}
4368 .preset-icon-relation.feature-restriction-only-right-turn{background-position:-1340px -25px;}