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 input[type="submit"] {
1190 background: $offwhite;
1194 background: #CBEEA7;
1202 .inbox-row .inbox-mark-read {
1207 margin-bottom: $lineheight;
1208 padding: $lineheight/4 0px 4px 0px;
1209 border-bottom: 1px solid $grey;
1216 .info-line .user_thumbnail_tiny {
1217 vertical-align: middle;
1221 white-space: nowrap;
1230 .inbox-row-unread .inbox-mark-unread {
1234 /* Rules for "flash" notice boxes shown at the top of the content area */
1238 background-color: #ff7070;
1242 background-color: #ffe0cc;
1246 background-color: #CBEEA7;
1250 /* Rules for highlighting fields with rails validation errors */
1253 display: inline-block;
1259 background-color: #ff7070;
1262 /* Rules for rails validation error boxes */
1266 border: 2px solid #ff7070;
1267 padding: 0 $lineheight/2;
1268 margin-bottom: $lineheight;
1269 background-color: #f0f0f0;
1272 margin: 0 -10px 10px -10px;
1273 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1276 background-color: #c00;
1284 padding: $lineheight/4;
1289 background-color: $lightgrey;
1291 .describe_location {
1300 background-color: $lightgrey;
1306 vertical-align: middle;
1310 a.reverse_directions {
1315 /* Rules for user images */
1322 img.user_thumbnail {
1327 img.user_thumbnail_tiny {
1334 /* Rules for geo microformats */
1337 border-bottom: none;
1340 /* General styles for action lists / subnavs / pager navs */
1343 nav.secondary-actions {
1348 flex-direction: row;
1354 display: inline-block;
1360 border-left: 1px solid $grey;
1361 padding-left: $lineheight/2;
1362 margin-right: $lineheight/2;
1363 margin-bottom: $lineheight/8;
1368 div.secondary-actions {
1375 input[type="submit"],
1376 input[type="button"],
1377 input[type="reset"],
1380 box-sizing: border-box;
1386 border-right:1px solid white;
1387 text-overflow: ellipsis;
1388 white-space: nowrap;
1392 .button:first-child,
1393 .button_to:first-child {
1394 border-radius:2px 0 0 2px;
1398 .button_to:last-child {
1399 border-radius:0 2px 2px 0;
1400 border-right-width: 0;
1404 .button_to:only-child,
1405 *[value="Hide"] + input:last-child,
1406 *[value="Hide"] + .button:last-child,
1407 *[value="Hide"] + .button_to:last-child {
1409 border-right-width: 0;
1411 /* if a 3-button set has a hidden middle button */
1412 *[value="Hide"] + input:nth-child(3),
1413 *[value="Hide"] + .button:nth-child(3),
1414 *[value="Hide"] + .button_to:nth-child(3) {
1415 border-radius:0 2px 2px 0;
1416 border-right-width: 0;
1418 /* if a 3-button set starts with a hidden button */
1419 *[value="Hide"] + input:nth-child(2):not(:last-child),
1420 *[value="Hide"] + .button:nth-child(2):not(:last-child),
1421 *[value="Hide"] + .button_to:nth-child(2):not(:last-child) {
1422 border-radius:2px 0 0 2px;
1423 border-right-width: 1px;
1427 /* Create a single-line dl */
1431 display: inline-block;
1438 /* Customise the background colour of striped tables */
1440 .table-striped > tbody > tr:nth-child(2n+1) > td,
1441 .table-striped > tbody > tr:nth-child(2n+1) > th {
1442 background-color: $offwhite;
1445 /* Rules for OpenID logo */
1448 vertical-align: text-bottom;
1452 /* Rules for rich text */
1458 background: $lightgrey;
1464 background: $lightgrey;
1466 white-space: pre-wrap;
1474 padding: $lineheight;
1475 background-color: $offwhite;
1482 border-left: $lineheight solid $offwhite;
1483 padding-left: $lineheight;
1489 /* Rules for the user notes list */
1493 background-color: $offwhite;
1497 /* Rules for the iD editor */
1504 /* Rules for the "Welcome" page */
1505 .site-welcome, .site-fixthemap {
1515 background-image: image-url("welcome-sprite.png");
1516 background-size: 500px 250px;
1522 padding-bottom: 20px;
1524 margin-bottom: 10px;
1536 /* no-r2 */ background-position: -50px 0;
1541 vertical-align: middle;
1545 /* no-r2 */ background-position: -100px 0;
1549 /* no-r2 */ background-position: -150px 0;
1553 /* no-r2 */ background-position: -200px 0;
1557 /* no-r2 */ background-position: -250px 0;
1561 /* no-r2 */ background-position: -300px 0;
1565 /* no-r2 */ background-position: -350px 0;
1574 text-decoration: none;
1578 background-color: #333;
1583 .site-about #content {
1584 background-color: $lightgrey;
1585 background-position: 50% 50%;
1586 background-repeat: no-repeat;
1587 background-size: cover;
1588 background-attachment: fixed;
1599 color: $vibrant-green;
1605 background-position: 0 50%;
1606 background-repeat: no-repeat;
1607 background-image: image-url('about/osm.png');
1608 background-size: cover;
1609 background-color: $vibrant-green;
1613 background: $vibrant-green;
1617 display: inline-block;
1627 vertical-align: middle;
1628 background: 40px 40px image-url('about/sprite.png') no-repeat;
1632 background-position: 0px 0px;
1636 background-position: 0px -40px;
1640 background-position: 0px -80px;
1644 background-position: 0px -120px;
1648 background-position: 0px -160px;
1652 background-position: -45px -160px;
1659 @media only screen and (max-width:960px) {
1660 .header-illustration.new-user-arm {