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 .close-wrap:hover .icon.close,
 
  59 .icon.close:hover { /* no-r2 */ background-position: -200px -20px; }
 
  60 .icon.check       { /* no-r2 */ background-position: -220px 0; }
 
  61 .icon.note        { /* no-r2 */ background-position: -240px 0; }
 
  62 .icon.note.grey   { /* no-r2 */ background-position: -240px -20px; }
 
  63 .icon.query       { /* no-r2 */ background-position: -260px 0; }
 
  69   text-decoration: none;
 
  72     text-decoration: underline;
 
  76 /* Utility for de-emphasizing content */
 
  82 /* Rules for borders */
 
  83 /* These add additional colours to those provided by bootstrap */
 
  85   border-color: $grey !important;
 
  89   border-color: $lightgrey !important;
 
  92 /* Rules for the header */
 
  95   display: none !important;
 
  97   background: image-url("menu-icon.png") no-repeat;
 
  98   background-size: 30px 30px;
 
 102   margin: 14px 10px 0 0;
 
 107   height: $headerHeight;
 
 112   h1, nav, nav > ul, nav > ul > li {
 
 113     display: inline-block;
 
 118     padding: $lineheight/2;
 
 126     text-decoration: none;
 
 133     vertical-align: middle;
 
 159   .btn-outline-primary {
 
 160     @include button-outline-variant($green, $white);
 
 164     .btn-outline-primary {
 
 169         border-top-color: $grey;
 
 173         background-color: lighten($green, 30%);
 
 178   // Small tweaks to the toggle to stop the primary colour showing through
 
 179   // when the menu is shown
 
 180   .show > .btn-outline-primary.dropdown-toggle {
 
 181     background-color: $green;
 
 182     border-color: $green;
 
 185       box-shadow: 0 0 0 0.2rem fade-out($green, 0.5);
 
 200     color: darken($darkgrey, 25%);
 
 204     .btn-outline-secondary {
 
 205       @include button-outline-variant($darkgrey);
 
 210     .btn-outline-secondary {
 
 211       @include button-outline-variant($darkgrey, $darkgrey, white, $darkgrey);
 
 217         background-color: white;
 
 221     &.show .btn-outline-secondary {
 
 222       background-color: white;
 
 230     display: inline-block;
 
 232     margin: 3px 0 3px 3px;
 
 233     background-color: lighten($grey, 10%);
 
 245 nav.primary, nav.secondary {
 
 248       background-color: $green;
 
 254 #compact-secondary-nav {
 
 259   #compact-secondary-nav {
 
 260     display: inline-block;
 
 267 /* Utility for styling notification numbers */
 
 270   padding: 2px $lineheight/4;
 
 272   background: lighten($green, 30%);
 
 278 /* Rules for the message shown in place of the map when javascript is disabled */
 
 286 /* Rules for Leaflet maps */
 
 288 .leaflet-control .control-button {
 
 292   background-color: #333;
 
 293   background-color: rgba(0,0,0,.6);
 
 294   border-radius: 4px 0 0 4px;
 
 299     background-color: black;
 
 304     background-color: #333;
 
 305     background-color: rgba(0,0,0,.5);
 
 310     background-color: $vibrant-green;
 
 318 .leaflet-control .zoomin,
 
 319 .control-layers .control-button {
 
 321   border-radius: 4px 0 0 0;
 
 324 .leaflet-control .zoomout,
 
 325 .control-key .control-button {
 
 330 .control-locate .control-button,
 
 331 .control-share .control-button {
 
 332   border-radius: 0 0 0 4px;
 
 335 /* Rules for the sidebar and main map area */
 
 355     width: $sidebarWidth;
 
 390         pointer-events: none;
 
 398   .overlay-sidebar #sidebar {
 
 435       width: $sidebarWidth;
 
 451     .leaflet-marker-draggable {
 
 466       border-bottom: 1px solid $grey;
 
 476       border:1px solid $grey;
 
 481       border: 1px solid $grey;
 
 483         border-top-color: $grey;
 
 507       border: 2px solid #fff;
 
 510       transition: border-color 0.08s ease-in;
 
 517         border-bottom-right-radius: 3px;
 
 521         text-stroke: 2px #fff;
 
 522         background: rgba(255,255,255,.9);
 
 524         input[type="radio"] {
 
 529       &.active { border-color: darken($green, 10%); }
 
 532         &.active { border-color: darken($green, 20%); }
 
 542     li.disabled { color: $darkgrey; }
 
 552       text-decoration: none;
 
 553       background-color: $lightblue;
 
 555       border-right: 1px solid #fff;
 
 559       border-right: 1px solid #fff;
 
 560       border-radius: 4px 0 0 4px;
 
 564       border-radius: 0 4px 4px 0;
 
 568       background-color: $blue;
 
 580       font-family: monospace;
 
 602   top: $lineheight/2 !important;
 
 604     margin-right: 0px !important;
 
 605     margin-top: 0px !important;
 
 609 .leaflet-popup-scrolled {
 
 610   padding-right: $lineheight;
 
 611   border-bottom: 0px !important;
 
 612   border-top: 0px !important;
 
 615 .leaflet-popup-content-wrapper {
 
 616   border-radius: 4px !important;
 
 619 /* Rules for attribution text under the main map shown on printouts */
 
 629 .attribution_license,
 
 630 .attribution_project {
 
 634 .attribution_notice {
 
 638 .donate-attr { color: darken($green, 10%) !important; }
 
 640 /* Rules for the sidebar */
 
 644   padding: $lineheight/2 $lineheight;
 
 645   // background: $offwhite;
 
 646   // border-bottom: 1px solid $grey;
 
 670     margin: $lineheight auto;
 
 681 /* Temporary label size override until we remove site-wide font customisation */
 
 689 /* Rules for the search and direction forms */
 
 691 header .search_forms,
 
 696 /* Rules for the map key which appears in the popout sidebar */
 
 699  .mapkey-table-key img {
 
 706 /* Rules for search sidebar */
 
 708 #sidebar .search_results_entry {
 
 711     &.selected { background: $list-highlight; }
 
 714   .search_more .loader {
 
 720 .search_results_error {
 
 725 /* Rules for routing */
 
 728   background-image: image-url('routing-sprite.png');
 
 731   background-repeat: no-repeat;
 
 733 @for $i from 0 through 25 {
 
 734 div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
 
 737 td.instruction, td.distance {
 
 738     padding-top: $lineheight/5;
 
 739     padding-bottom: $lineheight/5;
 
 740     border-bottom: 1px solid $grey;
 
 751     background: $list-highlight;
 
 754 .routing_marker { width: 15px; cursor: move; }
 
 756 /* Rules for entity history */
 
 761     border-bottom: $keyline;
 
 769 /* Rules for the history sidebar */
 
 771 #sidebar .changesets {
 
 775     &.selected { background: $list-highlight; }
 
 776     /* color is derived from changeset bbox fillColor in history.js */
 
 787   .changeset_more .loader {
 
 793 /* Rules for the browse sidebar */
 
 797     padding-bottom: $spacer;
 
 798     margin-bottom: $spacer;
 
 799     border-bottom: 1px solid $grey;
 
 802       word-wrap: break-word;
 
 806   .browse-section:last-of-type {
 
 811     background-color: $offwhite;
 
 813     border-collapse: separate;
 
 816     margin-bottom: $spacer;
 
 819       border-bottom: 1px solid $grey;
 
 822     tr:last-child th, tr:last-child td {
 
 830       word-wrap: break-word;
 
 831       white-space: pre-wrap;
 
 836       background-color: $offwhite;
 
 840       border-left: 1px solid $grey;
 
 841       background-color: #fff;
 
 844     .colour-preview-box {
 
 849       border: 1px solid rgba(0, 0, 0, .1);
 
 850       // add color via inline css on element: background-color: <tag value>;
 
 854   .note-comments li, .changeset-comments li {
 
 855     margin: $lineheight/2 0;
 
 858       margin: 10px 6px 0 6px;
 
 863   .subscribe-buttons input {
 
 869   span.action-button:hover {
 
 871     text-decoration: underline;
 
 876     margin: 0 0 10px 10px;
 
 889           background: $list-highlight;
 
 896 /* Bootstrap buttons don't have any vertical margin, so
 
 897    they touch when adjacent buttons wrap onto a new line
 
 898    e.g. wide form buttons on a narrow sidebar */
 
 902     margin-bottom: $spacer * 0.25;
 
 906 /* Rules for export sidebar */
 
 914   .export_area_inputs {
 
 915     margin-bottom: $spacer;
 
 923     background: $lightgrey;
 
 925     #maxlat { margin-top: -1px; }
 
 928       /* no-r2 */ margin-left: -1px;
 
 932       /* no-r2 */ margin-right: -1px;
 
 934     #minlat { margin-bottom: -1px; }
 
 938     margin: $lineheight/4;
 
 942     padding-left: $lineheight/2;
 
 950 /* Rules for edit pages */
 
 966 /* Rules for non-map content pages */
 
 969   background: $lightgrey;
 
 976   padding: $lineheight;
 
 979 /* Overrides for pages that use new layout conventions */
 
 981 .header-illustration {
 
 982   background-position: 0 0;
 
 983   background-repeat: no-repeat;
 
 991     background-image: image-url("sign-up-illustration.png");
 
 995     background-image: image-url("confirm-illustration.png");
 
 999     background-image: image-url("terms-illustration.png");
 
1007     background-image: image-url("sign-up-illustration-arm.png");
 
1010     pointer-events: none;
 
1014 [dir=rtl] .header-illustration {
 
1015   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 */
 
1053     margin-top: 0 0 0 60px;
 
1058 /* Rules for the user list */
 
1064 /* Rules for the diary list page */
 
1068   padding-top: $lineheight;
 
1069   padding-bottom: $lineheight/2;
 
1070   border-top: 1px solid $grey;
 
1073     background-color: #fee;
 
1077 /* Rules for the diary entry page */
 
1083     margin-bottom: $lineheight;
 
1089     border-top: 1px dashed $grey;
 
1090     padding-top: $lineheight/2;
 
1091     padding-bottom: $lineheight/2;
 
1093       margin-top: $lineheight/2;
 
1094       padding-top: $lineheight;
 
1095       border-top: 1px solid $grey;
 
1098       background-color: #fee;
 
1101       margin-bottom: $lineheight/2;
 
1110 /* Rules for the log in page */
 
1112 #login_auth_buttons {
 
1117     padding: $lineheight/4 $lineheight/2;
 
1121 /* Rules for the account confirmation page */
 
1125     padding: $lineheight;
 
1126     margin-bottom: $lineheight;
 
1131       list-style: inherit;
 
1135       list-style-type: lower-alpha;
 
1140 /* Rules for the account settings page */
 
1142 #accountForm .user_image {
 
1146 #accountForm #user_image {
 
1150 #accountForm ul.accountImage-options {
 
1163   display: inline !important;
 
1166 /* Rules for the oauth settings page */
 
1168 .oauth_clients .buttons .oauth-edit {
 
1169   border-radius: 2px 0 0 2px;
 
1172 .oauth_clients .buttons .oauth-delete {
 
1173   border-radius: 0 2px 2px 0;
 
1176 /* Rules for the oauth authorization page */
 
1178 .oauth-authorize ul {
 
1182 /* Rules for messages pages */
 
1185   button[type="submit"] {
 
1187     white-space: nowrap;
 
1191     background: $offwhite;
 
1195     background: #CBEEA7;
 
1203 .inbox-row .inbox-mark-read {
 
1208   margin-bottom: $lineheight;
 
1209   padding: $lineheight/4 0px 4px 0px;
 
1210   border-bottom: 1px solid $grey;
 
1217 .info-line .user_thumbnail_tiny {
 
1218   vertical-align: middle;
 
1222   white-space: nowrap;
 
1231 .inbox-row-unread .inbox-mark-unread {
 
1235 /* Rules for "flash" notice boxes shown at the top of the content area */
 
1239     background-color: #ff7070;
 
1243     background-color: #ffe0cc;
 
1247     background-color: #CBEEA7;
 
1251 /* Rules for highlighting fields with rails validation errors */
 
1254   display: inline-block;
 
1260   background-color: #ff7070;
 
1263 /* Rules for rails validation error boxes */
 
1267   border: 2px solid #ff7070;
 
1268   padding: 0 $lineheight/2;
 
1269   margin-bottom: $lineheight;
 
1270   background-color: #f0f0f0;
 
1273     margin: 0 -10px 10px -10px;
 
1274     padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
 
1277     background-color: #c00;
 
1285     padding: $lineheight/4;
 
1290   background-color: $lightgrey;
 
1292   .describe_location {
 
1301   background-color: $lightgrey;
 
1307       vertical-align: middle;
 
1311   a.reverse_directions {
 
1316 /* Rules for user images */
 
1323 img.user_thumbnail {
 
1328 img.user_thumbnail_tiny {
 
1335 /* Rules for geo microformats */
 
1338   border-bottom: none;
 
1341 /* General styles for action lists / subnavs / pager navs */
 
1344 nav.secondary-actions {
 
1349     flex-direction: row;
 
1355       display: inline-block;
 
1361       border-left: 1px solid $grey;
 
1362       padding-left: $lineheight/2;
 
1363       margin-right: $lineheight/2;
 
1364       margin-bottom: $lineheight/8;
 
1369 div.secondary-actions {
 
1376   input[type="submit"],
 
1377   input[type="button"],
 
1378   input[type="reset"],
 
1381     box-sizing: border-box;
 
1387     border-right:1px solid white;
 
1388     text-overflow: ellipsis;
 
1389     white-space: nowrap;
 
1393   .button:first-child,
 
1394   .button_to:first-child {
 
1395     border-radius:2px 0 0 2px;
 
1399   .button_to:last-child {
 
1400     border-radius:0 2px 2px 0;
 
1401     border-right-width: 0;
 
1405   .button_to:only-child,
 
1406   *[value="Hide"] + input:last-child,
 
1407   *[value="Hide"] + .button:last-child,
 
1408   *[value="Hide"] + .button_to:last-child {
 
1410     border-right-width: 0;
 
1412     /* if a 3-button set has a hidden middle button */
 
1413   *[value="Hide"] + input:nth-child(3),
 
1414   *[value="Hide"] + .button:nth-child(3),
 
1415   *[value="Hide"] + .button_to:nth-child(3) {
 
1416     border-radius:0 2px 2px 0;
 
1417     border-right-width: 0;
 
1419   /* if a 3-button set starts with a hidden button */
 
1420   *[value="Hide"] + input:nth-child(2):not(:last-child),
 
1421   *[value="Hide"] + .button:nth-child(2):not(:last-child),
 
1422   *[value="Hide"] + .button_to:nth-child(2):not(:last-child) {
 
1423     border-radius:2px 0 0 2px;
 
1424     border-right-width: 1px;
 
1428 /* Create a single-line dl */
 
1432     display: inline-block;
 
1439 /* Customise the background colour of striped tables */
 
1441 .table-striped > tbody > tr:nth-child(2n+1) > td,
 
1442 .table-striped > tbody > tr:nth-child(2n+1) > th {
 
1443    background-color: $offwhite;
 
1446 /* Rules for OpenID logo */
 
1449   vertical-align: text-bottom;
 
1453 /* Rules for rich text */
 
1459     background: $lightgrey;
 
1465     background: $lightgrey;
 
1467     white-space: pre-wrap;
 
1475     padding: $lineheight;
 
1476     background-color: $offwhite;
 
1483     border-left: $lineheight solid $offwhite;
 
1484     padding-left: $lineheight;
 
1490 /* Rules for the user notes list */
 
1494     background-color: $offwhite;
 
1498 /* Rules for the iD editor */
 
1505 /* Rules for the "Welcome" page */
 
1506 .site-welcome, .site-fixthemap {
 
1516     background-image: image-url("welcome-sprite.png");
 
1517     background-size: 500px 250px;
 
1523     padding-bottom: 20px;
 
1525       margin-bottom: 10px;
 
1537     /* no-r2 */ background-position: -50px 0;
 
1542     vertical-align: middle;
 
1546     /* no-r2 */ background-position: -100px 0;
 
1550     /* no-r2 */ background-position: -150px 0;
 
1554     /* no-r2 */ background-position: -200px 0;
 
1558     /* no-r2 */ background-position: -250px 0;
 
1562     /* no-r2 */ background-position: -300px 0;
 
1566     /* no-r2 */ background-position: -350px 0;
 
1575     text-decoration: none;
 
1579     background-color: #333;
 
1584 .site-about #content {
 
1585   background-color: $lightgrey;
 
1586   background-position: 50% 50%;
 
1587   background-repeat: no-repeat;
 
1588   background-size: cover;
 
1589   background-attachment: fixed;
 
1600         color: $vibrant-green;
 
1606       background-position: 0 50%;
 
1607       background-repeat: no-repeat;
 
1608       background-image: image-url('about/osm.png');
 
1609       background-size: cover;
 
1610       background-color: $vibrant-green;
 
1614       background: $vibrant-green;
 
1618       display: inline-block;
 
1628     vertical-align: middle;
 
1629     background: 40px 40px image-url('about/sprite.png') no-repeat;
 
1633       background-position: 0px 0px;
 
1637       background-position: 0px -40px;
 
1641       background-position: 0px -80px;
 
1645       background-position: 0px -120px;
 
1649       background-position: 0px -160px;
 
1653       background-position: -45px -160px;
 
1660 @media only screen and (max-width:960px) {
 
1661   .header-illustration.new-user-arm {