3 @import "rails_bootstrap_forms";
5 /* Bootstrap + r2 fixes */
8 .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
10 right: unset !important;
11 left: calc(-1 * var(--bs-tooltip-arrow-height)) !important;
15 left: unset !important;
16 right: -1px !important;
20 .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
22 left: unset !important;
23 right: calc(-1 * var(--bs-tooltip-arrow-height)) !important;
27 right: unset !important;
28 left: -1px !important;
33 /* Styles common to large and small screens */
35 /* Default rules for the body of every page */
38 font-size: $typeheight;
50 #container { position: relative; }
53 vertical-align: middle;
54 margin-right: $lineheight * 0.25;
57 [dir=rtl] { /* no-r2 */ text-align: right; }
59 [dir=ltr] { /* no-r2 */ text-align: left; }
64 display: inline-block;
68 background: transparent image-url("sprite.png") no-repeat 0 0;
69 background-image: image-url("sprite.svg");
74 .icon.search { /* no-r2 */ background-position: 0 0; }
75 .icon.donate { /* no-r2 */ background-position: -20px 0; }
76 .icon.zoomin { /* no-r2 */ background-position: -40px 0; }
77 .icon.zoomout { /* no-r2 */ background-position: -60px 0; }
78 .icon.geolocate { /* no-r2 */ background-position: -80px 0; }
79 .active .icon.geolocate { /* no-r2 */ background-position: -80px -20px; }
80 .icon.layers { /* no-r2 */ background-position: -100px 0; }
81 .icon.key { /* no-r2 */ background-position: -120px 0; }
82 .icon.share { /* no-r2 */ background-position: -140px 0; }
83 .icon.clipboard { /* no-r2 */ background-position: -160px 0; }
84 .icon.link { /* no-r2 */ background-position: -180px 0; }
85 .icon.close { /* no-r2 */ background-position: -200px 0; }
86 .icon.close:hover { /* no-r2 */ background-position: -200px -20px; }
87 .icon.check { /* no-r2 */ background-position: -220px 0; }
88 .icon.note { /* no-r2 */ background-position: -240px 0; }
89 .icon.note.grey { /* no-r2 */ background-position: -240px -20px; }
90 .icon.query { /* no-r2 */ background-position: -260px 0; }
92 /* Utility for de-emphasizing content */
98 /* Rules for borders */
99 /* These add additional colours to those provided by bootstrap */
101 border-color: $grey !important;
105 border-color: $lightgrey !important;
108 /* Rules for the header */
113 background: image-url("menu-icon.png") no-repeat;
114 background-size: 30px 30px;
117 margin: 14px 10px 0 0;
122 height: $headerHeight;
127 h1, nav, nav > ul, nav > ul > li {
128 display: inline-block;
133 padding: $lineheight * 0.5;
157 & > .btn-group .btn-outline-primary {
158 @include button-outline-variant($green, $color-hover: $white, $active-color: $white);
162 .btn-outline-primary {
167 border-top-color: $grey;
171 background-color: lighten($green, 30%);
176 // Small tweaks to the toggle to stop the primary colour showing through
177 // when the menu is shown
178 .show > .btn-outline-primary.dropdown-toggle {
179 background-color: $green;
180 border-color: $green;
183 box-shadow: 0 0 0 0.2rem fade-out($green, 0.5);
198 color: darken($darkgrey, 25%);
202 background-color: lighten($grey, 10%);
206 nav.primary, nav.secondary {
209 background-color: $green;
215 #compact-secondary-nav {
220 #compact-secondary-nav {
221 display: inline-block;
235 float: none !important;
243 min-height: $headerHeight;
255 #sidebar .search_forms,
271 border-top: 1px solid #eee;
273 border-bottom: 1px solid #eee;
291 .user-menu, .login-menu {
296 #compact-secondary-nav {
301 display: inline-block;
304 .overlay-sidebar #sidebar .welcome {
308 .overlay-sidebar #sidebar #banner {
313 /* Utility for styling notification numbers */
316 background: lighten($green, 30%);
318 font-weight: $font-weight-normal;
321 /* Rules for Leaflet maps */
323 .leaflet-top.leaflet-right,
324 .leaflet-top.leaflet-left {
328 flex-direction: column;
329 flex-wrap: wrap-reverse;
332 .leaflet-control .control-button {
336 background-color: #333;
337 background-color: rgba(0,0,0,.6);
342 background-color: black;
347 background-color: #333;
348 background-color: rgba(0,0,0,.5);
353 background-color: $vibrant-green;
357 border-start-start-radius: 4px;
361 border-end-start-radius: 4px;
370 /* Rules for the sidebar and main map area */
390 width: $sidebarWidth;
402 .overlay-sidebar #sidebar {
430 width: $sidebarWidth;
446 .leaflet-marker-draggable {
461 border-bottom: 1px solid $grey;
467 @include media-breakpoint-down(md) {
509 border: 2px solid #fff;
512 transition: border-color 0.08s ease-in;
519 border-bottom-right-radius: 3px;
523 text-stroke: 2px #fff;
524 background: rgba(255,255,255,.9);
526 input[type="radio"] {
531 &.active { border-color: darken($green, 10%); }
534 &.active { border-color: darken($green, 20%); }
544 li.disabled { color: $darkgrey; }
555 top: 10px !important;
557 margin-right: 0px !important;
558 margin-top: 0px !important;
562 .leaflet-popup-scrolled {
563 padding-right: $lineheight;
564 border-bottom: 0px !important;
565 border-top: 0px !important;
568 .leaflet-popup-content-wrapper {
569 border-radius: 4px !important;
572 /* Rules for attribution text under the main map shown on printouts */
574 .donate-attr { color: darken($green, 10%) !important; }
576 /* Rules for the sidebar */
590 /* Temporary label size override until we remove site-wide font customisation */
601 /* Stop bootstrap 5 from floating legends when they don't need to be */
606 /* Override the text colour for primary and secondary buttons, to match our
607 bootstrap 4 colours. Note this has accessibility issues, which is why
608 bootstrap 5 calculates black as the appropriate colour, and we should
609 reconsider our colours at some point with that in mind. */
612 @include button-variant($primary, $primary, $color: $white, $hover-color: $white, $active-color: $white, $disabled-color: $white);
616 @include button-variant($secondary, $secondary, $color: $white, $hover-color: $white, $active-color: $white, $disabled-color: $white);
619 .btn-outline-secondary {
620 @include button-outline-variant($secondary, $color-hover: $white, $active-color: $white);
623 /* Rules for the search and direction forms */
625 header .search_forms,
630 /* Rules for the map key which appears in the popout sidebar */
633 .mapkey-table-key img {
640 /* Rules for search sidebar */
642 #sidebar .search_results_entry {
644 background: $list-highlight;
647 .search_more .loader {
652 /* Rules for routing */
655 background-image: image-url('routing-sprite.png');
658 background-repeat: no-repeat;
660 @for $i from 0 through 25 {
661 div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
671 background: $list-highlight;
674 .routing_marker { width: 15px; cursor: move; }
680 /* Rules for the history sidebar */
682 #sidebar .changesets {
684 &.selected { background: $list-highlight; }
685 /* color is derived from changeset bbox fillColor in history.js */
687 a.stretched-link > span, a:not(.stretched-link), [title] {
689 z-index: 2; /* needs to be higher than Bootstrap's stretched link ::after z-index */
693 .changeset_more .loader {
699 /* Rules for the browse sidebar */
703 padding-bottom: $spacer;
704 margin-bottom: $spacer;
705 border-bottom: 1px solid $grey;
708 word-wrap: break-word;
712 .browse-section:last-of-type {
717 background-color: $offwhite;
719 border-collapse: separate;
722 margin-bottom: $spacer;
725 border-bottom: 1px solid $grey;
728 tr:last-child th, tr:last-child td {
736 word-wrap: break-word;
737 white-space: pre-wrap;
742 background-color: $offwhite;
746 border-left: 1px solid $grey;
747 background-color: #fff;
750 .colour-preview-box {
755 border: 1px solid rgba(0, 0, 0, .1);
756 // add color via inline css on element: background-color: <tag value>;
760 span.action-button:hover {
762 text-decoration: underline;
767 margin: 0 0 10px 10px;
780 background: $list-highlight;
787 /* Bootstrap buttons don't have any vertical margin, so
788 they touch when adjacent buttons wrap onto a new line
789 e.g. wide form buttons on a narrow sidebar */
793 margin-bottom: $spacer * 0.25;
797 /* Rules for export sidebar */
805 .export_area_inputs {
806 margin-bottom: $spacer;
814 background: $lightgrey;
816 #maxlat { margin-top: -1px; }
819 /* no-r2 */ margin-left: -1px;
823 /* no-r2 */ margin-right: -1px;
825 #minlat { margin-bottom: -1px; }
829 /* Rules for edit pages */
840 /* Rules for non-map content pages */
843 background: $lightgrey;
850 padding: $lineheight;
853 /* Overrides for pages that use new layout conventions */
855 .header-illustration {
856 background-position: 0 0;
857 background-repeat: no-repeat;
865 background-image: image-url("sign-up-illustration.png");
869 background-image: image-url("confirm-illustration.png");
873 background-image: image-url("terms-illustration.png");
881 background-image: image-url("sign-up-illustration-arm.png");
884 pointer-events: none;
888 [dir=rtl] .header-illustration {
889 transform: scaleX(-1);
892 transform: scaleX(-1);
896 /* Rules for small maps in content areas */
900 margin-bottom: $lineheight;
903 @include media-breakpoint-up(md) {
909 /* Rules for the user map */
911 .content_map .leaflet-popup-content {
916 /* Rules for user popups on maps */
927 /* Rules for the diary entry page */
938 border-top: 1px dashed $grey;
940 border-top: 1px solid $grey;
945 /* Rules for the account confirmation page */
949 padding: $lineheight;
950 margin-bottom: $lineheight;
959 list-style-type: lower-alpha;
964 /* Rules for messages pages */
968 background: $offwhite;
971 .inbox-row-unread td {
977 background-color: $lightgrey;
989 background-color: $lightgrey;
992 /* Rules for user images */
1004 img.user_thumbnail_tiny {
1011 /* General styles for action lists / subnavs */
1013 nav.secondary-actions {
1018 flex-direction: row;
1026 border-left: 1px solid $grey;
1027 padding-left: $lineheight * 0.5;
1028 margin-right: $lineheight * 0.5;
1029 margin-bottom: $lineheight * 0.125;
1034 div.secondary-actions {
1039 /* Rules for rich text */
1044 background: $lightgrey;
1049 background: $lightgrey;
1051 white-space: pre-wrap;
1059 padding: $lineheight;
1060 background-color: $offwhite;
1067 border-left: $lineheight solid $offwhite;
1068 padding-left: $lineheight;
1074 /* Rules for the "Welcome" page */
1075 .site-welcome, .site-fixthemap {
1077 background-image: image-url("welcome-sprite.png");
1078 background-size: 500px 250px;
1088 /* no-r2 */ background-position: -50px 0;
1093 vertical-align: middle;
1097 /* no-r2 */ background-position: -100px 0;
1101 /* no-r2 */ background-position: -150px 0;
1105 /* no-r2 */ background-position: -200px 0;
1109 /* no-r2 */ background-position: -250px 0;
1113 /* no-r2 */ background-position: -300px 0;
1117 /* no-r2 */ background-position: -350px 0;
1121 background-color: #333;
1126 .site-about #content {
1127 background-color: $lightgrey;
1138 color: $vibrant-green;
1144 background-position: 0 50%;
1145 background-repeat: no-repeat;
1146 background-image: image-url('about/osm.png');
1147 background-size: cover;
1148 background-color: $vibrant-green;
1152 background: $vibrant-green;
1156 display: inline-block;
1165 background: 40px 40px image-url('about/sprite.png') no-repeat;
1169 background-position: 0px 0px;
1173 background-position: 0px -40px;
1177 background-position: 0px -80px;
1181 background-position: 0px -120px;
1185 background-position: 0px -160px;
1189 background-position: -45px -160px;