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 */
85 background: image-url("menu-icon.png") no-repeat;
86 background-size: 30px 30px;
89 margin: 14px 10px 0 0;
94 height: $headerHeight;
99 h1, nav, nav > ul, nav > ul > li {
100 display: inline-block;
105 padding: $lineheight/2;
113 text-decoration: none;
120 vertical-align: middle;
146 .btn-outline-primary {
147 @include button-outline-variant($green, $color-hover: $white, $active-color: $white);
151 .btn-outline-primary {
156 border-top-color: $grey;
160 background-color: lighten($green, 30%);
165 // Small tweaks to the toggle to stop the primary colour showing through
166 // when the menu is shown
167 .show > .btn-outline-primary.dropdown-toggle {
168 background-color: $green;
169 border-color: $green;
172 box-shadow: 0 0 0 0.2rem fade-out($green, 0.5);
187 color: darken($darkgrey, 25%);
191 .btn-outline-secondary {
192 @include button-outline-variant($darkgrey, $color-hover: $white, $active-color: $white);
197 .btn-outline-secondary {
198 @include button-outline-variant($darkgrey, $color-hover: $darkgrey, $active-background: white, $active-border: $darkgrey);
207 display: inline-block;
209 margin: 3px 0 3px 3px;
210 background-color: lighten($grey, 10%);
222 nav.primary, nav.secondary {
225 background-color: $green;
231 #compact-secondary-nav {
236 #compact-secondary-nav {
237 display: inline-block;
251 float: none !important;
259 min-height: $headerHeight;
271 #sidebar .search_forms,
287 border-top: 1px solid #eee;
289 border-bottom: 1px solid #eee;
312 #compact-secondary-nav {
317 display: inline-block;
320 .overlay-sidebar #sidebar .welcome.visible {
324 .overlay-sidebar #sidebar #banner {
328 .leaflet-top.leaflet-right {
329 top: 10px !important;
333 /* Utility for styling notification numbers */
336 padding: 2px $lineheight/4;
338 background: lighten($green, 30%);
344 /* Rules for the message shown in place of the map when javascript is disabled */
352 /* Rules for Leaflet maps */
354 .leaflet-control .control-button {
358 background-color: #333;
359 background-color: rgba(0,0,0,.6);
364 background-color: black;
369 background-color: #333;
370 background-color: rgba(0,0,0,.5);
375 background-color: $vibrant-green;
379 border-start-start-radius: 4px;
383 border-end-start-radius: 4px;
392 /* Rules for the sidebar and main map area */
412 width: $sidebarWidth;
428 .overlay-sidebar #sidebar {
465 width: $sidebarWidth;
481 .leaflet-marker-draggable {
496 border-bottom: 1px solid $grey;
502 @include media-breakpoint-down(md) {
544 border: 2px solid #fff;
547 transition: border-color 0.08s ease-in;
554 border-bottom-right-radius: 3px;
558 text-stroke: 2px #fff;
559 background: rgba(255,255,255,.9);
561 input[type="radio"] {
566 &.active { border-color: darken($green, 10%); }
569 &.active { border-color: darken($green, 20%); }
579 li.disabled { color: $darkgrey; }
588 font-family: monospace;
606 top: $lineheight/2 !important;
608 margin-right: 0px !important;
609 margin-top: 0px !important;
613 .leaflet-popup-scrolled {
614 padding-right: $lineheight;
615 border-bottom: 0px !important;
616 border-top: 0px !important;
619 .leaflet-popup-content-wrapper {
620 border-radius: 4px !important;
623 /* Rules for attribution text under the main map shown on printouts */
629 .donate-attr { color: darken($green, 10%) !important; }
631 /* Rules for the sidebar */
635 padding: $lineheight/2 $lineheight;
636 // background: $offwhite;
637 // border-bottom: 1px solid $grey;
652 /* Temporary label size override until we remove site-wide font customisation */
660 /* Stop bootstrap 5 from floating legends when they don't need to be */
665 /* Override the text colour for primary and secondary buttons, to match our
666 bootstrap 4 colours. Note this has accessibility issues, which is why
667 bootstrap 5 calculates black as the appropriate colour, and we should
668 reconsider our colours at some point with that in mind. */
671 @include button-variant($primary, $primary, $color: $white, $hover-color: $white, $active-color: $white, $disabled-color: $white);
675 @include button-variant($secondary, $secondary, $color: $white, $hover-color: $white, $active-color: $white, $disabled-color: $white);
678 .btn-outline-secondary {
679 @include button-outline-variant($secondary, $color-hover: $white, $active-color: $white);
682 /* Rules for the search and direction forms */
684 header .search_forms,
689 /* Rules for the map key which appears in the popout sidebar */
692 .mapkey-table-key img {
699 /* Rules for search sidebar */
701 #sidebar .search_results_entry {
704 &.selected { background: $list-highlight; }
707 .search_more .loader {
712 .search_results_error {
717 /* Rules for routing */
720 background-image: image-url('routing-sprite.png');
723 background-repeat: no-repeat;
725 @for $i from 0 through 25 {
726 div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
729 td.instruction, td.distance {
730 padding-top: $lineheight/5;
731 padding-bottom: $lineheight/5;
732 border-bottom: 1px solid $grey;
743 background: $list-highlight;
746 .routing_marker { width: 15px; cursor: move; }
752 /* Rules for the history sidebar */
754 #sidebar .changesets {
756 &.selected { background: $list-highlight; }
757 /* color is derived from changeset bbox fillColor in history.js */
759 a.stretched-link > span, a:not(.stretched-link), [title] {
761 z-index: 2; /* needs to be higher than Bootstrap's stretched link ::after z-index */
773 .changeset_more .loader {
779 /* Rules for the browse sidebar */
783 padding-bottom: $spacer;
784 margin-bottom: $spacer;
785 border-bottom: 1px solid $grey;
788 word-wrap: break-word;
792 .browse-section:last-of-type {
797 background-color: $offwhite;
799 border-collapse: separate;
802 margin-bottom: $spacer;
805 border-bottom: 1px solid $grey;
808 tr:last-child th, tr:last-child td {
816 word-wrap: break-word;
817 white-space: pre-wrap;
822 background-color: $offwhite;
826 border-left: 1px solid $grey;
827 background-color: #fff;
830 .colour-preview-box {
835 border: 1px solid rgba(0, 0, 0, .1);
836 // add color via inline css on element: background-color: <tag value>;
840 .note-comments li, .changeset-comments li {
841 margin: $lineheight/2 0;
844 margin: 10px 6px 0 6px;
849 .subscribe-buttons input {
855 span.action-button:hover {
857 text-decoration: underline;
862 margin: 0 0 10px 10px;
875 background: $list-highlight;
882 /* Bootstrap buttons don't have any vertical margin, so
883 they touch when adjacent buttons wrap onto a new line
884 e.g. wide form buttons on a narrow sidebar */
888 margin-bottom: $spacer * 0.25;
892 /* Rules for export sidebar */
900 .export_area_inputs {
901 margin-bottom: $spacer;
909 background: $lightgrey;
911 #maxlat { margin-top: -1px; }
914 /* no-r2 */ margin-left: -1px;
918 /* no-r2 */ margin-right: -1px;
920 #minlat { margin-bottom: -1px; }
924 margin: $lineheight/4;
928 padding-left: $lineheight/2;
936 /* Rules for edit pages */
952 /* Rules for non-map content pages */
955 background: $lightgrey;
962 padding: $lineheight;
965 /* Overrides for pages that use new layout conventions */
967 .header-illustration {
968 background-position: 0 0;
969 background-repeat: no-repeat;
977 background-image: image-url("sign-up-illustration.png");
981 background-image: image-url("confirm-illustration.png");
985 background-image: image-url("terms-illustration.png");
993 background-image: image-url("sign-up-illustration-arm.png");
996 pointer-events: none;
1000 [dir=rtl] .header-illustration {
1001 transform: scaleX(-1);
1004 transform: scaleX(-1);
1008 #content.maximised {
1017 /* Rules for small maps in content areas */
1021 margin-bottom: $lineheight;
1024 @include media-breakpoint-up(md) {
1030 /* Rules for the user map */
1032 .content_map .leaflet-popup-content {
1033 margin: $lineheight/2;
1037 /* Rules for user popups on maps */
1048 /* Rules for the user list */
1054 /* Rules for the diary list page */
1058 padding-top: $lineheight;
1059 padding-bottom: $lineheight/2;
1060 border-top: 1px solid $grey;
1063 background-color: #fee;
1067 /* Rules for the diary entry page */
1073 margin-bottom: $lineheight;
1079 border-top: 1px dashed $grey;
1080 padding-top: $lineheight/2;
1081 padding-bottom: $lineheight/2;
1083 margin-top: $lineheight/2;
1084 padding-top: $lineheight;
1085 border-top: 1px solid $grey;
1088 background-color: #fee;
1091 margin-bottom: $lineheight/2;
1100 /* Rules for the log in page */
1102 #login_auth_buttons {
1107 padding: $lineheight/4 $lineheight/2;
1111 /* Rules for the account confirmation page */
1115 padding: $lineheight;
1116 margin-bottom: $lineheight;
1121 list-style: inherit;
1125 list-style-type: lower-alpha;
1130 /* Rules for the account settings page */
1132 #accountForm .user_image {
1136 #accountForm #user_image {
1140 #accountForm ul.accountImage-options {
1153 display: inline !important;
1156 /* Rules for the oauth authorization page */
1158 .oauth-authorize ul {
1162 /* Rules for messages pages */
1165 button[type="submit"] {
1167 white-space: nowrap;
1171 background: $offwhite;
1175 background: #CBEEA7;
1183 .inbox-row .inbox-mark-read {
1188 margin-bottom: $lineheight;
1189 padding: $lineheight/4 0px 4px 0px;
1190 border-bottom: 1px solid $grey;
1197 .info-line .user_thumbnail_tiny {
1198 vertical-align: middle;
1202 white-space: nowrap;
1211 .inbox-row-unread .inbox-mark-unread {
1215 /* Rules for highlighting fields with rails validation errors */
1218 display: inline-block;
1224 background-color: #ff7070;
1227 /* Rules for rails validation error boxes */
1231 border: 2px solid #ff7070;
1232 padding: 0 $lineheight/2;
1233 margin-bottom: $lineheight;
1234 background-color: #f0f0f0;
1237 margin: 0 -10px 10px -10px;
1238 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1241 background-color: #c00;
1249 padding: $lineheight/4;
1254 background-color: $lightgrey;
1256 .describe_location {
1265 background-color: $lightgrey;
1268 /* Rules for user images */
1275 img.user_thumbnail {
1280 img.user_thumbnail_tiny {
1287 /* Rules for geo microformats */
1290 border-bottom: none;
1293 /* General styles for action lists / subnavs */
1296 nav.secondary-actions {
1301 flex-direction: row;
1309 border-left: 1px solid $grey;
1310 padding-left: $lineheight/2;
1311 margin-right: $lineheight/2;
1312 margin-bottom: $lineheight/8;
1317 div.secondary-actions {
1322 /* Create a single-line dl */
1326 display: inline-block;
1333 /* Rules for OpenID logo */
1336 vertical-align: text-bottom;
1340 /* Rules for rich text */
1345 background: $lightgrey;
1350 background: $lightgrey;
1352 white-space: pre-wrap;
1360 padding: $lineheight;
1361 background-color: $offwhite;
1368 border-left: $lineheight solid $offwhite;
1369 padding-left: $lineheight;
1375 /* Rules for the user notes list */
1379 background-color: $offwhite;
1383 /* Rules for the iD editor */
1390 /* Rules for the "Welcome" page */
1391 .site-welcome, .site-fixthemap {
1393 background-image: image-url("welcome-sprite.png");
1394 background-size: 500px 250px;
1404 /* no-r2 */ background-position: -50px 0;
1409 vertical-align: middle;
1413 /* no-r2 */ background-position: -100px 0;
1417 /* no-r2 */ background-position: -150px 0;
1421 /* no-r2 */ background-position: -200px 0;
1425 /* no-r2 */ background-position: -250px 0;
1429 /* no-r2 */ background-position: -300px 0;
1433 /* no-r2 */ background-position: -350px 0;
1437 background-color: #333;
1442 .site-about #content {
1443 background-color: $lightgrey;
1454 color: $vibrant-green;
1460 background-position: 0 50%;
1461 background-repeat: no-repeat;
1462 background-image: image-url('about/osm.png');
1463 background-size: cover;
1464 background-color: $vibrant-green;
1468 background: $vibrant-green;
1472 display: inline-block;
1481 background: 40px 40px image-url('about/sprite.png') no-repeat;
1485 background-position: 0px 0px;
1489 background-position: 0px -40px;
1493 background-position: 0px -80px;
1497 background-position: 0px -120px;
1501 background-position: 0px -160px;
1505 background-position: -45px -160px;