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 * 0.25;
 
  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 * 0.5;
 
 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     background-color: lighten($grey, 10%);
 
 211 nav.primary, nav.secondary {
 
 214       background-color: $green;
 
 220 #compact-secondary-nav {
 
 225   #compact-secondary-nav {
 
 226     display: inline-block;
 
 240     float: none !important;
 
 248     min-height: $headerHeight;
 
 260   #sidebar .search_forms,
 
 276       border-top: 1px solid #eee;
 
 278         border-bottom: 1px solid #eee;
 
 296     .user-menu, .login-menu {
 
 301   #compact-secondary-nav {
 
 306     display: inline-block;
 
 309   .overlay-sidebar #sidebar .welcome {
 
 313   .overlay-sidebar #sidebar #banner {
 
 318 /* Utility for styling notification numbers */
 
 321   background: lighten($green, 30%);
 
 323   font-weight: $font-weight-normal;
 
 326 /* Rules for the message shown in place of the map when javascript is disabled */
 
 334 /* Rules for Leaflet maps */
 
 336 .leaflet-top.leaflet-right,
 
 337 .leaflet-top.leaflet-left {
 
 341   flex-direction: column;
 
 342   flex-wrap: wrap-reverse;
 
 345 .leaflet-control .control-button {
 
 349   background-color: #333;
 
 350   background-color: rgba(0,0,0,.6);
 
 355     background-color: black;
 
 360     background-color: #333;
 
 361     background-color: rgba(0,0,0,.5);
 
 366     background-color: $vibrant-green;
 
 370     border-start-start-radius: 4px;
 
 374     border-end-start-radius: 4px;
 
 383 /* Rules for the sidebar and main map area */
 
 403     width: $sidebarWidth;
 
 419   .overlay-sidebar #sidebar {
 
 452       width: $sidebarWidth;
 
 456       background-color: rgba(255, 255, 255, 0.5);
 
 473     .leaflet-marker-draggable {
 
 488       border-bottom: 1px solid $grey;
 
 494 @include media-breakpoint-down(md) {
 
 536       border: 2px solid #fff;
 
 539       transition: border-color 0.08s ease-in;
 
 546         border-bottom-right-radius: 3px;
 
 550         text-stroke: 2px #fff;
 
 551         background: rgba(255,255,255,.9);
 
 553         input[type="radio"] {
 
 558       &.active { border-color: darken($green, 10%); }
 
 561         &.active { border-color: darken($green, 20%); }
 
 571     li.disabled { color: $darkgrey; }
 
 582   top: 10px !important;
 
 584     margin-right: 0px !important;
 
 585     margin-top: 0px !important;
 
 589 .leaflet-popup-scrolled {
 
 590   padding-right: $lineheight;
 
 591   border-bottom: 0px !important;
 
 592   border-top: 0px !important;
 
 595 .leaflet-popup-content-wrapper {
 
 596   border-radius: 4px !important;
 
 599 /* Rules for attribution text under the main map shown on printouts */
 
 605 .donate-attr { color: darken($green, 10%) !important; }
 
 607 /* Rules for the sidebar */
 
 621 /* Temporary label size override until we remove site-wide font customisation */
 
 632 /* Stop bootstrap 5 from floating legends when they don't need to be */
 
 637 /* Override the text colour for primary and secondary buttons, to match our
 
 638    bootstrap 4 colours. Note this has accessibility issues, which is why
 
 639    bootstrap 5 calculates black as the appropriate colour, and we should
 
 640    reconsider our colours at some point with that in mind. */
 
 643   @include button-variant($primary, $primary, $color: $white, $hover-color: $white, $active-color: $white, $disabled-color: $white);
 
 647   @include button-variant($secondary, $secondary, $color: $white, $hover-color: $white, $active-color: $white, $disabled-color: $white);
 
 650 .btn-outline-secondary {
 
 651   @include button-outline-variant($secondary, $color-hover: $white, $active-color: $white);
 
 654 /* Rules for the search and direction forms */
 
 656 header .search_forms,
 
 661 /* Rules for the map key which appears in the popout sidebar */
 
 664  .mapkey-table-key img {
 
 671 /* Rules for search sidebar */
 
 673 #sidebar .search_results_entry {
 
 676     &.selected { background: $list-highlight; }
 
 679   .search_more .loader {
 
 684 .search_results_error {
 
 689 /* Rules for routing */
 
 692   background-image: image-url('routing-sprite.png');
 
 695   background-repeat: no-repeat;
 
 697 @for $i from 0 through 25 {
 
 698 div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
 
 710     background: $list-highlight;
 
 713 .routing_marker { width: 15px; cursor: move; }
 
 719 /* Rules for the history sidebar */
 
 721 #sidebar .changesets {
 
 723     &.selected { background: $list-highlight; }
 
 724     /* color is derived from changeset bbox fillColor in history.js */
 
 726     a.stretched-link > span, a:not(.stretched-link), [title] {
 
 728       z-index: 2; /* needs to be higher than Bootstrap's stretched link ::after z-index */
 
 740   .changeset_more .loader {
 
 746 /* Rules for the browse sidebar */
 
 750     padding-bottom: $spacer;
 
 751     margin-bottom: $spacer;
 
 752     border-bottom: 1px solid $grey;
 
 755       word-wrap: break-word;
 
 759   .browse-section:last-of-type {
 
 764     background-color: $offwhite;
 
 766     border-collapse: separate;
 
 769     margin-bottom: $spacer;
 
 772       border-bottom: 1px solid $grey;
 
 775     tr:last-child th, tr:last-child td {
 
 783       word-wrap: break-word;
 
 784       white-space: pre-wrap;
 
 789       background-color: $offwhite;
 
 793       border-left: 1px solid $grey;
 
 794       background-color: #fff;
 
 797     .colour-preview-box {
 
 802       border: 1px solid rgba(0, 0, 0, .1);
 
 803       // add color via inline css on element: background-color: <tag value>;
 
 807   .subscribe-buttons input {
 
 813   span.action-button:hover {
 
 815     text-decoration: underline;
 
 820     margin: 0 0 10px 10px;
 
 833           background: $list-highlight;
 
 840 /* Bootstrap buttons don't have any vertical margin, so
 
 841    they touch when adjacent buttons wrap onto a new line
 
 842    e.g. wide form buttons on a narrow sidebar */
 
 846     margin-bottom: $spacer * 0.25;
 
 850 /* Rules for export sidebar */
 
 858   .export_area_inputs {
 
 859     margin-bottom: $spacer;
 
 867     background: $lightgrey;
 
 869     #maxlat { margin-top: -1px; }
 
 872       /* no-r2 */ margin-left: -1px;
 
 876       /* no-r2 */ margin-right: -1px;
 
 878     #minlat { margin-bottom: -1px; }
 
 882 /* Rules for edit pages */
 
 898 /* Rules for non-map content pages */
 
 901   background: $lightgrey;
 
 908   padding: $lineheight;
 
 911 /* Overrides for pages that use new layout conventions */
 
 913 .header-illustration {
 
 914   background-position: 0 0;
 
 915   background-repeat: no-repeat;
 
 923     background-image: image-url("sign-up-illustration.png");
 
 927     background-image: image-url("confirm-illustration.png");
 
 931     background-image: image-url("terms-illustration.png");
 
 939     background-image: image-url("sign-up-illustration-arm.png");
 
 942     pointer-events: none;
 
 946 [dir=rtl] .header-illustration {
 
 947   transform: scaleX(-1);
 
 950     transform: scaleX(-1);
 
 963 /* Rules for small maps in content areas */
 
 967   margin-bottom: $lineheight;
 
 970 @include media-breakpoint-up(md) {
 
 976 /* Rules for the user map */
 
 978 .content_map .leaflet-popup-content {
 
 983 /* Rules for user popups on maps */
 
 994 /* Rules for the user list */
 
1000 /* Rules for the diary entry page */
 
1011     border-top: 1px dashed $grey;
 
1013       border-top: 1px solid $grey;
 
1018 /* Rules for the account confirmation page */
 
1022     padding: $lineheight;
 
1023     margin-bottom: $lineheight;
 
1028       list-style: inherit;
 
1032       list-style-type: lower-alpha;
 
1037 /* Rules for the oauth authorization page */
 
1039 .oauth-authorize ul {
 
1043 /* Rules for messages pages */
 
1047     background: $offwhite;
 
1051     background: #CBEEA7;
 
1056   background-color: $lightgrey;
 
1058   .describe_location {
 
1067   background-color: $lightgrey;
 
1070 /* Rules for user images */
 
1077 img.user_thumbnail {
 
1082 img.user_thumbnail_tiny {
 
1089 /* General styles for action lists / subnavs */
 
1091 nav.secondary-actions {
 
1096     flex-direction: row;
 
1104       border-left: 1px solid $grey;
 
1105       padding-left: $lineheight * 0.5;
 
1106       margin-right: $lineheight * 0.5;
 
1107       margin-bottom: $lineheight * 0.125;
 
1112 div.secondary-actions {
 
1117 /* Rules for rich text */
 
1122     background: $lightgrey;
 
1124     direction: inherit; /* fix for Bootstrap < 5.2 */
 
1125     unicode-bidi: unset; /* fix for Bootstrap < 5.2 */
 
1129     background: $lightgrey;
 
1131     white-space: pre-wrap;
 
1139     padding: $lineheight;
 
1140     background-color: $offwhite;
 
1147     border-left: $lineheight solid $offwhite;
 
1148     padding-left: $lineheight;
 
1154 /* Rules for the iD editor */
 
1161 /* Rules for the "Welcome" page */
 
1162 .site-welcome, .site-fixthemap {
 
1164     background-image: image-url("welcome-sprite.png");
 
1165     background-size: 500px 250px;
 
1175     /* no-r2 */ background-position: -50px 0;
 
1180     vertical-align: middle;
 
1184     /* no-r2 */ background-position: -100px 0;
 
1188     /* no-r2 */ background-position: -150px 0;
 
1192     /* no-r2 */ background-position: -200px 0;
 
1196     /* no-r2 */ background-position: -250px 0;
 
1200     /* no-r2 */ background-position: -300px 0;
 
1204     /* no-r2 */ background-position: -350px 0;
 
1208     background-color: #333;
 
1213 .site-about #content {
 
1214   background-color: $lightgrey;
 
1225         color: $vibrant-green;
 
1231       background-position: 0 50%;
 
1232       background-repeat: no-repeat;
 
1233       background-image: image-url('about/osm.png');
 
1234       background-size: cover;
 
1235       background-color: $vibrant-green;
 
1239       background: $vibrant-green;
 
1243       display: inline-block;
 
1252     background: 40px 40px image-url('about/sprite.png') no-repeat;
 
1256       background-position: 0px 0px;
 
1260       background-position: 0px -40px;
 
1264       background-position: 0px -80px;
 
1268       background-position: 0px -120px;
 
1272       background-position: 0px -160px;
 
1276       background-position: -45px -160px;