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 */
83 display: none !important;
85 background: image-url("menu-icon.png") no-repeat;
86 background-size: 30px 30px;
90 margin: 14px 10px 0 0;
95 height: $headerHeight;
100 h1, nav, nav > ul, nav > ul > li {
101 display: inline-block;
106 padding: $lineheight/2;
114 text-decoration: none;
121 vertical-align: middle;
147 .btn-outline-primary {
148 @include button-outline-variant($green, $color-hover: $white, $active-color: $white);
152 .btn-outline-primary {
157 border-top-color: $grey;
161 background-color: lighten($green, 30%);
166 // Small tweaks to the toggle to stop the primary colour showing through
167 // when the menu is shown
168 .show > .btn-outline-primary.dropdown-toggle {
169 background-color: $green;
170 border-color: $green;
173 box-shadow: 0 0 0 0.2rem fade-out($green, 0.5);
188 color: darken($darkgrey, 25%);
192 .btn-outline-secondary {
193 @include button-outline-variant($darkgrey, $color-hover: $white, $active-color: $white);
198 .btn-outline-secondary {
199 @include button-outline-variant($darkgrey, $color-hover: $darkgrey, $active-background: white, $active-border: $darkgrey);
208 display: inline-block;
210 margin: 3px 0 3px 3px;
211 background-color: lighten($grey, 10%);
223 nav.primary, nav.secondary {
226 background-color: $green;
232 #compact-secondary-nav {
237 #compact-secondary-nav {
238 display: inline-block;
247 display: inline-block !important;
252 float: none !important;
260 min-height: $headerHeight;
272 #sidebar .search_forms,
288 border-top: 1px solid #eee;
290 border-bottom: 1px solid #eee;
313 #compact-secondary-nav {
318 display: inline-block;
321 .overlay-sidebar #sidebar .welcome.visible {
325 .overlay-sidebar #sidebar #banner {
329 .leaflet-top.leaflet-right {
330 top: 10px !important;
334 /* Utility for styling notification numbers */
337 padding: 2px $lineheight/4;
339 background: lighten($green, 30%);
345 /* Rules for the message shown in place of the map when javascript is disabled */
353 /* Rules for Leaflet maps */
355 .leaflet-control .control-button {
359 background-color: #333;
360 background-color: rgba(0,0,0,.6);
361 border-radius: 4px 0 0 4px;
367 background-color: black;
372 background-color: #333;
373 background-color: rgba(0,0,0,.5);
378 background-color: $vibrant-green;
386 .leaflet-control .zoomin,
387 .control-layers .control-button {
389 border-radius: 4px 0 0 0;
392 .leaflet-control .zoomout,
393 .control-key .control-button {
398 .control-locate .control-button,
399 .control-share .control-button {
400 border-radius: 0 0 0 4px;
403 /* Rules for the sidebar and main map area */
423 width: $sidebarWidth;
442 .overlay-sidebar #sidebar {
479 width: $sidebarWidth;
495 .leaflet-marker-draggable {
510 border-bottom: 1px solid $grey;
516 @include media-breakpoint-down(md) {
565 border: 2px solid #fff;
568 transition: border-color 0.08s ease-in;
575 border-bottom-right-radius: 3px;
579 text-stroke: 2px #fff;
580 background: rgba(255,255,255,.9);
582 input[type="radio"] {
587 &.active { border-color: darken($green, 10%); }
590 &.active { border-color: darken($green, 20%); }
600 li.disabled { color: $darkgrey; }
610 text-decoration: none;
611 background-color: $lightblue;
613 border-right: 1px solid #fff;
617 border-right: 1px solid #fff;
618 border-radius: 4px 0 0 4px;
622 border-radius: 0 4px 4px 0;
626 background-color: $blue;
638 font-family: monospace;
660 top: $lineheight/2 !important;
662 margin-right: 0px !important;
663 margin-top: 0px !important;
667 .leaflet-popup-scrolled {
668 padding-right: $lineheight;
669 border-bottom: 0px !important;
670 border-top: 0px !important;
673 .leaflet-popup-content-wrapper {
674 border-radius: 4px !important;
677 /* Rules for attribution text under the main map shown on printouts */
687 .attribution_license,
688 .attribution_project {
692 .attribution_notice {
696 .donate-attr { color: darken($green, 10%) !important; }
698 /* Rules for the sidebar */
702 padding: $lineheight/2 $lineheight;
703 // background: $offwhite;
704 // border-bottom: 1px solid $grey;
723 margin: $lineheight auto;
734 /* Temporary label size override until we remove site-wide font customisation */
742 /* Stop bootstrap 5 from floating legends when they don't need to be */
747 /* Override the text colour for primary and secondary buttons, to match our
748 bootstrap 4 colours. Note this has accessibility issues, which is why
749 bootstrap 5 calculates black as the appropriate colour, and we should
750 reconsider our colours at some point with that in mind. */
753 @include button-variant($primary, $primary, $color: $white, $hover-color: $white, $active-color: $white, $disabled-color: $white);
757 @include button-variant($secondary, $secondary, $color: $white, $hover-color: $white, $active-color: $white, $disabled-color: $white);
760 .btn-outline-secondary {
761 @include button-outline-variant($secondary, $color-hover: $white, $active-color: $white);
764 /* Rules for the search and direction forms */
766 header .search_forms,
771 /* Rules for the map key which appears in the popout sidebar */
774 .mapkey-table-key img {
781 /* Rules for search sidebar */
783 #sidebar .search_results_entry {
786 &.selected { background: $list-highlight; }
789 .search_more .loader {
795 .search_results_error {
800 /* Rules for routing */
803 background-image: image-url('routing-sprite.png');
806 background-repeat: no-repeat;
808 @for $i from 0 through 25 {
809 div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
812 td.instruction, td.distance {
813 padding-top: $lineheight/5;
814 padding-bottom: $lineheight/5;
815 border-bottom: 1px solid $grey;
826 background: $list-highlight;
829 .routing_marker { width: 15px; cursor: move; }
831 /* Rules for entity history */
836 border-bottom: $keyline;
844 /* Rules for the history sidebar */
846 #sidebar .changesets {
848 &.selected { background: $list-highlight; }
849 /* color is derived from changeset bbox fillColor in history.js */
851 a.stretched-link > span, a:not(.stretched-link), [title] {
853 z-index: 2; /* needs to be higher than Bootstrap's stretched link ::after z-index */
865 .changeset_more .loader {
871 /* Rules for the browse sidebar */
875 padding-bottom: $spacer;
876 margin-bottom: $spacer;
877 border-bottom: 1px solid $grey;
880 word-wrap: break-word;
884 .browse-section:last-of-type {
889 background-color: $offwhite;
891 border-collapse: separate;
894 margin-bottom: $spacer;
897 border-bottom: 1px solid $grey;
900 tr:last-child th, tr:last-child td {
908 word-wrap: break-word;
909 white-space: pre-wrap;
914 background-color: $offwhite;
918 border-left: 1px solid $grey;
919 background-color: #fff;
922 .colour-preview-box {
927 border: 1px solid rgba(0, 0, 0, .1);
928 // add color via inline css on element: background-color: <tag value>;
932 .note-comments li, .changeset-comments li {
933 margin: $lineheight/2 0;
936 margin: 10px 6px 0 6px;
941 .subscribe-buttons input {
947 span.action-button:hover {
949 text-decoration: underline;
954 margin: 0 0 10px 10px;
967 background: $list-highlight;
974 /* Bootstrap buttons don't have any vertical margin, so
975 they touch when adjacent buttons wrap onto a new line
976 e.g. wide form buttons on a narrow sidebar */
980 margin-bottom: $spacer * 0.25;
984 /* Rules for export sidebar */
992 .export_area_inputs {
993 margin-bottom: $spacer;
1001 background: $lightgrey;
1003 #maxlat { margin-top: -1px; }
1006 /* no-r2 */ margin-left: -1px;
1010 /* no-r2 */ margin-right: -1px;
1012 #minlat { margin-bottom: -1px; }
1016 margin: $lineheight/4;
1020 padding-left: $lineheight/2;
1023 margin-bottom: 10px;
1028 /* Rules for edit pages */
1044 /* Rules for non-map content pages */
1047 background: $lightgrey;
1054 padding: $lineheight;
1057 /* Overrides for pages that use new layout conventions */
1059 .header-illustration {
1060 background-position: 0 0;
1061 background-repeat: no-repeat;
1069 background-image: image-url("sign-up-illustration.png");
1073 background-image: image-url("confirm-illustration.png");
1077 background-image: image-url("terms-illustration.png");
1085 background-image: image-url("sign-up-illustration-arm.png");
1088 pointer-events: none;
1092 [dir=rtl] .header-illustration {
1093 transform: scaleX(-1);
1096 transform: scaleX(-1);
1100 #content.maximised {
1109 /* Rules for small maps in content areas */
1113 margin-bottom: $lineheight;
1116 @include media-breakpoint-up(md) {
1122 /* Rules for the user map */
1124 .content_map .leaflet-popup-content {
1125 margin: $lineheight/2;
1129 /* Rules for user popups on maps */
1140 /* Rules for the user list */
1146 /* Rules for the diary list page */
1150 padding-top: $lineheight;
1151 padding-bottom: $lineheight/2;
1152 border-top: 1px solid $grey;
1155 background-color: #fee;
1159 /* Rules for the diary entry page */
1165 margin-bottom: $lineheight;
1171 border-top: 1px dashed $grey;
1172 padding-top: $lineheight/2;
1173 padding-bottom: $lineheight/2;
1175 margin-top: $lineheight/2;
1176 padding-top: $lineheight;
1177 border-top: 1px solid $grey;
1180 background-color: #fee;
1183 margin-bottom: $lineheight/2;
1192 /* Rules for the log in page */
1194 #login_auth_buttons {
1199 padding: $lineheight/4 $lineheight/2;
1203 /* Rules for the account confirmation page */
1207 padding: $lineheight;
1208 margin-bottom: $lineheight;
1213 list-style: inherit;
1217 list-style-type: lower-alpha;
1222 /* Rules for the account settings page */
1224 #accountForm .user_image {
1228 #accountForm #user_image {
1232 #accountForm ul.accountImage-options {
1245 display: inline !important;
1248 /* Rules for the oauth authorization page */
1250 .oauth-authorize ul {
1254 /* Rules for messages pages */
1257 button[type="submit"] {
1259 white-space: nowrap;
1263 background: $offwhite;
1267 background: #CBEEA7;
1275 .inbox-row .inbox-mark-read {
1280 margin-bottom: $lineheight;
1281 padding: $lineheight/4 0px 4px 0px;
1282 border-bottom: 1px solid $grey;
1289 .info-line .user_thumbnail_tiny {
1290 vertical-align: middle;
1294 white-space: nowrap;
1303 .inbox-row-unread .inbox-mark-unread {
1307 /* Rules for "flash" notice boxes shown at the top of the content area */
1311 background-color: #ff7070;
1315 background-color: #ffe0cc;
1319 background-color: #CBEEA7;
1323 /* Rules for highlighting fields with rails validation errors */
1326 display: inline-block;
1332 background-color: #ff7070;
1335 /* Rules for rails validation error boxes */
1339 border: 2px solid #ff7070;
1340 padding: 0 $lineheight/2;
1341 margin-bottom: $lineheight;
1342 background-color: #f0f0f0;
1345 margin: 0 -10px 10px -10px;
1346 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1349 background-color: #c00;
1357 padding: $lineheight/4;
1362 background-color: $lightgrey;
1364 .describe_location {
1373 background-color: $lightgrey;
1379 vertical-align: middle;
1384 /* Rules for user images */
1391 img.user_thumbnail {
1396 img.user_thumbnail_tiny {
1403 /* Rules for geo microformats */
1406 border-bottom: none;
1409 /* General styles for action lists / subnavs */
1412 nav.secondary-actions {
1417 flex-direction: row;
1425 border-left: 1px solid $grey;
1426 padding-left: $lineheight/2;
1427 margin-right: $lineheight/2;
1428 margin-bottom: $lineheight/8;
1433 div.secondary-actions {
1438 /* Create a single-line dl */
1442 display: inline-block;
1449 /* Rules for OpenID logo */
1452 vertical-align: text-bottom;
1456 /* Rules for rich text */
1461 background: $lightgrey;
1466 background: $lightgrey;
1468 white-space: pre-wrap;
1476 padding: $lineheight;
1477 background-color: $offwhite;
1484 border-left: $lineheight solid $offwhite;
1485 padding-left: $lineheight;
1491 /* Rules for the user notes list */
1495 background-color: $offwhite;
1499 /* Rules for the iD editor */
1506 /* Rules for the "Welcome" page */
1507 .site-welcome, .site-fixthemap {
1509 background-image: image-url("welcome-sprite.png");
1510 background-size: 500px 250px;
1520 /* no-r2 */ background-position: -50px 0;
1525 vertical-align: middle;
1529 /* no-r2 */ background-position: -100px 0;
1533 /* no-r2 */ background-position: -150px 0;
1537 /* no-r2 */ background-position: -200px 0;
1541 /* no-r2 */ background-position: -250px 0;
1545 /* no-r2 */ background-position: -300px 0;
1549 /* no-r2 */ background-position: -350px 0;
1553 background-color: #333;
1558 .site-about #content {
1559 background-color: $lightgrey;
1570 color: $vibrant-green;
1576 background-position: 0 50%;
1577 background-repeat: no-repeat;
1578 background-image: image-url('about/osm.png');
1579 background-size: cover;
1580 background-color: $vibrant-green;
1584 background: $vibrant-green;
1588 display: inline-block;
1597 background: 40px 40px image-url('about/sprite.png') no-repeat;
1601 background-position: 0px 0px;
1605 background-position: 0px -40px;
1609 background-position: 0px -80px;
1613 background-position: 0px -120px;
1617 background-position: 0px -160px;
1621 background-position: -45px -160px;