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;
22 #container { position: relative; }
25 vertical-align: middle;
26 margin-right: $lineheight/4;
29 [dir=rtl] { /* no-r2 */ text-align: right; }
31 [dir=ltr] { /* no-r2 */ text-align: left; }
36 display: inline-block;
40 background: transparent image-url("sprite.png") no-repeat 0 0;
41 background-image: image-url("sprite.svg");
46 .icon.search { /* no-r2 */ background-position: 0 0; }
47 .icon.donate { /* no-r2 */ background-position: -20px 0; }
48 .icon.zoomin { /* no-r2 */ background-position: -40px 0; }
49 .icon.zoomout { /* no-r2 */ background-position: -60px 0; }
50 .icon.geolocate { /* no-r2 */ background-position: -80px 0; }
51 .active .icon.geolocate { /* no-r2 */ background-position: -80px -20px; }
52 .icon.layers { /* no-r2 */ background-position: -100px 0; }
53 .icon.key { /* no-r2 */ background-position: -120px 0; }
54 .icon.share { /* no-r2 */ background-position: -140px 0; }
55 .icon.clipboard { /* no-r2 */ background-position: -160px 0; }
56 .icon.link { /* no-r2 */ background-position: -180px 0; }
57 .icon.close { /* no-r2 */ background-position: -200px 0; }
58 .icon.close:hover { /* no-r2 */ background-position: -200px -20px; }
59 .icon.check { /* no-r2 */ background-position: -220px 0; }
60 .icon.note { /* no-r2 */ background-position: -240px 0; }
61 .icon.note.grey { /* no-r2 */ background-position: -240px -20px; }
62 .icon.query { /* no-r2 */ background-position: -260px 0; }
64 /* Utility for de-emphasizing content */
70 /* Rules for borders */
71 /* These add additional colours to those provided by bootstrap */
73 border-color: $grey !important;
77 border-color: $lightgrey !important;
80 /* Rules for the header */
85 background: image-url("menu-icon.png") no-repeat;
86 background-size: 30px 30px;
89 margin: 14px 10px 0 0;
94 height: $headerHeight;
99 h1, nav, nav > ul, nav > ul > li {
100 display: inline-block;
105 padding: $lineheight/2;
113 text-decoration: none;
120 vertical-align: middle;
146 .btn-outline-primary {
147 @include button-outline-variant($green, $color-hover: $white, $active-color: $white);
151 .btn-outline-primary {
156 border-top-color: $grey;
160 background-color: lighten($green, 30%);
165 // Small tweaks to the toggle to stop the primary colour showing through
166 // when the menu is shown
167 .show > .btn-outline-primary.dropdown-toggle {
168 background-color: $green;
169 border-color: $green;
172 box-shadow: 0 0 0 0.2rem fade-out($green, 0.5);
187 color: darken($darkgrey, 25%);
191 .btn-outline-secondary {
192 @include button-outline-variant($darkgrey, $color-hover: $white, $active-color: $white);
197 .btn-outline-secondary {
198 @include button-outline-variant($darkgrey, $color-hover: $darkgrey, $active-background: white, $active-border: $darkgrey);
207 display: inline-block;
209 margin: 3px 0 3px 3px;
210 background-color: lighten($grey, 10%);
222 nav.primary, nav.secondary {
225 background-color: $green;
231 #compact-secondary-nav {
236 #compact-secondary-nav {
237 display: inline-block;
251 float: none !important;
259 min-height: $headerHeight;
271 #sidebar .search_forms,
287 border-top: 1px solid #eee;
289 border-bottom: 1px solid #eee;
307 .user-menu, .login-menu {
312 #compact-secondary-nav {
317 display: inline-block;
320 .overlay-sidebar #sidebar .welcome {
324 .overlay-sidebar #sidebar #banner {
328 .leaflet-top.leaflet-right {
329 top: 10px !important;
333 /* Utility for styling notification numbers */
336 padding: 2px $lineheight/4;
338 background: lighten($green, 30%);
344 /* Rules for the message shown in place of the map when javascript is disabled */
352 /* Rules for Leaflet maps */
354 .leaflet-top.leaflet-right,
355 .leaflet-top.leaflet-left {
359 flex-direction: column;
360 flex-wrap: wrap-reverse;
363 .leaflet-control .control-button {
367 background-color: #333;
368 background-color: rgba(0,0,0,.6);
373 background-color: black;
378 background-color: #333;
379 background-color: rgba(0,0,0,.5);
384 background-color: $vibrant-green;
388 border-start-start-radius: 4px;
392 border-end-start-radius: 4px;
401 /* Rules for the sidebar and main map area */
421 width: $sidebarWidth;
437 .overlay-sidebar #sidebar {
470 width: $sidebarWidth;
474 background-color: rgba(255, 255, 255, 0.5);
491 .leaflet-marker-draggable {
506 border-bottom: 1px solid $grey;
512 @include media-breakpoint-down(md) {
554 border: 2px solid #fff;
557 transition: border-color 0.08s ease-in;
564 border-bottom-right-radius: 3px;
568 text-stroke: 2px #fff;
569 background: rgba(255,255,255,.9);
571 input[type="radio"] {
576 &.active { border-color: darken($green, 10%); }
579 &.active { border-color: darken($green, 20%); }
589 li.disabled { color: $darkgrey; }
598 font-family: monospace;
616 top: $lineheight/2 !important;
618 margin-right: 0px !important;
619 margin-top: 0px !important;
623 .leaflet-popup-scrolled {
624 padding-right: $lineheight;
625 border-bottom: 0px !important;
626 border-top: 0px !important;
629 .leaflet-popup-content-wrapper {
630 border-radius: 4px !important;
633 /* Rules for attribution text under the main map shown on printouts */
639 .donate-attr { color: darken($green, 10%) !important; }
641 /* Rules for the sidebar */
645 padding: $lineheight/2 $lineheight;
646 // background: $offwhite;
647 // border-bottom: 1px solid $grey;
662 /* Temporary label size override until we remove site-wide font customisation */
670 /* Stop bootstrap 5 from floating legends when they don't need to be */
675 /* Override the text colour for primary and secondary buttons, to match our
676 bootstrap 4 colours. Note this has accessibility issues, which is why
677 bootstrap 5 calculates black as the appropriate colour, and we should
678 reconsider our colours at some point with that in mind. */
681 @include button-variant($primary, $primary, $color: $white, $hover-color: $white, $active-color: $white, $disabled-color: $white);
685 @include button-variant($secondary, $secondary, $color: $white, $hover-color: $white, $active-color: $white, $disabled-color: $white);
688 .btn-outline-secondary {
689 @include button-outline-variant($secondary, $color-hover: $white, $active-color: $white);
692 /* Rules for the search and direction forms */
694 header .search_forms,
699 /* Rules for the map key which appears in the popout sidebar */
702 .mapkey-table-key img {
709 /* Rules for search sidebar */
711 #sidebar .search_results_entry {
714 &.selected { background: $list-highlight; }
717 .search_more .loader {
722 .search_results_error {
727 /* Rules for routing */
730 background-image: image-url('routing-sprite.png');
733 background-repeat: no-repeat;
735 @for $i from 0 through 25 {
736 div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
739 td.instruction, td.distance {
740 padding-top: $lineheight/5;
741 padding-bottom: $lineheight/5;
742 border-bottom: 1px solid $grey;
753 background: $list-highlight;
756 .routing_marker { width: 15px; cursor: move; }
762 /* Rules for the history sidebar */
764 #sidebar .changesets {
766 &.selected { background: $list-highlight; }
767 /* color is derived from changeset bbox fillColor in history.js */
769 a.stretched-link > span, a:not(.stretched-link), [title] {
771 z-index: 2; /* needs to be higher than Bootstrap's stretched link ::after z-index */
783 .changeset_more .loader {
789 /* Rules for the browse sidebar */
793 padding-bottom: $spacer;
794 margin-bottom: $spacer;
795 border-bottom: 1px solid $grey;
798 word-wrap: break-word;
802 .browse-section:last-of-type {
807 background-color: $offwhite;
809 border-collapse: separate;
812 margin-bottom: $spacer;
815 border-bottom: 1px solid $grey;
818 tr:last-child th, tr:last-child td {
826 word-wrap: break-word;
827 white-space: pre-wrap;
832 background-color: $offwhite;
836 border-left: 1px solid $grey;
837 background-color: #fff;
840 .colour-preview-box {
845 border: 1px solid rgba(0, 0, 0, .1);
846 // add color via inline css on element: background-color: <tag value>;
850 .note-comments li, .changeset-comments li {
851 margin: $lineheight/2 0;
854 margin: 10px 6px 0 6px;
859 .subscribe-buttons input {
865 span.action-button:hover {
867 text-decoration: underline;
872 margin: 0 0 10px 10px;
885 background: $list-highlight;
892 /* Bootstrap buttons don't have any vertical margin, so
893 they touch when adjacent buttons wrap onto a new line
894 e.g. wide form buttons on a narrow sidebar */
898 margin-bottom: $spacer * 0.25;
902 /* Rules for export sidebar */
910 .export_area_inputs {
911 margin-bottom: $spacer;
919 background: $lightgrey;
921 #maxlat { margin-top: -1px; }
924 /* no-r2 */ margin-left: -1px;
928 /* no-r2 */ margin-right: -1px;
930 #minlat { margin-bottom: -1px; }
934 margin: $lineheight/4;
938 padding-left: $lineheight/2;
946 /* Rules for edit pages */
962 /* Rules for non-map content pages */
965 background: $lightgrey;
972 padding: $lineheight;
975 /* Overrides for pages that use new layout conventions */
977 .header-illustration {
978 background-position: 0 0;
979 background-repeat: no-repeat;
987 background-image: image-url("sign-up-illustration.png");
991 background-image: image-url("confirm-illustration.png");
995 background-image: image-url("terms-illustration.png");
1003 background-image: image-url("sign-up-illustration-arm.png");
1006 pointer-events: none;
1010 [dir=rtl] .header-illustration {
1011 transform: scaleX(-1);
1014 transform: scaleX(-1);
1018 #content.maximised {
1027 /* Rules for small maps in content areas */
1031 margin-bottom: $lineheight;
1034 @include media-breakpoint-up(md) {
1040 /* Rules for the user map */
1042 .content_map .leaflet-popup-content {
1043 margin: $lineheight/2;
1047 /* Rules for user popups on maps */
1058 /* Rules for the user list */
1064 /* Rules for the diary entry page */
1075 border-top: 1px dashed $grey;
1077 border-top: 1px solid $grey;
1080 margin-bottom: $lineheight/2;
1085 /* Rules for the log in page */
1087 #login_auth_buttons {
1092 padding: $lineheight/4 $lineheight/2;
1096 /* Rules for the account confirmation page */
1100 padding: $lineheight;
1101 margin-bottom: $lineheight;
1106 list-style: inherit;
1110 list-style-type: lower-alpha;
1115 /* Rules for the oauth authorization page */
1117 .oauth-authorize ul {
1121 /* Rules for messages pages */
1125 background: $offwhite;
1129 background: #CBEEA7;
1134 background-color: $lightgrey;
1136 .describe_location {
1145 background-color: $lightgrey;
1148 /* Rules for user images */
1155 img.user_thumbnail {
1160 img.user_thumbnail_tiny {
1167 /* General styles for action lists / subnavs */
1169 nav.secondary-actions {
1174 flex-direction: row;
1182 border-left: 1px solid $grey;
1183 padding-left: $lineheight/2;
1184 margin-right: $lineheight/2;
1185 margin-bottom: $lineheight/8;
1190 div.secondary-actions {
1195 /* Rules for rich text */
1200 background: $lightgrey;
1202 direction: inherit; /* fix for Bootstrap < 5.2 */
1203 unicode-bidi: unset; /* fix for Bootstrap < 5.2 */
1207 background: $lightgrey;
1209 white-space: pre-wrap;
1217 padding: $lineheight;
1218 background-color: $offwhite;
1225 border-left: $lineheight solid $offwhite;
1226 padding-left: $lineheight;
1232 /* Rules for the iD editor */
1239 /* Rules for the "Welcome" page */
1240 .site-welcome, .site-fixthemap {
1242 background-image: image-url("welcome-sprite.png");
1243 background-size: 500px 250px;
1253 /* no-r2 */ background-position: -50px 0;
1258 vertical-align: middle;
1262 /* no-r2 */ background-position: -100px 0;
1266 /* no-r2 */ background-position: -150px 0;
1270 /* no-r2 */ background-position: -200px 0;
1274 /* no-r2 */ background-position: -250px 0;
1278 /* no-r2 */ background-position: -300px 0;
1282 /* no-r2 */ background-position: -350px 0;
1286 background-color: #333;
1291 .site-about #content {
1292 background-color: $lightgrey;
1303 color: $vibrant-green;
1309 background-position: 0 50%;
1310 background-repeat: no-repeat;
1311 background-image: image-url('about/osm.png');
1312 background-size: cover;
1313 background-color: $vibrant-green;
1317 background: $vibrant-green;
1321 display: inline-block;
1330 background: 40px 40px image-url('about/sprite.png') no-repeat;
1334 background-position: 0px 0px;
1338 background-position: 0px -40px;
1342 background-position: 0px -80px;
1346 background-position: 0px -120px;
1350 background-position: 0px -160px;
1354 background-position: -45px -160px;