5 @import "rails_bootstrap_forms";
7 /* Styles common to large and small screens */
9 /* Default rules for the body of every page */
12 font-size: $typeheight;
16 text-decoration: underline dotted;
19 #container { position: relative; }
24 display: inline-block;
28 background: transparent image-url("sprite.svg") no-repeat 0 0;
33 .icon.search { /*rtl:ignore*/ background-position: 0 0; }
34 .icon.donate { /*rtl:ignore*/ background-position: -20px 0; }
35 .icon.zoomin { /*rtl:ignore*/ background-position: -40px 0; }
36 .icon.zoomout { /*rtl:ignore*/ background-position: -60px 0; }
37 .icon.geolocate { /*rtl:ignore*/ background-position: -80px 0; }
38 .active .icon.geolocate { /*rtl:ignore*/ background-position: -80px -20px; }
39 .icon.layers { /*rtl:ignore*/ background-position: -100px 0; }
40 .icon.key { /*rtl:ignore*/ background-position: -120px 0; }
41 .icon.share { /*rtl:ignore*/ background-position: -140px 0; }
42 .icon.clipboard { /*rtl:ignore*/ background-position: -160px 0; }
43 .icon.link { /*rtl:ignore*/ background-position: -180px 0; }
44 .icon.close { /*rtl:ignore*/ background-position: -200px 0; }
45 .icon.close:hover { /*rtl:ignore*/ background-position: -200px -20px; }
46 .icon.check { /*rtl:ignore*/ background-position: -220px 0; }
47 .icon.note { /*rtl:ignore*/ background-position: -240px 0; }
48 .icon.note.grey { /*rtl:ignore*/ background-position: -240px -20px; }
49 .icon.query { /*rtl:ignore*/ background-position: -260px 0; }
51 /* Utility for de-emphasizing content */
53 .text-body-secondary a {
57 /* Bootstrap contextual table classes overrides in dark mode */
59 @include color-mode(dark) {
61 --bs-table-bg: rgb(var(--bs-primary-rgb), .25);
64 --bs-table-bg: rgb(var(--bs-secondary-rgb), .25);
67 --bs-table-bg: rgb(var(--bs-success-rgb), .25);
69 .table-primary, .table-secondary, .table-success {
70 --bs-table-color: initial;
71 border-color: inherit;
75 /* Rules for the header */
82 background: image-url("menu-icon.svg") no-repeat;
83 background-size: 30px 30px;
86 margin: 14px 10px 0 0;
90 @include color-mode(dark) {
97 height: $headerHeight;
102 padding: $lineheight * 0.5;
106 height: $headerHeight;
120 & > .btn-group .btn-outline-primary {
121 @include button-outline-variant($green, $color-hover: $white, $active-color: $white);
125 .btn-outline-primary {
130 border-top-color: $grey;
134 background-color: lighten($green, 30%);
139 // Small tweaks to the toggle to stop the primary colour showing through
140 // when the menu is shown
141 .show > .btn-outline-primary.dropdown-toggle {
142 background-color: $green;
143 border-color: $green;
146 box-shadow: 0 0 0 0.2rem fade-out($green, 0.5);
157 nav.primary, nav.secondary {
160 background-color: $green;
166 #compact-secondary-nav {
171 #compact-secondary-nav {
172 display: inline-block;
185 flex-direction: column;
187 min-height: $headerHeight;
190 display: none !important;
198 #sidebar .search_forms,
215 flex-direction: column;
217 .user-menu, .login-menu {
222 #compact-secondary-nav {
227 display: inline-block;
230 .overlay-sidebar #sidebar .welcome {
234 .overlay-sidebar #sidebar #banner {
239 /* Utility for styling notification numbers */
242 background: transparentize(lighten($green, 25%), .25);
244 font-weight: $font-weight-normal;
247 /* Rules for Leaflet maps */
249 .leaflet-top.leaflet-right,
250 .leaflet-top.leaflet-left {
254 flex-direction: column;
255 flex-wrap: wrap-reverse;
258 .leaflet-control .control-button {
262 background-color: #333;
263 background-color: rgba(0,0,0,.6);
268 background-color: black;
273 background-color: #333;
274 background-color: rgba(0,0,0,.5);
279 background-color: $vibrant-green;
283 border-start-start-radius: 4px;
287 border-end-start-radius: 4px;
296 /* Rules for the sidebar and main map area */
316 width: $sidebarWidth;
323 .overlay-sidebar #sidebar {
350 width: $sidebarWidth;
366 .leaflet-marker-draggable {
381 @include media-breakpoint-down(md) {
416 --bs-btn-border-color: var(--bs-body-bg);
419 --bs-btn-border-color: var(--bs-primary-border-subtle);
424 li.disabled { color: $darkgrey; }
435 top: 10px !important;
437 margin-right: 0px !important;
438 margin-top: 0px !important;
442 .leaflet-popup-scrolled {
443 padding-right: $lineheight;
444 border-bottom: 0px !important;
445 border-top: 0px !important;
448 .leaflet-popup-content-wrapper, .leaflet-popup-tip,
449 .leaflet-contextmenu, .leaflet-contextmenu-item,
450 .leaflet-control-attribution, .leaflet-control-scale-line {
451 @extend .bg-body, .text-body;
454 .leaflet-control-attribution, .leaflet-control-scale-line {
455 @extend .bg-opacity-75;
456 text-shadow: none !important;
459 .leaflet-contextmenu-item.over {
460 @extend .bg-body-secondary, .border-secondary, .border-opacity-10;
463 .leaflet-popup-content-wrapper {
467 color: var(--bs-link-color) !important;
471 @include color-mode(dark) {
472 .leaflet-tile-container,
473 .mapkey-table-entry td:first-child > * {
474 filter: brightness(.8);
477 .leaflet-control-attribution a {
478 color: var(--bs-link-color);
481 .leaflet-control-scale-line {
482 @extend .border-light, .border-opacity-75;
486 /* Rules for attribution text under the main map shown on printouts */
488 .donate-attr { color: darken($green, 10%) !important; }
490 /* Rules for the sidebar */
500 /* Temporary label size override until we remove site-wide font customisation */
511 /* Stop bootstrap 5 from floating legends when they don't need to be */
516 /* Override the text colour for primary and secondary buttons, to match our
517 bootstrap 4 colours. Note this has accessibility issues, which is why
518 bootstrap 5 calculates black as the appropriate colour, and we should
519 reconsider our colours at some point with that in mind. */
522 @include button-variant($primary, $primary, $color: $white, $hover-color: $white, $active-color: $white, $disabled-color: $white);
526 @include button-variant($secondary, $secondary, $color: $white, $hover-color: $white, $active-color: $white, $disabled-color: $white);
529 .btn-outline-secondary {
530 @include button-outline-variant($secondary, $color-hover: $white, $active-color: $white);
533 /* Rules for the search and direction forms */
535 header .search_forms,
546 /* Rules for search sidebar */
548 #sidebar .search_results_entry {
549 .search_more .loader {
554 /* Rules for routing */
557 background-image: image-url('routing-sprite.svg');
560 background-repeat: no-repeat;
562 @for $i from 0 through 25 {
563 div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
566 @include color-mode(dark) {
579 .routing_marker { width: 15px; cursor: move; }
585 /* Rules for the history sidebar */
587 #sidebar .changesets {
593 a.stretched-link > span, a:not(.stretched-link), [title] {
595 z-index: 2; /* needs to be higher than Bootstrap's stretched link ::after z-index */
599 .changeset_more .loader {
605 /* Rules for the browse sidebar */
609 padding-bottom: $spacer;
610 margin-bottom: $spacer;
611 border-bottom: 1px solid $grey;
614 word-wrap: break-word;
618 .browse-section:last-of-type {
624 white-space: pre-wrap;
625 word-wrap: break-word;
626 word-break: break-word;
628 tr:last-child th, tr:last-child td {
638 /* Bootstrap buttons don't have any vertical margin, so
639 they touch when adjacent buttons wrap onto a new line
640 e.g. wide form buttons on a narrow sidebar */
644 margin-bottom: $spacer * 0.25;
648 /* Force LTR/RTL alignment for placeholder text */
650 .form-control::placeholder {
654 /* Rules for export sidebar */
657 .export_area_inputs {
668 /*rtl:ignore*/ float: left;
671 /*rtl:ignore*/ float: right;
676 /* Rules for edit pages */
687 /* Rules for non-map content pages */
693 padding: $lineheight;
696 /* Overrides for pages that use new layout conventions */
698 .header-illustration {
699 background-position: 0 0;
700 background-repeat: no-repeat;
708 background-image: image-url("sign-up-illustration.png");
709 background-position-x: 50px;
713 background-image: image-url("confirm-illustration.png");
717 background-image: image-url("terms-illustration.png");
721 [dir=rtl] .header-illustration {
722 transform: scaleX(-1);
725 transform: scaleX(-1);
729 transform: scaleX(-1);
733 /* Rules for small maps in content areas */
737 margin-bottom: $lineheight;
740 @include media-breakpoint-up(md) {
746 /* Rules for the user map */
748 .content_map .leaflet-popup-content {
753 /* Rules for user popups on maps */
763 /* Rules for the diary entry page */
770 .diary-comment .col-auto {
773 .diary-comment .col {
778 /* Rules for the account confirmation page */
782 padding: $lineheight;
783 margin-bottom: $lineheight;
792 list-style-type: lower-alpha;
797 /* Rules for user images */
809 img.user_thumbnail_tiny {
815 /* General styles for action lists / subnavs */
817 nav.secondary-actions {
830 border-left: 1px solid $grey;
831 padding-left: $lineheight * 0.5;
832 margin-right: $lineheight * 0.5;
833 margin-bottom: $lineheight * 0.125;
838 div.secondary-actions {
843 /* Rules for rich text */
847 background: var(--bs-secondary-bg);
852 background: var(--bs-secondary-bg);
854 white-space: pre-wrap;
862 padding: $lineheight;
863 background-color: var(--bs-tertiary-bg);
870 border-left: $lineheight solid var(--bs-tertiary-bg);
871 padding-left: $lineheight;
873 color: var(--bs-secondary-color);
877 /* Rules for the "Welcome" and "Fix the map" pages */
879 .site-welcome, .site-fixthemap {
883 background-image: image-url("welcome-sprite.svg");
884 background-size: 500px 250px;
888 /*rtl:ignore*/ background-position: -50px 0;
892 /*rtl:ignore*/ background-position: -100px 0;
896 /*rtl:ignore*/ background-position: -150px 0;
900 /*rtl:ignore*/ background-position: -200px 0;
904 /*rtl:ignore*/ background-position: -250px 0;
908 /*rtl:ignore*/ background-position: -300px 0;
912 /*rtl:ignore*/ background-position: -350px 0;
916 /* Rules for the "About" page */
918 .site-about #content {
928 color: $vibrant-green;
934 background-position: 0 50%;
935 background-repeat: no-repeat;
936 background-image: image-url('about/osm.png');
937 background-size: cover;
938 background-color: $vibrant-green;
942 background: $vibrant-green;
946 display: inline-block;
955 background: 40px 40px image-url('about/sprite.png') no-repeat;
959 background-position: 0px 0px;
963 background-position: 0px -40px;
967 background-position: 0px -80px;
971 background-position: 0px -120px;
975 background-position: 0px -160px;
979 background-position: -45px -160px;
988 /* Rules for tabs inside secondary background sections */
990 .bg-body-secondary .nav-tabs {
991 --bs-border-color: var(--bs-secondary-border-subtle);
992 --bs-secondary-bg: var(--bs-secondary-border-subtle);
996 /* Rules for traces */
999 mix-blend-mode: darken;
1002 @include color-mode(dark) {
1005 mix-blend-mode: lighten;
1009 /* Rules for map sidebar icons */
1015 display: inline-block;
1020 .node, .way, .relation {
1025 @each $class, $item in $map-sidebar-icons {
1026 .browse-section #{$class}::before {
1027 content: image-url('browse/#{map.get($item, "filename")}');
1030 @if map.get($item, "invert") {
1031 @include color-mode(dark) {
1032 .browse-section #{$class}::before {
1033 filter: invert(.8) hue-rotate(180deg);