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 {
943 stroke-linecap: butt;
946 path.shadow.tag-bridge {
950 path.casing.line.tag-railway.tag-bridge,
951 path.casing.tag-highway-living_street.tag-bridge,
952 path.casing.tag-highway-path.tag-bridge,
953 path.casing.line.tag-highway-pedestrian.tag-bridge,
954 path.casing.tag-highway-service.tag-bridge,
955 path.casing.tag-highway-track.tag-bridge,
956 path.casing.tag-highway-steps.tag-bridge,
957 path.casing.tag-highway-footway.tag-bridge,
958 path.casing.tag-highway-cycleway.tag-bridge,
959 path.casing.tag-highway-bridleway.tag-bridge {
963 path.shadow.line.tag-railway.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.tag-bridge,
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 {
977 .low-zoom path.casing.tag-bridge {
981 stroke-linecap: butt;
984 .low-zoom path.shadow.tag-bridge {
988 .low-zoom path.casing.line.tag-railway.tag-bridge,
989 .low-zoom path.casing.tag-highway-living_street.tag-bridge,
990 .low-zoom path.casing.tag-highway-path.tag-bridge,
991 .low-zoom path.casing.line.tag-highway-pedestrian.tag-bridge,
992 .low-zoom path.casing.tag-highway-service.tag-bridge,
993 .low-zoom path.casing.tag-highway-track.tag-bridge,
994 .low-zoom path.casing.tag-highway-steps.tag-bridge,
995 .low-zoom path.casing.tag-highway-footway.tag-bridge,
996 .low-zoom path.casing.tag-highway-cycleway.tag-bridge,
997 .low-zoom path.casing.tag-highway-bridleway.tag-bridge {
1001 .low-zoom path.shadow.line.tag-railway.tag-bridge,
1002 .low-zoom path.shadow.tag-highway-living_street.tag-bridge,
1003 .low-zoom path.shadow.tag-highway-path.tag-bridge,
1004 .low-zoom path.shadow.line.tag-highway-pedestrian.tag-bridge,
1005 .low-zoom path.shadow.tag-highway-service.tag-bridge,
1006 .low-zoom path.shadow.tag-highway-track.tag-bridge,
1007 .low-zoom path.shadow.tag-highway-steps.tag-bridge,
1008 .low-zoom path.shadow.tag-highway-footway.tag-bridge,
1009 .low-zoom path.shadow.tag-highway-cycleway.tag-bridge,
1010 .low-zoom path.shadow.tag-highway-bridleway.tag-bridge {
1018 path.stroke.tag-tunnel {
1019 stroke-opacity: 0.3;
1022 path.casing.tag-tunnel {
1023 stroke-opacity: 0.5;
1026 /* embankments / cuttings */
1028 path.casing.tag-embankment,
1029 path.casing.tag-cutting {
1030 stroke-opacity: 0.5;
1033 stroke-dasharray: 2, 4;
1034 stroke-linecap: butt;
1037 path.shadow.tag-embankment,
1038 path.shadow.tag-cutting {
1042 .low-zoom path.casing.tag-embankment,
1043 .low-zoom path.casing.tag-cutting {
1047 .low-zoom path.shadow.tag-embankment,
1048 .low-zoom path.shadow.tag-cutting {
1055 path.stroke.tag-highway-construction,
1056 path.casing.tag-highway-construction {
1057 stroke-linecap: butt;
1058 stroke-dasharray: 7, 7;
1061 .low-zoom path.stroke.tag-highway-construction,
1062 .low-zoom path.casing.tag-highway-construction {
1063 stroke-linecap: butt;
1064 stroke-dasharray: 5, 5;
1069 pointer-events: none;
1074 .oneway .textpath.tag-waterway {
1078 marker#oneway-marker path {
1089 path.stroke.tag-building,
1090 path.stroke.tag-amenity-shelter {
1091 stroke: rgb(224, 110, 95);
1093 path.fill.tag-building,
1094 path.fill.tag-amenity-shelter {
1095 fill: rgba(224, 110, 95, 0.3);
1097 .preset-icon-fill-area.tag-building,
1098 .preset-icon-fill-area.tag-amenity-shelter {
1099 border-color: rgb(224, 110, 95);
1100 background-color: rgba(224, 110, 95, 0.3);
1108 text.arealabel-halo,
1109 text.linelabel-halo,
1110 text.pointlabel-halo,
1117 text-anchor: middle;
1118 pointer-events: none;
1119 -webkit-transition: opacity 100ms linear;
1120 transition: opacity 100ms linear;
1121 -moz-transition: opacity 100ms linear;
1124 .linelabel-halo .textpath,
1125 .linelabel .textpath {
1126 dominant-baseline: middle;
1129 /* Opera doesn't support dominant-baseline. See #715 */
1130 .opera .linelabel-halo .textpath,
1131 .opera .linelabel .textpath {
1132 baseline-shift: -33%;
1133 dominant-baseline: auto;
1140 stroke-miterlimit: 1;
1156 pointer-events: all;
1159 .form-field-restrictions .vertex {
1160 pointer-events: none;
1161 cursor: auto !important;
1167 cursor: auto; /* Opera */
1168 cursor: url(<%= asset_path("iD/img/cursor-grab.png") %>) 9 9, auto; /* FF */
1171 .mode-browse .point,
1172 .mode-select .point {
1173 cursor: pointer; /* Opera */
1174 cursor: url(<%= asset_path("iD/img/cursor-select-point.png") %>), pointer; /* FF */
1177 .mode-select .vertex,
1178 .mode-browse .vertex {
1179 cursor: pointer; /* Opera */
1180 cursor: url(<%= asset_path("iD/img/cursor-select-vertex.png") %>), pointer; /* FF */
1184 .mode-select .line {
1185 cursor: pointer; /* Opera */
1186 cursor: url(<%= asset_path("iD/img/cursor-select-line.png") %>), pointer; /* FF */
1190 .mode-browse .area {
1191 cursor: pointer; /* Opera */
1192 cursor: url(<%= asset_path("iD/img/cursor-select-area.png") %>), pointer; /* FF */
1195 .mode-select .midpoint,
1196 .mode-browse .midpoint {
1197 cursor: pointer; /* Opera */
1198 cursor: url(<%= asset_path("iD/img/cursor-select-split.png") %>), pointer; /* FF */
1201 .mode-select .behavior-multiselect .point,
1202 .mode-select .behavior-multiselect .vertex,
1203 .mode-select .behavior-multiselect .line,
1204 .mode-select .behavior-multiselect .area {
1205 cursor: pointer; /* Opera */
1206 cursor: url(<%= asset_path("iD/img/cursor-select-add.png") %>), pointer; /* FF */
1209 .mode-select .behavior-multiselect .selected {
1210 cursor: pointer; /* Opera */
1211 cursor: url(<%= asset_path("iD/img/cursor-select-remove.png") %>), pointer; /* FF */
1215 #map .vertex:active,
1218 #map .midpoint:active,
1219 #map .mode-select .selected {
1220 cursor: pointer; /* Opera */
1221 cursor: url(<%= asset_path("iD/img/cursor-select-acting.png") %>), pointer; /* FF */
1224 .mode-draw-line #map,
1225 .mode-draw-area #map,
1226 .mode-add-line #map,
1227 .mode-add-area #map,
1228 .mode-drag-node #map {
1229 cursor: crosshair; /* Opera */
1230 cursor: url(<%= asset_path("iD/img/cursor-draw.png") %>) 9 9, crosshair; /* FF */
1233 .mode-draw-line .way.hover,
1234 .mode-draw-area .way.hover,
1235 .mode-add-line .way.hover,
1236 .mode-add-area .way.hover,
1237 .mode-drag-node .way.hover {
1238 cursor: crosshair; /* Opera */
1239 cursor: url(<%= asset_path("iD/img/cursor-draw-connect-line.png") %>) 9 9, crosshair; /* FF */
1242 .mode-draw-line .vertex.hover,
1243 .mode-draw-area .vertex.hover,
1244 .mode-add-line .vertex.hover,
1245 .mode-add-area .vertex.hover,
1246 .mode-drag-node .vertex.hover {
1247 cursor: crosshair; /* Opera */
1248 cursor: url(<%= asset_path("iD/img/cursor-draw-connect-vertex.png") %>) 9 9, crosshair; /* FF */
1251 .mode-add-point #map,
1255 cursor: crosshair; /* Opera */
1256 cursor: url(<%= asset_path("iD/img/cursor-draw.png") %>) 9 9, crosshair; /* FF */
1261 cursor: pointer; /* Opera */
1262 cursor: url(<%= asset_path("iD/img/cursor-pointer.png") %>) 6 1, pointer; /* FF */
1266 pointer-events: visibleStroke;
1274 pointer-events: none;
1284 .mode-draw-line .vertex.active,
1285 .mode-draw-area .vertex.active,
1286 .mode-drag-node .vertex.active {
1290 .mode-draw-line .way.active,
1291 .mode-draw-area .way.active,
1292 .mode-drag-node .active {
1293 pointer-events: none;
1296 /* Ensure drawing doesn't interact with area fills. */
1297 .mode-add-point .area.fill,
1298 .mode-draw-line .area.fill,
1299 .mode-draw-area .area.fill,
1300 .mode-add-line .area.fill,
1301 .mode-add-area .area.fill,
1302 .mode-drag-node .area.fill {
1303 pointer-events: none;
1306 ------------------------------------------------------- */
1309 Opera misbehaves when the window is resized vertically unless 100% width + height are
1310 applied to both html and body. https://gist.github.com/jfirebaugh/bd225bcfdd3a633850c4
1318 font:normal 12px/1.6667 'Helvetica Neue', Arial, sans-serif;
1328 vertical-align: middle;
1347 /* Can't be display: none or the clippaths are ignored. */
1378 div, textarea, label, input, form, span, ul, li, ol, a, button, h1, h2, h3, h4, h5, p, img {
1379 -moz-box-sizing: border-box;
1380 -webkit-box-sizing: border-box;
1381 box-sizing: border-box;
1384 a, button, input, textarea {
1385 -webkit-tap-highlight-color:rgba(0,0,0,0);
1386 -webkit-touch-callout:none;
1391 .checkselect label:hover,
1392 .opacity-options li,
1394 cursor: pointer; /* Opera */
1395 cursor: url(<%= asset_path("iD/img/cursor-pointer.png") %>) 6 1, pointer; /* FF */
1402 margin-bottom: 20px;
1407 h4:last-child { margin-bottom: 0;}
1413 margin-bottom: 10px;
1419 padding-bottom: 10px;
1423 outline-color: transparent;
1424 outline-style: none;
1447 -webkit-transition: all 100ms;
1448 -moz-transition: all 100ms;
1449 -o-transition: all 100ms;
1450 transition: all 100ms;
1458 ------------------------------------------------------- */
1462 font:normal 12px/20px 'Helvetica Neue', Arial, sans-serif;
1472 background-color: white;
1473 border:1px solid #ccc;
1478 text-overflow: ellipsis;
1479 -webkit-transition: all 200ms;
1480 -moz-transition: all 200ms;
1481 -o-transition: all 200ms;
1482 transition: all 200ms;
1487 background-color: #F1F1F1;
1490 input[type="checkbox"],
1491 input[type="radio"] {
1499 /* remove bottom border radius when combobox is open */
1500 .combobox + * textarea:focus,
1501 .combobox + * input:focus {
1502 border-bottom-left-radius: 0 !important;
1503 border-bottom-right-radius: 0 !important;
1509 background-color: white;
1510 border-collapse: collapse;
1519 table.tags, table.tags td, table.tags th {
1520 border: 1px solid #CCC;
1525 ------------------------------------------------------- */
1527 .col0 { float:left; width:04.1666%; }
1528 .col1 { float:left; width:08.3333%; }
1529 .col2 { float:left; width:16.6666%; }
1530 .col3 { float:left; width:25.0000%; max-width: 300px; }
1531 .col4 { float:left; width:33.3333%; max-width: 400px; }
1532 .col5 { float:left; width:41.6666%; max-width: 500px; }
1533 .col6 { float:left; width:50.0000%; max-width: 600px; }
1534 .col7 { float:left; width:58.3333%; }
1535 .col8 { float:left; width:66.6666%; }
1536 .col9 { float:left; width:75.0000%; }
1537 .col10 { float:left; width:83.3333%; }
1538 .col11 { float:left; width:91.6666%; }
1539 .col12 { float:left; width:100.0000%; }
1542 ------------------------------------------------------- */
1544 ul li { list-style: none;}
1546 .toggle-list > label {
1551 background-color: white;
1554 -moz-transition: all 100ms;
1555 -o-transition: all 100ms;
1556 transition: all 100ms;
1559 .toggle-list > label:hover {
1560 background-color: #ececec;
1563 .toggle-list > label:not(:last-child) {
1564 border-bottom: 1px solid #ccc;
1567 .toggle-list > label:last-child {
1568 border-radius: 0 0 3px 3px;
1571 .toggle-list label > span {
1574 white-space: nowrap;
1575 text-overflow: ellipsis;
1578 .toggle-list > label.active {
1579 background: #E8EBFF;
1584 border-left: 1px solid rgba(255,255,255,.5);
1585 padding: 5px 0 5px 5px;
1589 ul.link-list li:last-child {
1596 ------------------------------------------------------- */
1603 background: #f6f6f6;
1608 background: #ececec;
1613 background:rgba(0,0,0,.5);
1618 .fr { float: right;}
1632 box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
1636 background: url(<%= asset_path("iD/img/loader_bg.gif") %>);
1637 background-size:5px 5px;
1672 display: inline-block;
1675 /* Crashes Safari: https://github.com/openstreetmap/iD/issues/1188 */
1676 /*-webkit-transition: all 100ms;*/
1677 -moz-transition: all 100ms;
1678 -o-transition: all 100ms;
1679 transition: all 100ms;
1684 background-color: #ececec;
1689 background-color: rgba(255,255,255,.25);
1690 color: rgba(0,0,0,.5);
1695 background: #7092ff;
1705 background-color: #fafafa;
1708 button.minor .icon {
1712 button.minor:hover {
1713 background-color: #f1f1f1;
1717 display: inline-block;
1722 .button-wrap button:only-child {
1726 .button-wrap:last-of-type {
1732 border-right: 1px solid rgba(0,0,0,.5);
1735 .joined button:first-child {
1736 border-radius:4px 0 0 4px;
1739 .joined button:last-child {
1740 border-right-width: 0;
1741 border-radius:0 4px 4px 0;
1745 background: #7092ff;
1748 button.action:focus,
1749 button.action:hover {
1750 background: #597BE7;
1753 button.save.has-count {
1757 button.save .count {
1761 button.save.has-count .count {
1765 background: rgba(255, 255, 255, .5);
1772 margin-left: 8.3333%;
1775 button.save.has-count .count::before {
1784 border-top: 6px solid transparent;
1785 border-bottom: 6px solid transparent;
1786 border-right: 6px solid rgba(255,255,255,.5);
1792 display:inline-block;
1796 background:transparent url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat 0 0;
1797 text-indent:-9999px;
1813 /* Definitions for every icon */
1814 .icon.alert { background-position: 0 0;}
1816 .icon.add-point { background-position: -20px 0;}
1818 .icon.add-line { background-position: -40px 0;}
1820 .icon.add-area { background-position: -60px 0;}
1821 .icon.undo { background-position: -80px 0;}
1822 .icon.redo { background-position: -100px 0;}
1823 .icon.apply { background-position: -120px 0;}
1824 .icon.save { background-position: -140px 0;}
1825 .icon.close { background-position: -160px 0;}
1826 .icon.delete { background-position: -180px 0;}
1827 .icon.remove { background-position: -200px 0;}
1828 .icon.inspect { background-position: -220px 0;}
1829 .icon.plus { background-position: -240px 0;}
1830 .icon.search { background-position: -280px 0;}
1831 .icon.geocode { background-position: -280px 0;}
1832 .icon.layers { background-position: -300px 0;}
1833 .icon.avatar { background-position: -320px 0;}
1834 .icon.nearby { background-position: -340px 0;}
1835 .icon.geolocate { background-position: -360px 0;}
1836 .icon.warning { background-position: -380px 0;}
1837 .icon.bug { background-position: -400px 0;}
1838 .icon.back { background-position: -420px 0;}
1839 .icon.forward { background-position: -440px 0;}
1840 .icon.help { background-position: -460px 0;}
1841 .icon.relation { background-position: -520px 0;}
1842 .icon.relation.route { background-position: -540px 0;}
1843 .icon.relation.multipolygon { background-position: -560px 0;}
1844 .icon.vertex { background-position: -580px 0;}
1846 .icon.inspect.light { background-position: -220px -20px;}
1847 .icon.plus.light { background-position: -240px -20px;}
1848 .icon.zoom-in { background-position: -240px -20px;}
1849 .icon.zoom-out { background-position: -260px -20px;}
1850 .icon.geocode.light { background-position: -280px -20px;}
1851 .icon.layers.light { background-position: -300px -20px;}
1852 .icon.avatar.light { background-position: -320px -20px;}
1853 .icon.nearby.light { background-position: -340px -20px;}
1854 .icon.geolocate.light { background-position: -360px -20px;}
1855 .icon.bug.light { background-position: -400px -20px;}
1856 .icon.help.light { background-position: -460px -20px;}
1858 .icon.back.blue { background-position: -420px -20px;}
1859 .icon.forward.blue { background-position: -440px -20px;}
1861 button[disabled] .icon.alert { background-position: 0 -40px;}
1862 button[disabled] .icon.add-point { background-position: -20px -40px;}
1863 button[disabled] .icon.add-line { background-position: -40px -40px;}
1864 button[disabled] .icon.add-area { background-position: -60px -40px;}
1865 button.disabled .icon.undo { background-position: -80px -40px;}
1866 button.disabled .icon.redo { background-position: -100px -40px;}
1867 button[disabled] .apply.icon { background-position: -120px -40px;}
1868 button[disabled] .close.icon { background-position: -160px -40px;}
1869 button[disabled] .delete.icon { background-position: -180px -40px;}
1870 button[disabled] .icon.remove { background-position: -200px -40px;}
1871 button[disabled] .icon.inspect { background-position: -220px -40px;}
1872 button[disabled] .icon.zoom-in { background-position: -240px -40px;}
1873 button[disabled] .icon.zoom-out { background-position: -260px -40px;}
1874 button[disabled] .icon.geocode { background-position: -280px -40px;}
1875 button[disabled] .icon.layers { background-position: -300px -40px;}
1876 button[disabled] .icon.avatar { background-position: -320px -40px;}
1877 button[disabled] .icon.nearby { background-position: -340px -40px;}
1879 .icon.point.deleted { background-position: -302px -80px;}
1880 .icon.line.deleted { background-position: -320px -80px;}
1881 .icon.area.deleted { background-position: -340px -80px;}
1883 .icon.point.created { background-position: -302px -100px;}
1884 .icon.line.created { background-position: -320px -100px;}
1885 .icon.area.created { background-position: -340px -100px;}
1887 .icon.point.modified { background-position: -22px 0; }
1889 .icon.modified { opacity: .5; }
1891 /* Out link is special */
1893 .icon.out-link { height: 14px; width: 14px; background-position: -500px 0;}
1894 a:hover .icon.out-link { background-position: -500px -14px;}
1896 .icon.plus-dark { background-position: -240px -40px;}
1898 /* Universal preset icons */
1900 .icon.source { background-position: 0 -200px;}
1901 .icon.address { background-position: -20px -200px;}
1902 .icon.telephone { background-position: -40px -200px;}
1903 .icon.website { background-position: -60px -200px;}
1904 .icon.elevation { background-position: -80px -200px;}
1905 .icon.wikipedia { background-position: -100px -200px;}
1906 .icon.note { background-position: -120px -200px;}
1907 .icon.wheelchair { background-position: -140px -200px;}
1909 /* ToolBar / Persistent UI Elements
1910 ------------------------------------------------------- */
1923 /* Header for modals / panes
1924 ------------------------------------------------------- */
1927 border-bottom: 1px solid #ccc;
1935 white-space: nowrap;
1936 text-overflow: ellipsis;
1954 .preset-list-pane .header button {
1971 padding: 5px 30px 5px 30px;
1972 border-top: 1px solid #ccc;
1973 background-color: #fafafa;
1977 .sidebar-component .body {
1986 ------------------------------------------------------- */
1994 background: #f6f6f6;
1997 .sidebar-component {
2023 .feature-list-pane .inspector-body {
2027 .preset-list-pane .inspector-body {
2031 .entity-editor-pane .inspector-body {
2035 .selection-list-pane .inspector-body {
2044 #sidebar .search-header .icon {
2049 pointer-events: none;
2052 #sidebar .search-header input {
2060 border-bottom-width: 1px;
2074 .feature-list-item {
2077 border-bottom: 1px solid #ccc;
2081 .feature-list-item .label {
2084 white-space: nowrap;
2085 text-overflow: ellipsis;
2087 border-left: 1px solid rgba(0, 0, 0, .1);
2088 -moz-transition: all 100ms;
2089 -o-transition: all 100ms;
2090 transition: all 100ms;
2093 .feature-list-item .label .icon {
2097 .feature-list-item:hover .label {
2098 background-color: #ececec;
2101 .feature-list-item .entity-type {
2105 .feature-list-item:hover .entity-type {
2109 .feature-list-item .entity-name {
2110 font-weight: normal;
2116 ------------------------------------------------------- */
2122 padding: 20px 20px 10px 20px;
2123 border-bottom: 1px solid #ccc;
2126 .preset-list-button-wrap {
2128 margin-bottom: 10px;
2132 .preset-list-button {
2136 border: 1px solid #ccc;
2139 .preset-list.filtered .preset-list-item:first-child .preset-list-button {
2140 background: #ececec;
2151 .preset-icon-relation {
2156 .preset-list-button .label {
2157 background-color: #f6f6f6;
2166 white-space: nowrap;
2167 text-overflow: ellipsis;
2169 border-left: 1px solid rgba(0, 0, 0, .1);
2170 -moz-transition: all 100ms;
2171 -o-transition: all 100ms;
2172 transition: all 100ms;
2173 border-radius: 0 3px 3px 0;
2176 .preset-list-button:hover .label {
2177 background-color: #ececec;
2180 .preset-list-item button.tag-reference-button {
2182 border: 1px solid #CCC;
2183 border-radius: 0 3px 3px 0;
2188 background: #fafafa;
2191 .preset-list-item button.tag-reference-button .icon {
2195 .current .preset-list-button,
2196 .current .preset-list-button .label {
2197 background-color: #E8EBFF;
2200 .category .preset-list-button:after,
2201 .category .preset-list-button:before {
2205 left: -1px; right: -1px;
2206 border: 1px solid #ccc;
2207 border-bottom: none;
2208 border-radius: 6px 6px 0 0;
2212 .category .preset-list-button:before {
2216 .subgrid .preset-list {
2217 padding: 10px 10px 0 10px;
2221 width: -webkit-calc(100% + 20px);
2226 border: solid rgba(0, 0, 0, 0);
2228 border-bottom-color: #f1f1f1;
2232 margin-left: -webkit-calc(50% - 10px);
2236 /* Preset icon colors */
2238 .preset-icon-fill-area {
2248 .preset-icon-fill-area:after {
2255 background:transparent url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat 0 -80px;
2258 /* preset form basics */
2264 .inspector-preset .preset-form {
2266 margin: 0 10px 20px 10px;
2270 .entity-editor-pane .preset-list-item::after {
2279 border: solid rgba(0, 0, 0, 0);
2281 border-bottom-color: #ececec;
2284 .entity-editor-pane .preset-list-item .preset-list-button-wrap {
2290 margin-bottom: 10px;
2292 -webkit-transition: margin-bottom 200ms;
2293 -moz-transition: margin-bottom 200ms;
2294 -o-transition: margin-bottom 200ms;
2295 transition: margin-bottom 200ms;
2298 .form-field:last-child {
2305 border: 1px solid #cfcfcf;
2306 padding: 5px 0 5px 10px;
2307 background: #f6f6f6;
2309 border-radius: 4px 4px 0 0;
2313 .form-label-button-wrap {
2319 background: transparent;
2323 .form-label-button-wrap .icon {
2327 .form-label button {
2328 border-left: 1px solid #CCC;
2332 background: #fafafa;
2335 .form-label .modified-icon,
2336 .form-field .remove-icon {
2340 .modified .form-label .modified-icon,
2341 .present .form-label .remove-icon {
2342 display: inline-block;
2345 .form-field > input,
2346 .form-field > textarea,
2347 .form-field .preset-input-wrap {
2348 border: 1px solid #CCC;
2351 border-radius: 0 0 4px 4px;
2354 .form-field textarea {
2359 border-bottom: 1px solid #CCC
2362 /* Preset form (hover mode) */
2364 .inspector-hover .checkselect label:last-of-type,
2365 .inspector-hover .preset-input-wrap .label,
2366 .inspector-hover input,
2367 .inspector-hover label {
2368 background: #ececec;
2372 .inspector-hover .checkselect label:last-of-type {
2376 /* hide and remove from layout */
2378 .inspector-hover label input[type="checkbox"],
2379 .inspector-hover label input[type="radio"],
2380 .inspector-hover .toggle-list label,
2381 .inspector-hover .toggle-list label span,
2382 .inspector-hover .inspector-inner .add-tag,
2383 .inspector-hover .inspector-inner .add-relation,
2384 .inspector-hover .toggle-list label.remove .icon {
2388 opacity: 0 !important;
2394 /* hide but preserve in layout */
2395 .inspector-hover .entity-editor-pane button.minor,
2396 .inspector-hover .combobox-caret,
2397 .inspector-hover .entity-editor-pane .header button,
2398 .inspector-hover .spin-control,
2399 .inspector-hover .hide-toggle:before,
2400 .inspector-hover .more-buttons,
2401 .inspector-hover .form-label-button-wrap,
2402 .inspector-hover .tag-reference-button,
2403 .inspector-hover .view-on-osm {
2407 /* Styles for raw tag inspector on hover */
2408 .inspector-hover .tag-row .key-wrap,
2409 .inspector-hover .tag-row .input-wrap-position {
2413 .inspector-hover .tag-row:first-child input.value {
2414 border-top-right-radius: 4px;
2417 .inspector-hover .tag-row:last-child input.value {
2418 border-bottom-right-radius: 4px;
2421 .inspector-hover .tag-row:last-child input.key {
2422 border-bottom-left-radius: 4px;
2425 .inspector-hover .inspector-body .more-buttons {
2430 /* Unstyle button fields */
2431 .inspector-hover .toggle-list label.active,
2432 .inspector-hover .entity-editor-pane a.hide-toggle {
2434 background-color: transparent;
2440 .inspector-hover .toggle-list button.active {
2444 /* Add placeholder only on hover for radio buttons */
2445 .inspector-hover .toggle-list .placeholder {
2453 /* Hide placeholder for radio buttons if another is active, or not in hover state */
2454 .toggle-list label.active ~ .placeholder,
2455 .toggle-list .placeholder {
2462 -webkit-transition: opacity 200ms, width 0 200ms, padding 0 200ms, line-height 0 200ms;
2463 -moz-transition: opacity 200ms, width 0 200ms, padding 0 200ms, line-height 0 200ms;
2464 -o-transition: opacity 200ms, width 0 200ms, padding 0 200ms, line-height 0 200ms;
2465 transition: opacity 200ms, width 0 200ms, padding 0 200ms, line-height 0 200ms;
2468 /* first phase hover-to-active animations */
2473 .preset-input-wrap .label {
2474 -webkit-transition: all 200ms;
2475 -moz-transition: all 200ms;
2476 -o-transition: all 200ms;
2477 transition: all 200ms;
2480 /* second phase hover-to-active animations */
2483 .checkselect label:last-of-type {
2484 -webkit-transition: opacity 200ms 200ms, width 200ms 200ms, margin-right 200ms 200ms;
2485 -moz-transition: opacity 200ms 200ms, width 200ms 200ms, margin-right 200ms 200ms;
2486 -o-transition: opacity 200ms 200ms, width 200ms 200ms, margin-right 200ms 200ms;
2487 transition: opacity 200ms 200ms, width 200ms 200ms, margin-right 200ms 200ms;
2490 .entity-editor-pane button.minor,
2492 .entity-editor-pane .header button,
2493 .toggle-list label span,
2497 .hide-toggle:before,
2498 .entity-editor-pane .toggle-list label::before,
2499 .entity-editor-pane .toggle-list label.remove .icon {
2500 -webkit-transition: opacity 200ms 200ms;
2501 -moz-transition: opacity 200ms 200ms;
2502 -o-transition: opacity 200ms 200ms;
2503 transition: opacity 200ms 200ms;
2506 .entity-editor-pane a.hide-toggle {
2507 -webkit-transition: padding-left 200ms 200ms, color 200ms 200ms;
2508 -moz-transition: padding-left 200ms 200ms, color 200ms 200ms;
2509 -o-transition: padding-left 200ms 200ms, color 200ms 200ms;
2510 transition: padding-left 200ms 200ms, color 200ms 200ms;
2513 .entity-editor-pane .toggle-list label:not(.active) {
2514 -webkit-transition: height 200ms 200ms, padding 200ms 200ms, border-width 100ms 300ms;
2515 -moz-transition: height 200ms 200ms, padding 200ms 200ms, border-width 100ms 300ms;
2516 -o-transition: height 200ms 200ms, padding 200ms 200ms, border-width 100ms 300ms;
2517 transition: height 200ms 200ms, padding 200ms 200ms, border-width 100ms 300ms;
2520 .entity-editor-pane .toggle-list label {
2521 -webkit-transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms;
2522 -moz-transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms;
2523 -o-transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms;
2524 transition: border-width 100ms 300ms, padding 200ms 200ms, background-color 200ms 200ms, color 200ms 200ms;
2527 /* adding additional preset fields */
2529 .inspector-body .more-buttons {
2532 -webkit-transition: padding 200ms 200ms, max-height 200ms 200ms;
2533 -moz-transition: padding 200ms 200ms, max-height 200ms 200ms;
2534 -o-transition: padding 200ms 200ms, max-height 200ms 200ms;
2535 transition: padding 200ms 200ms, max-height 200ms 200ms;
2538 button.preset-add-field {
2539 background: #f6f6f6;
2542 -webkit-transition: width 200ms;
2543 -moz-transition: width 200ms;
2544 -o-transition: width 200ms;
2545 transition: width 200ms;
2548 button.preset-add-field:hover {
2549 background: #ececec;
2552 /* set width based on # of buttons */
2554 button.preset-add-field:only-child {
2558 button.preset-add-field:nth-last-child(2),
2559 button.preset-add-field:nth-last-child(2) ~ button.preset-add-field {
2563 button.preset-add-field:nth-last-child(3),
2564 button.preset-add-field:nth-last-child(3) ~ button.preset-add-field {
2568 button.preset-add-field:nth-last-child(4),
2569 button.preset-add-field:nth-last-child(4) ~ button.preset-add-field {
2573 button.preset-add-field:nth-last-child(5),
2574 button.preset-add-field:nth-last-child(5) ~ button.preset-add-field {
2578 button.preset-add-field:nth-last-child(6),
2579 button.preset-add-field:nth-last-child(6) ~ button.preset-add-field {
2583 button.preset-add-field:nth-last-child(7),
2584 button.preset-add-field:nth-last-child(7) ~ button.preset-add-field {
2588 button.preset-add-field:nth-last-child(8),
2589 button.preset-add-field:nth-last-child(8) ~ button.preset-add-field {
2593 .preset-fav button.fav {
2599 /* preset form access */
2601 .preset-input-wrap .label {
2603 background: #F6F6F6;
2607 .form-field-access .preset-input-wrap li {
2608 border-bottom: 1px solid #CCC;
2610 .form-field-access .preset-input-wrap li:last-child {
2614 .preset-input-access-wrap input {
2617 border-left-width: 1px;
2620 .preset-input-wrap li:last-child input {
2621 border-bottom-right-radius: 4px;
2624 /* preset form numbers */
2626 input[type=number] {
2634 display: inline-block;
2636 margin-bottom: -11px;
2640 .spin-control button {
2646 border-left: 1px solid #CCC;
2648 background: rgba(0, 0, 0, 0);
2651 .spin-control button.decrement {
2652 border-bottom-right-radius: 3px;
2655 .spin-control button.decrement::after,
2656 .spin-control button.increment::after {
2658 height: 0; width: 0;
2660 left: 0; right: 0; bottom: 0; top: 0;
2664 .spin-control button.decrement::after {
2665 border-top: 5px solid #CCC;
2666 border-left: 5px solid transparent;
2667 border-right: 5px solid transparent;
2670 .spin-control button.increment::after {
2671 border-bottom: 5px solid #CCC;
2672 border-left: 5px solid transparent;
2673 border-right: 5px solid transparent;
2676 /* preset form checkbox */
2678 .checkselect label:last-of-type {
2685 .checkselect label:hover {
2686 background: #f1f1f1;
2693 .checkselect label:not(.set) input[type="checkbox"] {
2697 /* Preset form radio button */
2699 .toggle-list button.remove {
2700 border-radius: 0 0 3px 3px;
2703 .toggle-list button.remove .icon {
2708 .toggle-list button.remove::before {
2712 .form-field .wiki-lang {
2716 .form-field .wiki-title {
2720 .form-field .wiki-title ~ .combobox-caret {
2725 .form-field .wiki-link {
2727 background: #fafafa;
2732 .form-field .wiki-link:hover {
2733 background: #f1f1f1;
2736 #preset-input-maxspeed {
2738 border-radius: 0 0 0 4px;
2742 .form-field .maxspeed-unit {
2743 border-radius: 0 0 4px 0;
2747 /* Name + translate form */
2749 .form-field .localized-main {
2753 .form-field .button-input-action {
2758 border: 1px solid #CCC;
2759 border-top-width: 0;
2760 border-right-width: 0;
2761 border-radius: 0 0 4px 0;
2763 vertical-align: top;
2766 .form-field .localized-wrap {
2770 .form-field .localized-wrap .entry {
2775 .form-field .localized-wrap .entry::before {
2788 .form-field .localized-wrap .entry .localized-lang {
2790 border-top-width: 0;
2793 .form-field .localized-wrap .entry .localized-value {
2794 border-top-width: 0;
2795 border-radius: 0 0 4px 4px;
2798 .form-field .localized-wrap .form-label button {
2799 border-top-right-radius: 3px;
2802 /* Preset form address */
2809 .addr-row:first-of-type input {
2813 .addr-row input:first-of-type {
2821 .addr-row:last-of-type input:first-of-type {
2822 border-radius: 0 0 0 4px;
2825 .addr-row:last-of-type input:last-of-type {
2826 border-radius: 0 0 4px 0;
2829 /* Restrictions editor */
2831 .form-field-restrictions .preset-input-wrap {
2836 .form-field-restrictions svg {
2841 .form-field-restrictions .restriction-help {
2848 background-color: rgba(255, 255, 255, .8);
2853 /* combobox dropdown */
2858 box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
2864 border: 1px solid #ccc;
2865 border-radius: 0 0 4px 4px;
2871 border-top:1px solid #ccc;
2872 text-overflow: ellipsis;
2873 white-space: nowrap;
2877 .combobox a.selected,
2879 background: #ececec;
2882 .combobox a:first-child {
2887 display: inline-block;
2892 vertical-align: top;
2895 .combobox-caret::after {
2897 height: 0; width: 0;
2899 left: 0; right: 0; bottom: 0; top: 0;
2901 border-top: 5px solid #ccc;
2902 border-left: 5px solid transparent;
2903 border-right: 5px solid transparent;
2906 /* Raw Tag Editor */
2922 border-bottom: 1px solid #CCC;
2923 border-left: 1px solid #CCC;
2927 .tag-row .input-wrap-position {
2931 -webkit-transition: width 200ms;
2932 -moz-transition: width 200ms;
2933 -o-transition: width 200ms;
2934 transition: width 200ms;
2937 .tag-row input.key {
2939 background-color: #f6f6f6;
2942 .tag-row input.value {
2943 border-right: 1px solid #CCC;
2946 .tag-row:first-child input.key {
2947 border-top: 1px solid #CCC;
2948 border-top-left-radius: 4px;
2951 .tag-row:first-child input.value {
2952 border-top: 1px solid #CCC;
2959 border: 1px solid #CCC;
2960 border-top-width: 0;
2961 border-left-width: 0;
2964 .tag-row button:hover {
2965 background: #f1f1f1;
2968 .tag-row button .icon {
2972 .tag-row:first-child button {
2973 border-top-width: 1px;
2976 .tag-row:first-child .tag-reference-button {
2977 border-top-right-radius: 4px;
2980 .tag-row:last-child .tag-reference-button {
2981 border-bottom-right-radius: 4px;
2984 .tag-row .tag-reference-button {
2989 background: #fafafa;
2992 /* Adding form fields to tag editor */
2994 .inspector-inner .add-tag {
2998 background: rgba(0,0,0,.5);
2999 border-radius: 0 0 4px 4px;
3002 .inspector-inner .add-tag:hover {
3003 background: rgba(0,0,0,.8);
3006 .inspector-inner .add-tag .label {
3012 button.minor.tag-reference-loading {
3013 background-color: #f5f5f5;
3016 .tag-reference-loading .icon {
3017 background-image: url(<%= asset_path("iD/img/mini-loader.gif") %>);
3018 background-position: 0 0;
3021 .tag-reference-body {
3026 .tag-reference-body p,
3027 .tag-reference-body img {
3031 .tag-reference-body p:last-child {
3032 padding-bottom: 10px;
3035 .tag-reference-body a {
3037 padding-bottom: 10px;
3040 .preset-list .tag-reference-body {
3045 .preset-list .tag-reference-body a {
3046 padding-bottom: 20px;
3049 .preset-list .tag-reference-body p,
3050 .preset-list .tag-reference-body img {
3054 .raw-tag-editor .tag-reference-body {
3055 border-bottom: 1px solid #ccc;
3060 .raw-tag-editor .tag-reference-body p:last-child {
3061 padding-bottom: 20px;
3064 .raw-tag-editor .tag-reference-body a {
3065 padding-bottom: 20px;
3071 width: -webkit-calc(33.3333% - 10px);
3072 width: calc(33.3333% - 10px);
3077 margin-bottom: 20px;
3080 /* Raw relation membership editor */
3082 .raw-member-editor .member-list li:first-child,
3083 .raw-membership-editor .member-list li:first-child {
3087 .raw-member-editor .member-row,
3088 .raw-membership-editor .member-row {
3092 .raw-member-editor .member-row .member-entity-name,
3093 .raw-membership-editor .member-row .member-entity-name {
3094 font-weight: normal;
3098 .member-incomplete .member-delete {
3102 .member-row-new .member-entity-input {
3103 border-radius: 4px 4px 0 0;
3104 border: 1px solid #cfcfcf;
3110 background: rgba(0,0,0,.5);
3115 .add-relation:hover {
3116 background: rgba(0,0,0,.8);
3129 .map-control > button {
3131 background: rgba(0,0,0,.5);
3135 .map-control > button:hover {
3136 background: rgba(0, 0, 0, .8);
3139 .map-control > button.active,
3140 .map-control > button.active:hover {
3141 background: #7092ff;
3146 .zoombuttons button.zoom-in {
3147 border-radius: 4px 0 0 0;
3150 /* Background Settings */
3152 .background-control button {
3153 border-radius: 4px 0 0 0;
3156 .background-control {
3161 border: 1px solid #CCC;
3164 .background-control .adjustments button:last-child {
3168 .background-control .hide-toggle {
3169 padding-bottom: 10px;
3173 margin-bottom: 10px;
3174 border: 1px solid #CCC;
3181 background-color: white;
3185 .layer-list > li:first-child {
3186 border-radius: 3px 3px 0 0;
3189 .layer-list > li:last-child {
3190 border-radius: 0 0 3px 3px;
3193 .layer-list > li:only-child {
3197 .layer-list li:not(:last-child) {
3198 border-bottom: 1px solid #ccc;
3201 .layer-list li:hover {
3202 background-color: #ececec;
3205 .layer-list li.active {
3206 background: #E8EBFF;
3215 .layer-list label > span {
3218 white-space: nowrap;
3219 text-overflow: ellipsis;
3228 .hide-toggle:before {
3236 border-top: 4px solid transparent;
3237 border-bottom: 4px solid transparent;
3238 border-left: 8px solid #7092ff;
3241 .hide-toggle.expanded:before {
3242 border-top: 8px solid #7092ff;
3244 border-right: 4px solid transparent;
3245 border-left: 4px solid transparent;
3248 .background-control .nudge-container button {
3252 border-right: 1px solid #CCC;
3256 .background-control .nudge::after {
3261 left: 0; right: 0; top: 0; bottom: 0;
3266 .background-control .nudge.left::after {
3267 border-top: 5px solid transparent;
3268 border-bottom: 5px solid transparent;
3269 border-left: 5px solid #222;
3272 .background-control .nudge.right::after {
3273 border-top: 5px solid transparent;
3274 border-bottom: 5px solid transparent;
3275 border-right: 5px solid #222;
3278 .background-control .nudge.top::after {
3279 border-right: 5px solid transparent;
3280 border-left: 5px solid transparent;
3281 border-bottom: 5px solid #222;
3284 .background-control .nudge.bottom::after {
3285 border-right: 5px solid transparent;
3286 border-left: 5px solid transparent;
3287 border-top: 5px solid #222;
3291 background: url(<%= asset_path("iD/img/background-pattern-opacity.png") %>) 0 0 repeat;
3297 border: 1px solid #ccc;
3300 .opacity-options li {
3306 .opacity-options li .select-box{
3313 .background-control li:hover .select-box,
3314 .background-control li.selected .select-box {
3315 border: 2px solid #7092ff;
3316 background: rgba(89, 123, 231, .5);
3320 .background-control li.selected:hover .select-box,
3321 .background-control li.selected .select-box {
3325 .background-control .opacity {
3327 display:inline-block;
3332 .background-control .layer-list button {
3336 border-left: 1px solid #CCC;
3340 .background-control .layer-list button .icon {
3344 .background-control .layer-list button:first-of-type {
3345 border-radius: 0 3px 3px 0;
3350 .geolocate-control {
3351 margin-bottom: 10px;
3354 .geolocate-control button {
3355 border-radius: 0 0 0 4px;
3358 .map-overlay.content {
3362 padding: 20px 50px 20px 20px;
3367 .background-control .map-overlay {
3372 .help-control button {
3373 border-radius: 0 0 0 4px;
3378 margin-bottom: 20px;
3381 .help-wrap .left-content .body p code {
3387 /* This is two columns, 41.66666 x .4 = 16.6666 */
3391 margin-bottom: 20px;
3395 .help-wrap .toc li a,
3398 border: 1px solid #CCC;
3402 .help-wrap .toc li a {
3406 .help-wrap .toc li a:hover,
3407 .help-wrap .nav a:hover {
3408 background: #ececec;
3411 .help-wrap .toc li a.selected {
3412 background: #E8EBFF;
3415 .help-wrap .toc li:first-child a {
3416 border-radius: 4px 4px 0 0;
3419 .help-wrap .toc li:nth-last-child(2) a {
3420 border-bottom: 1px solid #CCC;
3421 border-radius: 0 0 4px 4px
3424 .help-wrap .toc li.walkthrough a {
3427 border-bottom: 1px solid #ccc;
3441 .help-wrap .nav a:first-child {
3442 border-radius: 4px 0 0 4px;
3445 .help-wrap .nav a:last-child:not(:only-child) {
3446 border-radius: 0 4px 4px 0;
3450 .help-wrap .nav a:only-child {
3456 ------------------------------------------------------- */
3466 transform-origin:0 0;
3467 -ms-transform-origin:0 0;
3468 -webkit-transform-origin:0 0;
3469 -moz-transform-origin:0 0;
3470 -o-transform-origin:0 0;
3471 -moz-user-select: none;
3472 -webkit-user-select: none;
3473 -ms-user-select: none;
3477 #supersurface, .layer-layer {
3486 ------------------------------------------------------- */
3495 -webkit-transition: opacity 200ms;
3496 -moz-transition: opacity 200ms;
3497 transition: opacity 200ms;
3505 display: table-cell;
3506 vertical-align: bottom;
3524 font: 12px sans-serif;
3534 shape-rendering: crispEdges;
3544 padding: 2px 4px 4px 4px;
3547 .source-switch a.live {
3548 background: #d32232;
3552 /* Attribution overlay */
3553 .base-layer-attribution,
3554 .overlay-layer-attribution {
3561 .base-layer-attribution {
3565 .overlay-layer-attribution {
3569 .overlay-layer-attribution .attribution:not(:last-child):after {
3578 .user-list a:not(:last-child):after {
3589 .api-status.offline,
3590 .api-status.readonly,
3597 ------------------------------------------------------- */
3600 display: inline-block;
3609 margin-bottom: 10px;
3612 .modal .description {
3628 background:rgba(0,0,0,0.5);
3630 left:0px; right:0px; top:0px; bottom:0px;
3635 border-bottom: 1px solid #CCC;
3638 .modal-section:last-child {
3646 .modal-actions button,
3647 .save-success a.button {
3648 font-weight: normal;
3650 border-bottom: 1px solid #CCC;
3654 display: inline-block;
3657 .modal-actions button:hover
3658 .save-success a.button:hover {
3659 background-color: #ececec;
3662 .modal-actions button:before,
3663 .save-success a.button:before,
3664 .walkthrough a:before {
3670 margin-bottom: 10px;
3671 background:transparent url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat 0 -220px;
3674 .modal-actions :first-child {
3675 border-right: 1px solid #CCC;
3679 ------------------------------------------------------- */
3681 .modal-actions .restore:before {
3682 background-position: -600px -220px;
3685 .modal-actions .reset:before {
3686 background-position: -700px -220px;
3690 ------------------------------------------------------- */
3696 .save-success .button {
3700 .save-success .button.social {
3704 .save-success .button.social:before {
3708 .save-success .button.osm:before {
3709 background-position: 0px -220px;
3712 .save-success .button.twitter:before {
3713 background-position: -100px -245px;
3716 .save-success .button.facebook:before {
3717 background-position: -200px -245px;
3720 .save-success .button.google:before {
3721 background-position: -300px -245px;
3725 ------------------------------------------------------- */
3727 .modal-actions .walkthrough:before,
3728 .walkthrough a:before {
3729 background-position: -400px -220px;
3732 .modal-actions .start:before {
3733 background-position: -500px -220px;
3737 ------------------------------------------------------- */
3739 .mode-save a.user-info {
3740 display: inline-block;
3743 .mode-save .commit-form {
3747 .mode-save button.action {
3755 .mode-save .user-info img {
3759 .mode-save h3 small.count {
3773 .mode-save .commit-info {
3774 margin-bottom: 10px;
3777 .mode-save .changeset-list {
3778 border:1px solid #ccc;
3783 .mode-save .warning-section .changeset-list button {
3784 border-left: 1px solid #CCC;
3787 .mode-save .changeset-list li {
3789 border-top:1px solid #ccc;
3794 .mode-save .changeset-list li:hover {
3795 background-color: #ececec;
3798 .mode-save .changeset-list .alert {
3802 .changeset-list li span.count {
3807 .mode-save .commit-section .changeset-list button {
3808 border-left: 1px solid #CCC;
3811 .changeset-list li span.count:before { content: '('; }
3813 .changeset-list li span.count:after { content: ')'; }
3815 .changeset-list li:first-child { border-top: 0;}
3818 ------------------------------------------------------- */
3840 .notice .zoom-to:hover {
3841 background: #d8e1ff;
3844 .notice .zoom-to .icon {
3849 .icon.zoom-in-invert {
3850 background-position: -240px -40px;
3854 ------------------------------------------------------- */
3891 display: inline-block;
3895 font-weight: normal;
3896 background-color: white;
3902 pointer-events: none;
3906 background: transparent;
3914 border-color: transparent;
3915 border-style: solid;
3919 border-left-color: white;
3920 border-width: 5px 0 5px 5px;
3938 border-color: transparent;
3939 border-style: solid;
3943 border-right-color: white;
3944 border-width: 5px 5px 5px 0;
3951 border-color: transparent;
3952 border-style: solid;
3955 .tooltip.top .tooltip-arrow {
3959 border-top-color: white;
3960 border-width: 5px 5px 0;
3963 .tooltip.right .tooltip-arrow {
3967 border-right-color: white;
3968 border-width: 5px 5px 5px 0;
3971 .tooltip.left .tooltip-arrow {
3975 border-left-color: white;
3976 border-width: 5px 0 5px 5px;
3979 .tooltip.bottom .tooltip-arrow {
3983 border-bottom-color: white;
3984 border-width: 0 5px 5px;
3988 background: #F6F6F6;
3990 margin: 10px -10px -10px;
3993 .tooltip-inner .keyhint {
3997 display: inline-block;
3999 border: 1px solid #CCC;
4005 .tooltip-inner .keyhint::after {
4014 border: 1px solid #CCC;
4018 /* Exceptions for tooltip layouts */
4020 /* make tooltips in panels dark */
4021 .map-overlay .tooltip.top .tooltip-arrow,
4022 .entity-editor-pane .tooltip.top .tooltip-arrow,
4023 .warning-section .tooltip.top .tooltip-arrow {
4024 border-top-color: #000;
4027 .map-overlay .tooltip.bottom .tooltip-arrow,
4028 .entity-editor-pane .tooltip.bottom .tooltip-arrow,
4029 .warning-section .tooltip.bottom .tooltip-arrow {
4030 border-bottom-color: #000;
4033 .map-overlay .tooltip.left .tooltip-arrow,
4034 .entity-editor-pane .tooltip.left .tooltip-arrow,
4035 .warning-section .tooltip.left .tooltip-arrow {
4036 border-left-color: #000;
4039 .map-overlay .tooltip.right .tooltip-arrow,
4040 .entity-editor-pane .tooltip.right .tooltip-arrow,
4041 .warning-section .tooltip.right .tooltip-arrow {
4042 border-right-color: #000;
4045 .map-overlay .tooltip-inner,
4046 .entity-editor-pane .tooltip-inner,
4047 .warning-section .tooltip-inner {
4051 /* commit warning tooltips need to be closer */
4052 .warning-section .tooltip.top {
4056 /* Uncramp map-control tooltips */
4057 .map-control .tooltip {
4060 /* Move over tooltips that are near the edge of screen */
4061 .add-point .tooltip {
4062 left: 33.3333% !important;
4065 .curtain-tooltip.intro-points-add .tooltip-arrow,
4066 .add-point .tooltip .tooltip-arrow {
4070 .radial-menu-tooltip {
4077 .radial-menu-background {
4079 stroke-opacity: 0.5;
4086 .radial-menu-item:hover {
4090 .radial-menu-item:active {
4094 .radial-menu-item.disabled {
4096 fill: rgba(255,255,255,.5);
4104 stroke-dasharray: 5, 5;
4108 ------------------------------------------------------- */
4110 @media only screen and (max-width: 840px) {
4111 #bar .icon.icon-pre-text { margin-right: 0;}
4112 /* override hide for save button */
4113 #bar .save .label { display: block;}
4117 ----------------------------------------------------- */
4119 ::-webkit-scrollbar {
4124 border-left: 1px solid #DDD;
4127 ::-webkit-scrollbar-track {
4128 background-clip: padding-box;
4129 border: solid transparent;
4133 ::-webkit-scrollbar-thumb {
4134 background-color: rgba(0,0,0,.2);
4135 background-clip: padding-box;
4136 border: solid transparent;
4137 border-width: 3px 3px 3px 4px;
4140 ::-webkit-scrollbar-track:hover,
4141 ::-webkit-scrollbar-track:active {
4142 background-color: rgba(0,0,0,.05);
4145 /* Intro walkthrough
4146 ----------------------------------------------------- */
4149 pointer-events: all;
4164 .intro-nav-wrap button.step {
4168 .intro-nav-wrap button.step.finished {
4169 background: #8cd05f;
4172 .intro-nav-wrap button.step .icon {
4176 .intro-nav-wrap button.step.finished .icon {
4177 display: inline-block;
4181 .curtain-tooltip .tooltip-inner {
4186 .curtain-tooltip .tooltip-inner {
4190 .curtain-tooltip .tooltip-inner .bold {
4193 border-top: 1px solid #CCC;
4196 margin-right: -20px;
4197 padding: 10px 20px 0 20px;
4200 .curtain-tooltip .tooltip-inner .bold:only-child {
4206 .curtain-tooltip.intro-points-describe {
4207 top: 133px !important;
4210 /* Tooltip illustrations */
4212 .intro-points-add .tooltip-inner::before,
4213 .intro-areas-add .tooltip-inner::before,
4214 .intro-lines-add .tooltip-inner::before {
4220 background:transparent url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat 0 -320px;
4223 .intro-areas-add .tooltip-inner::before {
4224 background-position: 0 -400px;
4227 .intro-lines-add .tooltip-inner::before {
4228 background-position: 0 -480px;
4231 .huge-modal-button {
4237 .huge-modal-button .illustration {
4240 background: rgba(0, 0, 0, 0) url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat -400px -220px;
4243 /* This file is generated by make. Do NOT edit manually. */
4245 .preset-icon{background-image:url(<%= asset_path("iD/img/maki-sprite.png") %>);background-repeat:no-repeat;width:24px;height:24px;}
4246 .preset-icon-line{background-image:url(<%= asset_path("iD/img/line-presets.png") %>);background-repeat:no-repeat;width:60px;height:60px;}
4247 .preset-icon-relation{background-image:url(<%= asset_path("iD/img/relation-presets.png") %>);background-repeat:no-repeat;width:60px;height:60px;}
4248 .feature-circle-stroked{background-position:-0px -0px;}
4249 .feature-circle{background-position:-54px -0px;}
4250 .feature-square-stroked{background-position:-108px -0px;}
4251 .feature-square{background-position:-162px -0px;}
4252 .feature-triangle-stroked{background-position:-216px -0px;}
4253 .feature-triangle{background-position:-0px -24px;}
4254 .feature-star-stroked{background-position:-54px -24px;}
4255 .feature-star{background-position:-108px -24px;}
4256 .feature-cross{background-position:-162px -24px;}
4257 .feature-marker-stroked{background-position:-216px -24px;}
4258 .feature-marker{background-position:-0px -48px;}
4259 .feature-religious-jewish{background-position:-54px -48px;}
4260 .feature-religious-christian{background-position:-108px -48px;}
4261 .feature-religious-muslim{background-position:-162px -48px;}
4262 .feature-cemetery{background-position:-216px -48px;}
4263 .feature-rocket{background-position:-0px -72px;}
4264 .feature-airport{background-position:-54px -72px;}
4265 .feature-heliport{background-position:-108px -72px;}
4266 .feature-rail{background-position:-162px -72px;}
4267 .feature-rail-metro{background-position:-216px -72px;}
4268 .feature-rail-light{background-position:-0px -96px;}
4269 .feature-bus{background-position:-54px -96px;}
4270 .feature-fuel{background-position:-108px -96px;}
4271 .feature-parking{background-position:-162px -96px;}
4272 .feature-parking-garage{background-position:-216px -96px;}
4273 .feature-airfield{background-position:-0px -120px;}
4274 .feature-roadblock{background-position:-54px -120px;}
4275 .feature-ferry{background-position:-108px -120px;}
4276 .feature-harbor{background-position:-162px -120px;}
4277 .feature-bicycle{background-position:-216px -120px;}
4278 .feature-park{background-position:-0px -144px;}
4279 .feature-park2{background-position:-54px -144px;}
4280 .feature-museum{background-position:-108px -144px;}
4281 .feature-lodging{background-position:-162px -144px;}
4282 .feature-monument{background-position:-216px -144px;}
4283 .feature-zoo{background-position:-0px -168px;}
4284 .feature-garden{background-position:-54px -168px;}
4285 .feature-campsite{background-position:-108px -168px;}
4286 .feature-theatre{background-position:-162px -168px;}
4287 .feature-art-gallery{background-position:-216px -168px;}
4288 .feature-pitch{background-position:-0px -192px;}
4289 .feature-soccer{background-position:-54px -192px;}
4290 .feature-america-football{background-position:-108px -192px;}
4291 .feature-tennis{background-position:-162px -192px;}
4292 .feature-basketball{background-position:-216px -192px;}
4293 .feature-baseball{background-position:-0px -216px;}
4294 .feature-golf{background-position:-54px -216px;}
4295 .feature-swimming{background-position:-108px -216px;}
4296 .feature-cricket{background-position:-162px -216px;}
4297 .feature-skiing{background-position:-216px -216px;}
4298 .feature-school{background-position:-0px -240px;}
4299 .feature-college{background-position:-54px -240px;}
4300 .feature-library{background-position:-108px -240px;}
4301 .feature-post{background-position:-162px -240px;}
4302 .feature-fire-station{background-position:-216px -240px;}
4303 .feature-town-hall{background-position:-0px -264px;}
4304 .feature-police{background-position:-54px -264px;}
4305 .feature-prison{background-position:-108px -264px;}
4306 .feature-embassy{background-position:-162px -264px;}
4307 .feature-beer{background-position:-216px -264px;}
4308 .feature-restaurant{background-position:-0px -288px;}
4309 .feature-cafe{background-position:-54px -288px;}
4310 .feature-shop{background-position:-108px -288px;}
4311 .feature-fast-food{background-position:-162px -288px;}
4312 .feature-bar{background-position:-216px -288px;}
4313 .feature-bank{background-position:-0px -312px;}
4314 .feature-grocery{background-position:-54px -312px;}
4315 .feature-cinema{background-position:-108px -312px;}
4316 .feature-pharmacy{background-position:-162px -312px;}
4317 .feature-hospital{background-position:-216px -312px;}
4318 .feature-danger{background-position:-0px -336px;}
4319 .feature-industrial{background-position:-54px -336px;}
4320 .feature-warehouse{background-position:-108px -336px;}
4321 .feature-commercial{background-position:-162px -336px;}
4322 .feature-building{background-position:-216px -336px;}
4323 .feature-place-of-worship{background-position:-0px -360px;}
4324 .feature-alcohol-shop{background-position:-54px -360px;}
4325 .feature-logging{background-position:-108px -360px;}
4326 .feature-oil-well{background-position:-162px -360px;}
4327 .feature-slaughterhouse{background-position:-216px -360px;}
4328 .feature-dam{background-position:-0px -384px;}
4329 .feature-water{background-position:-54px -384px;}
4330 .feature-wetland{background-position:-108px -384px;}
4331 .feature-disability{background-position:-162px -384px;}
4332 .feature-telephone{background-position:-216px -384px;}
4333 .feature-emergency-telephone{background-position:-0px -408px;}
4334 .feature-toilets{background-position:-54px -408px;}
4335 .feature-waste-basket{background-position:-108px -408px;}
4336 .feature-music{background-position:-162px -408px;}
4337 .feature-land-use{background-position:-216px -408px;}
4338 .feature-city{background-position:-0px -432px;}
4339 .feature-town{background-position:-54px -432px;}
4340 .feature-village{background-position:-108px -432px;}
4341 .feature-farm{background-position:-162px -432px;}
4342 .feature-bakery{background-position:-216px -432px;}
4343 .feature-dog-park{background-position:-0px -456px;}
4344 .feature-lighthouse{background-position:-54px -456px;}
4345 .feature-clothing-store{background-position:-108px -456px;}
4346 .feature-polling-place{background-position:-162px -456px;}
4347 .feature-playground{background-position:-216px -456px;}
4348 .feature-entrance{background-position:-0px -480px;}
4349 .feature-heart{background-position:-54px -480px;}
4350 .feature-london-underground{background-position:-108px -480px;}
4351 .feature-minefield{background-position:-162px -480px;}
4352 .feature-rail-underground{background-position:-216px -480px;}
4353 .feature-rail-above{background-position:-0px -504px;}
4354 .feature-camera{background-position:-54px -504px;}
4355 .feature-laundry{background-position:-108px -504px;}
4356 .feature-car{background-position:-162px -504px;}
4357 .feature-suitcase{background-position:-216px -504px;}
4358 .feature-hairdresser{background-position:-0px -528px;}
4359 .feature-chemist{background-position:-54px -528px;}
4360 .feature-mobilephone{background-position:-108px -528px;}
4361 .feature-scooter{background-position:-162px -528px;}
4362 .preset-icon-line.feature-highway-motorway{background-position:-20px -25px;}
4363 .preset-icon-line.feature-highway-trunk{background-position:-80px -25px;}
4364 .preset-icon-line.feature-highway-primary{background-position:-140px -25px;}
4365 .preset-icon-line.feature-highway-secondary{background-position:-200px -25px;}
4366 .preset-icon-line.feature-highway-tertiary{background-position:-260px -25px;}
4367 .preset-icon-line.feature-highway-motorway-link{background-position:-320px -25px;}
4368 .preset-icon-line.feature-highway-trunk-link{background-position:-380px -25px;}
4369 .preset-icon-line.feature-highway-primary-link{background-position:-440px -25px;}
4370 .preset-icon-line.feature-highway-secondary-link{background-position:-500px -25px;}
4371 .preset-icon-line.feature-highway-tertiary-link{background-position:-560px -25px;}
4372 .preset-icon-line.feature-highway-residential{background-position:-620px -25px;}
4373 .preset-icon-line.feature-highway-unclassified{background-position:-680px -25px;}
4374 .preset-icon-line.feature-highway-service{background-position:-740px -25px;}
4375 .preset-icon-line.feature-highway-road{background-position:-800px -25px;}
4376 .preset-icon-line.feature-highway-track{background-position:-860px -25px;}
4377 .preset-icon-line.feature-highway-living-street{background-position:-920px -25px;}
4378 .preset-icon-line.feature-highway-path{background-position:-980px -25px;}
4379 .preset-icon-line.feature-highway-cycleway{background-position:-1040px -25px;}
4380 .preset-icon-line.feature-highway-footway{background-position:-1100px -25px;}
4381 .preset-icon-line.feature-highway-bridleway{background-position:-1160px -25px;}
4382 .preset-icon-line.feature-highway-steps{background-position:-1220px -25px;}
4383 .preset-icon-line.feature-railway-rail{background-position:-1280px -25px;}
4384 .preset-icon-line.feature-railway-disused{background-position:-1340px -25px;}
4385 .preset-icon-line.feature-railway-abandoned{background-position:-1400px -25px;}
4386 .preset-icon-line.feature-railway-subway{background-position:-1460px -25px;}
4387 .preset-icon-line.feature-railway-light-rail{background-position:-1520px -25px;}
4388 .preset-icon-line.feature-railway-monorail{background-position:-1580px -25px;}
4389 .preset-icon-line.feature-waterway-river{background-position:-1640px -25px;}
4390 .preset-icon-line.feature-waterway-stream{background-position:-1700px -25px;}
4391 .preset-icon-line.feature-waterway-canal{background-position:-1760px -25px;}
4392 .preset-icon-line.feature-waterway-ditch{background-position:-1820px -25px;}
4393 .preset-icon-line.feature-power-line{background-position:-1880px -25px;}
4394 .preset-icon-line.feature-other-line{background-position:-1940px -25px;}
4395 .preset-icon-line.feature-category-roads{background-position:-2000px -25px;}
4396 .preset-icon-line.feature-category-rail{background-position:-2060px -25px;}
4397 .preset-icon-line.feature-category-path{background-position:-2120px -25px;}
4398 .preset-icon-line.feature-category-water{background-position:-2180px -25px;}
4399 .preset-icon-line.feature-ferry{background-position:-2240px -25px;}
4400 .preset-icon-line.feature-pipeline{background-position:-2300px -25px;}
4401 .preset-icon-relation.feature-relation{background-position:-20px -25px;}
4402 .preset-icon-relation.feature-restriction{background-position:-80px -25px;}
4403 .preset-icon-relation.feature-multipolygon{background-position:-140px -25px;}
4404 .preset-icon-relation.feature-boundary{background-position:-200px -25px;}
4405 .preset-icon-relation.feature-route{background-position:-260px -25px;}
4406 .preset-icon-relation.feature-route-road{background-position:-320px -25px;}
4407 .preset-icon-relation.feature-route-bicycle{background-position:-380px -25px;}
4408 .preset-icon-relation.feature-route-foot{background-position:-440px -25px;}
4409 .preset-icon-relation.feature-route-bus{background-position:-500px -25px;}
4410 .preset-icon-relation.feature-route-train{background-position:-560px -25px;}
4411 .preset-icon-relation.feature-route-detour{background-position:-620px -25px;}
4412 .preset-icon-relation.feature-route-tram{background-position:-680px -25px;}
4413 .preset-icon-relation.feature-route-ferry{background-position:-740px -25px;}
4414 .preset-icon-relation.feature-route-power{background-position:-800px -25px;}
4415 .preset-icon-relation.feature-route-pipeline{background-position:-860px -25px;}
4416 .preset-icon-relation.feature-route-master{background-position:-920px -25px;}
4417 .preset-icon-relation.feature-restriction-no-straight-on{background-position:-980px -25px;}
4418 .preset-icon-relation.feature-restriction-no-u-turn{background-position:-1040px -25px;}
4419 .preset-icon-relation.feature-restriction-no-left-turn{background-position:-1100px -25px;}
4420 .preset-icon-relation.feature-restriction-no-right-turn{background-position:-1160px -25px;}
4421 .preset-icon-relation.feature-restriction-only-straight-on{background-position:-1220px -25px;}
4422 .preset-icon-relation.feature-restriction-only-left-turn{background-position:-1280px -25px;}
4423 .preset-icon-relation.feature-restriction-only-right-turn{background-position:-1340px -25px;}