3 @import "rails_bootstrap_forms";
5 /* Styles common to large and small screens */
7 /* Default rules for the body of every page */
10 font-size: $typeheight;
23 text-decoration: underline dotted;
26 #container { position: relative; }
29 vertical-align: middle;
30 margin-right: $lineheight * 0.25;
36 display: inline-block;
40 background: transparent image-url("sprite.svg") no-repeat 0 0;
45 .icon.search { /*rtl:ignore*/ background-position: 0 0; }
46 .icon.donate { /*rtl:ignore*/ background-position: -20px 0; }
47 .icon.zoomin { /*rtl:ignore*/ background-position: -40px 0; }
48 .icon.zoomout { /*rtl:ignore*/ background-position: -60px 0; }
49 .icon.geolocate { /*rtl:ignore*/ background-position: -80px 0; }
50 .active .icon.geolocate { /*rtl:ignore*/ background-position: -80px -20px; }
51 .icon.layers { /*rtl:ignore*/ background-position: -100px 0; }
52 .icon.key { /*rtl:ignore*/ background-position: -120px 0; }
53 .icon.share { /*rtl:ignore*/ background-position: -140px 0; }
54 .icon.clipboard { /*rtl:ignore*/ background-position: -160px 0; }
55 .icon.link { /*rtl:ignore*/ background-position: -180px 0; }
56 .icon.close { /*rtl:ignore*/ background-position: -200px 0; }
57 .icon.close:hover { /*rtl:ignore*/ background-position: -200px -20px; }
58 .icon.check { /*rtl:ignore*/ background-position: -220px 0; }
59 .icon.note { /*rtl:ignore*/ background-position: -240px 0; }
60 .icon.note.grey { /*rtl:ignore*/ background-position: -240px -20px; }
61 .icon.query { /*rtl:ignore*/ background-position: -260px 0; }
63 /* Utility for de-emphasizing content */
69 /* Bootstrap contextual table classes overrides in dark mode */
71 @include color-mode(dark) {
73 --bs-table-bg: rgb(var(--bs-primary-rgb), .25);
76 --bs-table-bg: rgb(var(--bs-secondary-rgb), .25);
79 --bs-table-bg: rgb(var(--bs-success-rgb), .25);
81 .table-primary, .table-secondary, .table-success {
82 --bs-table-color: initial;
83 border-color: inherit;
87 /* Rules for the header */
94 background: image-url("menu-icon.png") no-repeat;
95 background-size: 30px 30px;
98 margin: 14px 10px 0 0;
102 @include color-mode(dark) {
109 height: $headerHeight;
113 h1, nav, nav > ul, nav > ul > li {
114 display: inline-block;
119 padding: $lineheight * 0.5;
142 & > .btn-group .btn-outline-primary {
143 @include button-outline-variant($green, $color-hover: $white, $active-color: $white);
147 .btn-outline-primary {
152 border-top-color: $grey;
156 background-color: lighten($green, 30%);
161 // Small tweaks to the toggle to stop the primary colour showing through
162 // when the menu is shown
163 .show > .btn-outline-primary.dropdown-toggle {
164 background-color: $green;
165 border-color: $green;
168 box-shadow: 0 0 0 0.2rem fade-out($green, 0.5);
179 background-color: lighten($grey, 10%);
183 nav.primary, nav.secondary {
186 background-color: $green;
192 #compact-secondary-nav {
197 #compact-secondary-nav {
198 display: inline-block;
211 flex-direction: column;
213 min-height: $headerHeight;
224 #sidebar .search_forms,
241 .user-menu, .login-menu {
246 #compact-secondary-nav {
251 display: inline-block;
254 .overlay-sidebar #sidebar .welcome {
258 .overlay-sidebar #sidebar #banner {
263 /* Utility for styling notification numbers */
266 background: transparentize(lighten($green, 25%), .25);
268 font-weight: $font-weight-normal;
271 /* Rules for Leaflet maps */
273 .leaflet-top.leaflet-right,
274 .leaflet-top.leaflet-left {
278 flex-direction: column;
279 flex-wrap: wrap-reverse;
282 .leaflet-control .control-button {
286 background-color: #333;
287 background-color: rgba(0,0,0,.6);
292 background-color: black;
297 background-color: #333;
298 background-color: rgba(0,0,0,.5);
303 background-color: $vibrant-green;
307 border-start-start-radius: 4px;
311 border-end-start-radius: 4px;
320 /* Rules for the sidebar and main map area */
340 width: $sidebarWidth;
347 .overlay-sidebar #sidebar {
374 width: $sidebarWidth;
390 .leaflet-marker-draggable {
405 @include media-breakpoint-down(md) {
440 --bs-btn-border-color: var(--bs-body-bg);
443 --bs-btn-border-color: var(--bs-primary-border-subtle);
452 li.disabled { color: $darkgrey; }
463 top: 10px !important;
465 margin-right: 0px !important;
466 margin-top: 0px !important;
470 .leaflet-popup-scrolled {
471 padding-right: $lineheight;
472 border-bottom: 0px !important;
473 border-top: 0px !important;
476 .leaflet-popup-content-wrapper,
478 @extend .bg-body, .text-body;
481 .leaflet-popup-content-wrapper {
485 color: var(--bs-link-color) !important;
489 /* Rules for attribution text under the main map shown on printouts */
491 .donate-attr { color: darken($green, 10%) !important; }
493 /* Rules for the sidebar */
503 /* Temporary label size override until we remove site-wide font customisation */
514 /* Stop bootstrap 5 from floating legends when they don't need to be */
519 /* Override the text colour for primary and secondary buttons, to match our
520 bootstrap 4 colours. Note this has accessibility issues, which is why
521 bootstrap 5 calculates black as the appropriate colour, and we should
522 reconsider our colours at some point with that in mind. */
525 @include button-variant($primary, $primary, $color: $white, $hover-color: $white, $active-color: $white, $disabled-color: $white);
529 @include button-variant($secondary, $secondary, $color: $white, $hover-color: $white, $active-color: $white, $disabled-color: $white);
532 .btn-outline-secondary {
533 @include button-outline-variant($secondary, $color-hover: $white, $active-color: $white);
536 /* Rules for the search and direction forms */
538 header .search_forms,
549 /* Rules for search sidebar */
551 #sidebar .search_results_entry {
553 background: $list-highlight;
556 .search_more .loader {
561 /* Rules for routing */
564 background-image: image-url('routing-sprite.png');
567 background-repeat: no-repeat;
569 @for $i from 0 through 25 {
570 div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
573 @include color-mode(dark) {
586 .routing_marker { width: 15px; cursor: move; }
592 /* Rules for the history sidebar */
594 #sidebar .changesets {
600 a.stretched-link > span, a:not(.stretched-link), [title] {
602 z-index: 2; /* needs to be higher than Bootstrap's stretched link ::after z-index */
606 .changeset_more .loader {
612 /* Rules for the browse sidebar */
616 padding-bottom: $spacer;
617 margin-bottom: $spacer;
618 border-bottom: 1px solid $grey;
621 word-wrap: break-word;
625 .browse-section:last-of-type {
631 white-space: pre-wrap;
632 word-wrap: break-word;
633 word-break: break-word;
635 tr:last-child th, tr:last-child td {
642 margin: 0 0 10px 10px;
658 /* Bootstrap buttons don't have any vertical margin, so
659 they touch when adjacent buttons wrap onto a new line
660 e.g. wide form buttons on a narrow sidebar */
664 margin-bottom: $spacer * 0.25;
668 /* Force LTR/RTL alignment for placeholder text */
670 .form-control::placeholder {
674 /* Rules for export sidebar */
677 .export_area_inputs {
688 /*rtl:ignore*/ float: left;
691 /*rtl:ignore*/ float: right;
696 /* Rules for edit pages */
707 /* Rules for non-map content pages */
713 padding: $lineheight;
716 /* Overrides for pages that use new layout conventions */
718 .header-illustration {
719 background-position: 0 0;
720 background-repeat: no-repeat;
728 background-image: image-url("sign-up-illustration.png");
732 background-image: image-url("confirm-illustration.png");
736 background-image: image-url("terms-illustration.png");
744 background-image: image-url("sign-up-illustration-arm.png");
747 pointer-events: none;
751 [dir=rtl] .header-illustration {
752 transform: scaleX(-1);
755 transform: scaleX(-1);
759 /* Rules for small maps in content areas */
763 margin-bottom: $lineheight;
766 @include media-breakpoint-up(md) {
772 /* Rules for the user map */
774 .content_map .leaflet-popup-content {
779 /* Rules for user popups on maps */
789 /* Rules for the diary entry page */
796 .diary-comment .col-auto {
799 .diary-comment .col {
804 /* Rules for the account confirmation page */
808 padding: $lineheight;
809 margin-bottom: $lineheight;
818 list-style-type: lower-alpha;
823 /* Rules for user images */
835 img.user_thumbnail_tiny {
841 /* General styles for action lists / subnavs */
843 nav.secondary-actions {
856 border-left: 1px solid $grey;
857 padding-left: $lineheight * 0.5;
858 margin-right: $lineheight * 0.5;
859 margin-bottom: $lineheight * 0.125;
864 div.secondary-actions {
869 /* Rules for rich text */
873 background: var(--bs-secondary-bg);
878 background: var(--bs-secondary-bg);
880 white-space: pre-wrap;
888 padding: $lineheight;
889 background-color: var(--bs-tertiary-bg);
896 border-left: $lineheight solid var(--bs-tertiary-bg);
897 padding-left: $lineheight;
899 color: var(--bs-secondary-color);
903 /* Rules for the "Welcome" page */
904 .site-welcome, .site-fixthemap {
906 background-image: image-url("welcome-sprite.png");
907 background-size: 500px 250px;
917 /*rtl:ignore*/ background-position: -50px 0;
922 vertical-align: middle;
926 /*rtl:ignore*/ background-position: -100px 0;
930 /*rtl:ignore*/ background-position: -150px 0;
934 /*rtl:ignore*/ background-position: -200px 0;
938 /*rtl:ignore*/ background-position: -250px 0;
942 /*rtl:ignore*/ background-position: -300px 0;
946 /*rtl:ignore*/ background-position: -350px 0;
950 background-color: #333;
955 .site-about #content {
965 color: $vibrant-green;
971 background-position: 0 50%;
972 background-repeat: no-repeat;
973 background-image: image-url('about/osm.png');
974 background-size: cover;
975 background-color: $vibrant-green;
979 background: $vibrant-green;
983 display: inline-block;
992 background: 40px 40px image-url('about/sprite.png') no-repeat;
996 background-position: 0px 0px;
1000 background-position: 0px -40px;
1004 background-position: 0px -80px;
1008 background-position: 0px -120px;
1012 background-position: 0px -160px;
1016 background-position: -45px -160px;
1021 /* Rules for tabs inside secondary background sections */
1023 .bg-body-secondary .nav-tabs {
1024 --bs-border-color: var(--bs-secondary-border-subtle);
1025 --bs-secondary-bg: var(--bs-secondary-border-subtle);
1026 margin-bottom: -1px;
1029 /* Rules for traces */
1032 mix-blend-mode: darken;
1035 @include color-mode(dark) {
1038 mix-blend-mode: lighten;