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;
431 .overlay-sidebar #sidebar {
468 width: $sidebarWidth;
484 .leaflet-marker-draggable {
499 border-bottom: 1px solid $grey;
505 @include media-breakpoint-down(md) {
554 border: 2px solid #fff;
557 transition: border-color 0.08s ease-in;
564 border-bottom-right-radius: 3px;
568 text-stroke: 2px #fff;
569 background: rgba(255,255,255,.9);
571 input[type="radio"] {
576 &.active { border-color: darken($green, 10%); }
579 &.active { border-color: darken($green, 20%); }
589 li.disabled { color: $darkgrey; }
602 font-family: monospace;
624 top: $lineheight/2 !important;
626 margin-right: 0px !important;
627 margin-top: 0px !important;
631 .leaflet-popup-scrolled {
632 padding-right: $lineheight;
633 border-bottom: 0px !important;
634 border-top: 0px !important;
637 .leaflet-popup-content-wrapper {
638 border-radius: 4px !important;
641 /* Rules for attribution text under the main map shown on printouts */
647 .donate-attr { color: darken($green, 10%) !important; }
649 /* Rules for the sidebar */
653 padding: $lineheight/2 $lineheight;
654 // background: $offwhite;
655 // border-bottom: 1px solid $grey;
670 /* Temporary label size override until we remove site-wide font customisation */
678 /* Stop bootstrap 5 from floating legends when they don't need to be */
683 /* Override the text colour for primary and secondary buttons, to match our
684 bootstrap 4 colours. Note this has accessibility issues, which is why
685 bootstrap 5 calculates black as the appropriate colour, and we should
686 reconsider our colours at some point with that in mind. */
689 @include button-variant($primary, $primary, $color: $white, $hover-color: $white, $active-color: $white, $disabled-color: $white);
693 @include button-variant($secondary, $secondary, $color: $white, $hover-color: $white, $active-color: $white, $disabled-color: $white);
696 .btn-outline-secondary {
697 @include button-outline-variant($secondary, $color-hover: $white, $active-color: $white);
700 /* Rules for the search and direction forms */
702 header .search_forms,
707 /* Rules for the map key which appears in the popout sidebar */
710 .mapkey-table-key img {
717 /* Rules for search sidebar */
719 #sidebar .search_results_entry {
722 &.selected { background: $list-highlight; }
725 .search_more .loader {
730 .search_results_error {
735 /* Rules for routing */
738 background-image: image-url('routing-sprite.png');
741 background-repeat: no-repeat;
743 @for $i from 0 through 25 {
744 div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
747 td.instruction, td.distance {
748 padding-top: $lineheight/5;
749 padding-bottom: $lineheight/5;
750 border-bottom: 1px solid $grey;
761 background: $list-highlight;
764 .routing_marker { width: 15px; cursor: move; }
770 /* Rules for the history sidebar */
772 #sidebar .changesets {
774 &.selected { background: $list-highlight; }
775 /* color is derived from changeset bbox fillColor in history.js */
777 a.stretched-link > span, a:not(.stretched-link), [title] {
779 z-index: 2; /* needs to be higher than Bootstrap's stretched link ::after z-index */
791 .changeset_more .loader {
797 /* Rules for the browse sidebar */
801 padding-bottom: $spacer;
802 margin-bottom: $spacer;
803 border-bottom: 1px solid $grey;
806 word-wrap: break-word;
810 .browse-section:last-of-type {
815 background-color: $offwhite;
817 border-collapse: separate;
820 margin-bottom: $spacer;
823 border-bottom: 1px solid $grey;
826 tr:last-child th, tr:last-child td {
834 word-wrap: break-word;
835 white-space: pre-wrap;
840 background-color: $offwhite;
844 border-left: 1px solid $grey;
845 background-color: #fff;
848 .colour-preview-box {
853 border: 1px solid rgba(0, 0, 0, .1);
854 // add color via inline css on element: background-color: <tag value>;
858 .note-comments li, .changeset-comments li {
859 margin: $lineheight/2 0;
862 margin: 10px 6px 0 6px;
867 .subscribe-buttons input {
873 span.action-button:hover {
875 text-decoration: underline;
880 margin: 0 0 10px 10px;
893 background: $list-highlight;
900 /* Bootstrap buttons don't have any vertical margin, so
901 they touch when adjacent buttons wrap onto a new line
902 e.g. wide form buttons on a narrow sidebar */
906 margin-bottom: $spacer * 0.25;
910 /* Rules for export sidebar */
918 .export_area_inputs {
919 margin-bottom: $spacer;
927 background: $lightgrey;
929 #maxlat { margin-top: -1px; }
932 /* no-r2 */ margin-left: -1px;
936 /* no-r2 */ margin-right: -1px;
938 #minlat { margin-bottom: -1px; }
942 margin: $lineheight/4;
946 padding-left: $lineheight/2;
954 /* Rules for edit pages */
970 /* Rules for non-map content pages */
973 background: $lightgrey;
980 padding: $lineheight;
983 /* Overrides for pages that use new layout conventions */
985 .header-illustration {
986 background-position: 0 0;
987 background-repeat: no-repeat;
995 background-image: image-url("sign-up-illustration.png");
999 background-image: image-url("confirm-illustration.png");
1003 background-image: image-url("terms-illustration.png");
1011 background-image: image-url("sign-up-illustration-arm.png");
1014 pointer-events: none;
1018 [dir=rtl] .header-illustration {
1019 transform: scaleX(-1);
1022 transform: scaleX(-1);
1026 #content.maximised {
1035 /* Rules for small maps in content areas */
1039 margin-bottom: $lineheight;
1042 @include media-breakpoint-up(md) {
1048 /* Rules for the user map */
1050 .content_map .leaflet-popup-content {
1051 margin: $lineheight/2;
1055 /* Rules for user popups on maps */
1066 /* Rules for the user list */
1072 /* Rules for the diary list page */
1076 padding-top: $lineheight;
1077 padding-bottom: $lineheight/2;
1078 border-top: 1px solid $grey;
1081 background-color: #fee;
1085 /* Rules for the diary entry page */
1091 margin-bottom: $lineheight;
1097 border-top: 1px dashed $grey;
1098 padding-top: $lineheight/2;
1099 padding-bottom: $lineheight/2;
1101 margin-top: $lineheight/2;
1102 padding-top: $lineheight;
1103 border-top: 1px solid $grey;
1106 background-color: #fee;
1109 margin-bottom: $lineheight/2;
1118 /* Rules for the log in page */
1120 #login_auth_buttons {
1125 padding: $lineheight/4 $lineheight/2;
1129 /* Rules for the account confirmation page */
1133 padding: $lineheight;
1134 margin-bottom: $lineheight;
1139 list-style: inherit;
1143 list-style-type: lower-alpha;
1148 /* Rules for the account settings page */
1150 #accountForm .user_image {
1154 #accountForm #user_image {
1158 #accountForm ul.accountImage-options {
1171 display: inline !important;
1174 /* Rules for the oauth authorization page */
1176 .oauth-authorize ul {
1180 /* Rules for messages pages */
1183 button[type="submit"] {
1185 white-space: nowrap;
1189 background: $offwhite;
1193 background: #CBEEA7;
1201 .inbox-row .inbox-mark-read {
1206 margin-bottom: $lineheight;
1207 padding: $lineheight/4 0px 4px 0px;
1208 border-bottom: 1px solid $grey;
1215 .info-line .user_thumbnail_tiny {
1216 vertical-align: middle;
1220 white-space: nowrap;
1229 .inbox-row-unread .inbox-mark-unread {
1233 /* Rules for highlighting fields with rails validation errors */
1236 display: inline-block;
1242 background-color: #ff7070;
1245 /* Rules for rails validation error boxes */
1249 border: 2px solid #ff7070;
1250 padding: 0 $lineheight/2;
1251 margin-bottom: $lineheight;
1252 background-color: #f0f0f0;
1255 margin: 0 -10px 10px -10px;
1256 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1259 background-color: #c00;
1267 padding: $lineheight/4;
1272 background-color: $lightgrey;
1274 .describe_location {
1283 background-color: $lightgrey;
1286 /* Rules for user images */
1293 img.user_thumbnail {
1298 img.user_thumbnail_tiny {
1305 /* Rules for geo microformats */
1308 border-bottom: none;
1311 /* General styles for action lists / subnavs */
1314 nav.secondary-actions {
1319 flex-direction: row;
1327 border-left: 1px solid $grey;
1328 padding-left: $lineheight/2;
1329 margin-right: $lineheight/2;
1330 margin-bottom: $lineheight/8;
1335 div.secondary-actions {
1340 /* Create a single-line dl */
1344 display: inline-block;
1351 /* Rules for OpenID logo */
1354 vertical-align: text-bottom;
1358 /* Rules for rich text */
1363 background: $lightgrey;
1368 background: $lightgrey;
1370 white-space: pre-wrap;
1378 padding: $lineheight;
1379 background-color: $offwhite;
1386 border-left: $lineheight solid $offwhite;
1387 padding-left: $lineheight;
1393 /* Rules for the user notes list */
1397 background-color: $offwhite;
1401 /* Rules for the iD editor */
1408 /* Rules for the "Welcome" page */
1409 .site-welcome, .site-fixthemap {
1411 background-image: image-url("welcome-sprite.png");
1412 background-size: 500px 250px;
1422 /* no-r2 */ background-position: -50px 0;
1427 vertical-align: middle;
1431 /* no-r2 */ background-position: -100px 0;
1435 /* no-r2 */ background-position: -150px 0;
1439 /* no-r2 */ background-position: -200px 0;
1443 /* no-r2 */ background-position: -250px 0;
1447 /* no-r2 */ background-position: -300px 0;
1451 /* no-r2 */ background-position: -350px 0;
1455 background-color: #333;
1460 .site-about #content {
1461 background-color: $lightgrey;
1472 color: $vibrant-green;
1478 background-position: 0 50%;
1479 background-repeat: no-repeat;
1480 background-image: image-url('about/osm.png');
1481 background-size: cover;
1482 background-color: $vibrant-green;
1486 background: $vibrant-green;
1490 display: inline-block;
1499 background: 40px 40px image-url('about/sprite.png') no-repeat;
1503 background-position: 0px 0px;
1507 background-position: 0px -40px;
1511 background-position: 0px -80px;
1515 background-position: 0px -120px;
1519 background-position: 0px -160px;
1523 background-position: -45px -160px;