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;
187 use { pointer-events: none; }
190 .layer-osm path:not(.oneway) { fill: none; } /* IE needs :not(.oneway) */
192 /* the above fill: none rule affects paths in <use> shadow dom only in Firefox */
193 .layer-osm use.icon path { fill: #333; } /* FF svg Maki icons */
194 .layer-osm .turn use path { fill: #000; } /* FF turn restriction icons */
195 #turn-only-shape2, #turn-only-u-shape2 { fill: #7092FF; } /* FF turn-only, turn-only-u */
196 #turn-no-shape2, #turn-no-u-shape2 { fill: #E06D5F; } /* FF turn-no, turn-no-u */
197 #turn-yes-shape2, #turn-yes-u-shape2 { fill: #8CD05F; } /* FF turn-yes, turn-yes-u */
206 pointer-events: stroke;
225 g.point.hover:not(.selected) .shadow {
229 g.point.selected .shadow {
233 g.point.active, g.point.active * {
234 pointer-events: none;
237 /* vertices and midpoints */
249 g.vertex.shared .stroke {
260 g.midpoint.tag-highway-corridor .fill,
261 g.midpoint.tag-highway-pedestrian .fill,
262 g.midpoint.tag-highway-steps .fill,
263 g.midpoint.tag-highway-path .fill,
264 g.midpoint.tag-highway-footway .fill,
265 g.midpoint.tag-highway-cycleway .fill,
266 g.midpoint.tag-highway-bridleway .fill {
279 g.vertex.vertex-hover {
283 .mode-draw-area g.vertex.vertex-hover,
284 .mode-draw-line g.vertex.vertex-hover,
285 .mode-add-area g.vertex.vertex-hover,
286 .mode-add-line g.vertex.vertex-hover,
287 .mode-add-point g.vertex.vertex-hover,
288 .mode-drag-node g.vertex.vertex-hover {
292 g.vertex.hover:not(.selected) .shadow,
293 g.midpoint.hover:not(.selected) .shadow {
297 g.vertex.selected .shadow {
301 .mode-draw-area g.midpoint,
302 .mode-draw-line g.midpoint,
303 .mode-add-area g.midpoint,
304 .mode-add-line g.midpoint,
305 .mode-add-point g.midpoint {
311 .preset-icon .icon.other-line {
317 stroke-linecap: round;
318 stroke-linejoin: bevel;
332 path.shadow.hover:not(.selected) {
336 path.shadow.selected {
351 stroke: rgba(255, 255, 255, 0.3);
352 fill: rgba(255, 255, 255, 0.3);
355 .preset-icon-fill-area {
356 border: 1px solid rgb(170, 170, 170);
357 background-color: rgba(170, 170, 170, 0.3);
360 path.stroke.tag-natural {
361 stroke: rgb(182, 225, 153);
363 path.fill.tag-natural {
364 stroke: rgba(182, 225, 153, 0.3);
365 fill: rgba(182, 225, 153, 0.3);
367 .preset-icon-fill-area.tag-natural {
368 border-color: rgb(182, 225, 153);
369 background-color: rgba(182, 225, 153, 0.3);
372 path.stroke.tag-landuse,
373 path.stroke.tag-natural-wood,
374 path.stroke.tag-natural-tree,
375 path.stroke.tag-natural-grassland,
376 path.stroke.tag-natural-grass,
377 path.stroke.tag-leisure-nature_reserve,
378 path.stroke.tag-leisure-pitch,
379 path.stroke.tag-leisure-park {
380 stroke: rgb(140, 208, 95);
382 path.fill.tag-landuse,
383 path.fill.tag-natural-wood,
384 path.fill.tag-natural-tree,
385 path.fill.tag-natural-grassland,
386 path.fill.tag-natural-grass,
387 path.fill.tag-leisure-nature_reserve,
388 path.fill.tag-leisure-pitch,
389 path.fill.tag-leisure-park {
390 stroke: rgba(140, 208, 95, 0.3);
391 fill: rgba(140, 208, 95, 0.3);
393 .preset-icon-fill-area.tag-landuse,
394 .preset-icon-fill-area.tag-natural-wood,
395 .preset-icon-fill-area.tag-natural-tree,
396 .preset-icon-fill-area.tag-natural-grassland,
397 .preset-icon-fill-area.tag-natural-grass,
398 .preset-icon-fill-area.tag-leisure-nature_reserve,
399 .preset-icon-fill-area.tag-leisure-pitch,
400 .preset-icon-fill-area.tag-leisure-park {
401 border-color: rgb(140, 208, 95);
402 background-color: rgba(140, 208, 95, 0.3);
405 path.stroke.tag-amenity-swimming_pool,
406 path.stroke.tag-leisure-swimming_pool,
407 path.stroke.tag-natural-water,
408 path.stroke.tag-landuse-basin,
409 path.stroke.tag-landuse-reservoir {
410 stroke: rgb(119, 211, 222);
412 path.fill.tag-amenity-swimming_pool,
413 path.fill.tag-leisure-swimming_pool,
414 path.fill.tag-landuse-basin,
415 path.fill.tag-landuse-reservoir,
416 path.fill.tag-natural-water {
417 stroke: rgba(119, 211, 222, 0.3);
418 fill: rgba(119, 211, 222, 0.3);
420 .preset-icon-fill-area.tag-amenity-swimming_pool,
421 .preset-icon-fill-area.tag-leisure-swimming_pool,
422 .preset-icon-fill-area.tag-landuse-basin,
423 .preset-icon-fill-area.tag-landuse-reservoir,
424 .preset-icon-fill-area.tag-natural-water {
425 border-color: rgb(119, 211, 222);
426 background-color: rgba(119, 211, 222, 0.3);
429 path.stroke.tag-amenity-childcare,
430 path.stroke.tag-amenity-kindergarten,
431 path.stroke.tag-amenity-school,
432 path.stroke.tag-amenity-college,
433 path.stroke.tag-amenity-university {
434 stroke: rgb(255, 255, 148);
436 path.fill.tag-amenity-childcare,
437 path.fill.tag-amenity-kindergarten,
438 path.fill.tag-amenity-school,
439 path.fill.tag-amenity-college,
440 path.fill.tag-amenity-university {
441 stroke: rgba(255, 255, 148, 0.15);
442 fill: rgba(255, 255, 148, 0.15);
444 .preset-icon-fill-area.tag-amenity-childcare,
445 .preset-icon-fill-area.tag-amenity-kindergarten,
446 .preset-icon-fill-area.tag-amenity-school,
447 .preset-icon-fill-area.tag-amenity-college,
448 .preset-icon-fill-area.tag-amenity-university {
449 border-color: rgb(255, 255, 148);
450 background-color: rgba(255, 255, 148, 0.15);
453 path.stroke.tag-landuse-residential {
454 stroke: rgb(196, 189, 25);
456 path.fill.tag-landuse-residential {
457 stroke: rgba(196, 189, 25, 0.3);
458 fill: rgba(196, 189, 25, 0.3);
460 .preset-icon-fill-area.tag-landuse-residential {
461 border-color: rgb(196, 189, 25);
462 background: rgba(196, 189, 25, 0.3);
465 path.stroke.tag-landuse-retail,
466 path.stroke.tag-landuse-commercial {
467 stroke: rgb(214, 136, 26);
469 path.fill.tag-landuse-retail,
470 path.fill.tag-landuse-commercial {
471 stroke: rgba(214, 136, 26, 0.3);
472 fill: rgba(214, 136, 26, 0.3);
474 .preset-icon-fill-area.tag-landuse-retail,
475 .preset-icon-fill-area.tag-landuse-commercial {
476 border-color: rgb(214, 136, 26);
477 background-color: rgba(214, 136, 26, 0.3);
480 path.stroke.tag-landuse-industrial {
481 stroke: rgb(228, 164, 245);
483 path.fill.tag-landuse-industrial {
484 stroke: rgba(228, 164, 245, 0.3);
485 fill: rgba(228, 164, 245, 0.3);
487 .preset-icon-fill-area.tag-landuse-industrial {
488 border-color: rgb(228, 164, 245);
489 background-color: rgba(228, 164, 245, 0.3);
492 path.stroke.tag-landuse-quarry {
493 stroke: rgb(166, 149, 123);
495 path.fill.tag-landuse-quarry {
496 stroke: rgba(166, 149, 123, 0.2);
497 fill: rgba(166, 149, 123, 0.2);
499 .preset-icon-fill-area.tag-landuse-quarry {
500 border-color: rgb(166, 149, 123);
501 background-color: rgba(166, 149, 123, 0.2);
504 path.stroke.tag-landuse-landfill {
505 stroke: rgb(255, 153, 51);
507 path.fill.tag-landuse-landfill {
508 stroke: rgba(255, 153, 51, 0.2);
509 fill: rgba(255, 153, 51, 0.2);
511 .preset-icon-fill-area.tag-landuse-landfill {
512 border-color: rgb(255, 153, 51);
513 background-color: rgba(255, 153, 51, 0.2);
516 .pattern-color-construction {
517 fill: rgba(196, 189, 25, 0.2);
519 path.stroke.tag-landuse.tag-status {
520 stroke: rgb(196, 189, 25);
522 .preset-icon-fill-area.tag-landuse.tag-status {
523 border-color: rgb(196, 189, 25);
524 background-color: rgba(196, 189, 25, 0.2);
527 path.stroke.tag-landuse-military {
528 stroke: rgb(214, 136, 26);
530 path.fill.tag-landuse-military {
531 stroke: rgba(214, 136, 26, 0.2);
532 fill: rgba(214, 136, 26, 0.2);
534 .preset-icon-fill-area.tag-landuse-military {
535 border-color: rgb(214, 136, 26);
536 background-color: rgba(214, 136, 26, 0.2);
539 .pattern-color-wetland {
540 fill: rgba(182, 225, 153, 0.2);
542 path.stroke.tag-natural-wetland {
543 stroke: rgb(182, 225, 153);
545 .preset-icon-fill-area.tag-natural-wetland {
546 border-color: rgb(182, 225, 153);
547 background-color: rgba(182, 225, 153, 0.2);
550 .pattern-color-meadow {
551 fill: rgba(182, 225, 153, 0.2);
553 path.stroke.tag-landuse-meadow {
554 stroke: rgb(182, 225, 153);
556 .preset-icon-fill-area.tag-landuse-meadow {
557 border-color: rgb(182, 225, 153);
558 background-color: rgba(182, 225, 153, 0.2);
561 .pattern-color-beach {
562 fill: rgba(255, 255, 126, 0.2);
564 path.stroke.tag-natural-beach {
565 stroke: rgb(255, 255, 126);
567 .preset-icon-fill-area.tag-natural-beach {
568 border-color: rgb(255, 255, 126);
569 background-color: rgba(255, 255, 126, 0.2);
572 .pattern-color-scrub {
573 fill: rgba(219, 240, 139, 0.2);
575 path.stroke.tag-natural-scrub {
576 stroke: rgb(219, 240, 139);
578 .preset-icon-fill-area.tag-natural-scrub {
579 border-color: rgb(219, 240, 139);
580 background-color: rgba(219, 240, 139, 0.2);
584 .pattern-color-farmland {
585 fill: rgba(140, 208, 95, 0.2);
587 path.stroke.tag-landuse-farm,
588 path.stroke.tag-landuse-farmland {
589 stroke: rgb(140, 208, 95);
591 .preset-icon-fill-area.tag-landuse-farm,
592 .preset-icon-fill-area.tag-landuse-farmland {
593 background-color: rgba(140, 208, 95, 0.2);
596 .pattern-color-cemetery,
597 .pattern-color-orchard {
598 fill: rgba(140, 208, 95, 0.2);
600 path.stroke.tag-landuse-cemetery,
601 path.stroke.tag-landuse-orchard {
602 stroke: rgb(140, 208, 95);
604 .preset-icon-fill-area.tag-landuse-cemetery,
605 .preset-icon-fill-area.tag-landuse-orchard {
606 background-color: rgba(140, 208, 95, 0.2);
609 path.stroke.tag-amenity-parking {
610 stroke: rgb(170, 170, 170);
612 path.fill.tag-amenity-parking {
613 stroke: rgba(170, 170, 170, 0.3);
614 fill: rgba(170, 170, 170, 0.3);
616 .preset-icon-fill-area.tag-amenity-parking {
617 border-color: rgb(170, 170, 170);
618 background-color: rgba(170, 170, 170, 0.3);
624 path.stroke.area.tag-highway {
626 stroke-dasharray: none;
632 .preset-icon .icon.tag-highway.other-line {
637 path.shadow.tag-highway {
640 path.casing.tag-highway {
644 path.stroke.tag-highway {
649 .low-zoom path.shadow.tag-highway {
652 .low-zoom path.casing.tag-highway {
655 .low-zoom path.stroke.tag-highway {
659 .preset-icon .icon.highway-motorway,
660 .preset-icon .icon.highway-motorway-link {
664 path.stroke.tag-highway-motorway,
665 path.stroke.tag-highway-motorway_link,
666 path.stroke.tag-motorway {
669 path.casing.tag-highway-motorway,
670 path.casing.tag-highway-motorway_link,
671 path.casing.tag-motorway {
675 .preset-icon .icon.highway-trunk,
676 .preset-icon .icon.highway-trunk-link {
680 path.stroke.tag-highway-trunk,
681 path.stroke.tag-highway-trunk_link,
682 path.stroke.tag-trunk {
685 path.casing.tag-highway-trunk,
686 path.casing.tag-highway-trunk_link,
687 path.casing.tag-trunk {
691 .preset-icon .icon.highway-primary,
692 .preset-icon .icon.highway-primary-link {
696 path.stroke.tag-highway-primary,
697 path.stroke.tag-highway-primary_link,
698 path.stroke.tag-primary {
701 path.casing.tag-highway-primary,
702 path.casing.tag-highway-primary_link,
703 path.casing.tag-primary {
707 .preset-icon .icon.highway-secondary,
708 .preset-icon .icon.highway-secondary-link {
712 path.stroke.tag-highway-secondary,
713 path.stroke.tag-highway-secondary_link,
714 path.stroke.tag-secondary {
717 path.casing.tag-highway-secondary,
718 path.casing.tag-highway-secondary_link,
719 path.casing.tag-secondary {
723 .preset-icon .icon.highway-tertiary,
724 .preset-icon .icon.highway-tertiary-link {
728 path.stroke.tag-highway-tertiary,
729 path.stroke.tag-highway-tertiary_link,
730 path.stroke.tag-tertiary {
733 path.casing.tag-highway-tertiary,
734 path.casing.tag-highway-tertiary_link,
735 path.casing.tag-tertiary {
739 .legacy-carto .preset-icon .icon.highway-motorway,
740 .legacy-carto .preset-icon .icon.highway-motorway-link {
744 .legacy-carto path.stroke.tag-highway-motorway,
745 .legacy-carto path.stroke.tag-highway-motorway_link,
746 .legacy-carto path.stroke.tag-motorway {
749 .legacy-carto path.casing.tag-highway-motorway,
750 .legacy-carto path.casing.tag-highway-motorway_link,
751 .legacy-carto path.casing.tag-motorway {
755 .legacy-carto .preset-icon .icon.highway-trunk,
756 .legacy-carto .preset-icon .icon.highway-trunk-link {
760 .legacy-carto path.stroke.tag-highway-trunk,
761 .legacy-carto path.stroke.tag-highway-trunk_link,
762 .legacy-carto path.stroke.tag-trunk {
765 .legacy-carto path.casing.tag-highway-trunk,
766 .legacy-carto path.casing.tag-highway-trunk_link,
767 .legacy-carto path.casing.tag-trunk {
771 .legacy-carto .preset-icon .icon.highway-primary,
772 .legacy-carto .preset-icon .icon.highway-primary-link {
776 .legacy-carto path.stroke.tag-highway-primary,
777 .legacy-carto path.stroke.tag-highway-primary_link,
778 .legacy-carto path.stroke.tag-primary {
781 .legacy-carto path.casing.tag-highway-primary,
782 .legacy-carto path.casing.tag-highway-primary_link,
783 .legacy-carto path.casing.tag-primary {
787 .legacy-carto .preset-icon .icon.highway-secondary,
788 .legacy-carto .preset-icon .icon.highway-secondary-link {
792 .legacy-carto path.stroke.tag-highway-secondary,
793 .legacy-carto path.stroke.tag-highway-secondary_link,
794 .legacy-carto path.stroke.tag-secondary {
797 .legacy-carto path.casing.tag-highway-secondary,
798 .legacy-carto path.casing.tag-highway-secondary_link,
799 .legacy-carto path.casing.tag-secondary {
803 .legacy-carto .preset-icon .icon.highway-tertiary,
804 .legacy-carto .preset-icon .icon.highway-tertiary-link {
808 .legacy-carto path.stroke.tag-highway-tertiary,
809 .legacy-carto path.stroke.tag-highway-tertiary_link,
810 .legacy-carto path.stroke.tag-tertiary {
813 .legacy-carto path.casing.tag-highway-tertiary,
814 .legacy-carto path.casing.tag-highway-tertiary_link,
815 .legacy-carto path.casing.tag-tertiary {
819 .preset-icon .icon.highway-residential {
823 path.stroke.tag-highway-residential,
824 path.stroke.tag-residential {
827 path.casing.tag-highway-residential,
828 path.casing.tag-residential {
832 /* narrow highways */
833 path.stroke.tag-highway-living_street,
834 path.stroke.tag-highway-unclassified,
835 path.stroke.tag-highway-service,
836 path.stroke.tag-highway-track,
837 path.stroke.tag-highway-path,
838 path.stroke.tag-highway-footway,
839 path.stroke.tag-highway-cycleway,
840 path.stroke.tag-highway-bridleway,
841 path.stroke.tag-highway-corridor,
842 path.stroke.tag-highway-pedestrian,
843 path.stroke.tag-highway-steps,
844 path.stroke.tag-highway-road,
845 path.stroke.tag-living_street,
846 path.stroke.tag-unclassified,
847 path.stroke.tag-service,
848 path.stroke.tag-track,
849 path.stroke.tag-path,
850 path.stroke.tag-footway,
851 path.stroke.tag-cycleway,
852 path.stroke.tag-bridleway,
853 path.stroke.tag-corridor,
854 path.stroke.tag-pedestrian,
855 path.stroke.tag-steps,
856 path.stroke.tag-road {
859 path.casing.tag-highway-living_street,
860 path.casing.tag-highway-unclassified,
861 path.casing.tag-highway-service,
862 path.casing.tag-highway-track,
863 path.casing.tag-highway-path,
864 path.casing.tag-highway-footway,
865 path.casing.tag-highway-cycleway,
866 path.casing.tag-highway-bridleway,
867 path.casing.tag-highway-corridor,
868 path.casing.tag-highway-pedestrian,
869 path.casing.tag-highway-steps,
870 path.casing.tag-highway-road,
871 path.casing.tag-living_street,
872 path.casing.tag-unclassified,
873 path.casing.tag-service,
874 path.casing.tag-track,
875 path.casing.tag-path,
876 path.casing.tag-footway,
877 path.casing.tag-cycleway,
878 path.casing.tag-bridleway,
879 path.casing.tag-corridor,
880 path.casing.tag-pedestrian,
881 path.casing.tag-steps,
882 path.casing.tag-road {
886 .low-zoom path.stroke.tag-highway-living_street,
887 .low-zoom path.stroke.tag-highway-unclassified,
888 .low-zoom path.stroke.tag-highway-service,
889 .low-zoom path.stroke.tag-highway-track,
890 .low-zoom path.stroke.tag-highway-path,
891 .low-zoom path.stroke.tag-highway-footway,
892 .low-zoom path.stroke.tag-highway-cycleway,
893 .low-zoom path.stroke.tag-highway-bridleway,
894 .low-zoom path.stroke.tag-highway-corridor,
895 .low-zoom path.stroke.tag-highway-pedestrian,
896 .low-zoom path.stroke.tag-highway-steps,
897 .low-zoom path.stroke.tag-highway-road,
898 .low-zoom path.stroke.tag-living_street,
899 .low-zoom path.stroke.tag-unclassified,
900 .low-zoom path.stroke.tag-service,
901 .low-zoom path.stroke.tag-track,
902 .low-zoom path.stroke.tag-path,
903 .low-zoom path.stroke.tag-footway,
904 .low-zoom path.stroke.tag-cycleway,
905 .low-zoom path.stroke.tag-bridleway,
906 .low-zoom path.stroke.tag-corridor,
907 .low-zoom path.stroke.tag-pedestrian,
908 .low-zoom path.stroke.tag-steps,
909 .low-zoom path.stroke.tag-road {
912 .low-zoom path.casing.tag-highway-living_street,
913 .low-zoom path.casing.tag-highway-unclassified,
914 .low-zoom path.casing.tag-highway-service,
915 .low-zoom path.casing.tag-highway-track,
916 .low-zoom path.casing.tag-highway-path,
917 .low-zoom path.casing.tag-highway-footway,
918 .low-zoom path.casing.tag-highway-cycleway,
919 .low-zoom path.casing.tag-highway-bridleway,
920 .low-zoom path.casing.tag-highway-corridor,
921 .low-zoom path.casing.tag-highway-pedestrian,
922 .low-zoom path.casing.tag-highway-steps,
923 .low-zoom path.casing.tag-highway-road,
924 .low-zoom path.casing.tag-living_street,
925 .low-zoom path.casing.tag-unclassified,
926 .low-zoom path.casing.tag-service,
927 .low-zoom path.casing.tag-track,
928 .low-zoom path.casing.tag-path,
929 .low-zoom path.casing.tag-footway,
930 .low-zoom path.casing.tag-cycleway,
931 .low-zoom path.casing.tag-bridleway,
932 .low-zoom path.casing.tag-corridor,
933 .low-zoom path.casing.tag-pedestrian,
934 .low-zoom path.casing.tag-steps,
935 .low-zoom path.casing.tag-road {
939 .preset-icon .icon.highway-living-street {
943 path.stroke.tag-highway-living_street,
944 path.stroke.tag-living_street {
947 path.casing.tag-highway-living_street,
948 path.casing.tag-living_street {
952 .preset-icon .icon.highway-footway.tag-highway-corridor,
953 .preset-icon .icon.highway-footway.tag-highway-pedestrian {
957 path.stroke.tag-highway-corridor,
958 path.stroke.tag-highway-pedestrian,
959 path.stroke.tag-corridor,
960 path.stroke.tag-pedestrian {
962 stroke-dasharray: 2, 8;
964 path.casing.tag-highway-corridor,
965 path.casing.tag-highway-pedestrian,
966 path.casing.tag-corridor,
967 path.casing.tag-pedestrian,
968 path.casing.tag-highway-corridor.tag-unpaved,
969 path.casing.tag-highway-pedestrian.tag-unpaved,
970 path.casing.tag-corridor.tag-unpaved,
971 path.casing.tag-pedestrian.tag-unpaved {
973 stroke-linecap: round;
974 stroke-dasharray: none;
977 .preset-icon .icon.highway-unclassified {
981 path.stroke.tag-highway-unclassified,
982 path.stroke.tag-unclassified {
985 path.casing.tag-highway-unclassified,
986 path.casing.tag-unclassified {
990 .preset-icon .icon.highway-road {
994 path.stroke.tag-highway-road,
995 path.stroke.tag-road {
998 path.casing.tag-highway-road,
999 path.casing.tag-road {
1003 .preset-icon .icon.highway-service {
1007 path.stroke.tag-highway-service,
1008 path.stroke.tag-service {
1011 path.casing.tag-highway-service,
1012 path.casing.tag-service {
1016 .preset-icon .icon.highway-track {
1020 path.stroke.tag-highway-track,
1021 path.stroke.tag-track {
1024 path.casing.tag-highway-track,
1025 path.casing.tag-track {
1029 path.stroke.tag-highway-path,
1030 path.stroke.tag-highway-footway,
1031 path.stroke.tag-highway-cycleway,
1032 path.stroke.tag-highway-bridleway {
1033 stroke-linecap: butt;
1034 stroke-dasharray: 6, 6;
1037 path.casing.tag-highway-path,
1038 path.casing.tag-highway-path.tag-unpaved {
1040 stroke-linecap: round;
1041 stroke-dasharray: none;
1043 path.casing.tag-highway-footway,
1044 path.casing.tag-highway-cycleway,
1045 path.casing.tag-highway-bridleway,
1046 path.casing.tag-highway-footway.tag-unpaved,
1047 path.casing.tag-highway-cycleway.tag-unpaved,
1048 path.casing.tag-highway-bridleway.tag-unpaved {
1050 stroke-linecap: round;
1051 stroke-dasharray: none;
1054 .preset-icon .icon.category-path,
1055 .preset-icon .icon.highway-path {
1059 path.stroke.tag-highway-path {
1063 .preset-icon .icon.tag-route-foot,
1064 .preset-icon .icon.tag-route-hiking,
1065 .preset-icon .icon.highway-footway {
1069 path.stroke.tag-highway-footway {
1073 .preset-icon .icon.highway-footway.tag-crossing {
1076 path.stroke.tag-highway-footway.tag-crossing {
1078 stroke-dasharray: 6, 4;
1081 .preset-icon .icon.tag-route-bicycle,
1082 .preset-icon .icon.highway-cycleway {
1086 path.stroke.tag-highway-cycleway {
1090 .preset-icon .icon.highway-bridleway {
1094 path.stroke.tag-highway-bridleway {
1098 .preset-icon .icon.highway-steps {
1102 path.stroke.tag-highway-steps {
1104 stroke-linecap: butt;
1105 stroke-dasharray: 3, 3;
1107 path.casing.tag-highway-steps,
1108 path.casing.tag-highway-steps.tag-unpaved {
1110 stroke-linecap: round;
1111 stroke-dasharray: none;
1116 path.stroke.tag-aeroway-taxiway {
1120 path.shadow.tag-aeroway-runway {
1123 path.stroke.tag-aeroway-runway {
1126 stroke-linecap: butt;
1127 stroke-dasharray: 24, 48;
1129 path.casing.tag-aeroway-runway {
1132 stroke-linecap: square;
1134 path.fill.tag-aeroway-runway {
1135 stroke: rgba(0, 0, 0, 0.6);
1136 fill: rgba(0, 0, 0, 0.6);
1138 path.stroke.tag-aeroway-apron {
1141 path.fill.tag-aeroway-apron {
1142 stroke: rgba(128, 92, 128, 0.2);
1143 fill: rgba(128, 92, 128, 0.2);
1148 .preset-icon .icon.tag-railway.other-line {
1152 .preset-icon .icon.tag-railway {
1156 path.stroke.tag-railway {
1159 stroke-linecap: butt;
1160 stroke-dasharray: 12,12;
1162 path.casing.tag-railway {
1167 .preset-icon .icon.tag-railway-disused,
1168 .preset-icon .icon.tag-railway-abandoned {
1172 path.stroke.tag-railway-abandoned {
1175 path.casing.tag-railway-abandoned {
1179 .preset-icon .icon.tag-railway-subway {
1183 path.stroke.tag-railway-subway {
1186 path.casing.tag-railway-subway {
1190 path.stroke.tag-railway-platform {
1193 stroke-dasharray: none;
1195 path.casing.tag-railway-platform {
1199 .area.stroke.tag-railway {
1202 stroke-dasharray: none;
1204 .area.casing.tag-railway {
1210 .preset-icon .icon.tag-waterway.other-line {
1214 .preset-icon .icon.category-water,
1215 .preset-icon .icon.tag-route-ferry,
1216 .preset-icon .icon.tag-waterway {
1221 path.fill.tag-waterway {
1222 stroke: rgba(119, 211, 222, 0.3);
1223 fill: rgba(119, 211, 222, 0.3);
1226 path.stroke.tag-waterway {
1230 path.casing.tag-waterway {
1235 path.stroke.tag-waterway-river {
1238 path.casing.tag-waterway-river {
1242 .preset-icon .icon.tag-waterway-ditch {
1245 path.stroke.tag-waterway-ditch {
1249 path.casing.tag-waterway-ditch {
1254 path.area.stroke.tag-waterway-dock,
1255 path.area.stroke.tag-waterway-boatyard,
1256 path.area.stroke.tag-waterway-fuel {
1260 path.area.casing.tag-waterway-dock,
1261 path.area.casing.tag-waterway-boatyard,
1262 path.area.casing.tag-waterway-fuel {
1265 path.area.fill.tag-waterway-dock,
1266 path.area.fill.tag-waterway-boatyard,
1267 path.area.fill.tag-waterway-fuel {
1268 stroke: rgba(255, 255, 255, 0.3);
1269 fill: rgba(255, 255, 255, 0.3);
1274 .preset-icon .icon.tag-man_made-pipeline,
1275 .preset-icon .icon.tag-power {
1280 path.stroke.tag-power {
1284 path.casing.tag-power {
1290 path.stroke.tag-boundary {
1293 stroke-linecap: butt;
1294 stroke-dasharray: 20, 5, 5, 5;
1296 path.casing.tag-boundary {
1301 path.casing.tag-boundary-protected_area,
1302 path.casing.tag-boundary-national_park {
1308 path.stroke.tag-barrier {
1311 stroke-linecap: round;
1312 stroke-dasharray: 15, 5, 1, 5;
1314 .low-zoom path.stroke.tag-barrier {
1316 stroke-linecap: butt;
1317 stroke-dasharray: 8, 2, 2, 2;
1322 path.casing.tag-bridge {
1324 stroke-opacity: 0.6;
1326 stroke-linecap: butt;
1327 stroke-dasharray: none;
1330 path.shadow.tag-bridge {
1333 path.casing.line.tag-railway.tag-bridge,
1334 path.casing.tag-highway-living_street.tag-bridge,
1335 path.casing.tag-highway-path.tag-bridge,
1336 path.casing.tag-highway-corridor.tag-bridge,
1337 path.casing.line.tag-highway-pedestrian.tag-bridge,
1338 path.casing.tag-highway-service.tag-bridge,
1339 path.casing.tag-highway-track.tag-bridge,
1340 path.casing.tag-highway-steps.tag-bridge,
1341 path.casing.tag-highway-footway.tag-bridge,
1342 path.casing.tag-highway-cycleway.tag-bridge,
1343 path.casing.tag-highway-bridleway.tag-bridge {
1346 path.shadow.line.tag-railway.tag-bridge,
1347 path.shadow.tag-highway-living_street.tag-bridge,
1348 path.shadow.tag-highway-path.tag-bridge,
1349 path.shadow.tag-highway-corridor.tag-bridge,
1350 path.shadow.line.tag-highway-pedestrian.tag-bridge,
1351 path.shadow.tag-highway-service.tag-bridge,
1352 path.shadow.tag-highway-track.tag-bridge,
1353 path.shadow.tag-highway-steps.tag-bridge,
1354 path.shadow.tag-highway-footway.tag-bridge,
1355 path.shadow.tag-highway-cycleway.tag-bridge,
1356 path.shadow.tag-highway-bridleway.tag-bridge {
1359 .low-zoom path.casing.tag-bridge {
1362 .low-zoom path.shadow.tag-bridge {
1366 .low-zoom path.casing.line.tag-railway.tag-bridge,
1367 .low-zoom path.casing.tag-highway-living_street.tag-bridge,
1368 .low-zoom path.casing.tag-highway-path.tag-bridge,
1369 .low-zoom path.casing.tag-highway-corridor.tag-bridge,
1370 .low-zoom path.casing.line.tag-highway-pedestrian.tag-bridge,
1371 .low-zoom path.casing.tag-highway-service.tag-bridge,
1372 .low-zoom path.casing.tag-highway-track.tag-bridge,
1373 .low-zoom path.casing.tag-highway-steps.tag-bridge,
1374 .low-zoom path.casing.tag-highway-footway.tag-bridge,
1375 .low-zoom path.casing.tag-highway-cycleway.tag-bridge,
1376 .low-zoom path.casing.tag-highway-bridleway.tag-bridge {
1380 .low-zoom path.shadow.line.tag-railway.tag-bridge,
1381 .low-zoom path.shadow.tag-highway-living_street.tag-bridge,
1382 .low-zoom path.shadow.tag-highway-path.tag-bridge,
1383 .low-zoom path.shadow.tag-highway-corridor.tag-bridge,
1384 .low-zoom path.shadow.line.tag-highway-pedestrian.tag-bridge,
1385 .low-zoom path.shadow.tag-highway-service.tag-bridge,
1386 .low-zoom path.shadow.tag-highway-track.tag-bridge,
1387 .low-zoom path.shadow.tag-highway-steps.tag-bridge,
1388 .low-zoom path.shadow.tag-highway-footway.tag-bridge,
1389 .low-zoom path.shadow.tag-highway-cycleway.tag-bridge,
1390 .low-zoom path.shadow.tag-highway-bridleway.tag-bridge {
1396 path.stroke.tag-tunnel {
1397 stroke-opacity: 0.3;
1399 path.casing.tag-tunnel {
1400 stroke-opacity: 0.5;
1401 stroke-linecap: butt;
1402 stroke-dasharray: none;
1406 /* embankments / cuttings */
1407 path.casing.tag-embankment,
1408 path.casing.tag-cutting {
1409 stroke-opacity: 0.5;
1412 stroke-dasharray: 2, 4;
1413 stroke-linecap: butt;
1416 path.shadow.tag-embankment,
1417 path.shadow.tag-cutting {
1421 .low-zoom path.casing.tag-embankment,
1422 .low-zoom path.casing.tag-cutting {
1426 .low-zoom path.shadow.tag-embankment,
1427 .low-zoom path.shadow.tag-cutting {
1432 /* Surface - unpaved */
1433 path.casing.tag-unpaved {
1435 stroke-linecap: butt;
1436 stroke-dasharray: 4, 3;
1438 .low-zoom path.casing.tag-unpaved {
1439 stroke-dasharray: 3, 2;
1441 path.casing.tag-bridge.tag-unpaved {
1443 stroke-dasharray: 4, 3;
1445 .low-zoom path.casing.tag-bridge.tag-unpaved {
1447 stroke-dasharray: 3, 2;
1451 /* Status (e.g. construction, proposed, abandoned) */
1452 path.stroke.tag-status,
1453 path.casing.tag-status {
1454 stroke-linecap: butt;
1455 stroke-dasharray: 7, 3;
1457 .low-zoom path.stroke.tag-status,
1458 .low-zoom path.casing.tag-status {
1459 stroke-dasharray: 5, 2;
1464 path.stroke.tag-building,
1465 path.stroke.tag-amenity-shelter {
1466 stroke: rgb(224, 110, 95);
1468 path.fill.tag-building,
1469 path.fill.tag-amenity-shelter {
1470 stroke: rgba(224, 110, 95, 0.3);
1471 fill: rgba(224, 110, 95, 0.3);
1473 .preset-icon-fill-area.tag-building,
1474 .preset-icon-fill-area.tag-amenity-shelter {
1475 border-color: rgb(224, 110, 95);
1476 background-color: rgba(224, 110, 95, 0.3);
1480 /* Labels / Markers */
1484 pointer-events: none;
1489 .oneway .textpath.tag-waterway {
1498 text.arealabel-halo,
1499 text.linelabel-halo,
1500 text.pointlabel-halo,
1507 text-anchor: middle;
1508 pointer-events: none;
1509 -webkit-transition: opacity 100ms linear;
1510 transition: opacity 100ms linear;
1511 -moz-transition: opacity 100ms linear;
1514 .linelabel-halo .textpath,
1515 .linelabel .textpath {
1516 dominant-baseline: middle;
1519 /* Opera doesn't support dominant-baseline. See #715 */
1520 .opera .linelabel-halo .textpath,
1521 .opera .linelabel .textpath {
1522 baseline-shift: -33%;
1523 dominant-baseline: auto;
1530 stroke-miterlimit: 1;
1546 pointer-events: all;
1549 .form-field-restrictions .vertex {
1550 pointer-events: none;
1551 cursor: auto !important;
1558 cursor: auto; /* Opera */
1559 cursor: url(<%= asset_path("iD/img/cursor-grab.png") %>) 9 9, auto; /* FF */
1562 .mode-browse .point,
1563 .mode-select .point {
1564 cursor: pointer; /* Opera */
1565 cursor: url(<%= asset_path("iD/img/cursor-select-point.png") %>), pointer; /* FF */
1568 .mode-select .vertex,
1569 .mode-browse .vertex {
1570 cursor: pointer; /* Opera */
1571 cursor: url(<%= asset_path("iD/img/cursor-select-vertex.png") %>), pointer; /* FF */
1575 .mode-select .line {
1576 cursor: pointer; /* Opera */
1577 cursor: url(<%= asset_path("iD/img/cursor-select-line.png") %>), pointer; /* FF */
1581 .mode-browse .area {
1582 cursor: pointer; /* Opera */
1583 cursor: url(<%= asset_path("iD/img/cursor-select-area.png") %>), pointer; /* FF */
1586 .mode-select .midpoint,
1587 .mode-browse .midpoint {
1588 cursor: pointer; /* Opera */
1589 cursor: url(<%= asset_path("iD/img/cursor-select-split.png") %>), pointer; /* FF */
1592 .mode-select .behavior-multiselect .point,
1593 .mode-select .behavior-multiselect .vertex,
1594 .mode-select .behavior-multiselect .line,
1595 .mode-select .behavior-multiselect .area {
1596 cursor: pointer; /* Opera */
1597 cursor: url(<%= asset_path("iD/img/cursor-select-add.png") %>), pointer; /* FF */
1600 .mode-select .behavior-multiselect .selected {
1601 cursor: pointer; /* Opera */
1602 cursor: url(<%= asset_path("iD/img/cursor-select-remove.png") %>), pointer; /* FF */
1606 #map .vertex:active,
1609 #map .midpoint:active,
1610 #map .mode-select .selected {
1611 cursor: pointer; /* Opera */
1612 cursor: url(<%= asset_path("iD/img/cursor-select-acting.png") %>), pointer; /* FF */
1615 .mode-draw-line #map,
1616 .mode-draw-area #map,
1617 .mode-add-line #map,
1618 .mode-add-area #map,
1619 .mode-drag-node #map {
1620 cursor: crosshair; /* Opera */
1621 cursor: url(<%= asset_path("iD/img/cursor-draw.png") %>) 9 9, crosshair; /* FF */
1624 .mode-draw-line .way.hover,
1625 .mode-draw-area .way.hover,
1626 .mode-add-line .way.hover,
1627 .mode-add-area .way.hover,
1628 .mode-drag-node .way.hover {
1629 cursor: crosshair; /* Opera */
1630 cursor: url(<%= asset_path("iD/img/cursor-draw-connect-line.png") %>) 9 9, crosshair; /* FF */
1633 .mode-draw-line .vertex.hover,
1634 .mode-draw-area .vertex.hover,
1635 .mode-add-line .vertex.hover,
1636 .mode-add-area .vertex.hover,
1637 .mode-drag-node .vertex.hover {
1638 cursor: crosshair; /* Opera */
1639 cursor: url(<%= asset_path("iD/img/cursor-draw-connect-vertex.png") %>) 9 9, crosshair; /* FF */
1642 .mode-add-point #map,
1643 .mode-browse.lasso #map,
1644 .mode-browse.lasso .way,
1645 .mode-browse.lasso .vertex,
1646 .mode-browse.lasso .midpoint,
1647 .mode-select.lasso #map,
1648 .mode-select.lasso .way,
1649 .mode-select.lasso .vertex,
1650 .mode-select.lasso .midpoint {
1651 cursor: crosshair; /* Opera */
1652 cursor: url(<%= asset_path("iD/img/cursor-draw.png") %>) 9 9, crosshair; /* FF */
1657 cursor: pointer; /* Opera */
1658 cursor: url(<%= asset_path("iD/img/cursor-pointer.png") %>) 6 1, pointer; /* FF */
1662 pointer-events: visibleStroke;
1667 pointer-events: none;
1680 /* Mapillary Image Layer */
1682 .layer-mapillary-images {
1683 pointer-events: none;
1686 .layer-mapillary-images .viewfield-group {
1687 pointer-events: visible;
1688 cursor: pointer; /* Opera */
1689 cursor: url(<%= asset_path("iD/img/cursor-select-mapillary.png") %>) 6 1, pointer; /* FF */
1692 .layer-mapillary-images .viewfield-group * {
1699 .layer-mapillary-images .viewfield-group:hover * {
1706 .layer-mapillary-images .viewfield-group.selected * {
1713 .layer-mapillary-images .viewfield-group:hover path.viewfield,
1714 .layer-mapillary-images .viewfield-group.selected path.viewfield,
1715 .layer-mapillary-images .viewfield-group path.viewfield {
1720 /* Mapillary Sign Layer */
1722 .layer-mapillary-signs {
1723 pointer-events: none;
1726 .layer-mapillary-signs .icon-sign body {
1730 border: 2px solid transparent;
1731 pointer-events: visible;
1732 cursor: pointer; /* Opera */
1733 cursor: url(<%= asset_path("iD/img/cursor-select-mapillary.png") %>) 6 1, pointer; /* FF */
1737 .layer-mapillary-signs .icon-sign:hover body {
1738 border: 2px solid rgba(255,198,0,0.8);
1742 .layer-mapillary-signs .icon-sign.selected body {
1743 border: 2px solid rgba(255,0,0,0.8);
1747 .layer-mapillary-signs .icon-sign .t {
1753 .layer-mapillary-signs .icon-sign:hover .t,
1754 .layer-mapillary-signs .icon-sign.selected .t {
1760 .mode-draw-line .vertex.active,
1761 .mode-draw-area .vertex.active,
1762 .mode-drag-node .vertex.active {
1766 .mode-draw-line .way.active,
1767 .mode-draw-area .way.active,
1768 .mode-drag-node .active {
1769 pointer-events: none;
1772 /* Ensure drawing doesn't interact with area fills. */
1773 .mode-add-point .area.fill,
1774 .mode-draw-line .area.fill,
1775 .mode-draw-area .area.fill,
1776 .mode-add-line .area.fill,
1777 .mode-add-area .area.fill,
1778 .mode-drag-node .area.fill {
1779 pointer-events: none;
1784 .low-zoom.fill-wireframe path.stroke,
1785 .fill-wireframe path.stroke {
1787 stroke-opacity: 0.5;
1788 stroke-dasharray: none;
1792 .low-zoom.fill-wireframe path.shadow,
1793 .fill-wireframe path.shadow {
1797 .fill-wireframe path.shadow.hover:not(.selected) {
1798 stroke-opacity: 0.4;
1800 .fill-wireframe path.shadow.selected {
1801 stroke-opacity: 0.6;
1804 .fill-wireframe .point,
1805 .fill-wireframe .areaicon,
1806 .fill-wireframe path.casing,
1807 .fill-wireframe path.fill,
1808 .fill-wireframe path.oneway {
1812 .fill-partial path.fill {
1815 pointer-events: visibleStroke;
1818 ------------------------------------------------------- */
1821 Opera misbehaves when the window is resized vertically unless 100% width + height are
1822 applied to both html and body. https://gist.github.com/jfirebaugh/bd225bcfdd3a633850c4
1830 font:normal 12px/1.6667 'Helvetica Neue', Arial, sans-serif;
1840 vertical-align: middle;
1858 /* Can't be display: none or the clippaths are ignored. */
1887 div, textarea, label, input, form, span, ul, li, ol, a, button, h1, h2, h3, h4, h5, p, img {
1888 -moz-box-sizing: border-box;
1889 -webkit-box-sizing: border-box;
1890 box-sizing: border-box;
1893 a, button, input, textarea {
1894 -webkit-tap-highlight-color:rgba(0,0,0,0);
1895 -webkit-touch-callout:none;
1900 .checkselect label:hover,
1901 .opacity-options li,
1903 cursor: pointer; /* Opera */
1904 cursor: url(<%= asset_path("iD/img/cursor-pointer.png") %>) 6 1, pointer; /* FF */
1911 margin-bottom: 20px;
1916 h4:last-child { margin-bottom: 0;}
1922 margin-bottom: 10px;
1928 padding-bottom: 10px;
1932 outline-color: transparent;
1933 outline-style: none;
1963 ------------------------------------------------------- */
1967 font:normal 12px/20px 'Helvetica Neue', Arial, sans-serif;
1977 background-color: white;
1978 border:1px solid #ccc;
1983 text-overflow: ellipsis;
1988 background-color: #F1F1F1;
1991 input[type="checkbox"],
1992 input[type="radio"] {
2000 /* remove bottom border radius when combobox is open */
2001 .combobox + * textarea:focus,
2002 .combobox + * input:focus {
2003 border-bottom-left-radius: 0 !important;
2004 border-bottom-right-radius: 0 !important;
2010 background-color: white;
2011 border-collapse: collapse;
2020 table.tags, table.tags td, table.tags th {
2021 border: 1px solid #CCC;
2030 ------------------------------------------------------- */
2032 .col0 { float:left; width:04.1666%; }
2033 .col1 { float:left; width:08.3333%; }
2034 .col2 { float:left; width:16.6666%; }
2035 .col3 { float:left; width:25.0000%; max-width: 300px; }
2036 .col4 { float:left; width:33.3333%; max-width: 400px; }
2037 .col5 { float:left; width:41.6666%; max-width: 500px; }
2038 .col6 { float:left; width:50.0000%; max-width: 600px; }
2039 .col7 { float:left; width:58.3333%; }
2040 .col8 { float:left; width:66.6666%; }
2041 .col9 { float:left; width:75.0000%; }
2042 .col10 { float:left; width:83.3333%; }
2043 .col11 { float:left; width:91.6666%; }
2044 .col12 { float:left; width:100.0000%; }
2047 ------------------------------------------------------- */
2049 ul li { list-style: none;}
2051 .toggle-list > label {
2056 background-color: white;
2061 .toggle-list > label:hover {
2062 background-color: #ececec;
2065 .toggle-list > label:not(:last-child) {
2066 border-bottom: 1px solid #ccc;
2069 .toggle-list > label:last-child {
2070 border-radius: 0 0 3px 3px;
2073 .toggle-list label > span {
2076 white-space: nowrap;
2077 text-overflow: ellipsis;
2080 .toggle-list > label.active {
2081 background: #E8EBFF;
2086 ------------------------------------------------------- */
2093 background: #f6f6f6;
2098 background: #ececec;
2103 background:rgba(0,0,0,.5);
2108 background:rgba(0,0,0,.75);
2113 .fr { float: right;}
2130 box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
2134 background: url(<%= asset_path("iD/img/loader_bg.gif") %>);
2135 background-size:5px 5px;
2171 display: inline-block;
2178 background-color: #ececec;
2183 background-color: rgba(255,255,255,.25);
2184 color: rgba(0,0,0,.5);
2189 background: #7092ff;
2199 background-color: #fafafa;
2202 button.minor .icon {
2206 button.minor:hover {
2207 background-color: #f1f1f1;
2211 display: inline-block;
2216 .button-wrap button:only-child {
2220 .button-wrap:last-of-type {
2226 border-right: 1px solid rgba(0,0,0,.5);
2229 .fillL .joined button {
2230 border-right: 1px solid white;
2233 .joined button:first-child {
2234 border-radius:4px 0 0 4px;
2237 .joined button:last-child {
2238 border-right-width: 0;
2239 border-radius:0 4px 4px 0;
2243 background: #7092ff;
2247 button[disabled].action,
2248 button[disabled].action:hover {
2249 background: #cccccc;
2253 button.action:focus,
2254 button.action:hover {
2255 background: #597BE7;
2258 button.secondary-action {
2259 background: #ececec;
2262 button.secondary-action:focus,
2263 button.secondary-action:hover {
2264 background: #cccccc;
2267 button.save.has-count {
2271 button.save .count {
2275 button.save.has-count .count {
2279 background: rgba(255, 255, 255, .5);
2286 margin-left: 8.3333%;
2289 button.save.has-count .count::before {
2298 border-top: 6px solid transparent;
2299 border-bottom: 6px solid transparent;
2300 border-right: 6px solid rgba(255,255,255,.5);
2306 vertical-align: top;
2312 vertical-align: text-top;
2347 /* ToolBar / Persistent UI Elements
2348 ------------------------------------------------------- */
2361 /* Header for modals / panes
2362 ------------------------------------------------------- */
2365 border-bottom: 1px solid #ccc;
2373 white-space: nowrap;
2374 text-overflow: ellipsis;
2376 padding: 20px 20px 20px 40px;
2392 .entity-editor-pane .header button.preset-close,
2393 .preset-list-pane .header button.preset-choose {
2399 .entity-editor-pane .header button.preset-choose {
2422 padding: 5px 20px 5px 20px;
2423 border-top: 1px solid #ccc;
2424 background-color: #fafafa;
2428 .sidebar-component .body {
2437 ------------------------------------------------------- */
2445 background: #f6f6f6;
2448 .sidebar-component {
2480 background-color: #fff;
2483 .mapillary-image a {
2487 background-color: rgba(0,0,0,.5);
2492 .mapillary-image img {
2498 .mapillary-image.hidden {
2502 .mapillary-image.temp button {
2506 .mapillary-image button {
2514 .feature-list-pane .inspector-body {
2518 .preset-list-pane .inspector-body {
2522 .entity-editor-pane .inspector-body {
2526 .selection-list-pane .inspector-body {
2535 #sidebar .search-header .icon {
2540 pointer-events: none;
2543 #sidebar .search-header input {
2551 border-bottom-width: 1px;
2565 .feature-list-item {
2568 border-bottom: 1px solid #ccc;
2572 .feature-list-item .label {
2575 white-space: nowrap;
2576 text-overflow: ellipsis;
2578 border-left: 1px solid rgba(0, 0, 0, .1);
2581 .feature-list-item .label .icon {
2585 .feature-list-item:hover .label {
2586 background-color: #ececec;
2589 .feature-list-item .entity-type {
2593 .feature-list-item:hover .entity-type {
2597 .feature-list-item .entity-name {
2598 font-weight: normal;
2604 ------------------------------------------------------- */
2610 padding: 20px 20px 10px 20px;
2611 border-bottom: 1px solid #ccc;
2614 .preset-list-button-wrap {
2616 margin-bottom: 10px;
2620 .preset-list-button {
2624 border: 1px solid #ccc;
2627 .preset-list.filtered .preset-list-item:first-child .preset-list-button {
2628 background: #ececec;
2631 .preset-icon-fill-area {
2641 .preset-icon-frame {
2650 .preset-icon-frame .icon {
2662 .preset-icon-60 .icon {
2674 .preset-icon-44 .icon {
2682 left: 13px; /* Maki icons off center? */
2686 .preset-icon-32 .icon {
2691 .preset-list-button .label {
2692 background-color: #f6f6f6;
2701 white-space: nowrap;
2702 text-overflow: ellipsis;
2704 border-left: 1px solid rgba(0, 0, 0, .1);
2705 border-radius: 0 3px 3px 0;
2708 .preset-list-button:hover .label {
2709 background-color: #ececec;
2712 .preset-list-item button.tag-reference-button {
2714 border: 1px solid #CCC;
2715 border-radius: 0 3px 3px 0;
2720 background: #fafafa;
2723 .preset-list-item button.tag-reference-button:hover {
2724 background: #f1f1f1;
2727 .preset-list-item button.tag-reference-button .icon {
2731 .current .preset-list-button,
2732 .current .preset-list-button .label {
2733 background-color: #E8EBFF;
2736 .category .preset-list-button:after,
2737 .category .preset-list-button:before {
2741 left: -1px; right: -1px;
2742 border: 1px solid #ccc;
2743 border-bottom: none;
2744 border-radius: 6px 6px 0 0;
2748 .category .preset-list-button:before {
2752 .subgrid .preset-list {
2753 padding: 10px 10px 0 10px;
2757 width: -webkit-calc(100% + 20px);
2762 border: solid rgba(0, 0, 0, 0);
2764 border-bottom-color: #f1f1f1;
2768 margin-left: -webkit-calc(50% - 10px);
2773 /* preset form basics */
2777 padding-bottom: 10px;
2780 .inspector-preset a.hide-toggle {
2781 margin: 0 20px 10px 20px;
2784 .inspector-preset .preset-form {
2786 margin: 0 10px 10px 10px;
2790 .entity-editor-pane .preset-list-item .preset-list-button-wrap {
2795 margin-bottom: 10px;
2797 -webkit-transition: margin-bottom 200ms;
2798 -moz-transition: margin-bottom 200ms;
2799 -o-transition: margin-bottom 200ms;
2800 transition: margin-bottom 200ms;
2803 .form-field:last-child {
2810 border: 1px solid #cfcfcf;
2811 padding: 5px 0 5px 10px;
2812 background: #f6f6f6;
2814 border-radius: 4px 4px 0 0;
2818 .form-label-button-wrap {
2824 background: transparent;
2828 .form-label-button-wrap .tag-reference-button {
2829 border-radius: 0 3px 0 0;
2832 .form-label-button-wrap .icon {
2836 .form-label button {
2837 border-left: 1px solid #CCC;
2841 background: #f6f6f6;
2843 .form-label button:hover {
2844 background: #f1f1f1;
2847 .form-label .modified-icon,
2848 .form-field .remove-icon {
2852 .modified .form-label .modified-icon,
2853 .present .form-label .remove-icon {
2854 display: inline-block;
2857 .form-field > input,
2858 .form-field > textarea,
2859 .form-field .preset-input-wrap {
2860 border: 1px solid #CCC;
2863 border-radius: 0 0 4px 4px;
2867 .form-field textarea {
2872 border-bottom: 1px solid #CCC
2875 /* Preset form (hover mode) */
2877 .inspector-hover .checkselect label:last-of-type,
2878 .inspector-hover .preset-input-wrap .label,
2879 .inspector-hover input,
2880 .inspector-hover label {
2881 background: #ececec;
2885 .inspector-hover .checkselect label:last-of-type {
2889 /* hide and remove from layout */
2891 .inspector-hover label input[type="checkbox"],
2892 .inspector-hover label input[type="radio"],
2893 .inspector-hover .toggle-list label,
2894 .inspector-hover .toggle-list label span,
2895 .inspector-hover .inspector-inner .add-tag,
2896 .inspector-hover .inspector-inner .add-relation,
2897 .inspector-hover .toggle-list label.remove .icon {
2901 opacity: 0 !important;
2907 /* hide but preserve in layout */
2908 .inspector-hover .entity-editor-pane button.minor,
2909 .inspector-hover .combobox-caret,
2910 .inspector-hover .entity-editor-pane .header button,
2911 .inspector-hover .spin-control,
2912 .inspector-hover .hide-toggle:before,
2913 .inspector-hover .more-fields,
2914 .inspector-hover .form-label-button-wrap,
2915 .inspector-hover .tag-reference-button,
2916 .inspector-hover .view-on-osm {
2920 /* Styles for raw tag inspector on hover */
2921 .inspector-hover .tag-row .key-wrap,
2922 .inspector-hover .tag-row .form-field.input-wrap-position {
2926 .inspector-hover .tag-row:first-child input.value {
2927 border-top-right-radius: 4px;
2930 .inspector-hover .tag-row:last-child input.value {
2931 border-bottom-right-radius: 4px;
2934 .inspector-hover .tag-row:last-child input.key {
2935 border-bottom-left-radius: 4px;
2938 .inspector-hover .more-fields {
2940 margin-bottom: -10px;
2943 /* Unstyle button fields */
2944 .inspector-hover .toggle-list label.active,
2945 .inspector-hover .entity-editor-pane a.hide-toggle {
2947 background-color: transparent;
2953 .inspector-hover .toggle-list button.active {
2957 /* Add placeholder only on hover for radio buttons */
2958 .inspector-hover .toggle-list .placeholder {
2966 /* Hide placeholder for radio buttons if another is active, or not in hover state */
2967 .toggle-list label.active ~ .placeholder,
2968 .toggle-list .placeholder {
2977 /* adding additional preset fields */
2980 padding: 0 20px 20px 20px;
2984 .more-fields label { padding: 5px 10px 5px 0; }
2985 .more-fields input { width: 50%;}
2987 /* preset form access */
2989 .preset-input-wrap .label {
2991 background: #F6F6F6;
2995 .form-field-access .preset-input-wrap li {
2996 border-bottom: 1px solid #CCC;
2998 .form-field-access .preset-input-wrap li:last-child {
3002 .preset-input-access-wrap input {
3005 border-left-width: 1px;
3008 .preset-input-wrap li:last-child input {
3009 border-bottom-right-radius: 4px;
3012 /* preset form cycleway */
3014 .form-field-cycleway .preset-input-wrap li {
3015 border-bottom: 1px solid #CCC;
3017 .form-field-cycleway .preset-input-wrap li:last-child {
3021 .preset-input-cycleway-wrap input {
3024 border-left-width: 1px;
3027 /* preset form numbers */
3029 input[type=number] {
3037 display: inline-block;
3039 margin-bottom: -11px;
3043 .spin-control button {
3049 border-left: 1px solid #CCC;
3051 background: rgba(0, 0, 0, 0);
3054 .spin-control button.decrement {
3055 border-bottom-right-radius: 3px;
3058 .spin-control button.decrement::after,
3059 .spin-control button.increment::after {
3061 height: 0; width: 0;
3063 left: 0; right: 0; bottom: 0; top: 0;
3067 .spin-control button.decrement::after {
3068 border-top: 5px solid #CCC;
3069 border-left: 5px solid transparent;
3070 border-right: 5px solid transparent;
3073 .spin-control button.increment::after {
3074 border-bottom: 5px solid #CCC;
3075 border-left: 5px solid transparent;
3076 border-right: 5px solid transparent;
3079 /* preset form checkbox */
3081 .checkselect label:last-of-type {
3088 .checkselect label:hover {
3089 background: #f1f1f1;
3096 .checkselect label:not(.set) input[type="checkbox"] {
3100 /* Preset form radio button */
3102 .toggle-list button.remove {
3103 border-radius: 0 0 3px 3px;
3106 .toggle-list button.remove .icon {
3111 .toggle-list button.remove::before {
3115 .form-field .wiki-lang {
3119 .form-field .wiki-title {
3123 .form-field .wiki-title ~ .combobox-caret {
3128 .form-field .wiki-link {
3130 background: #fafafa;
3135 .form-field .wiki-link:hover {
3136 background: #f1f1f1;
3139 #preset-input-maxspeed {
3141 border-radius: 0 0 0 4px;
3145 .form-field .maxspeed-unit {
3146 border-radius: 0 0 4px 0;
3150 /* Name + translate form */
3152 .form-field .localized-main {
3156 .form-field .button-input-action {
3161 border: 1px solid #CCC;
3162 border-top-width: 0;
3163 border-right-width: 0;
3164 border-radius: 0 0 4px 0;
3166 vertical-align: top;
3169 .form-field .localized-wrap {
3173 .form-field .localized-wrap .entry {
3178 .form-field .localized-wrap .entry::before {
3191 .form-field .localized-wrap .entry .localized-lang {
3193 border-top-width: 0;
3196 .form-field .localized-wrap .entry .localized-value {
3197 border-top-width: 0;
3198 border-radius: 0 0 4px 4px;
3201 .form-field .localized-wrap .form-label button {
3202 border-top-right-radius: 3px;
3205 /* Preset form address */
3212 .addr-row:first-of-type input {
3216 .addr-row input:first-of-type {
3224 .addr-row:last-of-type input:first-of-type {
3225 border-radius: 0 0 0 4px;
3228 .addr-row:last-of-type input:last-of-type {
3229 border-radius: 0 0 4px 0;
3232 /* Restrictions editor */
3234 .form-field-restrictions .preset-input-wrap {
3239 .form-field-restrictions svg {
3244 .form-field-restrictions .restriction-help {
3251 background-color: rgba(255, 255, 255, .8);
3256 /* combobox dropdown */
3261 box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
3267 border: 1px solid #ccc;
3268 border-radius: 0 0 4px 4px;
3274 border-top:1px solid #ccc;
3275 text-overflow: ellipsis;
3276 white-space: nowrap;
3280 .combobox a.selected,
3282 background: #ececec;
3285 .combobox a:first-child {
3290 display: inline-block;
3295 vertical-align: top;
3298 .combobox-caret::after {
3300 height: 0; width: 0;
3302 left: 0; right: 0; bottom: 0; top: 0;
3304 border-top: 5px solid #ccc;
3305 border-left: 5px solid transparent;
3306 border-right: 5px solid transparent;
3309 /* Raw Tag Editor */
3325 border-bottom: 1px solid #CCC;
3326 border-left: 1px solid #CCC;
3330 .tag-row .input-wrap-position {
3336 .tag-row input.key {
3338 background-color: #f6f6f6;
3341 .tag-row input.value {
3342 border-right: 1px solid #CCC;
3345 .tag-row:first-child input.key {
3346 border-top: 1px solid #CCC;
3347 border-top-left-radius: 4px;
3350 .tag-row:first-child input.value {
3351 border-top: 1px solid #CCC;
3358 border: 1px solid #CCC;
3359 border-top-width: 0;
3360 border-left-width: 0;
3363 .tag-row button:hover {
3364 background: #f1f1f1;
3367 .tag-row button .icon {
3371 .tag-row:first-child button {
3372 border-top-width: 1px;
3375 .tag-row:first-child .tag-reference-button {
3376 border-top-right-radius: 4px;
3379 .tag-row:last-child .tag-reference-button {
3380 border-bottom-right-radius: 4px;
3383 .tag-row .tag-reference-button {
3388 background: #fafafa;
3391 /* Adding form fields to tag editor */
3393 .inspector-inner .add-tag {
3397 background: rgba(0,0,0,.5);
3398 border-radius: 0 0 4px 4px;
3401 .inspector-inner .add-tag:hover {
3402 background: rgba(0,0,0,.8);
3405 .inspector-inner .add-tag .label {
3411 button.minor.tag-reference-loading {
3412 background-color: #f5f5f5;
3415 .tag-reference-loading .icon {
3416 background-image: url(<%= asset_path("iD/img/mini-loader.gif") %>);
3417 background-position: 0 0;
3420 .tag-reference-body {
3425 .tag-reference-body p,
3426 .tag-reference-body img {
3430 .tag-reference-body p:last-child {
3431 padding-bottom: 10px;
3434 .tag-reference-body a {
3436 padding-bottom: 10px;
3439 .preset-list .tag-reference-body {
3444 .preset-list .tag-reference-body a {
3445 padding-bottom: 20px;
3448 .preset-list .tag-reference-body p,
3449 .preset-list .tag-reference-body img {
3453 .raw-tag-editor .tag-reference-body {
3454 border-bottom: 1px solid #ccc;
3459 .raw-tag-editor .tag-reference-body p:last-child {
3460 padding-bottom: 20px;
3463 .raw-tag-editor .tag-reference-body a {
3464 padding-bottom: 20px;
3470 width: -webkit-calc(33.3333% - 10px);
3471 width: calc(33.3333% - 10px);
3476 margin-bottom: 20px;
3479 /* Raw relation membership editor */
3481 .raw-member-editor .member-list li:first-child,
3482 .raw-membership-editor .member-list li:first-child {
3486 .raw-member-editor .member-row,
3487 .raw-membership-editor .member-row {
3491 .raw-member-editor .member-row .member-entity-name,
3492 .raw-membership-editor .member-row .member-entity-name {
3493 font-weight: normal;
3497 .member-incomplete .member-delete {
3501 .member-row-new .member-entity-input {
3502 border-radius: 4px 4px 0 0;
3503 border: 1px solid #cfcfcf;
3509 background: rgba(0,0,0,.5);
3514 .add-relation:hover {
3515 background: rgba(0,0,0,.8);
3518 /* Fullscreen button */
3525 div.full-screen .tooltip {
3529 div.full-screen > button, div.full-screen > button.active {
3532 background: transparent;
3535 div.full-screen > button:hover {
3536 background-color: rgba(0, 0, 0, .8);
3549 .map-control > button {
3551 background: rgba(0,0,0,.5);
3555 .map-control > button:hover {
3556 background: rgba(0, 0, 0, .8);
3559 .map-control > button.active,
3560 .map-control > button.active:hover {
3561 background: #7092ff;
3566 .zoombuttons button.zoom-in {
3567 border-radius: 4px 0 0 0;
3570 /* Background / Map Data Settings */
3573 .map-data-control button {
3577 .background-control button {
3578 border-radius: 4px 0 0 0;
3582 .background-control {
3587 border: 1px solid #CCC;
3591 margin-bottom: 10px;
3594 .background-control .adjustments button:last-child {
3598 .map-data-control .hide-toggle,
3599 .background-control .hide-toggle {
3600 padding-bottom: 10px;
3603 .layer-list, .controls-list {
3604 margin-bottom: 10px;
3605 border: 1px solid #CCC;
3612 background-color: white;
3620 .layer-list > li:first-child {
3621 border-radius: 3px 3px 0 0;
3624 .layer-list > li:last-child {
3625 border-radius: 0 0 3px 3px;
3628 .layer-list > li:only-child {
3632 .layer-list li:not(:last-child) {
3633 border-bottom: 1px solid #ccc;
3636 .layer-list li:hover {
3637 background-color: #ececec;
3640 .layer-list li.active {
3641 background: #E8EBFF;
3644 .layer-list li.best > div.best {
3645 display: inline-block;
3650 /* make sure tooltip fits in map-control panel */
3651 /* if too wide, placement will be wrong the first time it displays */
3652 .layer-list li.best .tooltip-inner {
3662 .layer-list label > span {
3665 white-space: nowrap;
3666 text-overflow: ellipsis;
3677 .minimap-toggle.active {
3678 background: #E8EBFF;
3681 .minimap-toggle:hover {
3682 background-color: #ececec;
3691 .hide-toggle:before {
3699 border-top: 4px solid transparent;
3700 border-bottom: 4px solid transparent;
3701 border-left: 8px solid #7092ff;
3704 .hide-toggle.expanded:before {
3705 border-top: 8px solid #7092ff;
3707 border-right: 4px solid transparent;
3708 border-left: 4px solid transparent;
3711 .background-control .nudge-container button {
3715 border-right: 1px solid #CCC;
3719 .background-control .nudge::after {
3724 left: 0; right: 0; top: 0; bottom: 0;
3729 .background-control .nudge.left::after {
3730 border-top: 5px solid transparent;
3731 border-bottom: 5px solid transparent;
3732 border-left: 5px solid #222;
3735 .background-control .nudge.right::after {
3736 border-top: 5px solid transparent;
3737 border-bottom: 5px solid transparent;
3738 border-right: 5px solid #222;
3741 .background-control .nudge.top::after {
3742 border-right: 5px solid transparent;
3743 border-left: 5px solid transparent;
3744 border-bottom: 5px solid #222;
3747 .background-control .nudge.bottom::after {
3748 border-right: 5px solid transparent;
3749 border-left: 5px solid transparent;
3750 border-top: 5px solid #222;
3754 background: url(<%= asset_path("iD/img/background-pattern-opacity.png") %>) 0 0 repeat;
3760 border: 1px solid #ccc;
3763 .opacity-options li {
3769 .opacity-options li .select-box{
3776 .map-data-control li:hover .select-box,
3777 .map-data-control li.selected .select-box,
3778 .background-control li:hover .select-box,
3779 .background-control li.selected .select-box {
3780 border: 2px solid #7092ff;
3781 background: rgba(89, 123, 231, .5);
3785 .map-data-control li.selected:hover .select-box,
3786 .map-data-control li.selected .select-box,
3787 .background-control li.selected:hover .select-box,
3788 .background-control li.selected .select-box {
3792 .background-control .opacity {
3794 display:inline-block;
3799 .map-data-control .layer-list button,
3800 .background-control .layer-list button {
3804 border-left: 1px solid #CCC;
3808 .map-data-control .layer-list button .icon,
3809 .background-control .layer-list button .icon {
3813 .map-data-control .layer-list button:first-of-type,
3814 .background-control .layer-list button:first-of-type {
3815 border-radius: 0 3px 3px 0;
3818 .map-data-control .map-overlay,
3819 .background-control .map-overlay,
3820 .help-control .map-overlay {
3827 .geolocate-control {
3828 margin-bottom: 10px;
3831 .geolocate-control button {
3832 border-radius: 0 0 0 4px;
3835 .map-overlay.content {
3839 padding: 20px 50px 20px 20px;
3846 .help-control button {
3847 border-radius: 0 0 0 4px;
3852 margin-bottom: 20px;
3855 .help-wrap .left-content .body p code {
3861 /* This is two columns, 41.66666 x .4 = 16.6666 */
3865 margin-bottom: 20px;
3869 .help-wrap .toc li a,
3872 border: 1px solid #CCC;
3876 .help-wrap .toc li a {
3880 .help-wrap .toc li a:hover,
3881 .help-wrap .nav a:hover {
3882 background: #ececec;
3885 .help-wrap .toc li a.selected {
3886 background: #E8EBFF;
3889 .help-wrap .toc li:first-child a {
3890 border-radius: 4px 4px 0 0;
3893 .help-wrap .toc li:nth-last-child(2) a {
3894 border-bottom: 1px solid #CCC;
3895 border-radius: 0 0 4px 4px
3898 .help-wrap .toc li.walkthrough a {
3901 border-bottom: 1px solid #ccc;
3915 .help-wrap .nav a:first-child {
3916 border-radius: 4px 0 0 4px;
3919 .help-wrap .nav a:last-child:not(:only-child) {
3920 border-radius: 0 4px 4px 0;
3924 .help-wrap .nav a:only-child {
3930 ------------------------------------------------------- */
3940 transform-origin:0 0;
3941 -ms-transform-origin:0 0;
3942 -webkit-transform-origin:0 0;
3943 -moz-transform-origin:0 0;
3944 -o-transform-origin:0 0;
3945 -moz-user-select: none;
3946 -webkit-user-select: none;
3947 -ms-user-select: none;
3951 #supersurface, .layer {
3960 ------------------------------------------------------- */
3970 border: #aaa 1px solid;
3971 box-shadow: 0 0 2em black;
3975 transform-origin:0 0;
3976 -ms-transform-origin:0 0;
3977 -webkit-transform-origin:0 0;
3978 -moz-transform-origin:0 0;
3979 -o-transform-origin:0 0;
3980 -moz-user-select: none;
3981 -webkit-user-select: none;
3982 -ms-user-select: none;
4006 stroke: rgba(255, 255, 0, 0.75);
4008 shape-rendering: crispEdges;
4011 .map-in-map-bbox.thick {
4016 ------------------------------------------------------- */
4023 border-radius: 4px 0 0 0;
4024 border-bottom: 1px solid black;
4027 .infobox .infobox-heading {
4029 border-radius: 4px 0 0 0;
4040 background: #7092ff;
4049 ------------------------------------------------------- */
4057 pointer-events: none;
4068 #attrib * { pointer-events: all; }
4070 .base-layer-attribution,
4071 .overlay-layer-attribution {
4077 .base-layer-attribution {
4081 .overlay-layer-attribution {
4085 .overlay-layer-attribution .attribution:not(:last-child):after {
4098 pointer-events: all;
4102 display: table-cell;
4103 vertical-align: bottom;
4121 font: 12px sans-serif;
4131 shape-rendering: crispEdges;
4143 border-left: 1px solid rgba(255,255,255,.5);
4144 padding: 5px 0 5px 5px;
4148 #about-list li:last-child {
4155 padding: 2px 4px 4px 4px;
4158 .source-switch a.live {
4159 background: #d32232;
4163 .feature-warning a {
4164 background: #1e90ff;
4165 padding: 2px 4px 4px 4px;
4170 .user-list a:not(:last-child):after {
4182 .api-status.offline,
4183 .api-status.readonly,
4189 ------------------------------------------------------- */
4193 display: inline-block;
4204 margin-bottom: 10px;
4207 .modal .description {
4223 background:rgba(0,0,0,0.5);
4225 left:0px; right:0px; top:0px; bottom:0px;
4230 border-bottom: 1px solid #CCC;
4233 .modal-section.header h3 {
4237 .modal-section.buttons {
4241 .modal-section.buttons .action {
4242 display: inline-block;
4245 vertical-align: middle;
4248 .save-section .buttons .action {
4249 display: inline-block;
4252 vertical-align: middle;
4259 .modal-actions button,
4260 .save-success a.button {
4261 font-weight: normal;
4263 border-bottom: 1px solid #CCC;
4267 display: inline-block;
4270 .modal-actions button:hover
4271 .save-success a.button:hover {
4272 background-color: #ececec;
4275 .modal-actions button:before,
4276 .save-success a.button.osm:before,
4277 .walkthrough a:before {
4284 margin-bottom: 10px;
4285 background:transparent url(<%= asset_path("iD/img/iD-sprite.svg") %>) no-repeat -200px -460px;
4288 .modal-actions :first-child {
4289 border-right: 1px solid #CCC;
4292 .modal-section:last-child {
4297 ------------------------------------------------------- */
4299 .modal-actions .restore:before {
4300 background-position: -500px -460px;
4303 .modal-actions .reset:before {
4304 background-position: -600px -460px;
4308 ------------------------------------------------------- */
4311 padding: 15px 15px 0 15px;
4313 .save-success a.details {
4316 .save-success .button {
4320 .save-success a.button.social {
4324 .save-success .icon.social {
4330 .save-success .button.osm:before {
4331 background-position: -200px -460px;
4335 ------------------------------------------------------- */
4337 .modal-actions .walkthrough:before,
4338 .walkthrough a:before {
4339 background-position: -300px -460px;
4342 .modal-actions .start:before {
4343 background-position: -400px -460px;
4347 ------------------------------------------------------- */
4349 .mode-save a.user-info {
4350 display: inline-block;
4353 .mode-save .commit-form {
4357 .mode-save .user-info img {
4361 .mode-save h3 small.count {
4375 .mode-save .commit-info {
4376 margin-bottom: 10px;
4379 .mode-save .changeset-list {
4380 border:1px solid #ccc;
4385 .mode-save .warning-section .changeset-list button {
4386 border-left: 1px solid #CCC;
4389 .mode-save .changeset-list li {
4391 border-top:1px solid #ccc;
4396 .mode-save .changeset-list li:hover {
4397 background-color: #ececec;
4400 .mode-save .changeset-list .alert {
4404 .changeset-list li span.count {
4409 .mode-save .commit-section .changeset-list button {
4410 border-left: 1px solid #CCC;
4413 .changeset-list li span.count:before { content: '('; }
4415 .changeset-list li span.count:after { content: ')'; }
4417 .changeset-list li:first-child { border-top: 0;}
4419 /* Conflict resolution
4420 ------------------------------------------------------- */
4424 background-color: #ffffbb;
4425 border-bottom: 1px solid #ccc;
4428 .conflicts-buttons {
4432 .mode-save button.conflicts-button {
4436 .conflict-container {
4437 border-bottom: 1px solid #ccc;
4440 .conflict-description {
4446 padding: 20px 20px 0 20px;
4449 .conflict-detail-container {
4461 .conflict-nav-buttons {
4462 padding: 10px 0 20px 0;
4465 .conflict-nav-button {
4470 ------------------------------------------------------- */
4492 .notice .zoom-to:hover {
4493 background: #d8e1ff;
4496 .notice .zoom-to .icon {
4502 ------------------------------------------------------- */
4539 display: inline-block;
4544 font-weight: normal;
4545 background-color: white;
4551 pointer-events: none;
4555 background: transparent;
4563 border-color: transparent;
4564 border-style: solid;
4568 border-left-color: white;
4569 border-width: 5px 0 5px 5px;
4588 border-color: transparent;
4589 border-style: solid;
4593 border-right-color: white;
4594 border-width: 5px 5px 5px 0;
4601 border-color: transparent;
4602 border-style: solid;
4605 .tooltip.top .tooltip-arrow {
4609 border-top-color: white;
4610 border-width: 5px 5px 0;
4613 .tooltip.right .tooltip-arrow {
4617 border-right-color: white;
4618 border-width: 5px 5px 5px 0;
4621 .tooltip.left .tooltip-arrow {
4625 border-left-color: white;
4626 border-width: 5px 0 5px 5px;
4629 .tooltip.bottom .tooltip-arrow {
4633 border-bottom-color: white;
4634 border-width: 0 5px 5px;
4638 background: #F6F6F6;
4640 margin: 10px -10px -10px;
4641 border-radius: 0 0 3px 3px;
4644 .tooltip-inner .keyhint {
4648 /* Exceptions for tooltip layouts */
4650 /* make tooltips in panels dark */
4651 .map-overlay .tooltip.top .tooltip-arrow,
4652 .entity-editor-pane .tooltip.top .tooltip-arrow,
4653 .warning-section .tooltip.top .tooltip-arrow {
4654 border-top-color: #000;
4657 .map-overlay .tooltip.bottom .tooltip-arrow,
4658 .entity-editor-pane .tooltip.bottom .tooltip-arrow,
4659 .warning-section .tooltip.bottom .tooltip-arrow {
4660 border-bottom-color: #000;
4663 .map-overlay .tooltip.left .tooltip-arrow,
4664 .entity-editor-pane .tooltip.left .tooltip-arrow,
4665 .warning-section .tooltip.left .tooltip-arrow {
4666 border-left-color: #000;
4669 .map-overlay .tooltip.right .tooltip-arrow,
4670 .entity-editor-pane .tooltip.right .tooltip-arrow,
4671 .warning-section .tooltip.right .tooltip-arrow {
4672 border-right-color: #000;
4675 .map-overlay .tooltip-inner,
4676 .map-overlay .keyhint-wrap,
4677 .entity-editor-pane .tooltip-inner,
4678 .warning-section .tooltip-inner {
4682 /* commit warning tooltips need to be closer */
4683 .warning-section .tooltip.top {
4687 /* Uncramp map-control tooltips */
4688 .map-control .tooltip {
4691 /* Move over tooltips that are near the edge of screen */
4692 .add-point .tooltip {
4693 left: 33.3333% !important;
4696 .curtain-tooltip.intro-points-add .tooltip-arrow,
4697 .add-point .tooltip .tooltip-arrow {
4701 .radial-menu-tooltip {
4708 .radial-menu-background {
4711 stroke-opacity: 0.5;
4714 .radial-menu-item circle {
4718 .radial-menu-item circle:active,
4719 .radial-menu-item circle:hover {
4723 .radial-menu-item.disabled circle {
4725 fill: rgba(255,255,255,.5);
4728 .radial-menu-item use {
4733 .radial-menu-item.disabled use {
4734 fill: rgba(32,32,32,.5);
4735 color: rgba(40,40,40,.5);
4743 stroke-dasharray: 5, 5;
4747 ------------------------------------------------------- */
4749 @media only screen and (max-width: 840px) {
4750 /* override hide for save button */
4751 #bar .save .label { display: block;}
4754 @media screen and (max-width: 1200px) {
4755 .user-list { display: none !important; }
4758 @media screen and (max-width: 1000px) {
4759 #userLink { display: none !important; }
4762 @media screen and (max-width: 900px) {
4763 #scale-block { display: none !important; }
4768 ----------------------------------------------------- */
4770 ::-webkit-scrollbar {
4775 border-left: 1px solid #DDD;
4778 ::-webkit-scrollbar-track {
4779 background-clip: padding-box;
4780 border: solid transparent;
4784 ::-webkit-scrollbar-thumb {
4785 background-color: rgba(0,0,0,.2);
4786 background-clip: padding-box;
4787 border: solid transparent;
4788 border-width: 3px 3px 3px 4px;
4791 ::-webkit-scrollbar-track:hover,
4792 ::-webkit-scrollbar-track:active {
4793 background-color: rgba(0,0,0,.05);
4796 /* Intro walkthrough
4797 ----------------------------------------------------- */
4800 pointer-events: all;
4815 .intro-nav-wrap button.step {
4819 .intro-nav-wrap button.step.finished {
4820 background: #8cd05f;
4823 .intro-nav-wrap button.step .icon {
4827 .intro-nav-wrap button.step.finished .icon {
4828 display: inline-block;
4832 .curtain-tooltip .tooltip-inner {
4837 .curtain-tooltip .tooltip-inner {
4841 .curtain-tooltip .tooltip-inner .bold {
4844 border-top: 1px solid #CCC;
4847 margin-right: -20px;
4848 padding: 10px 20px 0 20px;
4851 .curtain-tooltip .tooltip-inner .bold:only-child {
4857 .curtain-tooltip.intro-points-describe {
4858 top: 133px !important;
4861 /* Tooltip illustrations */
4863 .intro-points-add .tooltip-inner::before,
4864 .intro-areas-add .tooltip-inner::before,
4865 .intro-lines-add .tooltip-inner::before {
4871 background:transparent url(<%= asset_path("iD/img/iD-sprite.svg") %>) no-repeat 0 -320px;
4874 .intro-areas-add .tooltip-inner::before {
4875 background-position: 0 -400px;
4878 .intro-lines-add .tooltip-inner::before {
4879 background-position: 0 -480px;
4882 .huge-modal-button {
4888 .huge-modal-button .illustration {
4891 background: rgba(0, 0, 0, 0) url(<%= asset_path("iD/img/iD-sprite.svg") %>) no-repeat -300px -460px;