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 {
477 border-radius: 4px !important;
480 /* Rules for attribution text under the main map shown on printouts */
482 .donate-attr { color: darken($green, 10%) !important; }
484 /* Rules for the sidebar */
494 /* Temporary label size override until we remove site-wide font customisation */
505 /* Stop bootstrap 5 from floating legends when they don't need to be */
510 /* Override the text colour for primary and secondary buttons, to match our
511 bootstrap 4 colours. Note this has accessibility issues, which is why
512 bootstrap 5 calculates black as the appropriate colour, and we should
513 reconsider our colours at some point with that in mind. */
516 @include button-variant($primary, $primary, $color: $white, $hover-color: $white, $active-color: $white, $disabled-color: $white);
520 @include button-variant($secondary, $secondary, $color: $white, $hover-color: $white, $active-color: $white, $disabled-color: $white);
523 .btn-outline-secondary {
524 @include button-outline-variant($secondary, $color-hover: $white, $active-color: $white);
527 /* Rules for the search and direction forms */
529 header .search_forms,
540 /* Rules for search sidebar */
542 #sidebar .search_results_entry {
544 background: $list-highlight;
547 .search_more .loader {
552 /* Rules for routing */
555 background-image: image-url('routing-sprite.png');
558 background-repeat: no-repeat;
560 @for $i from 0 through 25 {
561 div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
564 @include color-mode(dark) {
577 .routing_marker { width: 15px; cursor: move; }
583 /* Rules for the history sidebar */
585 #sidebar .changesets {
587 &.selected { background: $list-highlight; }
588 /* color is derived from changeset bbox fillColor in history.js */
590 a.stretched-link > span, a:not(.stretched-link), [title] {
592 z-index: 2; /* needs to be higher than Bootstrap's stretched link ::after z-index */
596 .changeset_more .loader {
602 /* Rules for the browse sidebar */
606 padding-bottom: $spacer;
607 margin-bottom: $spacer;
608 border-bottom: 1px solid $grey;
611 word-wrap: break-word;
615 .browse-section:last-of-type {
621 white-space: pre-wrap;
623 tr:last-child th, tr:last-child td {
630 margin: 0 0 10px 10px;
643 background: $list-highlight;
650 /* Bootstrap buttons don't have any vertical margin, so
651 they touch when adjacent buttons wrap onto a new line
652 e.g. wide form buttons on a narrow sidebar */
656 margin-bottom: $spacer * 0.25;
660 /* Force LTR/RTL alignment for placeholder text */
662 .form-control::placeholder {
666 /* Rules for export sidebar */
669 .export_area_inputs {
680 /*rtl:ignore*/ float: left;
683 /*rtl:ignore*/ float: right;
688 /* Rules for edit pages */
699 /* Rules for non-map content pages */
705 padding: $lineheight;
708 /* Overrides for pages that use new layout conventions */
710 .header-illustration {
711 background-position: 0 0;
712 background-repeat: no-repeat;
720 background-image: image-url("sign-up-illustration.png");
724 background-image: image-url("confirm-illustration.png");
728 background-image: image-url("terms-illustration.png");
736 background-image: image-url("sign-up-illustration-arm.png");
739 pointer-events: none;
743 [dir=rtl] .header-illustration {
744 transform: scaleX(-1);
747 transform: scaleX(-1);
751 /* Rules for small maps in content areas */
755 margin-bottom: $lineheight;
758 @include media-breakpoint-up(md) {
764 /* Rules for the user map */
766 .content_map .leaflet-popup-content {
771 /* Rules for user popups on maps */
782 /* Rules for the diary entry page */
789 .diary-comment .col-auto {
792 .diary-comment .col {
797 /* Rules for the account confirmation page */
801 padding: $lineheight;
802 margin-bottom: $lineheight;
811 list-style-type: lower-alpha;
816 /* Rules for user images */
828 img.user_thumbnail_tiny {
834 /* General styles for action lists / subnavs */
836 nav.secondary-actions {
849 border-left: 1px solid $grey;
850 padding-left: $lineheight * 0.5;
851 margin-right: $lineheight * 0.5;
852 margin-bottom: $lineheight * 0.125;
857 div.secondary-actions {
862 /* Rules for rich text */
866 background: var(--bs-secondary-bg);
871 background: var(--bs-secondary-bg);
873 white-space: pre-wrap;
881 padding: $lineheight;
882 background-color: var(--bs-tertiary-bg);
889 border-left: $lineheight solid var(--bs-tertiary-bg);
890 padding-left: $lineheight;
892 color: var(--bs-secondary-color);
896 /* Rules for the "Welcome" page */
897 .site-welcome, .site-fixthemap {
899 background-image: image-url("welcome-sprite.png");
900 background-size: 500px 250px;
910 /*rtl:ignore*/ background-position: -50px 0;
915 vertical-align: middle;
919 /*rtl:ignore*/ background-position: -100px 0;
923 /*rtl:ignore*/ background-position: -150px 0;
927 /*rtl:ignore*/ background-position: -200px 0;
931 /*rtl:ignore*/ background-position: -250px 0;
935 /*rtl:ignore*/ background-position: -300px 0;
939 /*rtl:ignore*/ background-position: -350px 0;
943 background-color: #333;
948 .site-about #content {
958 color: $vibrant-green;
964 background-position: 0 50%;
965 background-repeat: no-repeat;
966 background-image: image-url('about/osm.png');
967 background-size: cover;
968 background-color: $vibrant-green;
972 background: $vibrant-green;
976 display: inline-block;
985 background: 40px 40px image-url('about/sprite.png') no-repeat;
989 background-position: 0px 0px;
993 background-position: 0px -40px;
997 background-position: 0px -80px;
1001 background-position: 0px -120px;
1005 background-position: 0px -160px;
1009 background-position: -45px -160px;
1014 /* Rules for tabs inside secondary background sections */
1016 .bg-body-secondary .nav-tabs {
1017 --bs-border-color: var(--bs-secondary-border-subtle);
1018 --bs-secondary-bg: var(--bs-secondary-border-subtle);
1019 margin-bottom: -1px;
1022 /* Rules for traces */
1025 mix-blend-mode: darken;
1028 @include color-mode(dark) {
1031 mix-blend-mode: lighten;