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 */
 
  83   display: none !important;
 
  85   background: image-url("menu-icon.png") no-repeat;
 
  86   background-size: 30px 30px;
 
  90   margin: 14px 10px 0 0;
 
  95   height: $headerHeight;
 
 100   h1, nav, nav > ul, nav > ul > li {
 
 101     display: inline-block;
 
 106     padding: $lineheight/2;
 
 114     text-decoration: none;
 
 121     vertical-align: middle;
 
 147   .btn-outline-primary {
 
 148     @include button-outline-variant($green, $color-hover: $white, $active-color: $white);
 
 152     .btn-outline-primary {
 
 157         border-top-color: $grey;
 
 161         background-color: lighten($green, 30%);
 
 166   // Small tweaks to the toggle to stop the primary colour showing through
 
 167   // when the menu is shown
 
 168   .show > .btn-outline-primary.dropdown-toggle {
 
 169     background-color: $green;
 
 170     border-color: $green;
 
 173       box-shadow: 0 0 0 0.2rem fade-out($green, 0.5);
 
 188     color: darken($darkgrey, 25%);
 
 192     .btn-outline-secondary {
 
 193       @include button-outline-variant($darkgrey, $color-hover: $white, $active-color: $white);
 
 198     .btn-outline-secondary {
 
 199       @include button-outline-variant($darkgrey, $color-hover: $darkgrey, $active-background: white, $active-border: $darkgrey);
 
 208     display: inline-block;
 
 210     margin: 3px 0 3px 3px;
 
 211     background-color: lighten($grey, 10%);
 
 223 nav.primary, nav.secondary {
 
 226       background-color: $green;
 
 232 #compact-secondary-nav {
 
 237   #compact-secondary-nav {
 
 238     display: inline-block;
 
 247     display: inline-block !important;
 
 252     float: none !important;
 
 260     min-height: $headerHeight;
 
 272   #sidebar .search_forms,
 
 288       border-top: 1px solid #eee;
 
 290         border-bottom: 1px solid #eee;
 
 313   #compact-secondary-nav {
 
 318     display: inline-block;
 
 321   .overlay-sidebar #sidebar .welcome.visible {
 
 325   .overlay-sidebar #sidebar #banner {
 
 329   .leaflet-top.leaflet-right {
 
 330     top: 10px !important;
 
 334 /* Utility for styling notification numbers */
 
 337   padding: 2px $lineheight/4;
 
 339   background: lighten($green, 30%);
 
 345 /* Rules for the message shown in place of the map when javascript is disabled */
 
 353 /* Rules for Leaflet maps */
 
 355 .leaflet-control .control-button {
 
 359   background-color: #333;
 
 360   background-color: rgba(0,0,0,.6);
 
 365     background-color: black;
 
 370     background-color: #333;
 
 371     background-color: rgba(0,0,0,.5);
 
 376     background-color: $vibrant-green;
 
 380     border-start-start-radius: 4px;
 
 384     border-end-start-radius: 4px;
 
 393 /* Rules for the sidebar and main map area */
 
 413     width: $sidebarWidth;
 
 432   .overlay-sidebar #sidebar {
 
 469       width: $sidebarWidth;
 
 485     .leaflet-marker-draggable {
 
 500       border-bottom: 1px solid $grey;
 
 506 @include media-breakpoint-down(md) {
 
 555       border: 2px solid #fff;
 
 558       transition: border-color 0.08s ease-in;
 
 565         border-bottom-right-radius: 3px;
 
 569         text-stroke: 2px #fff;
 
 570         background: rgba(255,255,255,.9);
 
 572         input[type="radio"] {
 
 577       &.active { border-color: darken($green, 10%); }
 
 580         &.active { border-color: darken($green, 20%); }
 
 590     li.disabled { color: $darkgrey; }
 
 603       font-family: monospace;
 
 625   top: $lineheight/2 !important;
 
 627     margin-right: 0px !important;
 
 628     margin-top: 0px !important;
 
 632 .leaflet-popup-scrolled {
 
 633   padding-right: $lineheight;
 
 634   border-bottom: 0px !important;
 
 635   border-top: 0px !important;
 
 638 .leaflet-popup-content-wrapper {
 
 639   border-radius: 4px !important;
 
 642 /* Rules for attribution text under the main map shown on printouts */
 
 652 .attribution_license,
 
 653 .attribution_project {
 
 657 .attribution_notice {
 
 661 .donate-attr { color: darken($green, 10%) !important; }
 
 663 /* Rules for the sidebar */
 
 667   padding: $lineheight/2 $lineheight;
 
 668   // background: $offwhite;
 
 669   // border-bottom: 1px solid $grey;
 
 684 /* Temporary label size override until we remove site-wide font customisation */
 
 692 /* Stop bootstrap 5 from floating legends when they don't need to be */
 
 697 /* Override the text colour for primary and secondary buttons, to match our
 
 698    bootstrap 4 colours. Note this has accessibility issues, which is why
 
 699    bootstrap 5 calculates black as the appropriate colour, and we should
 
 700    reconsider our colours at some point with that in mind. */
 
 703   @include button-variant($primary, $primary, $color: $white, $hover-color: $white, $active-color: $white, $disabled-color: $white);
 
 707   @include button-variant($secondary, $secondary, $color: $white, $hover-color: $white, $active-color: $white, $disabled-color: $white);
 
 710 .btn-outline-secondary {
 
 711   @include button-outline-variant($secondary, $color-hover: $white, $active-color: $white);
 
 714 /* Rules for the search and direction forms */
 
 716 header .search_forms,
 
 721 /* Rules for the map key which appears in the popout sidebar */
 
 724  .mapkey-table-key img {
 
 731 /* Rules for search sidebar */
 
 733 #sidebar .search_results_entry {
 
 736     &.selected { background: $list-highlight; }
 
 739   .search_more .loader {
 
 744 .search_results_error {
 
 749 /* Rules for routing */
 
 752   background-image: image-url('routing-sprite.png');
 
 755   background-repeat: no-repeat;
 
 757 @for $i from 0 through 25 {
 
 758 div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
 
 761 td.instruction, td.distance {
 
 762     padding-top: $lineheight/5;
 
 763     padding-bottom: $lineheight/5;
 
 764     border-bottom: 1px solid $grey;
 
 775     background: $list-highlight;
 
 778 .routing_marker { width: 15px; cursor: move; }
 
 780 /* Rules for entity history */
 
 785     border-bottom: $keyline;
 
 793 /* Rules for the history sidebar */
 
 795 #sidebar .changesets {
 
 797     &.selected { background: $list-highlight; }
 
 798     /* color is derived from changeset bbox fillColor in history.js */
 
 800     a.stretched-link > span, a:not(.stretched-link), [title] {
 
 802       z-index: 2; /* needs to be higher than Bootstrap's stretched link ::after z-index */
 
 814   .changeset_more .loader {
 
 820 /* Rules for the browse sidebar */
 
 824     padding-bottom: $spacer;
 
 825     margin-bottom: $spacer;
 
 826     border-bottom: 1px solid $grey;
 
 829       word-wrap: break-word;
 
 833   .browse-section:last-of-type {
 
 838     background-color: $offwhite;
 
 840     border-collapse: separate;
 
 843     margin-bottom: $spacer;
 
 846       border-bottom: 1px solid $grey;
 
 849     tr:last-child th, tr:last-child td {
 
 857       word-wrap: break-word;
 
 858       white-space: pre-wrap;
 
 863       background-color: $offwhite;
 
 867       border-left: 1px solid $grey;
 
 868       background-color: #fff;
 
 871     .colour-preview-box {
 
 876       border: 1px solid rgba(0, 0, 0, .1);
 
 877       // add color via inline css on element: background-color: <tag value>;
 
 881   .note-comments li, .changeset-comments li {
 
 882     margin: $lineheight/2 0;
 
 885       margin: 10px 6px 0 6px;
 
 890   .subscribe-buttons input {
 
 896   span.action-button:hover {
 
 898     text-decoration: underline;
 
 903     margin: 0 0 10px 10px;
 
 916           background: $list-highlight;
 
 923 /* Bootstrap buttons don't have any vertical margin, so
 
 924    they touch when adjacent buttons wrap onto a new line
 
 925    e.g. wide form buttons on a narrow sidebar */
 
 929     margin-bottom: $spacer * 0.25;
 
 933 /* Rules for export sidebar */
 
 941   .export_area_inputs {
 
 942     margin-bottom: $spacer;
 
 950     background: $lightgrey;
 
 952     #maxlat { margin-top: -1px; }
 
 955       /* no-r2 */ margin-left: -1px;
 
 959       /* no-r2 */ margin-right: -1px;
 
 961     #minlat { margin-bottom: -1px; }
 
 965     margin: $lineheight/4;
 
 969     padding-left: $lineheight/2;
 
 977 /* Rules for edit pages */
 
 993 /* Rules for non-map content pages */
 
 996   background: $lightgrey;
 
1003   padding: $lineheight;
 
1006 /* Overrides for pages that use new layout conventions */
 
1008 .header-illustration {
 
1009   background-position: 0 0;
 
1010   background-repeat: no-repeat;
 
1018     background-image: image-url("sign-up-illustration.png");
 
1022     background-image: image-url("confirm-illustration.png");
 
1026     background-image: image-url("terms-illustration.png");
 
1034     background-image: image-url("sign-up-illustration-arm.png");
 
1037     pointer-events: none;
 
1041 [dir=rtl] .header-illustration {
 
1042   transform: scaleX(-1);
 
1045     transform: scaleX(-1);
 
1049 #content.maximised {
 
1058 /* Rules for small maps in content areas */
 
1062   margin-bottom: $lineheight;
 
1065 @include media-breakpoint-up(md) {
 
1071 /* Rules for the user map */
 
1073 .content_map .leaflet-popup-content {
 
1074   margin: $lineheight/2;
 
1078 /* Rules for user popups on maps */
 
1089 /* Rules for the user list */
 
1095 /* Rules for the diary list page */
 
1099   padding-top: $lineheight;
 
1100   padding-bottom: $lineheight/2;
 
1101   border-top: 1px solid $grey;
 
1104     background-color: #fee;
 
1108 /* Rules for the diary entry page */
 
1114     margin-bottom: $lineheight;
 
1120     border-top: 1px dashed $grey;
 
1121     padding-top: $lineheight/2;
 
1122     padding-bottom: $lineheight/2;
 
1124       margin-top: $lineheight/2;
 
1125       padding-top: $lineheight;
 
1126       border-top: 1px solid $grey;
 
1129       background-color: #fee;
 
1132       margin-bottom: $lineheight/2;
 
1141 /* Rules for the log in page */
 
1143 #login_auth_buttons {
 
1148     padding: $lineheight/4 $lineheight/2;
 
1152 /* Rules for the account confirmation page */
 
1156     padding: $lineheight;
 
1157     margin-bottom: $lineheight;
 
1162       list-style: inherit;
 
1166       list-style-type: lower-alpha;
 
1171 /* Rules for the account settings page */
 
1173 #accountForm .user_image {
 
1177 #accountForm #user_image {
 
1181 #accountForm ul.accountImage-options {
 
1194   display: inline !important;
 
1197 /* Rules for the oauth authorization page */
 
1199 .oauth-authorize ul {
 
1203 /* Rules for messages pages */
 
1206   button[type="submit"] {
 
1208     white-space: nowrap;
 
1212     background: $offwhite;
 
1216     background: #CBEEA7;
 
1224 .inbox-row .inbox-mark-read {
 
1229   margin-bottom: $lineheight;
 
1230   padding: $lineheight/4 0px 4px 0px;
 
1231   border-bottom: 1px solid $grey;
 
1238 .info-line .user_thumbnail_tiny {
 
1239   vertical-align: middle;
 
1243   white-space: nowrap;
 
1252 .inbox-row-unread .inbox-mark-unread {
 
1256 /* Rules for "flash" notice boxes shown at the top of the content area */
 
1260     background-color: #ff7070;
 
1264     background-color: #ffe0cc;
 
1268     background-color: #CBEEA7;
 
1272 /* Rules for highlighting fields with rails validation errors */
 
1275   display: inline-block;
 
1281   background-color: #ff7070;
 
1284 /* Rules for rails validation error boxes */
 
1288   border: 2px solid #ff7070;
 
1289   padding: 0 $lineheight/2;
 
1290   margin-bottom: $lineheight;
 
1291   background-color: #f0f0f0;
 
1294     margin: 0 -10px 10px -10px;
 
1295     padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
 
1298     background-color: #c00;
 
1306     padding: $lineheight/4;
 
1311   background-color: $lightgrey;
 
1313   .describe_location {
 
1322   background-color: $lightgrey;
 
1325 /* Rules for user images */
 
1332 img.user_thumbnail {
 
1337 img.user_thumbnail_tiny {
 
1344 /* Rules for geo microformats */
 
1347   border-bottom: none;
 
1350 /* General styles for action lists / subnavs */
 
1353 nav.secondary-actions {
 
1358     flex-direction: row;
 
1366       border-left: 1px solid $grey;
 
1367       padding-left: $lineheight/2;
 
1368       margin-right: $lineheight/2;
 
1369       margin-bottom: $lineheight/8;
 
1374 div.secondary-actions {
 
1379 /* Create a single-line dl */
 
1383     display: inline-block;
 
1390 /* Rules for OpenID logo */
 
1393   vertical-align: text-bottom;
 
1397 /* Rules for rich text */
 
1402     background: $lightgrey;
 
1407     background: $lightgrey;
 
1409     white-space: pre-wrap;
 
1417     padding: $lineheight;
 
1418     background-color: $offwhite;
 
1425     border-left: $lineheight solid $offwhite;
 
1426     padding-left: $lineheight;
 
1432 /* Rules for the user notes list */
 
1436     background-color: $offwhite;
 
1440 /* Rules for the iD editor */
 
1447 /* Rules for the "Welcome" page */
 
1448 .site-welcome, .site-fixthemap {
 
1450     background-image: image-url("welcome-sprite.png");
 
1451     background-size: 500px 250px;
 
1461     /* no-r2 */ background-position: -50px 0;
 
1466     vertical-align: middle;
 
1470     /* no-r2 */ background-position: -100px 0;
 
1474     /* no-r2 */ background-position: -150px 0;
 
1478     /* no-r2 */ background-position: -200px 0;
 
1482     /* no-r2 */ background-position: -250px 0;
 
1486     /* no-r2 */ background-position: -300px 0;
 
1490     /* no-r2 */ background-position: -350px 0;
 
1494     background-color: #333;
 
1499 .site-about #content {
 
1500   background-color: $lightgrey;
 
1511         color: $vibrant-green;
 
1517       background-position: 0 50%;
 
1518       background-repeat: no-repeat;
 
1519       background-image: image-url('about/osm.png');
 
1520       background-size: cover;
 
1521       background-color: $vibrant-green;
 
1525       background: $vibrant-green;
 
1529       display: inline-block;
 
1538     background: 40px 40px image-url('about/sprite.png') no-repeat;
 
1542       background-position: 0px 0px;
 
1546       background-position: 0px -40px;
 
1550       background-position: 0px -80px;
 
1554       background-position: 0px -120px;
 
1558       background-position: 0px -160px;
 
1562       background-position: -45px -160px;