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 */
165 use { pointer-events: none; }
168 .layer-osm path:not(.oneway) { fill: none; } /* IE needs :not(.oneway) */
170 /* the above fill: none rule affects paths in <use> shadow dom only in Firefox */
171 .layer-osm use.icon path { fill: #333; } /* FF svg Maki icons */
172 .layer-osm .turn use path { fill: #000; } /* FF turn restriction icons */
173 #turn-only-shape2, #turn-only-u-shape2 { fill: #7092FF; } /* FF turn-only, turn-only-u */
174 #turn-no-shape2, #turn-no-u-shape2 { fill: #E06D5F; } /* FF turn-no, turn-no-u */
175 #turn-yes-shape2, #turn-yes-u-shape2 { fill: #8CD05F; } /* FF turn-yes, turn-yes-u */
184 pointer-events: stroke;
202 g.point.related:not(.selected) .shadow,
203 g.point.hover:not(.selected) .shadow {
207 g.point.selected .shadow {
211 g.point.active, g.point.active * {
212 pointer-events: none;
215 g.point ellipse.stroke {
219 .mode-drag-node g.point.active ellipse.stroke {
224 /* vertices and midpoints */
236 g.vertex.shared .stroke {
254 g.vertex.vertex-hover {
258 .mode-draw-area g.vertex.vertex-hover,
259 .mode-draw-line g.vertex.vertex-hover,
260 .mode-add-area g.vertex.vertex-hover,
261 .mode-add-line g.vertex.vertex-hover,
262 .mode-add-point g.vertex.vertex-hover,
263 .mode-drag-node g.vertex.vertex-hover {
267 .mode-draw-area .hover-disabled g.vertex.vertex-hover,
268 .mode-draw-line .hover-disabled g.vertex.vertex-hover,
269 .mode-add-area .hover-disabled g.vertex.vertex-hover,
270 .mode-add-line .hover-disabled g.vertex.vertex-hover,
271 .mode-add-point .hover-disabled g.vertex.vertex-hover,
272 .mode-drag-node .hover-disabled g.vertex.vertex-hover {
276 g.vertex.related:not(.selected) .shadow,
277 g.vertex.hover:not(.selected) .shadow,
278 g.midpoint.related:not(.selected) .shadow,
279 g.midpoint.hover:not(.selected) .shadow {
283 g.vertex.selected .shadow {
287 .mode-draw-area g.midpoint,
288 .mode-draw-line g.midpoint,
289 .mode-add-area g.midpoint,
290 .mode-add-line g.midpoint,
291 .mode-add-point g.midpoint {
297 .preset-icon .icon.other-line {
303 stroke-linecap: round;
304 stroke-linejoin: bevel;
318 path.shadow.related:not(.selected),
319 path.shadow.hover:not(.selected) {
323 path.shadow.selected {
333 /* Labels / Markers */
337 pointer-events: none;
342 .oneway .textpath.tag-waterway {
353 text.pointlabel-halo,
357 dominant-baseline: middle;
362 pointer-events: none;
363 -webkit-transition: opacity 100ms linear;
364 transition: opacity 100ms linear;
365 -moz-transition: opacity 100ms linear;
368 /* Opera doesn't support dominant-baseline. See #715 */
369 /* Safari 10 seems to have regressed too */
370 .linelabel-halo .textpath,
371 .linelabel .textpath {
372 baseline-shift: -33%;
373 dominant-baseline: auto;
380 stroke-miterlimit: 1;
391 .icon.areaicon-halo {
395 stroke-miterlimit: 1;
412 .form-field-restrictions .vertex {
413 pointer-events: none;
414 cursor: auto !important;
418 pointer-events: visibleStroke;
424 pointer-events: none;
443 stroke: rgba(255, 255, 255, 0.3);
444 fill: rgba(255, 255, 255, 0.3);
447 .preset-icon-fill-area {
448 border: 1px solid rgb(170, 170, 170);
449 background-color: rgba(170, 170, 170, 0.3);
452 path.shadow.old-multipolygon,
453 path.stroke.old-multipolygon {
454 stroke-dasharray: 100, 5;
455 stroke-linecap: butt;
458 path.stroke.tag-natural {
459 stroke: rgb(182, 225, 153);
461 path.fill.tag-natural {
462 stroke: rgba(182, 225, 153, 0.3);
463 fill: rgba(182, 225, 153, 0.3);
465 .preset-icon-fill-area.tag-natural {
466 border-color: rgb(182, 225, 153);
467 background-color: rgba(182, 225, 153, 0.3);
470 path.stroke.tag-landuse,
471 path.stroke.tag-natural-wood,
472 path.stroke.tag-natural-tree,
473 path.stroke.tag-natural-grassland,
474 path.stroke.tag-natural-grass,
475 path.stroke.tag-leisure-nature_reserve,
476 path.stroke.tag-leisure-pitch,
477 path.stroke.tag-leisure-park {
478 stroke: rgb(140, 208, 95);
480 path.fill.tag-landuse,
481 path.fill.tag-natural-wood,
482 path.fill.tag-natural-tree,
483 path.fill.tag-natural-grassland,
484 path.fill.tag-natural-grass,
485 path.fill.tag-leisure-nature_reserve,
486 path.fill.tag-leisure-pitch,
487 path.fill.tag-leisure-park {
488 stroke: rgba(140, 208, 95, 0.3);
489 fill: rgba(140, 208, 95, 0.3);
491 .preset-icon-fill-area.tag-landuse,
492 .preset-icon-fill-area.tag-natural-wood,
493 .preset-icon-fill-area.tag-natural-tree,
494 .preset-icon-fill-area.tag-natural-grassland,
495 .preset-icon-fill-area.tag-natural-grass,
496 .preset-icon-fill-area.tag-leisure-nature_reserve,
497 .preset-icon-fill-area.tag-leisure-pitch,
498 .preset-icon-fill-area.tag-leisure-park {
499 border-color: rgb(140, 208, 95);
500 background-color: rgba(140, 208, 95, 0.3);
503 path.stroke.tag-amenity-swimming_pool,
504 path.stroke.tag-leisure-swimming_pool,
505 path.stroke.tag-natural-water,
506 path.stroke.tag-landuse-aquaculture,
507 path.stroke.tag-landuse-basin,
508 path.stroke.tag-landuse-harbour,
509 path.stroke.tag-landuse-reservoir {
510 stroke: rgb(119, 211, 222);
512 path.fill.tag-amenity-swimming_pool,
513 path.fill.tag-leisure-swimming_pool,
514 path.fill.tag-landuse-aquaculture,
515 path.fill.tag-landuse-basin,
516 path.fill.tag-landuse-harbour,
517 path.fill.tag-landuse-reservoir,
518 path.fill.tag-natural-water {
519 stroke: rgba(119, 211, 222, 0.3);
520 fill: rgba(119, 211, 222, 0.3);
522 .preset-icon-fill-area.tag-amenity-swimming_pool,
523 .preset-icon-fill-area.tag-leisure-swimming_pool,
524 .preset-icon-fill-area.tag-landuse-aquaculture,
525 .preset-icon-fill-area.tag-landuse-basin,
526 .preset-icon-fill-area.tag-landuse-harbour,
527 .preset-icon-fill-area.tag-landuse-reservoir,
528 .preset-icon-fill-area.tag-natural-water {
529 border-color: rgb(119, 211, 222);
530 background-color: rgba(119, 211, 222, 0.3);
533 path.stroke.tag-amenity-childcare,
534 path.stroke.tag-amenity-kindergarten,
535 path.stroke.tag-amenity-school,
536 path.stroke.tag-amenity-college,
537 path.stroke.tag-amenity-university {
538 stroke: rgb(255, 255, 148);
540 path.fill.tag-amenity-childcare,
541 path.fill.tag-amenity-kindergarten,
542 path.fill.tag-amenity-school,
543 path.fill.tag-amenity-college,
544 path.fill.tag-amenity-university {
545 stroke: rgba(255, 255, 148, 0.15);
546 fill: rgba(255, 255, 148, 0.15);
548 .preset-icon-fill-area.tag-amenity-childcare,
549 .preset-icon-fill-area.tag-amenity-kindergarten,
550 .preset-icon-fill-area.tag-amenity-school,
551 .preset-icon-fill-area.tag-amenity-college,
552 .preset-icon-fill-area.tag-amenity-university {
553 border-color: rgb(232, 232, 0);
554 background-color: rgba(255, 255, 148, 0.15);
557 path.stroke.tag-landuse-residential {
558 stroke: rgb(196, 189, 25);
560 path.fill.tag-landuse-residential {
561 stroke: rgba(196, 189, 25, 0.3);
562 fill: rgba(196, 189, 25, 0.3);
564 .preset-icon-fill-area.tag-landuse-residential {
565 border-color: rgb(196, 189, 25);
566 background: rgba(196, 189, 25, 0.3);
569 path.stroke.tag-landuse-retail,
570 path.stroke.tag-landuse-commercial {
571 stroke: rgb(214, 136, 26);
573 path.fill.tag-landuse-retail,
574 path.fill.tag-landuse-commercial {
575 stroke: rgba(214, 136, 26, 0.3);
576 fill: rgba(214, 136, 26, 0.3);
578 .preset-icon-fill-area.tag-landuse-retail,
579 .preset-icon-fill-area.tag-landuse-commercial {
580 border-color: rgb(214, 136, 26);
581 background-color: rgba(214, 136, 26, 0.3);
584 path.stroke.tag-landuse-industrial,
585 path.stroke.tag-power-plant {
586 stroke: rgb(228, 164, 245);
588 path.fill.tag-landuse-industrial,
589 path.fill.tag-power-plant {
590 stroke: rgba(228, 164, 245, 0.3);
591 fill: rgba(228, 164, 245, 0.3);
593 .preset-icon-fill-area.tag-landuse-industrial,
594 .preset-icon-fill-area.tag-power-plant {
595 border-color: rgb(228, 164, 245);
596 background-color: rgba(228, 164, 245, 0.3);
599 path.stroke.tag-natural-bare_rock,
600 path.stroke.tag-natural-scree,
601 path.stroke.tag-landuse-railway,
602 path.stroke.tag-landuse-quarry {
603 stroke: rgb(166, 149, 123);
605 path.fill.tag-natural-bare_rock,
606 path.fill.tag-natural-scree,
607 path.fill.tag-landuse-railway,
608 path.fill.tag-landuse-quarry {
609 stroke: rgba(166, 149, 123, 0.2);
610 fill: rgba(166, 149, 123, 0.2);
612 .preset-icon-fill-area.tag-natural-bare_rock,
613 .preset-icon-fill-area.tag-natural-scree,
614 .preset-icon-fill-area.tag-landuse-railway,
615 .preset-icon-fill-area.tag-landuse-quarry {
616 border-color: rgb(166, 149, 123);
617 background-color: rgba(166, 149, 123, 0.2);
620 path.stroke.tag-landuse-landfill {
621 stroke: rgb(255, 153, 51);
623 path.fill.tag-landuse-landfill {
624 stroke: rgba(255, 153, 51, 0.2);
625 fill: rgba(255, 153, 51, 0.2);
627 .preset-icon-fill-area.tag-landuse-landfill {
628 border-color: rgb(255, 153, 51);
629 background-color: rgba(255, 153, 51, 0.2);
632 .pattern-color-construction {
633 fill: rgba(196, 189, 25, 0.2);
635 path.stroke.tag-landuse.tag-status,
636 path.stroke.tag-landuse-construction {
637 stroke: rgb(196, 189, 25);
639 .preset-icon-fill-area.tag-landuse.tag-status,
640 .preset-icon-fill-area.tag-landuse-construction {
641 border-color: rgb(196, 189, 25);
642 background-color: rgba(196, 189, 25, 0.2);
645 path.stroke.tag-military,
646 path.stroke.tag-landuse-military {
647 stroke: rgb(214, 136, 26);
649 path.fill.tag-military,
650 path.fill.tag-landuse-military {
651 stroke: rgba(214, 136, 26, 0.2);
652 fill: rgba(214, 136, 26, 0.2);
654 .preset-icon-fill-area.tag-military,
655 .preset-icon-fill-area.tag-landuse-military {
656 border-color: rgb(214, 136, 26);
657 background-color: rgba(214, 136, 26, 0.2);
660 .pattern-color-wetland {
661 fill: rgba(182, 225, 153, 0.2);
663 path.stroke.tag-natural-wetland {
664 stroke: rgb(182, 225, 153);
666 .preset-icon-fill-area.tag-natural-wetland {
667 border-color: rgb(182, 225, 153);
668 background-color: rgba(182, 225, 153, 0.2);
671 .pattern-color-meadow {
672 fill: rgba(182, 225, 153, 0.2);
674 path.stroke.tag-landuse-meadow {
675 stroke: rgb(182, 225, 153);
677 .preset-icon-fill-area.tag-landuse-meadow {
678 border-color: rgb(182, 225, 153);
679 background-color: rgba(182, 225, 153, 0.2);
682 .pattern-color-beach,
683 .pattern-color-sand {
684 fill: rgba(255, 255, 126, 0.2);
686 path.stroke.tag-natural-beach,
687 path.stroke.tag-natural-sand {
688 stroke: rgb(255, 255, 126);
690 .preset-icon-fill-area.tag-natural-beach,
691 .preset-icon-fill-area.tag-natural-sand {
692 border-color: rgb(255, 255, 126);
693 background-color: rgba(255, 255, 126, 0.2);
696 .pattern-color-scrub {
697 fill: rgba(219, 240, 139, 0.2);
699 path.stroke.tag-natural-scrub {
700 stroke: rgb(219, 240, 139);
702 .preset-icon-fill-area.tag-natural-scrub {
703 border-color: rgb(219, 240, 139);
704 background-color: rgba(219, 240, 139, 0.2);
708 .pattern-color-farmland {
709 fill: rgba(140, 208, 95, 0.2);
711 path.stroke.tag-landuse-farm,
712 path.stroke.tag-landuse-farmland {
713 stroke: rgb(140, 208, 95);
715 .preset-icon-fill-area.tag-landuse-farm,
716 .preset-icon-fill-area.tag-landuse-farmland {
717 background-color: rgba(140, 208, 95, 0.2);
720 path.stroke.tag-landuse-farmyard {
721 stroke: rgb(245, 220, 186);
723 path.fill.tag-landuse-farmyard {
724 stroke: rgba(245, 220, 186, 0.3);
725 fill: rgba(245, 220, 186, 0.3);
727 .preset-icon-fill-area.tag-landuse-farmyard {
728 border-color: rgb(226, 177, 111);
729 background: rgba(245, 220, 186, 0.3);
732 .pattern-color-cemetery,
733 .pattern-color-orchard {
734 fill: rgba(140, 208, 95, 0.2);
736 path.stroke.tag-landuse-cemetery,
737 path.stroke.tag-landuse-orchard {
738 stroke: rgb(140, 208, 95);
740 .preset-icon-fill-area.tag-landuse-cemetery,
741 .preset-icon-fill-area.tag-landuse-orchard {
742 background-color: rgba(140, 208, 95, 0.2);
745 path.stroke.tag-amenity-parking {
746 stroke: rgb(170, 170, 170);
748 path.fill.tag-amenity-parking {
749 stroke: rgba(170, 170, 170, 0.3);
750 fill: rgba(170, 170, 170, 0.3);
752 .preset-icon-fill-area.tag-amenity-parking {
753 border-color: rgb(170, 170, 170);
754 background-color: rgba(170, 170, 170, 0.3);
759 .preset-icon .icon.tag-highway.other-line {
763 path.casing.tag-highway {
766 path.stroke.tag-highway {
772 path.stroke.area.tag-highway {
774 stroke-dasharray: none;
780 path.shadow.tag-highway {
783 path.casing.tag-highway {
786 path.stroke.tag-highway {
790 .low-zoom path.shadow.tag-highway {
793 .low-zoom path.casing.tag-highway {
796 .low-zoom path.stroke.tag-highway {
800 .preset-icon .icon.highway-motorway,
801 .preset-icon .icon.highway-motorway-link {
805 path.stroke.tag-highway-motorway,
806 path.stroke.tag-highway-motorway_link,
807 path.stroke.tag-motorway {
810 path.casing.tag-highway-motorway,
811 path.casing.tag-highway-motorway_link,
812 path.casing.tag-motorway {
816 .preset-icon .icon.highway-trunk,
817 .preset-icon .icon.highway-trunk-link {
821 path.stroke.tag-highway-trunk,
822 path.stroke.tag-highway-trunk_link,
823 path.stroke.tag-trunk {
826 path.casing.tag-highway-trunk,
827 path.casing.tag-highway-trunk_link,
828 path.casing.tag-trunk {
832 .preset-icon .icon.highway-primary,
833 .preset-icon .icon.highway-primary-link {
837 path.stroke.tag-highway-primary,
838 path.stroke.tag-highway-primary_link,
839 path.stroke.tag-primary {
842 path.casing.tag-highway-primary,
843 path.casing.tag-highway-primary_link,
844 path.casing.tag-primary {
848 .preset-icon .icon.highway-secondary,
849 .preset-icon .icon.highway-secondary-link {
853 path.stroke.tag-highway-secondary,
854 path.stroke.tag-highway-secondary_link,
855 path.stroke.tag-secondary {
858 path.casing.tag-highway-secondary,
859 path.casing.tag-highway-secondary_link,
860 path.casing.tag-secondary {
864 .preset-icon .icon.highway-tertiary,
865 .preset-icon .icon.highway-tertiary-link {
869 path.stroke.tag-highway-tertiary,
870 path.stroke.tag-highway-tertiary_link,
871 path.stroke.tag-tertiary {
874 path.casing.tag-highway-tertiary,
875 path.casing.tag-highway-tertiary_link,
876 path.casing.tag-tertiary {
880 .legacy-carto .preset-icon .icon.highway-motorway,
881 .legacy-carto .preset-icon .icon.highway-motorway-link {
885 .legacy-carto path.stroke.tag-highway-motorway,
886 .legacy-carto path.stroke.tag-highway-motorway_link,
887 .legacy-carto path.stroke.tag-motorway {
890 .legacy-carto path.casing.tag-highway-motorway,
891 .legacy-carto path.casing.tag-highway-motorway_link,
892 .legacy-carto path.casing.tag-motorway {
896 .legacy-carto .preset-icon .icon.highway-trunk,
897 .legacy-carto .preset-icon .icon.highway-trunk-link {
901 .legacy-carto path.stroke.tag-highway-trunk,
902 .legacy-carto path.stroke.tag-highway-trunk_link,
903 .legacy-carto path.stroke.tag-trunk {
906 .legacy-carto path.casing.tag-highway-trunk,
907 .legacy-carto path.casing.tag-highway-trunk_link,
908 .legacy-carto path.casing.tag-trunk {
912 .legacy-carto .preset-icon .icon.highway-primary,
913 .legacy-carto .preset-icon .icon.highway-primary-link {
917 .legacy-carto path.stroke.tag-highway-primary,
918 .legacy-carto path.stroke.tag-highway-primary_link,
919 .legacy-carto path.stroke.tag-primary {
922 .legacy-carto path.casing.tag-highway-primary,
923 .legacy-carto path.casing.tag-highway-primary_link,
924 .legacy-carto path.casing.tag-primary {
928 .legacy-carto .preset-icon .icon.highway-secondary,
929 .legacy-carto .preset-icon .icon.highway-secondary-link {
933 .legacy-carto path.stroke.tag-highway-secondary,
934 .legacy-carto path.stroke.tag-highway-secondary_link,
935 .legacy-carto path.stroke.tag-secondary {
938 .legacy-carto path.casing.tag-highway-secondary,
939 .legacy-carto path.casing.tag-highway-secondary_link,
940 .legacy-carto path.casing.tag-secondary {
944 .legacy-carto .preset-icon .icon.highway-tertiary,
945 .legacy-carto .preset-icon .icon.highway-tertiary-link {
949 .legacy-carto path.stroke.tag-highway-tertiary,
950 .legacy-carto path.stroke.tag-highway-tertiary_link,
951 .legacy-carto path.stroke.tag-tertiary {
954 .legacy-carto path.casing.tag-highway-tertiary,
955 .legacy-carto path.casing.tag-highway-tertiary_link,
956 .legacy-carto path.casing.tag-tertiary {
960 .preset-icon .icon.highway-residential {
964 path.stroke.tag-highway-residential,
965 path.stroke.tag-residential {
968 path.casing.tag-highway-residential,
969 path.casing.tag-residential {
973 .preset-icon .icon.highway-unclassified {
977 path.stroke.tag-highway-unclassified,
978 path.stroke.tag-unclassified {
981 path.casing.tag-highway-unclassified,
982 path.casing.tag-unclassified {
987 /* narrow highways */
989 path.shadow.tag-highway-living_street,
990 path.shadow.tag-highway-service,
991 path.shadow.tag-highway-track,
992 path.shadow.tag-highway-road,
993 path.shadow.tag-living_street,
994 path.shadow.tag-service,
995 path.shadow.tag-track,
996 path.shadow.tag-road {
999 path.casing.tag-highway-living_street,
1000 path.casing.tag-highway-service,
1001 path.casing.tag-highway-track,
1002 path.casing.tag-highway-road,
1003 path.casing.tag-living_street,
1004 path.casing.tag-service,
1005 path.casing.tag-track,
1006 path.casing.tag-road {
1009 path.stroke.tag-highway-living_street,
1010 path.stroke.tag-highway-service,
1011 path.stroke.tag-highway-track,
1012 path.stroke.tag-highway-road,
1013 path.stroke.tag-living_street,
1014 path.stroke.tag-service,
1015 path.stroke.tag-track,
1016 path.stroke.tag-road {
1020 path.shadow.tag-highway-path,
1021 path.shadow.tag-highway-footway,
1022 path.shadow.tag-highway-cycleway,
1023 path.shadow.tag-highway-bridleway,
1024 path.shadow.tag-highway-corridor,
1025 path.shadow.tag-highway-pedestrian,
1026 path.shadow.tag-highway-steps,
1027 path.shadow.tag-path,
1028 path.shadow.tag-footway,
1029 path.shadow.tag-cycleway,
1030 path.shadow.tag-bridleway,
1031 path.shadow.tag-corridor,
1032 path.shadow.tag-pedestrian,
1033 path.shadow.tag-steps {
1036 path.casing.tag-highway-path,
1037 path.casing.tag-highway-footway,
1038 path.casing.tag-highway-cycleway,
1039 path.casing.tag-highway-bridleway,
1040 path.casing.tag-highway-corridor,
1041 path.casing.tag-highway-pedestrian,
1042 path.casing.tag-highway-steps,
1043 path.casing.tag-path,
1044 path.casing.tag-footway,
1045 path.casing.tag-cycleway,
1046 path.casing.tag-bridleway,
1047 path.casing.tag-corridor,
1048 path.casing.tag-pedestrian,
1049 path.casing.tag-steps {
1052 path.stroke.tag-highway-path,
1053 path.stroke.tag-highway-footway,
1054 path.stroke.tag-highway-cycleway,
1055 path.stroke.tag-highway-bridleway,
1056 path.stroke.tag-highway-corridor,
1057 path.stroke.tag-highway-pedestrian,
1058 path.stroke.tag-highway-steps,
1059 path.stroke.tag-path,
1060 path.stroke.tag-footway,
1061 path.stroke.tag-cycleway,
1062 path.stroke.tag-bridleway,
1063 path.stroke.tag-corridor,
1064 path.stroke.tag-pedestrian,
1065 path.stroke.tag-steps {
1069 .low-zoom path.shadow.tag-highway-living_street,
1070 .low-zoom path.shadow.tag-highway-service,
1071 .low-zoom path.shadow.tag-highway-track,
1072 .low-zoom path.shadow.tag-highway-road,
1073 .low-zoom path.shadow.tag-living_street,
1074 .low-zoom path.shadow.tag-service,
1075 .low-zoom path.shadow.tag-track,
1076 .low-zoom path.shadow.tag-road {
1079 .low-zoom path.casing.tag-highway-living_street,
1080 .low-zoom path.casing.tag-highway-service,
1081 .low-zoom path.casing.tag-highway-track,
1082 .low-zoom path.casing.tag-highway-road,
1083 .low-zoom path.casing.tag-living_street,
1084 .low-zoom path.casing.tag-service,
1085 .low-zoom path.casing.tag-track,
1086 .low-zoom path.casing.tag-road {
1089 .low-zoom path.stroke.tag-highway-living_street,
1090 .low-zoom path.stroke.tag-highway-service,
1091 .low-zoom path.stroke.tag-highway-track,
1092 .low-zoom path.stroke.tag-highway-road,
1093 .low-zoom path.stroke.tag-living_street,
1094 .low-zoom path.stroke.tag-service,
1095 .low-zoom path.stroke.tag-track,
1096 .low-zoom path.stroke.tag-road {
1100 .low-zoom path.shadow.tag-highway-path,
1101 .low-zoom path.shadow.tag-highway-footway,
1102 .low-zoom path.shadow.tag-highway-cycleway,
1103 .low-zoom path.shadow.tag-highway-bridleway,
1104 .low-zoom path.shadow.tag-highway-corridor,
1105 .low-zoom path.shadow.tag-highway-pedestrian,
1106 .low-zoom path.shadow.tag-highway-steps,
1107 .low-zoom path.shadow.tag-path,
1108 .low-zoom path.shadow.tag-footway,
1109 .low-zoom path.shadow.tag-cycleway,
1110 .low-zoom path.shadow.tag-bridleway,
1111 .low-zoom path.shadow.tag-corridor,
1112 .low-zoom path.shadow.tag-pedestrian,
1113 .low-zoom path.shadow.tag-steps {
1116 .low-zoom path.casing.tag-highway-path,
1117 .low-zoom path.casing.tag-highway-footway,
1118 .low-zoom path.casing.tag-highway-cycleway,
1119 .low-zoom path.casing.tag-highway-bridleway,
1120 .low-zoom path.casing.tag-highway-corridor,
1121 .low-zoom path.casing.tag-highway-pedestrian,
1122 .low-zoom path.casing.tag-highway-steps,
1123 .low-zoom path.casing.tag-path,
1124 .low-zoom path.casing.tag-footway,
1125 .low-zoom path.casing.tag-cycleway,
1126 .low-zoom path.casing.tag-bridleway,
1127 .low-zoom path.casing.tag-corridor,
1128 .low-zoom path.casing.tag-pedestrian,
1129 .low-zoom path.casing.tag-steps {
1132 .low-zoom path.stroke.tag-highway-path,
1133 .low-zoom path.stroke.tag-highway-footway,
1134 .low-zoom path.stroke.tag-highway-cycleway,
1135 .low-zoom path.stroke.tag-highway-bridleway,
1136 .low-zoom path.stroke.tag-highway-corridor,
1137 .low-zoom path.stroke.tag-highway-pedestrian,
1138 .low-zoom path.stroke.tag-highway-steps,
1139 .low-zoom path.stroke.tag-path,
1140 .low-zoom path.stroke.tag-footway,
1141 .low-zoom path.stroke.tag-cycleway,
1142 .low-zoom path.stroke.tag-bridleway,
1143 .low-zoom path.stroke.tag-corridor,
1144 .low-zoom path.stroke.tag-pedestrian,
1145 .low-zoom path.stroke.tag-steps {
1150 .preset-icon .icon.highway-living-street {
1154 path.stroke.tag-highway-living_street,
1155 path.stroke.tag-living_street {
1158 path.casing.tag-highway-living_street,
1159 path.casing.tag-living_street {
1163 .preset-icon .icon.highway-footway.tag-highway-corridor,
1164 .preset-icon .icon.highway-footway.tag-highway-pedestrian {
1168 path.stroke.tag-highway-corridor,
1169 path.stroke.tag-highway-pedestrian,
1170 path.stroke.tag-corridor,
1171 path.stroke.tag-pedestrian {
1173 stroke-dasharray: 2, 8;
1175 .low-zoom path.stroke.tag-highway-corridor,
1176 .low-zoom path.stroke.tag-highway-pedestrian,
1177 .low-zoom path.stroke.tag-corridor,
1178 .low-zoom path.stroke.tag-pedestrian {
1179 stroke-dasharray: 1, 4;
1181 path.casing.tag-highway-corridor,
1182 path.casing.tag-highway-pedestrian,
1183 path.casing.tag-corridor,
1184 path.casing.tag-pedestrian,
1185 path.casing.tag-highway-corridor.tag-unpaved,
1186 path.casing.tag-highway-pedestrian.tag-unpaved,
1187 path.casing.tag-corridor.tag-unpaved,
1188 path.casing.tag-pedestrian.tag-unpaved {
1190 stroke-linecap: round;
1191 stroke-dasharray: none;
1194 .preset-icon .icon.highway-road {
1198 path.stroke.tag-highway-road,
1199 path.stroke.tag-road {
1202 path.casing.tag-highway-road,
1203 path.casing.tag-road {
1207 .preset-icon .icon.highway-service {
1211 path.stroke.tag-highway-service,
1212 path.stroke.tag-service {
1215 path.casing.tag-highway-service,
1216 path.casing.tag-service {
1220 .preset-icon .icon.highway-track {
1224 path.stroke.tag-highway-track,
1225 path.stroke.tag-track {
1228 path.casing.tag-highway-track,
1229 path.casing.tag-track {
1233 path.stroke.tag-highway-path,
1234 path.stroke.tag-highway-footway,
1235 path.stroke.tag-highway-cycleway,
1236 path.stroke.tag-highway-bridleway {
1237 stroke-linecap: butt;
1238 stroke-dasharray: 6, 6;
1240 .low-zoom path.stroke.tag-highway-path,
1241 .low-zoom path.stroke.tag-highway-footway,
1242 .low-zoom path.stroke.tag-highway-cycleway,
1243 .low-zoom path.stroke.tag-highway-bridleway {
1244 stroke-linecap: butt;
1245 stroke-dasharray: 3, 3;
1248 path.casing.tag-highway-path,
1249 path.casing.tag-highway-path.tag-unpaved {
1251 stroke-linecap: round;
1252 stroke-dasharray: none;
1254 path.casing.tag-highway-footway,
1255 path.casing.tag-highway-cycleway,
1256 path.casing.tag-highway-bridleway,
1257 path.casing.tag-highway-footway.tag-unpaved,
1258 path.casing.tag-highway-cycleway.tag-unpaved,
1259 path.casing.tag-highway-bridleway.tag-unpaved {
1261 stroke-linecap: round;
1262 stroke-dasharray: none;
1265 .preset-icon .icon.category-path,
1266 .preset-icon .icon.highway-path {
1270 path.stroke.tag-highway-path {
1274 .preset-icon .icon.tag-route-foot,
1275 .preset-icon .icon.tag-route-hiking,
1276 .preset-icon .icon.highway-footway {
1280 path.stroke.tag-highway-footway {
1284 .preset-icon .icon.highway-footway.tag-crossing {
1287 path.stroke.tag-highway-footway.tag-crossing {
1289 stroke-dasharray: 6, 4;
1291 .low-zoom path.stroke.tag-highway-footway.tag-crossing {
1292 stroke-dasharray: 3, 2;
1295 .preset-icon .icon.tag-route-bicycle,
1296 .preset-icon .icon.highway-cycleway {
1300 path.stroke.tag-highway-cycleway {
1304 .preset-icon .icon.tag-route-horse,
1305 .preset-icon .icon.highway-bridleway {
1309 path.stroke.tag-highway-bridleway {
1313 .preset-icon .icon.highway-steps {
1317 path.stroke.tag-highway-steps {
1319 stroke-linecap: butt;
1320 stroke-dasharray: 3, 3;
1322 .low-zoom path.stroke.tag-highway-steps {
1323 stroke-dasharray: 2, 2;
1325 path.casing.tag-highway-steps,
1326 path.casing.tag-highway-steps.tag-unpaved {
1328 stroke-linecap: round;
1329 stroke-dasharray: none;
1332 /* highway midpoints */
1334 g.midpoint.tag-highway-corridor .fill,
1335 g.midpoint.tag-highway-pedestrian .fill,
1336 g.midpoint.tag-highway-steps .fill,
1337 g.midpoint.tag-highway-path .fill,
1338 g.midpoint.tag-highway-footway .fill,
1339 g.midpoint.tag-highway-cycleway .fill,
1340 g.midpoint.tag-highway-bridleway .fill {
1349 path.stroke.area.tag-aeroway {
1351 stroke-dasharray: none;
1355 /* narrow aeroways (taxiway) */
1357 path.shadow.tag-aeroway-taxiway,
1358 path.shadow.tag-taxiway {
1361 path.casing.tag-aeroway-taxiway,
1362 path.casing.tag-taxiway {
1365 path.stroke.tag-aeroway-taxiway,
1366 path.stroke.tag-taxiway {
1370 .low-zoom path.shadow.tag-aeroway-taxiway,
1371 .low-zoom path.shadow.tag-taxiway {
1374 .low-zoom path.casing.tag-aeroway-taxiway,
1375 .low-zoom path.casing.tag-taxiway {
1378 .low-zoom path.stroke.tag-aeroway-taxiway,
1379 .low-zoom path.stroke.tag-taxiway {
1383 .preset-icon .icon.tag-aeroway-taxiway,
1384 .preset-icon .icon.tag-taxiway {
1388 path.stroke.tag-aeroway-taxiway,
1389 path.stroke.tag-taxiway {
1392 path.casing.tag-aeroway-taxiway,
1393 path.casing.tag-taxiway {
1398 /* wide aeroways (runway) */
1400 .preset-icon .icon.tag-aeroway-runway,
1401 .preset-icon .icon.tag-runway {
1405 path.shadow.tag-aeroway-runway {
1408 path.casing.tag-aeroway-runway {
1411 stroke-linecap: square;
1413 path.stroke.tag-aeroway-runway {
1416 stroke-linecap: butt;
1417 stroke-dasharray: 24, 48;
1420 .low-zoom path.shadow.tag-aeroway-runway {
1423 .low-zoom path.casing.tag-aeroway-runway {
1426 .low-zoom path.stroke.tag-aeroway-runway {
1428 stroke-dasharray: 12, 24;
1431 path.fill.tag-aeroway-runway {
1432 stroke: rgba(0, 0, 0, 0.6);
1433 fill: rgba(0, 0, 0, 0.6);
1438 .preset-icon .icon.tag-railway.other-line {
1442 .preset-icon .icon.tag-railway {
1449 path.shadow.tag-railway {
1452 path.casing.tag-railway {
1455 path.stroke.tag-railway {
1457 stroke-linecap: butt;
1458 stroke-dasharray: 12,12;
1461 .low-zoom path.shadow.tag-railway {
1464 .low-zoom path.casing.tag-railway {
1467 .low-zoom path.stroke.tag-railway {
1469 stroke-dasharray: 6,6;
1475 path.casing.tag-railway {
1478 path.stroke.tag-railway {
1483 .preset-icon .icon.tag-railway-disused,
1484 .preset-icon .icon.tag-railway-abandoned {
1488 path.casing.tag-railway-abandoned {
1491 path.stroke.tag-railway-abandoned {
1496 .preset-icon .icon.tag-railway-subway {
1500 path.casing.tag-railway-subway {
1503 path.stroke.tag-railway-subway {
1508 path.casing.tag-railway-platform {
1511 path.stroke.tag-railway-platform {
1514 stroke-dasharray: none;
1518 .area.stroke.tag-railway {
1521 stroke-dasharray: none;
1523 .area.casing.tag-railway {
1528 .preset-icon .icon.tag-waterway.other-line {
1532 .preset-icon .icon.category-water,
1533 .preset-icon .icon.tag-route-ferry,
1534 .preset-icon .icon.tag-waterway {
1539 path.fill.tag-waterway {
1540 stroke: rgba(119, 211, 222, 0.3);
1541 fill: rgba(119, 211, 222, 0.3);
1543 path.casing.tag-waterway {
1546 path.stroke.tag-waterway {
1551 /* narrow waterways (default) */
1553 path.shadow.tag-waterway {
1556 path.casing.tag-waterway {
1559 path.stroke.tag-waterway {
1563 .low-zoom path.shadow.tag-waterway {
1566 .low-zoom path.casing.tag-waterway {
1569 .low-zoom path.stroke.tag-waterway {
1574 /* wide waterways (river) */
1576 path.shadow.tag-waterway-river {
1579 path.casing.tag-waterway-river {
1582 path.stroke.tag-waterway-river {
1586 .low-zoom path.shadow.tag-waterway-river {
1589 .low-zoom path.casing.tag-waterway-river {
1592 .low-zoom path.stroke.tag-waterway-river {
1599 .preset-icon .icon.tag-waterway-ditch {
1602 path.stroke.tag-waterway-ditch {
1607 /* waterway areas */
1609 path.area.stroke.tag-waterway-dock,
1610 path.area.stroke.tag-waterway-boatyard,
1611 path.area.stroke.tag-waterway-fuel {
1615 path.area.casing.tag-waterway-dock,
1616 path.area.casing.tag-waterway-boatyard,
1617 path.area.casing.tag-waterway-fuel {
1620 path.area.fill.tag-waterway-dock,
1621 path.area.fill.tag-waterway-boatyard,
1622 path.area.fill.tag-waterway-fuel {
1623 stroke: rgba(255, 255, 255, 0.3);
1624 fill: rgba(255, 255, 255, 0.3);
1628 .preset-icon .icon.tag-man_made-pipeline,
1629 .preset-icon .icon.tag-power {
1634 path.stroke.tag-power {
1638 path.casing.tag-power {
1644 path.stroke.tag-boundary {
1647 stroke-linecap: butt;
1648 stroke-dasharray: 20, 5, 5, 5;
1650 path.casing.tag-boundary {
1655 path.casing.tag-boundary-protected_area,
1656 path.casing.tag-boundary-national_park {
1662 path.stroke.tag-barrier {
1665 stroke-linecap: round;
1666 stroke-dasharray: 15, 5, 1, 5;
1668 .low-zoom path.stroke.tag-barrier {
1670 stroke-linecap: butt;
1671 stroke-dasharray: 8, 2, 2, 2;
1676 path.casing.tag-bridge {
1677 stroke-opacity: 0.6;
1679 stroke-linecap: butt;
1680 stroke-dasharray: none;
1683 path.shadow.tag-bridge {
1686 path.casing.tag-bridge {
1689 .low-zoom path.shadow.tag-bridge {
1692 .low-zoom path.casing.tag-bridge {
1696 path.shadow.line.tag-railway.tag-bridge,
1697 path.shadow.tag-highway-living_street.tag-bridge,
1698 path.shadow.tag-highway-path.tag-bridge,
1699 path.shadow.tag-highway-corridor.tag-bridge,
1700 path.shadow.line.tag-highway-pedestrian.tag-bridge,
1701 path.shadow.tag-highway-service.tag-bridge,
1702 path.shadow.tag-highway-track.tag-bridge,
1703 path.shadow.tag-highway-steps.tag-bridge,
1704 path.shadow.tag-highway-footway.tag-bridge,
1705 path.shadow.tag-highway-cycleway.tag-bridge,
1706 path.shadow.tag-highway-bridleway.tag-bridge {
1709 path.casing.line.tag-railway.tag-bridge,
1710 path.casing.tag-highway-living_street.tag-bridge,
1711 path.casing.tag-highway-path.tag-bridge,
1712 path.casing.tag-highway-corridor.tag-bridge,
1713 path.casing.line.tag-highway-pedestrian.tag-bridge,
1714 path.casing.tag-highway-service.tag-bridge,
1715 path.casing.tag-highway-track.tag-bridge,
1716 path.casing.tag-highway-steps.tag-bridge,
1717 path.casing.tag-highway-footway.tag-bridge,
1718 path.casing.tag-highway-cycleway.tag-bridge,
1719 path.casing.tag-highway-bridleway.tag-bridge {
1723 .low-zoom path.shadow.line.tag-railway.tag-bridge,
1724 .low-zoom path.shadow.tag-highway-living_street.tag-bridge,
1725 .low-zoom path.shadow.tag-highway-path.tag-bridge,
1726 .low-zoom path.shadow.tag-highway-corridor.tag-bridge,
1727 .low-zoom path.shadow.line.tag-highway-pedestrian.tag-bridge,
1728 .low-zoom path.shadow.tag-highway-service.tag-bridge,
1729 .low-zoom path.shadow.tag-highway-track.tag-bridge,
1730 .low-zoom path.shadow.tag-highway-steps.tag-bridge,
1731 .low-zoom path.shadow.tag-highway-footway.tag-bridge,
1732 .low-zoom path.shadow.tag-highway-cycleway.tag-bridge,
1733 .low-zoom path.shadow.tag-highway-bridleway.tag-bridge {
1736 .low-zoom path.casing.line.tag-railway.tag-bridge,
1737 .low-zoom path.casing.tag-highway-living_street.tag-bridge,
1738 .low-zoom path.casing.tag-highway-path.tag-bridge,
1739 .low-zoom path.casing.tag-highway-corridor.tag-bridge,
1740 .low-zoom path.casing.line.tag-highway-pedestrian.tag-bridge,
1741 .low-zoom path.casing.tag-highway-service.tag-bridge,
1742 .low-zoom path.casing.tag-highway-track.tag-bridge,
1743 .low-zoom path.casing.tag-highway-steps.tag-bridge,
1744 .low-zoom path.casing.tag-highway-footway.tag-bridge,
1745 .low-zoom path.casing.tag-highway-cycleway.tag-bridge,
1746 .low-zoom path.casing.tag-highway-bridleway.tag-bridge {
1752 path.stroke.tag-tunnel {
1753 stroke-opacity: 0.3;
1755 path.casing.tag-tunnel {
1756 stroke-opacity: 0.5;
1757 stroke-linecap: butt;
1758 stroke-dasharray: none;
1762 /* embankments / cuttings */
1763 path.shadow.tag-embankment,
1764 path.shadow.tag-cutting {
1767 path.casing.tag-embankment,
1768 path.casing.tag-cutting {
1769 stroke-opacity: 0.5;
1772 stroke-dasharray: 2, 4;
1773 stroke-linecap: butt;
1776 .low-zoom path.shadow.tag-embankment,
1777 .low-zoom path.shadow.tag-cutting {
1780 .low-zoom path.casing.tag-embankment,
1781 .low-zoom path.casing.tag-cutting {
1786 /* Surface - unpaved */
1787 path.casing.tag-unpaved {
1789 stroke-linecap: butt;
1790 stroke-dasharray: 4, 3;
1792 .low-zoom path.casing.tag-unpaved {
1793 stroke-dasharray: 3, 2;
1795 path.casing.tag-bridge.tag-unpaved {
1797 stroke-dasharray: 4, 3;
1799 .low-zoom path.casing.tag-bridge.tag-unpaved {
1801 stroke-dasharray: 3, 2;
1805 /* Status (e.g. construction, proposed, abandoned) */
1806 path.stroke.tag-status,
1807 path.casing.tag-status {
1808 stroke-linecap: butt;
1809 stroke-dasharray: 7, 3;
1811 .low-zoom path.stroke.tag-status,
1812 .low-zoom path.casing.tag-status {
1813 stroke-dasharray: 5, 2;
1818 path.stroke.tag-building,
1819 path.stroke.tag-amenity-shelter {
1820 stroke: rgb(224, 110, 95);
1822 path.fill.tag-building,
1823 path.fill.tag-amenity-shelter {
1824 stroke: rgba(224, 110, 95, 0.3);
1825 fill: rgba(224, 110, 95, 0.3);
1827 .preset-icon-fill-area.tag-building,
1828 .preset-icon-fill-area.tag-amenity-shelter {
1829 border-color: rgb(224, 110, 95);
1830 background-color: rgba(224, 110, 95, 0.3);
1836 cursor: auto; /* Opera */
1837 cursor: url(<%= asset_path("iD/img/cursor-grab.png") %>) 9 9, auto; /* FF */
1840 .mode-browse .point,
1841 .mode-select .point {
1842 cursor: pointer; /* Opera */
1843 cursor: url(<%= asset_path("iD/img/cursor-select-point.png") %>), pointer; /* FF */
1846 .mode-select .vertex,
1847 .mode-browse .vertex {
1848 cursor: pointer; /* Opera */
1849 cursor: url(<%= asset_path("iD/img/cursor-select-vertex.png") %>), pointer; /* FF */
1853 .mode-select .line {
1854 cursor: pointer; /* Opera */
1855 cursor: url(<%= asset_path("iD/img/cursor-select-line.png") %>), pointer; /* FF */
1859 .mode-browse .area {
1860 cursor: pointer; /* Opera */
1861 cursor: url(<%= asset_path("iD/img/cursor-select-area.png") %>), pointer; /* FF */
1864 .mode-select .midpoint,
1865 .mode-browse .midpoint {
1866 cursor: pointer; /* Opera */
1867 cursor: url(<%= asset_path("iD/img/cursor-select-split.png") %>), pointer; /* FF */
1870 .mode-select .behavior-multiselect .point,
1871 .mode-select .behavior-multiselect .vertex,
1872 .mode-select .behavior-multiselect .line,
1873 .mode-select .behavior-multiselect .area {
1874 cursor: pointer; /* Opera */
1875 cursor: url(<%= asset_path("iD/img/cursor-select-add.png") %>), pointer; /* FF */
1878 .mode-select .behavior-multiselect .selected {
1879 cursor: pointer; /* Opera */
1880 cursor: url(<%= asset_path("iD/img/cursor-select-remove.png") %>), pointer; /* FF */
1884 #map .vertex:active,
1887 #map .midpoint:active,
1888 #map .mode-select .selected {
1889 cursor: pointer; /* Opera */
1890 cursor: url(<%= asset_path("iD/img/cursor-select-acting.png") %>), pointer; /* FF */
1893 .mode-draw-line #map,
1894 .mode-draw-area #map,
1895 .mode-add-line #map,
1896 .mode-add-area #map,
1897 .mode-drag-node #map {
1898 cursor: crosshair; /* Opera */
1899 cursor: url(<%= asset_path("iD/img/cursor-draw.png") %>) 9 9, crosshair; /* FF */
1902 .mode-draw-line .way.hover,
1903 .mode-draw-area .way.hover,
1904 .mode-add-line .way.hover,
1905 .mode-add-area .way.hover,
1906 .mode-drag-node .way.hover {
1907 cursor: crosshair; /* Opera */
1908 cursor: url(<%= asset_path("iD/img/cursor-draw-connect-line.png") %>) 9 9, crosshair; /* FF */
1911 .mode-draw-line .vertex.hover,
1912 .mode-draw-area .vertex.hover,
1913 .mode-add-line .vertex.hover,
1914 .mode-add-area .vertex.hover,
1915 .mode-drag-node .vertex.hover {
1916 cursor: crosshair; /* Opera */
1917 cursor: url(<%= asset_path("iD/img/cursor-draw-connect-vertex.png") %>) 9 9, crosshair; /* FF */
1920 .mode-add-point #map,
1921 .mode-browse.lasso #map,
1922 .mode-browse.lasso .way,
1923 .mode-browse.lasso .vertex,
1924 .mode-browse.lasso .midpoint,
1925 .mode-select.lasso #map,
1926 .mode-select.lasso .way,
1927 .mode-select.lasso .vertex,
1928 .mode-select.lasso .midpoint {
1929 cursor: crosshair; /* Opera */
1930 cursor: url(<%= asset_path("iD/img/cursor-draw.png") %>) 9 9, crosshair; /* FF */
1935 cursor: pointer; /* Opera */
1936 cursor: url(<%= asset_path("iD/img/cursor-pointer.png") %>) 6 1, pointer; /* FF */
1938 /* Mapillary Image Layer */
1940 .layer-mapillary-images {
1941 pointer-events: none;
1944 .layer-mapillary-images .viewfield-group {
1945 pointer-events: visible;
1946 cursor: pointer; /* Opera */
1947 cursor: url(<%= asset_path("iD/img/cursor-select-mapillary.png") %>) 6 1, pointer; /* FF */
1950 .layer-mapillary-images .viewfield-group * {
1957 .layer-mapillary-images .viewfield-group:hover * {
1964 .layer-mapillary-images .viewfield-group.selected * {
1971 .layer-mapillary-images .viewfield-group:hover path.viewfield,
1972 .layer-mapillary-images .viewfield-group.selected path.viewfield,
1973 .layer-mapillary-images .viewfield-group path.viewfield {
1978 /* Mapillary Sign Layer */
1980 .layer-mapillary-signs {
1981 pointer-events: none;
1984 .layer-mapillary-signs .icon-sign .icon-sign-body {
1988 border: 2px solid transparent;
1989 pointer-events: visible;
1990 cursor: pointer; /* Opera */
1991 cursor: url(<%= asset_path("iD/img/cursor-select-mapillary.png") %>) 6 1, pointer; /* FF */
1996 .layer-mapillary-signs .icon-sign:hover .icon-sign-body {
1997 border: 2px solid rgba(255,198,0,0.8);
2001 .layer-mapillary-signs .icon-sign.selected .icon-sign-body {
2002 border: 2px solid rgba(255,0,0,0.8);
2006 .layer-mapillary-signs .icon-sign .t {
2011 .layer-mapillary-signs .icon-sign:hover .t,
2012 .layer-mapillary-signs .icon-sign.selected .t {
2017 .low-zoom.fill-wireframe path.stroke,
2018 .fill-wireframe path.stroke {
2019 stroke-width: 1 !important;
2020 stroke-opacity: 0.5 !important;
2021 stroke-dasharray: none !important;
2022 fill: none !important;
2025 .low-zoom.fill-wireframe path.shadow,
2026 .fill-wireframe path.shadow {
2030 .fill-wireframe path.shadow.related:not(.selected),
2031 .fill-wireframe path.shadow.hover:not(.selected) {
2032 stroke-opacity: 0.4;
2034 .fill-wireframe path.shadow.selected {
2035 stroke-opacity: 0.6;
2038 .fill-wireframe .point,
2039 .fill-wireframe .areaicon,
2040 .fill-wireframe .areaicon-halo,
2041 .fill-wireframe path.casing,
2042 .fill-wireframe path.fill,
2043 .fill-wireframe path.oneway {
2044 display: none !important;
2047 .fill-partial path.area.fill {
2050 pointer-events: visibleStroke;
2055 .mode-draw-line .vertex.active,
2056 .mode-draw-area .vertex.active,
2057 .mode-drag-node .vertex.active {
2061 .mode-draw-line .way.active,
2062 .mode-draw-area .way.active,
2063 .mode-drag-node .active {
2064 pointer-events: none;
2067 /* Ensure drawing doesn't interact with area fills. */
2068 .mode-add-point path.area.fill,
2069 .mode-draw-line path.area.fill,
2070 .mode-draw-area path.area.fill,
2071 .mode-add-line path.area.fill,
2072 .mode-add-area path.area.fill,
2073 .mode-drag-node path.area.fill {
2074 pointer-events: none;
2077 ------------------------------------------------------- */
2080 Opera misbehaves when the window is resized vertically unless 100% width + height are
2081 applied to both html and body. https://gist.github.com/jfirebaugh/bd225bcfdd3a633850c4
2089 font: normal 12px/1.6667 "-apple-system", BlinkMacSystemFont,
2090 "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
2091 "Fira Sans", "Droid Sans", "Helvetica Neue", "Arial",
2098 -ms-user-select: none;
2103 vertical-align: middle;
2121 -webkit-filter: none !important;
2122 filter: none !important;
2123 -webkit-duration: 200ms;
2124 transition-duration: 200ms;
2128 -webkit-filter: grayscale(80%) brightness(80%);
2129 filter: grayscale(80%) brightness(80%);
2130 -webkit-duration: 200ms;
2131 transition-duration: 200ms;
2135 /* Can't be display: none or the clippaths are ignored. */
2155 [dir='rtl'] .spinner {
2166 [dir='rtl'] .spinner img {
2169 -moz-transform: scaleX(-1);
2170 -o-transform: scaleX(-1);
2171 -webkit-transform: scaleX(-1);
2172 transform: scaleX(-1);
2174 -ms-filter: "FlipH";
2178 div, textarea, label, input, form, span, ul, li, ol, a, button, h1, h2, h3, h4, h5, p, img {
2179 -moz-box-sizing: border-box;
2180 -webkit-box-sizing: border-box;
2181 box-sizing: border-box;
2184 a, button, input, textarea {
2185 -webkit-tap-highlight-color:rgba(0,0,0,0);
2186 -webkit-touch-callout:none;
2191 .checkselect label:hover,
2192 .opacity-options li,
2194 cursor: pointer; /* Opera */
2195 cursor: url(<%= asset_path("iD/img/cursor-pointer.png") %>) 6 1, pointer; /* FF */
2202 margin-bottom: 20px;
2207 h4:last-child { margin-bottom: 0;}
2213 margin-bottom: 10px;
2219 padding-bottom: 10px;
2223 outline-color: transparent;
2224 outline-style: none;
2254 ------------------------------------------------------- */
2258 font:normal 12px/20px "-apple-system", BlinkMacSystemFont,
2259 "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
2260 "Fira Sans", "Droid Sans", "Helvetica Neue", "Arial",
2271 background-color: white;
2273 border:1px solid #ccc;
2274 padding:5px 20px 5px 10px;
2278 text-overflow: ellipsis;
2280 [dir='rtl'] textarea,
2281 [dir='rtl'] input[type=text],
2282 [dir='rtl'] input[type=search],
2283 [dir='rtl'] input[type=number],
2284 [dir='rtl'] input[type=url],
2285 [dir='rtl'] input[type=tel],
2286 [dir='rtl'] input[type=email] {
2287 padding:5px 10px 5px 20px;
2292 background-color: #F1F1F1;
2295 input[type="checkbox"],
2296 input[type="radio"] {
2304 /* remove bottom border radius when combobox is open */
2305 .combobox + * textarea:focus,
2306 .combobox + * input:focus {
2307 border-bottom-left-radius: 0 !important;
2308 border-bottom-right-radius: 0 !important;
2314 background-color: white;
2315 border-collapse: collapse;
2324 table.tags, table.tags td, table.tags th {
2325 border: 1px solid #CCC;
2334 ------------------------------------------------------- */
2336 .col0 { float:left; width:04.1666%; }
2337 .col1 { float:left; width:08.3333%; }
2338 .col2 { float:left; width:16.6666%; }
2339 .col3 { float:left; width:25.0000%; max-width: 300px; }
2340 .col4 { float:left; width:33.3333%; max-width: 400px; }
2341 .col5 { float:left; width:41.6666%; max-width: 500px; }
2342 .col6 { float:left; width:50.0000%; max-width: 600px; }
2343 .col7 { float:left; width:58.3333%; }
2344 .col8 { float:left; width:66.6666%; }
2345 .col9 { float:left; width:75.0000%; }
2346 .col10 { float:left; width:83.3333%; }
2347 .col11 { float:left; width:91.6666%; }
2348 .col12 { float:left; width:100.0000%; }
2351 ------------------------------------------------------- */
2353 ul li { list-style: none;}
2355 .toggle-list > label {
2360 background-color: white;
2365 .toggle-list > label:hover {
2366 background-color: #ececec;
2369 .toggle-list > label:not(:last-child) {
2370 border-bottom: 1px solid #ccc;
2373 .toggle-list > label:last-child {
2374 border-radius: 0 0 3px 3px;
2377 .toggle-list label > span {
2380 white-space: nowrap;
2381 text-overflow: ellipsis;
2384 .toggle-list > label.active {
2385 background: #E8EBFF;
2390 ------------------------------------------------------- */
2397 background: #f6f6f6;
2402 background: #ececec;
2407 background:rgba(0,0,0,.5);
2412 background:rgba(0,0,0,.75);
2417 .fr { float: right;}
2435 box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
2439 background: url(<%= asset_path("iD/img/loader_bg.gif") %>);
2440 background-size:5px 5px;
2476 display: inline-block;
2483 background-color: #ececec;
2488 background-color: rgba(255,255,255,.25);
2489 color: rgba(0,0,0,.4);
2494 background: #7092ff;
2504 background-color: #fafafa;
2506 [dir='rtl'] button.minor {
2510 button.minor .icon {
2514 button.minor:hover {
2515 background-color: #f1f1f1;
2519 display: inline-block;
2524 .button-wrap button:only-child {
2528 .button-wrap:last-of-type {
2534 border-right: 1px solid rgba(0,0,0,.5);
2537 .fillL .joined button {
2538 border-right: 1px solid white;
2541 .joined button:first-child {
2542 border-radius:4px 0 0 4px;
2545 .joined button:last-child {
2546 border-right-width: 0;
2547 border-radius:0 4px 4px 0;
2551 background: #7092ff;
2555 button[disabled].action,
2556 button[disabled].action:hover {
2557 background: #cccccc;
2561 button.action:focus,
2562 button.action:hover {
2563 background: #597BE7;
2566 button.secondary-action {
2567 background: #ececec;
2570 button.secondary-action:focus,
2571 button.secondary-action:hover {
2572 background: #cccccc;
2575 button.save .count {
2579 button.save.has-count .count {
2592 margin-left: 9.3333%;
2595 button.save.has-count .count::before {
2604 border-top: 6px solid transparent;
2605 border-bottom: 6px solid transparent;
2606 border-right-width: 6px;
2607 border-right-style: solid;
2608 border-right-color: inherit;
2614 vertical-align: top;
2620 vertical-align: text-top;
2655 /* ToolBar / Persistent UI Elements
2656 ------------------------------------------------------- */
2670 /* Header for modals / panes
2671 ------------------------------------------------------- */
2674 border-bottom: 1px solid #ccc;
2682 white-space: nowrap;
2683 text-overflow: ellipsis;
2685 padding: 20px 20px 20px 40px;
2701 .entity-editor-pane .header button.preset-close,
2702 .preset-list-pane .header button.preset-choose {
2708 .entity-editor-pane .header button.preset-choose {
2731 padding: 5px 20px 5px 20px;
2732 border-top: 1px solid #ccc;
2733 background-color: #fafafa;
2737 .sidebar-component .body {
2746 ------------------------------------------------------- */
2754 background: #f6f6f6;
2755 -ms-user-select: element;
2758 .sidebar-component {
2785 .feature-list-pane .inspector-body {
2789 .preset-list-pane .inspector-body {
2793 .entity-editor-pane .inspector-body {
2797 .selection-list-pane .inspector-body {
2806 #sidebar .search-header .icon {
2811 pointer-events: none;
2814 #sidebar .search-header input {
2822 border-bottom-width: 1px;
2836 .feature-list-item {
2839 border-bottom: 1px solid #ccc;
2843 .feature-list-item {
2844 background-color: white;
2850 .feature-list-item:hover {
2851 background-color: #ececec;
2854 .feature-list-item button {
2855 background: transparent;
2858 .feature-list-item .label {
2861 white-space: nowrap;
2862 text-overflow: ellipsis;
2864 border-left: 1px solid rgba(0, 0, 0, .1);
2867 .feature-list-item .label .icon {
2871 .feature-list-item .close {
2876 .feature-list-item .close .icon {
2880 .feature-list-item .entity-type {
2884 .feature-list-item:hover .entity-type {
2888 .feature-list-item .entity-name {
2889 font-weight: normal;
2895 ------------------------------------------------------- */
2901 padding: 20px 20px 10px 20px;
2902 border-bottom: 1px solid #ccc;
2905 .preset-list-button-wrap {
2907 margin-bottom: 10px;
2911 .preset-list-button {
2915 border: 1px solid #ccc;
2918 .preset-list.filtered .preset-list-item:first-child .preset-list-button {
2919 background: #ececec;
2922 .preset-icon-fill-area {
2932 .preset-icon-fill-vertex {
2939 border: 1.5px solid #333;
2940 border-radius: 20px;
2941 background-color: #efefef;
2944 [dir='rtl'] .preset-icon-fill-vertex,
2945 [dir='rtl'] .preset-icon-fill-area {
2950 .preset-icon-frame {
2958 [dir='rtl'] .preset-icon-frame {
2963 .preset-icon-frame .icon {
2975 .preset-icon-60 .icon {
2987 .preset-icon-44 .icon {
2999 .preset-icon-28 .icon {
3011 .preset-icon-24 .icon {
3016 .preset-list-button .label {
3017 background-color: #f6f6f6;
3026 white-space: nowrap;
3027 text-overflow: ellipsis;
3029 border-left: 1px solid rgba(0, 0, 0, .1);
3030 border-radius: 0 3px 3px 0;
3033 .preset-list-button:hover .label {
3034 background-color: #ececec;
3037 .preset-list-item button.tag-reference-button {
3039 border: 1px solid #CCC;
3040 border-radius: 0 3px 3px 0;
3045 background: #fafafa;
3048 .preset-list-item button.tag-reference-button:hover {
3049 background: #f1f1f1;
3052 .preset-list-item button.tag-reference-button .icon {
3056 .current .preset-list-button,
3057 .current .preset-list-button .label {
3058 background-color: #E8EBFF;
3061 .category .preset-list-button:after,
3062 .category .preset-list-button:before {
3066 left: -1px; right: -1px;
3067 border: 1px solid #ccc;
3068 border-bottom: none;
3069 border-radius: 6px 6px 0 0;
3073 .category .preset-list-button:before {
3077 .subgrid .preset-list {
3078 padding: 10px 10px 0 10px;
3082 width: -webkit-calc(100% + 20px);
3087 border: solid rgba(0, 0, 0, 0);
3089 border-bottom-color: #f1f1f1;
3093 margin-left: -webkit-calc(50% - 10px);
3098 /* preset form basics */
3102 padding-bottom: 10px;
3105 .inspector-preset a.hide-toggle {
3106 margin: 0 20px 10px 20px;
3109 .inspector-preset .preset-form {
3111 margin: 0 10px 10px 10px;
3115 .entity-editor-pane .preset-list-item .preset-list-button-wrap {
3120 margin-bottom: 10px;
3122 -webkit-transition: margin-bottom 200ms;
3123 -moz-transition: margin-bottom 200ms;
3124 -o-transition: margin-bottom 200ms;
3125 transition: margin-bottom 200ms;
3128 .form-field:last-child {
3135 border: 1px solid #cfcfcf;
3136 padding: 5px 0 5px 10px;
3137 background: #f6f6f6;
3139 border-radius: 4px 4px 0 0;
3142 [dir='rtl'] .form-label {
3143 padding: 5px 10px 5px 0;
3146 .form-label-button-wrap {
3152 background: transparent;
3155 [dir='rtl'] .form-label-button-wrap {
3159 .form-label-button-wrap .tag-reference-button {
3160 border-radius: 0 3px 0 0;
3163 .form-label-button-wrap .icon {
3167 .form-label button {
3168 border-left: 1px solid #ccc;
3172 background: #f6f6f6;
3174 [dir='rtl'] .form-label button {
3176 border-right: 1px solid #CCC;
3177 border-radius: 4px 0 0 0;
3179 .form-label button:hover {
3180 background: #f1f1f1;
3183 .form-label .modified-icon,
3184 .form-field .remove-icon {
3188 .modified .form-label .modified-icon,
3189 .present .form-label .remove-icon {
3190 display: inline-block;
3193 .form-field > input,
3194 .form-field > textarea,
3195 .form-field .preset-input-wrap {
3196 border: 1px solid #ccc;
3199 border-radius: 0 0 4px 4px;
3203 .form-field textarea {
3208 border-bottom: 1px solid #ccc
3211 /* Preset form (hover mode) */
3213 .inspector-hover .checkselect label:last-of-type,
3214 .inspector-hover .preset-input-wrap .label,
3215 .inspector-hover .form-field-multicombo,
3216 .inspector-hover .structure-extras-wrap,
3217 .inspector-hover input,
3218 .inspector-hover label {
3219 background: #ececec;
3223 .inspector-hover .form-field-multicombo .chips,
3224 .inspector-hover .checkselect label:last-of-type {
3228 .inspector-hover .form-field-multicombo .chips {
3230 border: 1px solid #ccc;
3233 /* hide and remove from layout */
3235 .inspector-hover label input[type="checkbox"],
3236 .inspector-hover label input[type="radio"],
3237 .inspector-hover .toggle-list label,
3238 .inspector-hover .toggle-list label span,
3239 .inspector-hover .inspector-inner .add-tag,
3240 .inspector-hover .inspector-inner .add-relation,
3241 .inspector-hover .form-field-multicombo .combobox-input,
3242 .inspector-hover .toggle-list label.remove .icon {
3246 opacity: 0 !important;
3252 /* hide but preserve in layout */
3253 .inspector-hover .entity-editor-pane button.minor,
3254 .inspector-hover .combobox-caret,
3255 .inspector-hover .entity-editor-pane .header button,
3256 .inspector-hover .spin-control,
3257 .inspector-hover .form-field-multicombo .chips .remove,
3258 .inspector-hover .hide-toggle:before,
3259 .inspector-hover .more-fields,
3260 .inspector-hover .form-label-button-wrap,
3261 .inspector-hover .tag-reference-button,
3262 .inspector-hover .view-on-osm {
3266 /* Styles for raw tag inspector on hover */
3267 .inspector-hover .tag-row .key-wrap,
3268 .inspector-hover .tag-row .form-field.input-wrap-position {
3272 .inspector-hover .tag-row:first-child input.value {
3273 border-top-right-radius: 4px;
3275 [dir='rtl'] .inspector-hover .tag-row:first-child input.value {
3276 border-top-right-radius: 0;
3277 border-top-left-radius: 4px;
3280 .inspector-hover .tag-row:last-child input.value {
3281 border-bottom-right-radius: 4px;
3283 [dir='rtl'] .inspector-hover .tag-row:last-child input.value {
3284 border-bottom-right-radius: 0;
3285 border-bottom-left-radius: 4px;
3288 .inspector-hover .tag-row:last-child input.key {
3289 border-bottom-left-radius: 4px;
3291 [dir='rtl'] .inspector-hover .tag-row:last-child input.key {
3292 border-bottom-left-radius: 0;
3293 border-bottom-right-radius: 4px;
3296 .inspector-hover .more-fields {
3298 margin-bottom: -10px;
3301 /* Unstyle button fields */
3302 .inspector-hover .toggle-list label.active,
3303 .inspector-hover .entity-editor-pane a.hide-toggle {
3305 background-color: transparent;
3311 .inspector-hover .toggle-list button.active {
3315 /* Add placeholder only on hover for radio buttons */
3316 .inspector-hover .toggle-list .placeholder {
3324 /* Hide placeholder for radio buttons if another is active, or not in hover state */
3325 .toggle-list label.active ~ .placeholder,
3326 .toggle-list .placeholder {
3335 /* adding additional preset fields */
3338 padding: 0 20px 20px 20px;
3342 .more-fields label {
3344 flex-flow: row nowrap;
3345 justify-content: space-between;
3346 align-items: center;
3349 .more-fields input {
3353 [dir='rtl'] .more-fields input {
3358 .preset-input-wrap .label {
3360 background: #F6F6F6;
3366 /* preset form access */
3367 /* preset form cycleway */
3369 .form-field-structure .structure-extras-wrap li,
3370 .form-field-cycleway .preset-input-wrap li,
3371 .form-field-access .preset-input-wrap li {
3372 border-bottom: 1px solid #ccc;
3374 .form-field-structure .structure-extras-wrap li:last-child,
3375 .form-field-cycleway .preset-input-wrap li:last-child,
3376 .form-field-access .preset-input-wrap li:last-child {
3379 .structure-input-type-wrap input,
3380 .structure-input-layer-wrap input,
3381 .preset-input-cycleway-wrap input,
3382 .preset-input-access-wrap input {
3385 border-left-width: 1px;
3387 [dir='rtl'] .structure-input-type-wrap input,
3388 [dir='rtl'] .structure-input-layer-wrap input,
3389 [dir='rtl'] .preset-input-cycleway-wrap input,
3390 [dir='rtl'] .preset-input-access-wrap input {
3391 border-left-width: 0;
3392 border-right-width: 1px;
3395 .preset-input-wrap li:last-child input {
3396 border-bottom-right-radius: 4px;
3399 .structure-extras-wrap {
3403 .structure-extras-wrap ul {
3404 border: 1px solid #ccc;
3409 /* preset form multicombo */
3411 .form-field-multicombo {
3412 border: 1px solid #cfcfcf;
3414 padding: 5px 0 5px 10px;
3417 border-radius: 0 0 4px 4px;
3421 .form-field-multicombo:focus {
3425 .form-field-multicombo.active {
3426 border-bottom-left-radius: 0px;
3427 border-bottom-right-radius: 0px;
3430 .form-field-multicombo li {
3431 background-color: #eff2f7;
3432 border: 1px solid #ccd5e3;
3435 display: inline-block;
3441 .form-field-multicombo a {
3442 font-family: Arial, Helvetica, sans-serif !important;
3443 font-size: 16px !important;
3446 margin: 1px 0 0 5px;
3452 .form-field-multicombo input {
3453 border: 1px solid #ddd;
3458 .form-field-multicombo .combobox-caret {
3459 margin: 3px 3px 3px -30px;
3462 .form-field-multicombo input:focus {
3463 border-radius: 4px !important;
3467 /* preset form numbers */
3469 input[type=number] {
3477 display: inline-block;
3479 margin-bottom: -11px;
3483 .spin-control button {
3489 border-left: 1px solid #CCC;
3491 background: rgba(0, 0, 0, 0);
3494 .spin-control button.decrement {
3495 border-bottom-right-radius: 3px;
3498 .spin-control button.decrement::after,
3499 .spin-control button.increment::after {
3501 height: 0; width: 0;
3503 left: 0; right: 0; bottom: 0; top: 0;
3507 .spin-control button.decrement::after {
3508 border-top: 5px solid #CCC;
3509 border-left: 5px solid transparent;
3510 border-right: 5px solid transparent;
3513 .spin-control button.increment::after {
3514 border-bottom: 5px solid #CCC;
3515 border-left: 5px solid transparent;
3516 border-right: 5px solid transparent;
3519 /* preset form checkbox */
3521 .checkselect label:last-of-type {
3528 .checkselect label:hover {
3529 background: #f1f1f1;
3536 .checkselect label:not(.set) input[type="checkbox"] {
3540 .checkselect .reverser.button {
3543 background-color: #eff2f7;
3544 border: 1px solid #ccd5e3;
3548 [dir='rtl'] .checkselect .reverser.button {
3551 .checkselect .reverser.button.hide {
3555 /* Preset form radio button */
3557 .toggle-list button.remove {
3558 border-radius: 0 0 3px 3px;
3561 .toggle-list button.remove .icon {
3566 .toggle-list button.remove::before {
3570 #preset-input-maxspeed {
3572 border-radius: 0 0 0 4px;
3575 [dir='rtl'] #preset-input-maxspeed {
3576 border-right: 1px solid #ccc;
3577 border-radius: 0 0 4px 0;
3580 .form-field .maxspeed-unit {
3581 border-radius: 0 0 4px 0;
3584 [dir='rtl'] .form-field .maxspeed-unit {
3586 border-radius: 0 0 0 4px;
3589 /* Wikipedia field */
3590 .form-field .wiki-lang {
3593 .form-field .wiki-title {
3596 [dir='rtl'] .form-field .wiki-title {
3598 padding-right: 10px;
3601 .form-field .wiki-title ~ .combobox-caret {
3604 [dir='rtl'] .form-field .wiki-title ~ .combobox-caret {
3609 /* Localized field */
3610 .form-field .localized-main {
3613 [dir='rtl'] .form-field .localized-main {
3615 padding-right: 10px;
3618 .form-field .button-input-action {
3623 border: 1px solid #CCC;
3624 border-top-width: 0;
3625 border-right-width: 0;
3626 border-radius: 0 0 4px 0;
3628 vertical-align: top;
3630 [dir='rtl'] .form-field .button-input-action {
3633 border-right-width: 1px;
3634 border-radius: 0 0 0 4px;
3637 .form-field .localized-wrap {
3641 .form-field .localized-wrap .entry {
3646 .form-field .localized-wrap .entry::before {
3659 .form-field .localized-wrap .entry .localized-lang {
3661 border-top-width: 0;
3664 .form-field .localized-wrap .entry .localized-value {
3665 border-top-width: 0;
3666 border-radius: 0 0 4px 4px;
3669 .form-field .localized-wrap .form-label button {
3670 border-top-right-radius: 3px;
3673 /* Preset form address */
3679 [dir='rtl'] .addr-row input {
3680 border-right: 1px solid #ccc;
3684 .addr-row:first-of-type input {
3688 .addr-row input:first-of-type {
3691 [dir='rtl'] .addr-row input:first-of-type {
3699 .addr-row:last-of-type input:first-of-type {
3700 border-radius: 0 0 0 4px;
3702 [dir='rtl'] .addr-row:last-of-type input:first-of-type {
3703 border-radius: 0 0 4px 0;
3706 .addr-row:last-of-type input:last-of-type {
3707 border-radius: 0 0 4px 0;
3709 [dir='rtl'] .addr-row:last-of-type input:last-of-type {
3710 border-radius: 0 0 0 4px;
3713 /* Restrictions editor */
3715 .form-field-restrictions .preset-input-wrap {
3720 .form-field-restrictions svg.surface {
3725 .form-field-restrictions .restriction-help {
3732 background-color: rgba(255, 255, 255, .8);
3737 /* combobox dropdown */
3742 box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
3748 border: 1px solid #ccc;
3749 border-radius: 0 0 4px 4px;
3755 border-top:1px solid #ccc;
3756 text-overflow: ellipsis;
3757 white-space: nowrap;
3761 .combobox a.selected,
3763 background: #ececec;
3766 .combobox a:first-child {
3771 display: inline-block;
3776 vertical-align: top;
3779 .combobox-caret::after {
3781 height: 0; width: 0;
3783 left: 0; right: 0; bottom: 0; top: 0;
3785 border-top: 5px solid #ccc;
3786 border-left: 5px solid transparent;
3787 border-right: 5px solid transparent;
3790 /* Raw Tag Editor */
3803 .tag-row.readonly input.key,
3804 .tag-row.readonly input.value,
3805 .tag-row.readonly button.remove {
3807 background-color: #eee;
3808 cursor: not-allowed;
3815 border-bottom: 1px solid #CCC;
3816 border-left: 1px solid #CCC;
3818 [dir='rtl'] .tag-row input {
3820 border-right: 1px solid #CCC;
3824 .tag-row .input-wrap-position {
3829 [dir='rtl'] .tag-row .key-wrap,
3830 [dir='rtl'] .tag-row .input-wrap-position {
3834 .tag-row input.key {
3836 background-color: #f6f6f6;
3839 .tag-row input.value {
3840 border-right: 1px solid #CCC;
3842 [dir='rtl'] .tag-row input.value {
3843 border-left: 1px solid #CCC;
3846 .tag-row:first-child input.key {
3847 border-top: 1px solid #CCC;
3848 border-top-left-radius: 4px;
3850 [dir='rtl'] .tag-row:first-child input.key {
3851 border-top-left-radius: 0;
3852 border-top-right-radius: 4px;
3855 .tag-row:first-child input.value {
3856 border-top: 1px solid #CCC;
3863 border: 1px solid #CCC;
3864 border-top-width: 0;
3865 border-left-width: 0;
3867 [dir='rtl'] .tag-row button {
3869 border-left-width: 1px;
3870 border-right-width: 0;
3873 .tag-row button:hover {
3874 background: #f1f1f1;
3877 .tag-row button .icon {
3881 .tag-row:first-child button {
3882 border-top-width: 1px;
3885 .tag-row:first-child .tag-reference-button {
3886 border-top-right-radius: 4px;
3888 [dir='rtl'] .tag-row:first-child .tag-reference-button {
3889 border-top-left-radius: 4px;
3890 border-top-right-radius: 0;
3893 .tag-row:last-child .tag-reference-button {
3894 border-bottom-right-radius: 4px;
3896 [dir='rtl'] .tag-row:last-child .tag-reference-button {
3897 border-bottom-left-radius: 4px;
3898 border-bottom-right-radius: 0;
3901 .tag-row .tag-reference-button {
3906 background: #fafafa;
3908 [dir='rtl'] .tag-row .tag-reference-button {
3912 border-left-width: 1px;
3913 border-right-width: 0;
3916 /* Adding form fields to tag editor */
3918 .raw-tag-editor .add-tag {
3922 background: rgba(0,0,0,.5);
3923 border-radius: 0 0 4px 4px;
3926 .raw-tag-editor .add-tag:hover {
3927 background: rgba(0,0,0,.8);
3930 .raw-tag-editor .add-tag .label {
3936 button.minor.tag-reference-loading {
3937 background-color: #f5f5f5;
3940 .tag-reference-loading .icon {
3941 background-image: url(<%= asset_path("iD/img/mini-loader.gif") %>);
3942 background-position: 0 0;
3945 .tag-reference-body {
3950 .tag-reference-body p,
3951 .tag-reference-body img {
3955 .tag-reference-body p:last-child {
3956 padding-bottom: 10px;
3959 .tag-reference-body a {
3961 padding-bottom: 10px;
3964 .preset-list .tag-reference-body {
3969 .preset-list .tag-reference-body a {
3970 padding-bottom: 20px;
3973 .preset-list .tag-reference-body p,
3974 .preset-list .tag-reference-body img {
3978 .raw-tag-editor .tag-reference-body {
3979 border-bottom: 1px solid #ccc;
3984 .raw-tag-editor .tag-reference-body p:last-child {
3985 padding-bottom: 20px;
3988 .raw-tag-editor .tag-reference-body a {
3989 padding-bottom: 20px;
3995 width: -webkit-calc(33.3333% - 10px);
3996 width: calc(33.3333% - 10px);
4001 margin-bottom: 20px;
4004 /* Raw relation membership editor */
4006 .raw-member-editor .member-list li:first-child,
4007 .raw-membership-editor .member-list li:first-child {
4011 .raw-member-editor .member-row,
4012 .raw-membership-editor .member-row {
4016 .raw-member-editor .member-row .member-entity-name,
4017 .raw-membership-editor .member-row .member-entity-name {
4018 font-weight: normal;
4022 .member-incomplete .member-delete {
4026 .member-row-new .member-entity-input {
4027 border-radius: 4px 4px 0 0;
4028 border: 1px solid #cfcfcf;
4034 background: rgba(0,0,0,.5);
4039 .add-relation:hover {
4040 background: rgba(0,0,0,.8);
4043 /* Fullscreen button */
4050 div.full-screen .tooltip {
4054 div.full-screen > button, div.full-screen > button.active {
4057 background: transparent;
4060 div.full-screen > button:hover {
4061 background-color: rgba(0, 0, 0, .8);
4074 .map-control > button {
4076 background: rgba(0,0,0,.5);
4080 .map-control > button:hover {
4081 background: rgba(0, 0, 0, .8);
4084 .map-control > button.active,
4085 .map-control > button.active:hover {
4086 background: #7092ff;
4091 .zoombuttons button.zoom-in {
4092 border-radius: 4px 0 0 0;
4095 /* Background / Map Data Settings */
4097 .map-data-control button {
4101 .background-control button {
4102 border-radius: 4px 0 0 0;
4106 .background-control {
4111 margin-bottom: 10px;
4114 .map-data-control .hide-toggle,
4115 .background-control .hide-toggle {
4116 padding-bottom: 10px;
4119 .layer-list, .controls-list {
4120 margin-bottom: 10px;
4121 border: 1px solid #CCC;
4128 background-color: white;
4136 .layer-list > li:first-child {
4137 border-radius: 3px 3px 0 0;
4140 .layer-list > li:last-child {
4141 border-radius: 0 0 3px 3px;
4144 .layer-list > li:only-child {
4148 .layer-list li:not(:last-child) {
4149 border-bottom: 1px solid #ccc;
4152 .layer-list li:hover {
4153 background-color: #ececec;
4156 .layer-list li.active,
4157 .layer-list li.switch {
4158 background: #E8EBFF;
4161 .layer-list li.best > div.best {
4162 display: inline-block;
4167 /* make sure tooltip fits in map-control panel */
4168 /* if too wide, placement will be wrong the first time it displays */
4169 .layer-list li.best .tooltip-inner {
4179 .layer-list label > span {
4182 white-space: nowrap;
4183 text-overflow: ellipsis;
4194 .minimap-toggle.active {
4195 background: #E8EBFF;
4198 .minimap-toggle:hover {
4199 background-color: #ececec;
4208 .hide-toggle:before {
4216 border-top: 4px solid transparent;
4217 border-bottom: 4px solid transparent;
4218 border-left: 8px solid #7092ff;
4221 .hide-toggle.expanded:before {
4222 border-top: 8px solid #7092ff;
4224 border-right: 4px solid transparent;
4225 border-left: 4px solid transparent;
4228 /* Adjust Alignment controls */
4230 .background-control .nudge-container {
4231 border: 1px solid #ccc;
4236 .nudge-container .nudge-instructions {
4237 padding-bottom: 15px;
4240 .nudge-container .nudge-outer-rect {
4241 background-color: #eee;
4242 border: 1px solid #ccc;
4247 justify-content: center;
4248 align-items: center;
4254 .nudge-container .nudge-inner-rect {
4255 background-color: #fff;
4256 border: 1px solid #ccc;
4262 .nudge-container .nudge::after {
4267 left: 0; right: 0; top: 0; bottom: 0;
4272 .nudge-container input {
4279 .nudge-container input.error {
4280 border: 1px solid #FF7878;
4285 .nudge-container input:focus {
4286 background-color: transparent;
4289 .nudge-container button {
4294 background-color: transparent;
4297 .nudge-container button.right {
4302 .nudge-container button.left {
4307 .nudge-container button.top {
4312 .nudge-container button.bottom {
4316 .nudge-container button.nudge-reset {
4327 background-color: transparent;
4331 .background-control .nudge.right::after {
4332 border-top: 5px solid transparent;
4333 border-bottom: 5px solid transparent;
4334 border-left: 5px solid #222;
4337 .background-control .nudge.left::after {
4338 border-top: 5px solid transparent;
4339 border-bottom: 5px solid transparent;
4340 border-right: 5px solid #222;
4343 .background-control .nudge.top::after {
4344 border-right: 5px solid transparent;
4345 border-left: 5px solid transparent;
4346 border-bottom: 5px solid #222;
4349 .background-control .nudge.bottom::after {
4350 border-right: 5px solid transparent;
4351 border-left: 5px solid transparent;
4352 border-top: 5px solid #222;
4356 background: url(<%= asset_path("iD/img/background-pattern-opacity.png") %>) 0 0 repeat;
4362 border: 1px solid #ccc;
4365 .opacity-options li {
4371 .opacity-options li .select-box{
4378 .map-data-control li:hover .select-box,
4379 .map-data-control li.selected .select-box,
4380 .background-control li:hover .select-box,
4381 .background-control li.selected .select-box {
4382 border: 2px solid #7092ff;
4383 background: rgba(89, 123, 231, .5);
4387 .map-data-control li.selected:hover .select-box,
4388 .map-data-control li.selected .select-box,
4389 .background-control li.selected:hover .select-box,
4390 .background-control li.selected .select-box {
4394 .background-control .opacity {
4396 display:inline-block;
4401 .map-data-control .layer-list button,
4402 .background-control .layer-list button {
4406 border-left: 1px solid #CCC;
4410 .map-data-control .layer-list button .icon,
4411 .background-control .layer-list button .icon {
4415 .map-data-control .layer-list button:first-of-type,
4416 .background-control .layer-list button:first-of-type {
4417 border-radius: 0 3px 3px 0;
4420 .map-data-control .map-overlay,
4421 .background-control .map-overlay,
4422 .help-control .map-overlay {
4429 .geolocate-control {
4430 margin-bottom: 10px;
4433 .geolocate-control button {
4434 border-radius: 0 0 0 4px;
4437 .map-overlay.content {
4441 padding: 20px 50px 20px 20px;
4448 .help-control button {
4449 border-radius: 0 0 0 4px;
4454 margin-bottom: 20px;
4457 .help-wrap .left-content .body p code {
4463 /* This is two columns, 41.66666 x .4 = 16.6666 */
4467 margin-bottom: 20px;
4471 .help-wrap .toc li a,
4474 border: 1px solid #CCC;
4478 .help-wrap .toc li a {
4482 .help-wrap .toc li a:hover,
4483 .help-wrap .nav a:hover {
4484 background: #ececec;
4487 .help-wrap .toc li a.selected {
4488 background: #E8EBFF;
4491 .help-wrap .toc li:first-child a {
4492 border-radius: 4px 4px 0 0;
4495 .help-wrap .toc li:nth-last-child(2) a {
4496 border-bottom: 1px solid #CCC;
4497 border-radius: 0 0 4px 4px
4500 .help-wrap .toc li.walkthrough a {
4503 border-bottom: 1px solid #ccc;
4518 .help-wrap .nav a:first-child {
4519 border-radius: 4px 0 0 4px;
4522 .help-wrap .nav a:last-child:not(:only-child) {
4523 border-radius: 0 4px 4px 0;
4527 .help-wrap .nav a:only-child {
4534 ------------------------------------------------------- */
4538 transform-origin:0 0;
4539 -ms-transform-origin:0 0;
4540 -webkit-transform-origin:0 0;
4541 -moz-transform-origin:0 0;
4542 -o-transform-origin:0 0;
4544 -moz-user-select: none;
4545 -webkit-user-select: none;
4546 -ms-user-select: none;
4551 -webkit-transition: opacity 200ms linear;
4552 transition: opacity 200ms linear;
4553 -moz-transition: opacity 200ms linear;
4557 background: rgba(0, 0, 0, 0.7);
4565 transform-origin:0 0;
4566 -ms-transform-origin:0 0;
4567 -webkit-transform-origin:0 0;
4568 -moz-transform-origin:0 0;
4569 -o-transform-origin:0 0;
4571 -moz-user-select: none;
4572 -webkit-user-select: none;
4573 -ms-user-select: none;
4578 border: 1px solid red;
4591 ------------------------------------------------------- */
4598 -moz-user-select: none;
4599 -webkit-user-select: none;
4600 -ms-user-select: none;
4605 transform-origin:0 0;
4606 -ms-transform-origin:0 0;
4607 -webkit-transform-origin:0 0;
4608 -moz-transform-origin:0 0;
4609 -o-transform-origin:0 0;
4612 #supersurface, .layer {
4621 ------------------------------------------------------- */
4630 border: #aaa 1px solid;
4631 box-shadow: 0 0 2em black;
4635 transform-origin:0 0;
4636 -ms-transform-origin:0 0;
4637 -webkit-transform-origin:0 0;
4638 -moz-transform-origin:0 0;
4639 -o-transform-origin:0 0;
4641 -moz-user-select: none;
4642 -webkit-user-select: none;
4643 -ms-user-select: none;
4647 .map-in-map-viewport,
4656 .map-in-map-viewport {
4667 stroke: rgba(255, 255, 0, 0.75);
4669 shape-rendering: crispEdges;
4672 .map-in-map-bbox.thick {
4678 ------------------------------------------------------- */
4680 stroke: currentColor;
4684 .map-in-map-data .debug {
4688 .red { color: rgba(255, 0, 0, 0.75); }
4689 .green { color: rgba(0, 255, 0, 0.75); }
4690 .blue { color: rgba(0, 0, 255, 0.75); }
4691 .yellow { color: rgba(255, 255, 0, 0.75); }
4692 .cyan { color: rgba(0, 255, 255, 0.75); }
4693 .magenta { color: rgba(255, 0, 255, 0.75); }
4694 .orange { color: rgba(255, 153, 0, 0.75); }
4695 .pink { color: rgba(255, 0, 153, 0.75); }
4696 .purple { color: rgba(153, 0, 255, 0.75); }
4704 pointer-events: none;
4707 .debug-legend-item {
4710 .debug-legend-item:before {
4716 ------------------------------------------------------- */
4723 border-radius: 4px 0 0 0;
4724 border-bottom: 1px solid black;
4725 -ms-user-select: element;
4728 .infobox .infobox-heading {
4730 border-radius: 4px 0 0 0;
4741 background: #7092ff;
4750 ------------------------------------------------------- */
4758 pointer-events: none;
4760 flex-direction: column;
4761 -ms-user-select: element;
4770 #attrib * { pointer-events: all; }
4772 .base-layer-attribution,
4773 .overlay-layer-attribution {
4779 .base-layer-attribution {
4783 .overlay-layer-attribution {
4787 .overlay-layer-attribution .attribution:not(:last-child):after {
4797 pointer-events: all;
4806 flex-flow: row nowrap;
4807 justify-content: space-between;
4814 #flash-wrap .content {
4817 flex-flow: row nowrap;
4818 align-items: center;
4824 #flash-wrap svg.operation-icon {
4831 #flash-wrap div.operation-tip {
4838 flex-flow: row nowrap;
4839 justify-content: space-between;
4848 transition: bottom 75ms linear;
4849 -moz-transition: bottom 75ms linear;
4850 -webkit-transition: bottom 75ms linear;
4855 transition: bottom 75ms linear;
4856 -moz-transition: bottom 75ms linear;
4857 -webkit-transition: bottom 75ms linear;
4862 vertical-align: bottom;
4866 -moz-user-select: none;
4867 -webkit-user-select: none;
4868 -ms-user-select: none;
4881 [dir='rtl'] #scale {
4882 transform: scaleX(-1);
4890 font: 12px sans-serif;
4895 [dir='rtl'] #scale text {
4896 transform: scaleX(-1);
4903 shape-rendering: crispEdges;
4913 [dir='rtl'] #about-list {
4922 border-left: 1px solid rgba(255,255,255,.5);
4923 padding: 5px 0 5px 5px;
4926 [dir='rtl'] #about-list li {
4929 border-right: 1px solid rgba(255,255,255,.5);
4932 padding: 5px 5px 5px 0;
4936 #about-list li:last-child {
4941 [dir='rtl'] #about-list li:last-child {
4946 padding: 2px 4px 4px 4px;
4949 .source-switch a.live {
4950 background: #d32232;
4954 .feature-warning a {
4955 background: #1e90ff;
4956 padding: 2px 4px 4px 4px;
4961 .user-list a:not(:last-child):after {
4971 [dir='rtl'] .api-status {
4975 .api-status.offline,
4976 .api-status.readonly,
4984 .api-status-login:hover {
4989 display: inline-block;
4990 background: #d32232;
4993 border-radius: 11px;
4996 [dir='rtl'] .badge {
5003 [dir='rtl'] .badge a {
5008 vertical-align: baseline;
5016 ------------------------------------------------------- */
5020 display: inline-block;
5031 margin-bottom: 10px;
5034 .modal .description {
5050 background:rgba(0,0,0,0.5);
5052 left:0px; right:0px; top:0px; bottom:0px;
5057 border-bottom: 1px solid #CCC;
5060 .modal-section.header h3 {
5064 .modal-section.buttons {
5068 .modal-section.buttons .action {
5069 display: inline-block;
5072 vertical-align: middle;
5075 .save-section .buttons .action,
5076 .save-section .buttons .secondary-action {
5077 display: inline-block;
5080 vertical-align: middle;
5087 .modal-actions button,
5088 .save-success a.button {
5089 font-weight: normal;
5091 border-bottom: 1px solid #CCC;
5095 display: inline-block;
5098 .modal-actions button:hover
5099 .save-success a.button:hover {
5100 background-color: #ececec;
5110 .modal-actions > :first-child {
5111 border-right: 1px solid #CCC;
5114 .modal-section:last-child {
5119 ------------------------------------------------------- */
5120 .modal-actions .logo-restore {
5123 .modal-actions .logo-reset {
5128 ------------------------------------------------------- */
5130 padding: 15px 15px 0 15px;
5132 .save-success a.details {
5135 .save-success .button {
5138 .save-success .logo-osm {
5140 margin-bottom: 10px;
5142 .save-success a.button.social {
5144 border-bottom: none;
5146 .save-success .icon.social {
5153 ------------------------------------------------------- */
5154 .modal-actions .logo-walkthrough,
5155 .modal-actions .logo-features {
5161 ------------------------------------------------------- */
5162 .mode-save a.user-info {
5163 display: inline-block;
5166 .mode-save .commit-form {
5170 .mode-save .user-info img {
5174 .mode-save h3 small.count {
5188 .mode-save .commit-info {
5189 margin-bottom: 10px;
5192 .mode-save .changeset-list {
5193 border:1px solid #ccc;
5198 .mode-save .warning-section .changeset-list button {
5199 border-left: 1px solid #CCC;
5202 .mode-save .changeset-list li {
5204 border-top:1px solid #ccc;
5209 .mode-save .changeset-list li:hover {
5210 background-color: #ececec;
5213 .mode-save .changeset-list .alert {
5217 .changeset-list li span.count {
5222 .mode-save .commit-section .changeset-list button {
5223 border-left: 1px solid #CCC;
5226 .changeset-list li span.count:before { content: '('; }
5228 .changeset-list li span.count:after { content: ')'; }
5230 .changeset-list li:first-child { border-top: 0;}
5232 /* Conflict resolution
5233 ------------------------------------------------------- */
5237 background-color: #ffffbb;
5238 border-bottom: 1px solid #ccc;
5241 .conflicts-buttons {
5245 .mode-save button.conflicts-button {
5249 .conflict-container {
5250 border-bottom: 1px solid #ccc;
5253 .conflict-description {
5259 padding: 20px 20px 0 20px;
5262 .conflict-detail-container {
5274 .conflict-nav-buttons {
5275 padding: 10px 0 20px 0;
5278 .conflict-nav-button {
5283 ------------------------------------------------------- */
5305 .notice .zoom-to:hover {
5306 background: #d8e1ff;
5309 .notice .zoom-to .icon {
5315 ------------------------------------------------------- */
5352 display: inline-block;
5357 font-weight: normal;
5358 background-color: white;
5364 pointer-events: none;
5368 background: transparent;
5376 border-color: transparent;
5377 border-style: solid;
5381 border-left-color: white;
5382 border-width: 5px 0 5px 5px;
5401 border-color: transparent;
5402 border-style: solid;
5406 border-right-color: white;
5407 border-width: 5px 5px 5px 0;
5414 border-color: transparent;
5415 border-style: solid;
5418 .tooltip.top .tooltip-arrow {
5422 border-top-color: white;
5423 border-width: 5px 5px 0;
5426 .tooltip.right .tooltip-arrow {
5430 border-right-color: white;
5431 border-width: 5px 5px 5px 0;
5434 .tooltip.left .tooltip-arrow {
5438 border-left-color: white;
5439 border-width: 5px 0 5px 5px;
5442 .tooltip.bottom .tooltip-arrow {
5446 border-bottom-color: white;
5447 border-width: 0 5px 5px;
5452 background: #F6F6F6;
5454 margin: -10px -10px 10px -10px;
5455 border-radius: 3px 3px 0 0;
5460 background: #F6F6F6;
5462 margin: 10px -10px -10px -10px;
5463 border-radius: 0 0 3px 3px;
5466 .tooltip-inner .keyhint {
5471 /* Exceptions for tooltip layouts */
5473 /* make tooltips in panels dark */
5474 .map-overlay .tooltip.top .tooltip-arrow,
5475 .entity-editor-pane .tooltip.top .tooltip-arrow,
5476 .warning-section .tooltip.top .tooltip-arrow {
5477 border-top-color: #000;
5480 .map-overlay .tooltip.bottom .tooltip-arrow,
5481 .entity-editor-pane .tooltip.bottom .tooltip-arrow,
5482 .warning-section .tooltip.bottom .tooltip-arrow {
5483 border-bottom-color: #000;
5486 .map-overlay .tooltip.left .tooltip-arrow,
5487 .entity-editor-pane .tooltip.left .tooltip-arrow,
5488 .warning-section .tooltip.left .tooltip-arrow {
5489 border-left-color: #000;
5492 .map-overlay .tooltip.right .tooltip-arrow,
5493 .entity-editor-pane .tooltip.right .tooltip-arrow,
5494 .warning-section .tooltip.right .tooltip-arrow {
5495 border-right-color: #000;
5498 .map-overlay .tooltip-inner,
5499 .map-overlay .tooltip-heading,
5500 .map-overlay .keyhint-wrap,
5501 .entity-editor-pane .tooltip-inner,
5502 .warning-section .tooltip-inner {
5506 /* commit warning tooltips need to be closer */
5507 .warning-section .tooltip.top {
5511 /* Uncramp map-control tooltips */
5512 .map-control .tooltip {
5516 /* Move over tooltips that are near the edge of screen */
5517 .add-point .tooltip {
5518 left: 33.3333% !important;
5520 .add-point .tooltip .tooltip-arrow {
5523 [dir='rtl'] .add-point .tooltip .tooltip-arrow {
5528 li:first-of-type .badge .tooltip,
5529 li.hide + li.version .badge .tooltip {
5530 left: auto !important;
5531 right: 5px !important;
5533 [dir='rtl'] li:first-of-type .badge .tooltip,
5534 [dir='rtl'] li.hide + li.version .badge .tooltip {
5535 left: 5px !important;
5536 right: auto !important;
5538 li:first-of-type .badge .tooltip .tooltip-arrow,
5539 li.hide + li.version .badge .tooltip .tooltip-arrow {
5540 right: 15px !important;
5541 left: auto !important;
5543 [dir='rtl'] li:first-of-type .badge .tooltip .tooltip-arrow,
5544 [dir='rtl'] li.hide + li.version .badge .tooltip .tooltip-arrow {
5545 left: 15px !important;
5546 right: auto !important;
5550 /* radial menu (deprecated) */
5552 .radial-menu-tooltip {
5559 .radial-menu-background {
5562 stroke-opacity: 0.5;
5565 .radial-menu-item circle {
5569 .radial-menu-item circle:active,
5570 .radial-menu-item circle:hover {
5574 .radial-menu-item.disabled circle {
5576 fill: rgba(255,255,255,.5);
5579 .radial-menu-item use {
5584 .radial-menu-item.disabled use {
5585 fill: rgba(32,32,32,.5);
5586 color: rgba(40,40,40,.5);
5591 .edit-menu-tooltip {
5597 .edit-menu-background {
5601 .edit-menu-item rect {
5605 .edit-menu-item rect:active,
5606 .edit-menu-item rect:hover {
5610 .edit-menu-item.disabled rect {
5611 cursor: not-allowed;
5613 .edit-menu-item.disabled rect:hover {
5614 cursor: not-allowed;
5618 .edit-menu-item use {
5623 .edit-menu-item.disabled use {
5624 fill: rgba(32,32,32,.2);
5625 color: rgba(40,40,40,.2);
5634 stroke-dasharray: 5, 5;
5638 ------------------------------------------------------- */
5640 @media only screen and (max-width: 840px) {
5641 /* override hide for save button */
5642 #bar .save .label { display: block;}
5645 @media screen and (max-width: 1200px) {
5646 .user-list { display: none !important; }
5649 @media screen and (max-width: 1000px) {
5650 #userLink { display: none !important; }
5653 @media screen and (max-width: 900px) {
5654 #scale-block { display: none !important; }
5659 ----------------------------------------------------- */
5661 ::-webkit-scrollbar {
5666 border-left: 1px solid #DDD;
5669 ::-webkit-scrollbar-track {
5670 background-clip: padding-box;
5671 border: solid transparent;
5675 ::-webkit-scrollbar-thumb {
5676 background-color: rgba(0,0,0,.2);
5677 background-clip: padding-box;
5678 border: solid transparent;
5679 border-width: 3px 3px 3px 4px;
5682 ::-webkit-scrollbar-track:hover,
5683 ::-webkit-scrollbar-track:active {
5684 background-color: rgba(0,0,0,.05);
5687 /* Intro walkthrough
5688 ----------------------------------------------------- */
5691 pointer-events: all;
5699 flex-direction: row;
5708 .intro-nav-wrap .intro-nav-wrap-logo {
5714 vertical-align: middle;
5717 .intro-nav-wrap .joined {
5720 flex-direction: row;
5723 .intro-nav-wrap button.chapter {
5728 .intro-nav-wrap button.chapter.next {
5729 animation-duration: 1s;
5730 animation-name: pulse;
5731 animation-iteration-count: infinite;
5732 animation-direction: alternate;
5735 from { background: #7092ff; }
5736 to { background: #c6d4ff; }
5739 .intro-nav-wrap button.chapter.finished {
5740 background: #8cd05f;
5743 .intro-nav-wrap button.chapter .status {
5747 .intro-nav-wrap button.chapter.finished .status {
5748 display: inline-block;
5751 .curtain-tooltip.tooltip.in {
5754 .curtain-tooltip.tooltip {
5757 [dir='rtl'] .curtain-tooltip.tooltip {
5761 .curtain-tooltip .tooltip-inner {
5767 .curtain-tooltip .tooltip-inner .button-section,
5768 .curtain-tooltip .tooltip-inner .instruction {
5771 border-top: 1px solid #CCC;
5774 margin-right: -20px;
5775 padding: 10px 20px 0 20px;
5778 [dir='rtl'] .curtain-tooltip .tooltip-inner .button-section button.col8 {
5782 .curtain-tooltip .tooltip-inner .instruction:only-child {
5788 .curtain-tooltip .tooltip-inner .icon.pre-text {
5789 vertical-align: text-top;
5792 display: inline-block;
5795 .curtain-tooltip.intro-points-describe ,
5796 .curtain-tooltip.intro-lines-name_road {
5797 top: 133px !important;
5800 .tooltip-illustration {
5806 [dir='rtl'] .tooltip-illustration {
5808 margin-right: -20px;
5811 .curtain-tooltip.intro-mouse {
5812 -moz-user-select: none;
5813 -webkit-user-select: none;
5814 -ms-user-select: none;
5818 .curtain-tooltip.intro-mouse .counter {
5829 .curtain-tooltip.intro-mouse .tooltip-illustration use {
5830 fill: rgba(112, 146, 255, 0);
5831 color: rgba(112, 146, 255, 0);
5833 .curtain-tooltip.intro-mouse.leftclick .tooltip-illustration use {
5834 fill: rgba(112, 146, 255, 1);
5836 .curtain-tooltip.intro-mouse.rightclick .tooltip-illustration use {
5837 color: rgba(112, 146, 255, 1);
5840 .huge-modal-button {
5846 .huge-modal-button .illustration {
5858 background-color: #fff;
5861 .mapillary-wrap.hidden {
5865 .mapillary-wrap button.thumb-hide {
5880 .mly-wrapper.active {
5881 visibility: visible;
5884 /* Right-to-left localization settings */
5886 [dir='rtl'] #sidebar {
5890 [dir='rtl'] #sidebar .search-header .icon {
5896 [dir='rtl'] .header h3 {
5898 padding: 20px 40px 20px 20px;
5901 [dir='rtl'] .entity-editor-pane .header button.preset-choose {
5906 [dir='rtl'] .entity-editor-pane .header button.preset-close, [dir='rtl'] .preset-list-pane .header button.preset-choose {
5911 [dir='rtl'] .map-data-control .layer-list button, [dir='rtl'] .background-control .layer-list button {
5914 border-right: 1px solid #CCC;
5917 [dir='rtl'] .map-data-control .layer-list button:first-of-type, [dir='rtl'] .background-control .layer-list button:first-of-type {
5918 border-radius: 3px 0 0 3px;
5922 [dir='rtl'] .feature-list-item .label {
5926 [dir='rtl'] .feature-list-item .entity-name {
5928 padding-right: 10px;
5933 [dir='rtl'] .combobox-caret {
5935 margin-right: -30px;
5938 [dir='rtl'] .icon.pre-text {
5943 [dir='rtl'] .notice .zoom-to .icon {
5948 [dir='rtl'] .preset-list-button .label {
5953 border-right: 1px solid rgba(0, 0, 0, .1);
5954 border-radius: 3px 0 0 3px;
5957 [dir='rtl'] .preset-list-item button.tag-reference-button {
5960 border-radius: 3px 0 0 3px;
5963 [dir='rtl'] .preset-list-button-wrap .preset-icon {
5968 [dir='rtl'] .preset-list-button-wrap .preset-icon-28 {
5972 [dir='rtl'] .preset-list-button-wrap .preset-icon-24 {
5976 [dir='rtl'] input[type="checkbox"], [dir='rtl'] input[type="radio"] {
5982 [dir='rtl'] .preset-input-wrap .col6 {
5986 /* map control buttons */
5987 [dir='rtl'] .map-controls {
5992 [dir='rtl'] .background-control button,
5993 [dir='rtl'] .zoombuttons button.zoom-in {
5994 border-radius: 0 4px 0 0;
5997 [dir='rtl'] .help-control button,
5998 [dir='rtl'] .geolocate-control button {
5999 border-radius: 0 0 4px 0;
6002 [dir='rtl'] .list-item-gpx-browse svg {
6003 transform: rotateY(180deg);
6006 /* map control button overlays */
6007 [dir='rtl'] .map-overlay {
6008 padding: 20px 20px 20px 50px;
6010 right: auto !important;
6013 [dir='rtl'] .opacity-options {
6018 [dir='rtl'] .hide-toggle {
6020 padding-right: 12px;
6023 [dir='rtl'] .hide-toggle:before {
6027 border-right: 8px solid #7092ff;
6030 [dir='rtl'] .hide-toggle.expanded:before {
6031 border-left: 4px solid transparent;
6032 border-right: 4px solid transparent;
6036 [dir='rtl'] #bar .spacer,
6037 [dir='rtl'] #bar .button-wrap,
6038 [dir='rtl'] #bar .button-wrap button {
6042 [dir='rtl'] .add-point .tooltip {
6043 left: inherit !important;
6046 [dir='rtl'] .button-wrap:last-of-type {
6048 padding-right: 10px;
6051 [dir='rtl'] button.save.has-count .count {
6056 [dir='rtl'] button.save.has-count .count::before {
6057 border-left: 6px solid rgba(255,255,255,.5);
6063 [dir='rtl'] .joined button {
6064 border-left: 1px solid rgba(0,0,0,.5);
6068 [dir='rtl'] .joined button:first-child {
6069 border-radius: 0 4px 4px 0;
6072 [dir='rtl'] .joined button:last-child {
6073 border-radius: 4px 0 0 4px;
6077 /* increment / decrement control - code by Naoufel Razouane */
6079 [dir='rtl'] .spin-control{
6083 [dir='rtl'] .spin-control button{
6085 border-right: 1px solid #CCC;
6087 [dir='rtl'] .spin-control button.decrement{
6088 border-bottom-right-radius: 0;
6090 [dir='rtl'] .spin-control button.increment{
6091 border-bottom-left-radius: 3px;