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;
873 .subscribe-buttons input {
879 span.action-button:hover {
881 text-decoration: underline;
886 margin: 0 0 10px 10px;
899 background: $list-highlight;
906 /* Bootstrap buttons don't have any vertical margin, so
907 they touch when adjacent buttons wrap onto a new line
908 e.g. wide form buttons on a narrow sidebar */
912 margin-bottom: $spacer * 0.25;
916 /* Rules for export sidebar */
924 .export_area_inputs {
925 margin-bottom: $spacer;
933 background: $lightgrey;
935 #maxlat { margin-top: -1px; }
938 /* no-r2 */ margin-left: -1px;
942 /* no-r2 */ margin-right: -1px;
944 #minlat { margin-bottom: -1px; }
948 margin: $lineheight/4;
952 padding-left: $lineheight/2;
960 /* Rules for edit pages */
976 /* Rules for non-map content pages */
979 background: $lightgrey;
986 padding: $lineheight;
989 /* Overrides for pages that use new layout conventions */
991 .header-illustration {
992 background-position: 0 0;
993 background-repeat: no-repeat;
1001 background-image: image-url("sign-up-illustration.png");
1005 background-image: image-url("confirm-illustration.png");
1009 background-image: image-url("terms-illustration.png");
1017 background-image: image-url("sign-up-illustration-arm.png");
1020 pointer-events: none;
1024 [dir=rtl] .header-illustration {
1025 transform: scaleX(-1);
1028 #content.maximised {
1037 /* Rules for small maps in content areas */
1041 margin-bottom: $lineheight;
1044 @include media-breakpoint-up(md) {
1050 /* Rules for the user map */
1052 .content_map .leaflet-popup-content {
1053 margin: $lineheight/2;
1057 /* Rules for user popups on maps */
1063 margin-top: 0 0 0 60px;
1068 /* Rules for the user list */
1074 /* Rules for the diary list page */
1078 padding-top: $lineheight;
1079 padding-bottom: $lineheight/2;
1080 border-top: 1px solid $grey;
1083 background-color: #fee;
1086 img.user_thumbnail {
1091 /* Rules for the diary entry page */
1097 margin-bottom: $lineheight;
1103 border-top: 1px dashed $grey;
1104 padding-top: $lineheight/2;
1105 padding-bottom: $lineheight/2;
1107 margin-top: $lineheight/2;
1108 padding-top: $lineheight;
1109 border-top: 1px solid $grey;
1112 background-color: #fee;
1115 margin-bottom: $lineheight/2;
1124 .diary_entries-show img.user_thumbnail {
1128 /* Rules for the log in page */
1130 #login_auth_buttons {
1135 padding: $lineheight/4 $lineheight/2;
1139 /* Rules for the account confirmation page */
1143 padding: $lineheight;
1144 margin-bottom: $lineheight;
1149 list-style: inherit;
1153 list-style-type: lower-alpha;
1158 /* Rules for the account settings page */
1160 #accountForm .user_image {
1164 #accountForm #user_image {
1168 #accountForm ul.accountImage-options {
1181 display: inline !important;
1184 /* Rules for the oauth settings page */
1186 .oauth_clients .buttons .oauth-edit {
1187 border-radius: 2px 0 0 2px;
1190 .oauth_clients .buttons .oauth-delete {
1191 border-radius: 0 2px 2px 0;
1194 /* Rules for the oauth authorization page */
1196 .oauth-authorize ul {
1200 /* Rules for messages pages */
1203 input[type="submit"] {
1208 background: $offwhite;
1212 background: #CBEEA7;
1220 .inbox-row .inbox-mark-read {
1225 margin-bottom: $lineheight;
1226 padding: $lineheight/4 0px 4px 0px;
1227 border-bottom: 1px solid $grey;
1234 .info-line .user_thumbnail_tiny {
1235 vertical-align: middle;
1239 white-space: nowrap;
1248 .inbox-row-unread .inbox-mark-unread {
1252 /* Rules for "flash" notice boxes shown at the top of the content area */
1255 padding: $lineheight;
1258 background-color: #ff7070;
1262 background-color: #ffe0cc;
1266 background-color: #CBEEA7;
1270 /* Rules for highlighting fields with rails validation errors */
1273 display: inline-block;
1279 background-color: #ff7070;
1282 /* Rules for rails validation error boxes */
1286 border: 2px solid #ff7070;
1287 padding: 0 $lineheight/2;
1288 margin-bottom: $lineheight;
1289 background-color: #f0f0f0;
1292 margin: 0 -10px 10px -10px;
1293 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1296 background-color: #c00;
1304 padding: $lineheight/4;
1309 background-color: $lightgrey;
1311 .describe_location {
1320 background-color: $lightgrey;
1326 vertical-align: middle;
1330 a.reverse_directions {
1335 /* Rules for user images */
1342 img.user_thumbnail {
1347 img.user_thumbnail_tiny {
1354 /* Rules for geo microformats */
1357 border-bottom: none;
1360 /* General styles for action lists / subnavs / pager navs */
1363 nav.secondary-actions {
1368 flex-direction: row;
1374 display: inline-block;
1380 border-left: 1px solid $grey;
1381 padding-left: $lineheight/2;
1382 margin-right: $lineheight/2;
1383 margin-bottom: $lineheight/8;
1388 div.secondary-actions {
1395 input[type="submit"],
1396 input[type="button"],
1397 input[type="reset"],
1400 box-sizing: border-box;
1406 border-right:1px solid white;
1407 text-overflow: ellipsis;
1408 white-space: nowrap;
1412 .button:first-child,
1413 .button_to:first-child {
1414 border-radius:2px 0 0 2px;
1418 .button_to:last-child {
1419 border-radius:0 2px 2px 0;
1420 border-right-width: 0;
1424 .button_to:only-child,
1425 *[value="Hide"] + input:last-child,
1426 *[value="Hide"] + .button:last-child,
1427 *[value="Hide"] + .button_to:last-child {
1429 border-right-width: 0;
1431 /* if a 3-button set has a hidden middle button */
1432 *[value="Hide"] + input:nth-child(3),
1433 *[value="Hide"] + .button:nth-child(3),
1434 *[value="Hide"] + .button_to:nth-child(3) {
1435 border-radius:0 2px 2px 0;
1436 border-right-width: 0;
1438 /* if a 3-button set starts with a hidden button */
1439 *[value="Hide"] + input:nth-child(2):not(:last-child),
1440 *[value="Hide"] + .button:nth-child(2):not(:last-child),
1441 *[value="Hide"] + .button_to:nth-child(2):not(:last-child) {
1442 border-radius:2px 0 0 2px;
1443 border-right-width: 1px;
1447 /* Create a single-line dl */
1451 display: inline-block;
1458 /* Customise the background colour of striped tables */
1460 .table-striped > tbody > tr:nth-child(2n+1) > td,
1461 .table-striped > tbody > tr:nth-child(2n+1) > th {
1462 background-color: $offwhite;
1465 /* Rules for OpenID logo */
1468 vertical-align: text-bottom;
1472 /* Rules for rich text */
1478 background: $lightgrey;
1484 background: $lightgrey;
1486 white-space: pre-wrap;
1494 padding: $lineheight;
1495 background-color: $offwhite;
1502 border-left: $lineheight solid $offwhite;
1503 padding-left: $lineheight;
1509 /* Rules for the user notes list */
1513 background-color: $offwhite;
1517 /* Rules for the iD editor */
1524 /* Rules for the "Welcome" page */
1525 .site-welcome, .site-fixthemap {
1535 background-image: image-url("welcome-sprite.png");
1536 background-size: 500px 250px;
1542 padding-bottom: 20px;
1544 margin-bottom: 10px;
1556 /* no-r2 */ background-position: -50px 0;
1561 vertical-align: middle;
1565 /* no-r2 */ background-position: -100px 0;
1569 /* no-r2 */ background-position: -150px 0;
1573 /* no-r2 */ background-position: -200px 0;
1577 /* no-r2 */ background-position: -250px 0;
1581 /* no-r2 */ background-position: -300px 0;
1585 /* no-r2 */ background-position: -350px 0;
1594 text-decoration: none;
1598 background-color: #333;
1603 .site-about #content {
1604 background-color: $lightgrey;
1605 background-position: 50% 50%;
1606 background-repeat: no-repeat;
1607 background-size: cover;
1608 background-attachment: fixed;
1619 color: $vibrant-green;
1625 background-position: 0 50%;
1626 background-repeat: no-repeat;
1627 background-image: image-url('about/osm.png');
1628 background-size: cover;
1629 background-color: $vibrant-green;
1633 background: $vibrant-green;
1637 display: inline-block;
1647 vertical-align: middle;
1648 background: 40px 40px image-url('about/sprite.png') no-repeat;
1652 background-position: 0px 0px;
1656 background-position: 0px -40px;
1660 background-position: 0px -80px;
1664 background-position: 0px -120px;
1668 background-position: 0px -160px;
1672 background-position: -45px -160px;
1679 @media only screen and (max-width:960px) {
1680 .header-illustration.new-user-arm {