]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/common.scss
Merge pull request #4133 from AntonKhorev/flex-leaflet-controls
[rails.git] / app / assets / stylesheets / common.scss
1 @import "parameters";
2 @import "bootstrap";
3 @import "rails_bootstrap_forms";
4
5 /* Styles common to large and small screens */
6
7 /* Default rules for the body of every page */
8
9 body {
10   font-size: $typeheight;
11 }
12
13 p > img {
14   width: auto;
15   max-width: 100%;
16 }
17
18 small, aside {
19   font-size: 12px;
20 }
21
22 #container { position: relative; }
23
24 .small_icon {
25   vertical-align: middle;
26   margin-right: $lineheight/4;
27 }
28
29 [dir=rtl] { /* no-r2 */ text-align: right; }
30
31 [dir=ltr] { /* no-r2 */ text-align: left; }
32
33 /* Rules for icons */
34
35 .icon {
36   display: inline-block;
37   vertical-align: top;
38   width: 20px;
39   height: 20px;
40   background: transparent image-url("sprite.png") no-repeat 0 0;
41   background-image: image-url("sprite.svg");
42   text-indent: -9999px;
43   overflow: hidden;
44 }
45
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; }
63
64 /* Utility for de-emphasizing content */
65
66 .text-muted a {
67   color: $blue;
68 }
69
70 /* Rules for borders */
71 /* These add additional colours to those provided by bootstrap */
72 .border-grey {
73   border-color: $grey !important;
74 }
75
76 .border-lightgrey {
77   border-color: $lightgrey !important;
78 }
79
80 /* Rules for the header */
81
82 #menu-icon {
83   display: none;
84   float: right;
85   background: image-url("menu-icon.png") no-repeat;
86   background-size: 30px 30px;
87   width: 30px;
88   height: 30px;
89   margin: 14px 10px 0 0;
90   opacity: 0.6;
91 }
92
93 header {
94   height: $headerHeight;
95   position: relative;
96   z-index: 1001;
97   font-size: 14px;
98
99   h1, nav, nav > ul, nav > ul > li {
100     display: inline-block;
101   }
102
103   > * {
104     height: 100%;
105     padding: $lineheight/2;
106   }
107
108   h1, nav.primary {
109     float: left;
110   }
111
112   a, a:hover {
113     text-decoration: none;
114   }
115
116   img.logo {
117     width: 30px;
118     height: 30px;
119     margin-top: -2px;
120     vertical-align: middle;
121   }
122
123   h1 {
124     font-size: 18px;
125     font-weight: 600;
126     line-height: 1.2;
127     margin: 0;
128     padding-top: 15px;
129
130     a {
131       color: #000;
132     }
133
134     a:hover {
135       color: #000;
136     }
137   }
138
139   .btn {
140     font-size: 14px;
141   }
142 }
143
144
145 nav.primary {
146   .btn-outline-primary {
147     @include button-outline-variant($green, $color-hover: $white, $active-color: $white);
148   }
149
150   .disabled {
151     .btn-outline-primary {
152       color: $grey;
153       cursor: default;
154
155       .caret {
156         border-top-color: $grey;
157       }
158
159       &:hover {
160         background-color: lighten($green, 30%);
161       }
162     }
163   }
164
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;
170
171     &:focus {
172       box-shadow: 0 0 0 0.2rem fade-out($green, 0.5);
173     }
174   }
175 }
176
177 nav.secondary {
178   position: absolute;
179   right: 0;
180
181   .nav-link {
182     padding: 0.2rem;
183     color: $darkgrey;
184   }
185
186   > ul li.current a {
187     color: darken($darkgrey, 25%);
188   }
189
190   .login-menu {
191     .btn-outline-secondary {
192       @include button-outline-variant($darkgrey, $color-hover: $white, $active-color: $white);
193     }
194   }
195
196   .user-menu {
197     .btn-outline-secondary {
198       @include button-outline-variant($darkgrey, $color-hover: $darkgrey, $active-background: white, $active-border: $darkgrey);
199       border-color: $grey;
200       &:hover {
201         border-color: $grey;
202       }
203     }
204   }
205
206   #inboxanchor {
207     display: inline-block;
208     height: 25px;
209     margin: 3px 0 3px 3px;
210     background-color: lighten($grey, 10%);
211     line-height: 20px;
212     border-radius: 3;
213   }
214
215   .dropdown-menu {
216     .count-number {
217       font-size: 14px;
218     }
219   }
220 }
221
222 nav.primary, nav.secondary {
223   .dropdown-item {
224     &:hover, &:active {
225       background-color: $green;
226       color: white;
227     }
228   }
229 }
230
231 #compact-secondary-nav {
232   display: none;
233 }
234
235 body.compact-nav {
236   #compact-secondary-nav {
237     display: inline-block;
238   }
239   .compact-hide {
240     display: none;
241   }
242 }
243
244 body.small-nav {
245   #menu-icon {
246     display: block;
247   }
248
249   nav.primary,
250   nav.secondary {
251     float: none !important;
252     position: relative;
253     display: block;
254     clear: both;
255   }
256
257   header {
258     height: auto;
259     min-height: $headerHeight;
260     background: #fff;
261
262     &.closed nav {
263       display: none;
264     }
265
266     .search_forms {
267       display: block;
268     }
269   }
270
271   #sidebar .search_forms,
272   #edit_tab,
273   #export_tab {
274     display: none;
275   }
276
277   nav.primary {
278     padding: 0;
279
280     ul, li {
281       border: none;
282       border-radius: 0;
283       width: 100%;
284     }
285
286     ul {
287       border-top: 1px solid #eee;
288       li {
289         border-bottom: 1px solid #eee;
290         border-right: none;
291         > a {
292           border-radius: 0;
293           width: 100%;
294           text-align: center;
295           font-size: 15px;
296         }
297       }
298     }
299
300     .btn-group {
301       width: 100%;
302       padding: 10px;
303     }
304   }
305
306   nav.secondary {
307     .user-menu, .login-menu {
308       width: 100%;
309     }
310   }
311
312   #compact-secondary-nav {
313     display: none;
314   }
315
316   .compact-hide {
317     display: inline-block;
318   }
319
320   .overlay-sidebar #sidebar .welcome {
321     display: none;
322   }
323
324   .overlay-sidebar #sidebar #banner {
325     display: none;
326   }
327
328   .leaflet-top.leaflet-right {
329     top: 10px !important;
330   }
331 }
332
333 /* Utility for styling notification numbers */
334
335 .count-number {
336   padding: 2px $lineheight/4;
337   border-radius: 2px;
338   background: lighten($green, 30%);
339   margin: 0 2px;
340   font-size: 11px;
341   color: #333;
342 }
343
344 /* Rules for the message shown in place of the map when javascript is disabled */
345
346 #noscript {
347   z-index: 20000000;
348   margin-left: 400px;
349   margin-top: 50px;
350 }
351
352 /* Rules for Leaflet maps */
353
354 .leaflet-top.leaflet-right,
355 .leaflet-top.leaflet-left {
356   height: 100%;
357   column-gap: 10px;
358   display: flex;
359   flex-direction: column;
360   flex-wrap: wrap-reverse;
361 }
362
363 .leaflet-control .control-button {
364   display: block;
365   height: 40px;
366   width: 40px;
367   background-color: #333;
368   background-color: rgba(0,0,0,.6);
369   outline: none;
370
371   &:hover,
372   &:focus {
373     background-color: black;
374   }
375
376   &.disabled,
377   &.leaflet-disabled {
378     background-color: #333;
379     background-color: rgba(0,0,0,.5);
380     cursor: default;
381   }
382
383   &.active {
384     background-color: $vibrant-green;
385   }
386
387   &-first {
388     border-start-start-radius: 4px;
389   }
390
391   &-last {
392     border-end-start-radius: 4px;
393     margin-bottom: 10px;
394   }
395
396   .icon {
397     margin: 10px;
398   }
399 }
400
401 /* Rules for the sidebar and main map area */
402
403 .map-layout {
404   #content {
405     overflow: hidden;
406     position: absolute;
407     top: $headerHeight;
408     bottom: 0;
409     width: 100%;
410   }
411
412   #sidebar, #map {
413     position: relative;
414     height: 100%;
415     overflow-x: hidden;
416     overflow-y: auto;
417   }
418
419   #sidebar {
420     float: left;
421     width: $sidebarWidth;
422     background: #fff;
423
424     #sidebar_loader {
425       display: none;
426     }
427
428     #sidebar_content {
429       padding: $spacer;
430     }
431
432     > div {
433       position: relative;
434     }
435   }
436
437   .overlay-sidebar #sidebar {
438     position: absolute;
439     z-index: 1000;
440     height: auto;
441     overflow: hidden;
442
443     #banner {
444       display: block;
445     }
446
447     .welcome {
448       display: block;
449     }
450
451     #sidebar_content {
452       display: none;
453     }
454   }
455
456   .welcome {
457     display: none;
458
459     p {
460       font-size: 110%;
461       font-weight: 300;
462     }
463   }
464
465   #banner {
466     display: none;
467
468     img {
469       display: block;
470       width: $sidebarWidth;
471     }
472
473     button.btn-close {
474       background-color: rgba(255, 255, 255, 0.5);
475       opacity: 1.0;
476     }
477   }
478
479   #map {
480     height: 100%;
481     overflow: hidden;
482
483     &.query-active {
484       cursor: help;
485     }
486
487     &.query-disabled {
488       cursor: not-allowed;
489     }
490
491     .leaflet-marker-draggable {
492       cursor: move;
493     }
494   }
495
496   #map-ui {
497     display: none;
498     position: relative;
499     float: right;
500     width: 250px;
501     height: 100%;
502     background: white;
503     overflow: auto;
504
505     .section {
506       border-bottom: 1px solid $grey;
507       padding: 10px 20px;
508     }
509   }
510 }
511
512 @include media-breakpoint-down(md) {
513   body.map-layout {
514     #sidebar, #map {
515       position: relative;
516       overflow-x: hidden;
517       width: 100%;
518       height: 50%;
519     }
520
521     #map-ui {
522       z-index: 9999;
523       width: 100%;
524       height: 50%;
525       overflow-y: scroll;
526     }
527
528     .overlay-sidebar {
529       #sidebar {
530         position: absolute;
531         width: 350px;
532         height: auto;
533         overflow: hidden;
534       }
535
536       #map, #map-ui {
537         height: 100%;
538       }
539     }
540   }
541 }
542
543 .layers-ui {
544   .base-layers {
545     .leaflet-container {
546       width: 100%;
547       height: 50px;
548       cursor: pointer;
549     }
550
551     li  {
552       overflow: hidden;
553       border-radius: 3px;
554       border: 2px solid #fff;
555       margin-bottom: 8px;
556       position: relative;
557       transition: border-color 0.08s ease-in;
558
559       label {
560         position: absolute;
561         top: 0;
562         left: 0;
563         padding: 2px 6px;
564         border-bottom-right-radius: 3px;
565         cursor: pointer;
566         font-weight: 600;
567         font-size: 16px;
568         text-stroke: 2px #fff;
569         background: rgba(255,255,255,.9);
570         z-index: 1000;
571         input[type="radio"] {
572           display: none;
573         }
574       }
575
576       &.active { border-color: darken($green, 10%); }
577       &:hover {
578         border-color: $grey;
579         &.active { border-color: darken($green, 20%); }
580       }
581     }
582   }
583
584   .overlay-layers {
585     p {
586       font-size: 13px;
587       margin-bottom: 8px;
588     }
589     li.disabled { color: $darkgrey; }
590   }
591 }
592
593 .share-ui {
594   .share-link {
595     input[type=text],
596     textarea {
597       width: 100%;
598       font-family: monospace;
599       font-size: small;
600       line-height: 1.3;
601     }
602   }
603
604   .share-image {
605     label {
606       margin-right: 10px;
607     }
608   }
609
610   #mapnik_scale {
611     width: 100px;
612   }
613 }
614
615 .leaflet-top {
616   top: $lineheight/2 !important;
617   .leaflet-control {
618     margin-right: 0px !important;
619     margin-top: 0px !important;
620   }
621 }
622
623 .leaflet-popup-scrolled {
624   padding-right: $lineheight;
625   border-bottom: 0px !important;
626   border-top: 0px !important;
627 }
628
629 .leaflet-popup-content-wrapper {
630   border-radius: 4px !important;
631 }
632
633 /* Rules for attribution text under the main map shown on printouts */
634
635 #attribution {
636   display: none;
637 }
638
639 .donate-attr { color: darken($green, 10%) !important; }
640
641 /* Rules for the sidebar */
642
643 .sidebar_heading {
644   position: relative;
645   padding: $lineheight/2 $lineheight;
646   // background: $offwhite;
647   // border-bottom: 1px solid $grey;
648 }
649
650 #browse_status {
651   input {
652     display: block;
653     margin-left: auto;
654     margin-right: auto;
655   }
656
657   > div {
658    padding: $spacer;
659   }
660 }
661
662 /* Temporary label size override until we remove site-wide font customisation */
663
664 form {
665   label {
666     font-size: 16px;
667   }
668 }
669
670 /* Stop bootstrap 5 from floating legends when they don't need to be */
671 legend {
672   float: none;
673 }
674
675 /* Override the text colour for primary and secondary buttons, to match our
676    bootstrap 4 colours. Note this has accessibility issues, which is why
677    bootstrap 5 calculates black as the appropriate colour, and we should
678    reconsider our colours at some point with that in mind. */
679
680 .btn-primary {
681   @include button-variant($primary, $primary, $color: $white, $hover-color: $white, $active-color: $white, $disabled-color: $white);
682 }
683
684 .btn-secondary {
685   @include button-variant($secondary, $secondary, $color: $white, $hover-color: $white, $active-color: $white, $disabled-color: $white);
686 }
687
688 .btn-outline-secondary {
689   @include button-outline-variant($secondary, $color-hover: $white, $active-color: $white);
690 }
691
692 /* Rules for the search and direction forms */
693
694 header .search_forms,
695 .directions_form {
696   display: none;
697 }
698
699 /* Rules for the map key which appears in the popout sidebar */
700
701 #mapkey {
702  .mapkey-table-key img {
703     display: block;
704     margin-left: auto;
705     margin-right: auto;
706   }
707 }
708
709 /* Rules for search sidebar */
710
711 #sidebar .search_results_entry {
712   ul li {
713     cursor: pointer;
714     &.selected { background: $list-highlight; }
715   }
716
717   .search_more .loader {
718     display: none;
719   }
720 }
721
722 .search_results_error {
723   color: #f00;
724   padding: 10px 20px;
725 }
726
727 /* Rules for routing */
728
729 div.direction {
730   background-image: image-url('routing-sprite.png');
731   width: 20px;
732   height: 20px;
733   background-repeat: no-repeat;
734 }
735 @for $i from 0 through 25 {
736 div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
737 }
738
739 td.instruction, td.distance {
740     padding-top: $lineheight/5;
741     padding-bottom: $lineheight/5;
742     border-bottom: 1px solid $grey;
743 }
744 td.distance {
745     color: $darkgrey;
746     text-align: right;
747     font-size: x-small;
748 }
749 tr.turn {
750     cursor: pointer;
751 }
752 tr.turn:hover {
753     background: $list-highlight;
754 }
755
756 .routing_marker { width: 15px; cursor: move; }
757
758 .browse_status {
759   display: none;
760 }
761
762 /* Rules for the history sidebar */
763
764 #sidebar .changesets {
765   li {
766     &.selected { background: $list-highlight; }
767     /* color is derived from changeset bbox fillColor in history.js */
768
769     a.stretched-link > span, a:not(.stretched-link), [title] {
770       position: relative;
771       z-index: 2; /* needs to be higher than Bootstrap's stretched link ::after z-index */
772     }
773   }
774
775   .comments {
776     color: $darkgrey;
777   }
778
779   .comments-0 {
780     opacity: 0.5;
781   }
782
783   .changeset_more .loader {
784     display: none;
785     width: 100%;
786   }
787 }
788
789 /* Rules for the browse sidebar */
790
791 #sidebar_content {
792   .browse-section {
793     padding-bottom: $spacer;
794     margin-bottom: $spacer;
795     border-bottom: 1px solid $grey;
796
797     h4:first-child {
798       word-wrap: break-word;
799     }
800   }
801
802   .browse-section:last-of-type {
803     border-bottom: none;
804   }
805
806   .browse-tag-list {
807     background-color: $offwhite;
808     table-layout: fixed;
809     border-collapse: separate;
810     border-spacing: 0;
811     width: 100%;
812     margin-bottom: $spacer;
813
814     th, td {
815       border-bottom: 1px solid $grey;
816     }
817
818     tr:last-child th, tr:last-child td {
819       border-bottom: 0;
820     }
821
822     .browse-tag-k,
823     .browse-tag-v {
824       width: 50%;
825       padding: 6px 10px;
826       word-wrap: break-word;
827       white-space: pre-wrap;
828     }
829
830     .browse-tag-k {
831       font-weight: 500;
832       background-color: $offwhite;
833     }
834
835     .browse-tag-v {
836       border-left: 1px solid $grey;
837       background-color: #fff;
838     }
839
840     .colour-preview-box {
841       float: right;
842       width: 14px;
843       height: 14px;
844       margin: 4px 0px;
845       border: 1px solid rgba(0, 0, 0, .1);
846       // add color via inline css on element: background-color: <tag value>;
847     }
848   }
849
850   .note-comments li, .changeset-comments li {
851     margin: $lineheight/2 0;
852
853     p {
854       margin: 10px 6px 0 6px;
855       line-height: 1.5;
856     }
857   }
858
859   .subscribe-buttons input {
860     font-size: 90%;
861     line-height: 15px;
862     min-height: 20px;
863   }
864
865   span.action-button:hover {
866     cursor: pointer;
867     text-decoration: underline;
868   }
869
870   .note-description {
871     overflow: hidden;
872     margin: 0 0 10px 10px;
873   }
874
875   .query-results {
876     display: none;
877
878     ul {
879       li {
880         &.query-result {
881           cursor: pointer;
882         }
883
884         &.selected {
885           background: $list-highlight;
886         }
887       }
888     }
889   }
890 }
891
892 /* Bootstrap buttons don't have any vertical margin, so
893    they touch when adjacent buttons wrap onto a new line
894    e.g. wide form buttons on a narrow sidebar */
895
896 .btn-wrapper {
897   > .btn {
898     margin-bottom: $spacer * 0.25;
899   }
900 }
901
902 /* Rules for export sidebar */
903
904 .export_form {
905   .export_area_inputs,
906   .export_button {
907     text-align: center;
908   }
909
910   .export_area_inputs {
911     margin-bottom: $spacer;
912     input[type="text"] {
913       width: 100px;
914       text-align: center;
915     }
916   }
917
918   .export_boxy {
919     background: $lightgrey;
920
921     #maxlat { margin-top: -1px; }
922     #minlon {
923       float: left;
924       /* no-r2 */ margin-left: -1px;
925     }
926     #maxlon {
927       float: right;
928       /* no-r2 */ margin-right: -1px;
929     }
930     #minlat { margin-bottom: -1px; }
931   }
932
933   .export_bound {
934     margin: $lineheight/4;
935   }
936
937   dl {
938     padding-left: $lineheight/2;
939     dd {
940       margin-left: 0;
941       margin-bottom: 10px;
942     }
943   }
944 }
945
946 /* Rules for edit pages */
947
948 .site-edit {
949   #content {
950     position: absolute;
951     top: $headerHeight;
952     bottom: 0;
953     width: 100%;
954   }
955
956   #map {
957     height: 100%;
958     overflow: hidden;
959   }
960 }
961
962 /* Rules for non-map content pages */
963
964 .content-heading {
965   background: $lightgrey;
966 }
967
968 .content-inner {
969   position: relative;
970   max-width: 960px;
971   margin: auto;
972   padding: $lineheight;
973 }
974
975 /* Overrides for pages that use new layout conventions */
976
977 .header-illustration {
978   background-position: 0 0;
979   background-repeat: no-repeat;
980   position: relative;
981   min-height: 200px;
982   width: 100%;
983   left: 0;
984   bottom: 0;
985
986   &.new-user-main {
987     background-image: image-url("sign-up-illustration.png");
988   }
989
990   &.confirm-main {
991     background-image: image-url("confirm-illustration.png");
992   }
993
994   &.new-user-terms {
995     background-image: image-url("terms-illustration.png");
996   }
997
998   &.new-user-arm {
999     height: 110px;
1000     width: 130px;
1001     left: 280px;
1002     top: 180px;
1003     background-image: image-url("sign-up-illustration-arm.png");
1004     position: absolute;
1005     z-index: 100;
1006     pointer-events: none;
1007   }
1008 }
1009
1010 [dir=rtl] .header-illustration {
1011   transform: scaleX(-1);
1012
1013   h1 {
1014     transform: scaleX(-1);
1015   }
1016 }
1017
1018 #content.maximised {
1019   top: 0;
1020   left: 0;
1021   right: 0;
1022   bottom: 0;
1023   border: 0;
1024   z-index: 2000;
1025 }
1026
1027 /* Rules for small maps in content areas */
1028
1029 .content_map {
1030   height: 200px;
1031   margin-bottom: $lineheight;
1032 }
1033
1034 @include media-breakpoint-up(md) {
1035   .content_map {
1036     height: 400px;
1037   }
1038 }
1039
1040 /* Rules for the user map */
1041
1042 .content_map .leaflet-popup-content {
1043   margin: $lineheight/2;
1044   min-height: 50px;
1045 }
1046
1047 /* Rules for user popups on maps */
1048
1049 .user_popup {
1050   min-width: 200px;
1051   p {
1052     padding: 0 0 5px 0;
1053     margin: 0 0 0 60px;
1054     font-size: 12px;
1055   }
1056 }
1057
1058 /* Rules for the user list */
1059
1060 #user_list {
1061   width: 100%;
1062 }
1063
1064 /* Rules for the diary entry page */
1065
1066 .diary_entries {
1067   #map {
1068     height: 400px;
1069     display: none;
1070   }
1071   .comments {
1072     max-width: 740px;
1073   }
1074   .diary-comment {
1075     border-top: 1px dashed $grey;
1076     &:first-child {
1077       border-top: 1px solid $grey;
1078     }
1079     p {
1080       margin-bottom: $lineheight/2;
1081     }
1082   }
1083 }
1084
1085 /* Rules for the log in page */
1086
1087 #login_auth_buttons {
1088   margin-bottom: 0;
1089
1090   li {
1091     float: left;
1092     padding: $lineheight/4 $lineheight/2;
1093   }
1094 }
1095
1096 /* Rules for the account confirmation page */
1097
1098 .users-terms {
1099   .legale {
1100     padding: $lineheight;
1101     margin-bottom: $lineheight;
1102     overflow: auto;
1103     height: 20em;
1104
1105     li {
1106       list-style: inherit;
1107     }
1108
1109     ol ol {
1110       list-style-type: lower-alpha;
1111     }
1112   }
1113 }
1114
1115 /* Rules for the oauth authorization page */
1116
1117 .oauth-authorize ul {
1118   list-style: none;
1119 }
1120
1121 /* Rules for messages pages */
1122
1123 .messages {
1124   .inbox-row {
1125     background: $offwhite;
1126   }
1127
1128   .inbox-row-unread {
1129     background: #CBEEA7;
1130   }
1131 }
1132
1133 .search_form {
1134   background-color: $lightgrey;
1135
1136   .describe_location {
1137     top: 6px;
1138     right: 6px;
1139     font-size: 10px;
1140     color: $blue;
1141   }
1142 }
1143
1144 .directions_form {
1145   background-color: $lightgrey;
1146 }
1147
1148 /* Rules for user images */
1149
1150 img.user_image {
1151   max-width: 100px;
1152   max-height: 100px;
1153 }
1154
1155 img.user_thumbnail {
1156   max-width: 50px;
1157   max-height: 50px;
1158 }
1159
1160 img.user_thumbnail_tiny {
1161   width: auto;
1162   height: auto;
1163   max-width: 25px;
1164   max-height: 25px;
1165 }
1166
1167 /* General styles for action lists / subnavs */
1168
1169 nav.secondary-actions {
1170   margin-left: -11px;
1171   overflow: hidden;
1172   > ul {
1173     display: flex;
1174     flex-direction: row;
1175     flex-wrap: wrap;
1176     margin-bottom: 0;
1177     margin-left: -1px;
1178     padding: 0;
1179     > li {
1180       flex-basis: auto;
1181       list-style: none;
1182       border-left: 1px solid $grey;
1183       padding-left: $lineheight/2;
1184       margin-right: $lineheight/2;
1185       margin-bottom: $lineheight/8;
1186     }
1187   }
1188 }
1189
1190 div.secondary-actions {
1191   padding: 10px;
1192   text-align: center;
1193 }
1194
1195 /* Rules for rich text */
1196
1197 .richtext,
1198 .prose {
1199   code {
1200     background: $lightgrey;
1201     padding: 2px 3px;
1202     direction: inherit; /* fix for Bootstrap < 5.2 */
1203     unicode-bidi: unset; /* fix for Bootstrap < 5.2 */
1204   }
1205
1206   pre {
1207     background: $lightgrey;
1208     padding: 2px 3px;
1209     white-space: pre-wrap;
1210
1211     code {
1212       padding: 0;
1213     }
1214   }
1215
1216   img {
1217     padding: $lineheight;
1218     background-color: $offwhite;
1219     display: block;
1220     max-width: 100%;
1221     margin: auto;
1222   }
1223
1224   blockquote {
1225     border-left: $lineheight solid $offwhite;
1226     padding-left: $lineheight;
1227     margin: 0;
1228     color: $darkgrey;
1229   }
1230 }
1231
1232 /* Rules for the iD editor */
1233
1234 .id-embed {
1235   width: 100%;
1236   height: 100%;
1237 }
1238
1239 /* Rules for the "Welcome" page */
1240 .site-welcome, .site-fixthemap {
1241   .sprite {
1242     background-image: image-url("welcome-sprite.png");
1243     background-size: 500px 250px;
1244     display: block;
1245   }
1246
1247   .sprite.small {
1248     width: 50px;
1249     height: 50px;
1250   }
1251
1252   .sprite.x {
1253     /* no-r2 */ background-position: -50px 0;
1254   }
1255
1256   .sprite.term {
1257     margin-right: 10px;
1258     vertical-align: middle;
1259   }
1260
1261   .sprite.node {
1262     /* no-r2 */ background-position: -100px 0;
1263   }
1264
1265   .sprite.way {
1266     /* no-r2 */ background-position: -150px 0;
1267   }
1268
1269   .sprite.tag {
1270     /* no-r2 */ background-position: -200px 0;
1271   }
1272
1273   .sprite.editor {
1274     /* no-r2 */ background-position: -250px 0;
1275   }
1276
1277   .sprite.question {
1278     /* no-r2 */ background-position: -300px 0;
1279   }
1280
1281   .sprite.rules {
1282     /* no-r2 */ background-position: -350px 0;
1283   }
1284
1285   .icon.note {
1286     background-color: #333;
1287     border-radius: 4px;
1288   }
1289 }
1290
1291 .site-about #content {
1292   background-color: $lightgrey;
1293
1294   .content-inner {
1295     max-width: 760px;
1296   }
1297
1298   .attr {
1299     margin-top: -20px;
1300
1301     h1 {
1302       span {
1303         color: $vibrant-green;
1304       }
1305     }
1306
1307     .user-image {
1308       height: 150px;
1309       background-position: 0 50%;
1310       background-repeat: no-repeat;
1311       background-image: image-url('about/osm.png');
1312       background-size: cover;
1313       background-color: $vibrant-green;
1314     }
1315
1316     .byosm {
1317       background: $vibrant-green;
1318     }
1319
1320     .byosm span {
1321       display: inline-block;
1322       width: 1em;
1323       margin-left: -1em;
1324     }
1325   }
1326
1327   .icon {
1328     width: 30px;
1329     height: 30px;
1330     background: 40px 40px image-url('about/sprite.png') no-repeat;
1331
1332     &.local {
1333       /* no-r2 */
1334       background-position: 0px 0px;
1335     }
1336     &.community {
1337       /* no-r2 */
1338       background-position: 0px -40px;
1339     }
1340     &.open {
1341       /* no-r2 */
1342       background-position: 0px -80px;
1343     }
1344     &.partners {
1345       /* no-r2 */
1346       background-position: 0px -120px;
1347     }
1348     &.infringement {
1349       /* no-r2 */
1350       background-position: 0px -160px;
1351     }
1352     &.legal {
1353       /* no-r2 */
1354       background-position: -45px -160px;
1355     }
1356   }
1357 }
1358
1359 @import 'browse';