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 {
814 padding: 5px 0 5px 10px;
816 border: 1px solid $grey;
817 border-radius: 4px 4px 0 0;
818 background-color: $offwhite;
824 background-color: #FFF;
825 border: 1px solid $grey;
827 border-radius: 0 0 4px 4px;
832 background-color: $offwhite;
834 border-collapse: separate;
837 margin-bottom: $spacer;
840 border-bottom: 1px solid $grey;
843 tr:last-child th, tr:last-child td {
851 word-wrap: break-word;
852 white-space: pre-wrap;
857 background-color: $offwhite;
861 border-left: 1px solid $grey;
862 background-color: #fff;
865 .colour-preview-box {
870 border: 1px solid rgba(0, 0, 0, .1);
871 // add color via inline css on element: background-color: <tag value>;
875 .note-comments li, .changeset-comments li {
876 margin: $lineheight/2 0;
879 margin: 10px 6px 0 6px;
894 .subscribe-buttons input {
900 span.action-button:hover {
902 text-decoration: underline;
907 margin: 0 0 10px 10px;
920 background: $list-highlight;
927 /* Bootstrap buttons don't have any vertical margin, so
928 they touch when adjacent buttons wrap onto a new line
929 e.g. wide form buttons on a narrow sidebar */
933 margin-bottom: $spacer * 0.25;
937 /* Rules for export sidebar */
945 .export_area_inputs {
946 margin-bottom: $spacer;
954 background: $lightgrey;
956 #maxlat { margin-top: -1px; }
959 /* no-r2 */ margin-left: -1px;
963 /* no-r2 */ margin-right: -1px;
965 #minlat { margin-bottom: -1px; }
969 margin: $lineheight/4;
973 padding-left: $lineheight/2;
981 /* Rules for edit pages */
997 /* Rules for non-map content pages */
1000 background: $lightgrey;
1007 padding: $lineheight;
1010 /* Overrides for pages that use new layout conventions */
1012 .header-illustration {
1013 background-position: 0 0;
1014 background-repeat: no-repeat;
1022 background-image: image-url("sign-up-illustration.png");
1026 background-image: image-url("confirm-illustration.png");
1030 background-image: image-url("terms-illustration.png");
1038 background-image: image-url("sign-up-illustration-arm.png");
1041 pointer-events: none;
1045 [dir=rtl] .header-illustration {
1046 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 */
1084 margin-top: 0 0 0 60px;
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 margin-top: $lineheight/2;
1108 background-color: #fee;
1112 margin-bottom: $lineheight;
1116 margin-bottom: $lineheight/2;
1120 img.user_thumbnail {
1125 /* Rules for the diary entry page */
1131 margin-bottom: $lineheight;
1137 border-top: 1px dashed $grey;
1138 padding-top: $lineheight/2;
1139 padding-bottom: $lineheight/2;
1141 margin-top: $lineheight/2;
1142 padding-top: $lineheight;
1143 border-top: 1px solid $grey;
1146 background-color: #fee;
1149 margin-bottom: $lineheight/2;
1158 .diary_entries-show img.user_thumbnail {
1162 /* Rules for the log in page */
1164 #login_auth_buttons {
1169 padding: $lineheight/4 $lineheight/2;
1173 /* Rules for the account confirmation page */
1177 padding: $lineheight;
1178 margin-bottom: $lineheight;
1183 list-style: inherit;
1187 list-style-type: lower-alpha;
1192 /* Rules for the account settings page */
1194 #accountForm .user_image {
1198 #accountForm #user_image {
1202 #accountForm ul.accountImage-options {
1215 display: inline !important;
1218 /* Rules for the oauth settings page */
1220 .oauth_clients .buttons .oauth-edit {
1221 border-radius: 2px 0 0 2px;
1224 .oauth_clients .buttons .oauth-delete {
1225 border-radius: 0 2px 2px 0;
1228 /* Rules for the oauth authorization page */
1230 .oauth-authorize ul {
1234 /* Rules for messages pages */
1237 input[type="submit"] {
1242 background: $offwhite;
1246 background: #CBEEA7;
1254 .inbox-row .inbox-mark-read {
1259 margin-bottom: $lineheight;
1260 padding: $lineheight/4 0px 4px 0px;
1261 border-bottom: 1px solid $grey;
1268 .info-line .user_thumbnail_tiny {
1269 vertical-align: middle;
1273 white-space: nowrap;
1282 .inbox-row-unread .inbox-mark-unread {
1286 /* Rules for "flash" notice boxes shown at the top of the content area */
1289 padding: $lineheight;
1292 background-color: #ff7070;
1296 background-color: #ffe0cc;
1300 background-color: #CBEEA7;
1304 /* Rules for highlighting fields with rails validation errors */
1307 display: inline-block;
1313 background-color: #ff7070;
1316 /* Rules for rails validation error boxes */
1320 border: 2px solid #ff7070;
1321 padding: 0 $lineheight/2;
1322 margin-bottom: $lineheight;
1323 background-color: #f0f0f0;
1326 margin: 0 -10px 10px -10px;
1327 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1330 background-color: #c00;
1338 padding: $lineheight/4;
1343 background-color: $lightgrey;
1345 .describe_location {
1354 background-color: $lightgrey;
1360 vertical-align: middle;
1364 a.reverse_directions {
1369 /* Rules for user images */
1376 img.user_thumbnail {
1381 img.user_thumbnail_tiny {
1388 /* Rules for geo microformats */
1391 border-bottom: none;
1394 /* General styles for action lists / subnavs / pager navs */
1397 nav.secondary-actions {
1402 flex-direction: row;
1408 display: inline-block;
1414 border-left: 1px solid $grey;
1415 padding-left: $lineheight/2;
1416 margin-right: $lineheight/2;
1417 margin-bottom: $lineheight/8;
1422 div.secondary-actions {
1429 input[type="submit"],
1430 input[type="button"],
1431 input[type="reset"],
1434 box-sizing: border-box;
1440 border-right:1px solid white;
1441 text-overflow: ellipsis;
1442 white-space: nowrap;
1446 .button:first-child,
1447 .button_to:first-child {
1448 border-radius:2px 0 0 2px;
1452 .button_to:last-child {
1453 border-radius:0 2px 2px 0;
1454 border-right-width: 0;
1458 .button_to:only-child,
1459 *[value="Hide"] + input:last-child,
1460 *[value="Hide"] + .button:last-child,
1461 *[value="Hide"] + .button_to:last-child {
1463 border-right-width: 0;
1465 /* if a 3-button set has a hidden middle button */
1466 *[value="Hide"] + input:nth-child(3),
1467 *[value="Hide"] + .button:nth-child(3),
1468 *[value="Hide"] + .button_to:nth-child(3) {
1469 border-radius:0 2px 2px 0;
1470 border-right-width: 0;
1472 /* if a 3-button set starts with a hidden button */
1473 *[value="Hide"] + input:nth-child(2):not(:last-child),
1474 *[value="Hide"] + .button:nth-child(2):not(:last-child),
1475 *[value="Hide"] + .button_to:nth-child(2):not(:last-child) {
1476 border-radius:2px 0 0 2px;
1477 border-right-width: 1px;
1481 /* Create a single-line dl */
1485 display: inline-block;
1492 /* Customise the background colour of striped tables */
1494 .table-striped > tbody > tr:nth-child(2n+1) > td,
1495 .table-striped > tbody > tr:nth-child(2n+1) > th {
1496 background-color: $offwhite;
1499 /* Rules for OpenID logo */
1502 vertical-align: text-bottom;
1506 /* Rules for rich text */
1512 background: $lightgrey;
1518 background: $lightgrey;
1520 white-space: pre-wrap;
1528 padding: $lineheight;
1529 background-color: $offwhite;
1536 border-left: $lineheight solid $offwhite;
1537 padding-left: $lineheight;
1543 /* Rules for the user notes list */
1547 background-color: $offwhite;
1551 /* Rules for the iD editor */
1558 /* Rules for the "Welcome" page */
1559 .site-welcome, .site-fixthemap {
1569 background-image: image-url("welcome-sprite.png");
1570 background-size: 500px 250px;
1576 padding-bottom: 20px;
1578 margin-bottom: 10px;
1590 /* no-r2 */ background-position: -50px 0;
1595 vertical-align: middle;
1599 /* no-r2 */ background-position: -100px 0;
1603 /* no-r2 */ background-position: -150px 0;
1607 /* no-r2 */ background-position: -200px 0;
1611 /* no-r2 */ background-position: -250px 0;
1615 /* no-r2 */ background-position: -300px 0;
1619 /* no-r2 */ background-position: -350px 0;
1628 text-decoration: none;
1632 background-color: #333;
1637 .site-about #content {
1638 background-color: $lightgrey;
1639 background-position: 50% 50%;
1640 background-repeat: no-repeat;
1641 background-size: cover;
1642 background-attachment: fixed;
1653 color: $vibrant-green;
1659 background-position: 0 50%;
1660 background-repeat: no-repeat;
1661 background-image: image-url('about/osm.png');
1662 background-size: cover;
1663 background-color: $vibrant-green;
1667 background: $vibrant-green;
1671 display: inline-block;
1681 vertical-align: middle;
1682 background: 40px 40px image-url('about/sprite.png') no-repeat;
1686 background-position: 0px 0px;
1690 background-position: 0px -40px;
1694 background-position: 0px -80px;
1698 background-position: 0px -120px;
1702 background-position: 0px -160px;
1706 background-position: -45px -160px;
1713 @media only screen and (max-width:960px) {
1714 .header-illustration.new-user-arm {