]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/common.scss
Merge pull request #5060 from tomhughes/rake-expiry
[rails.git] / app / assets / stylesheets / common.scss
1 @use "sass:map";
2 @import "parameters";
3 @import "browse";
4 @import "bootstrap";
5 @import "rails_bootstrap_forms";
6
7 /* Styles common to large and small screens */
8
9 /* Default rules for the body of every page */
10
11 body {
12   font-size: $typeheight;
13 }
14
15 time[title] {
16   text-decoration: underline dotted;
17 }
18
19 /* Rules for icons */
20
21 .icon {
22   display: inline-block;
23   vertical-align: top;
24   width: 20px;
25   height: 20px;
26   background: transparent image-url("sprite.svg") no-repeat 0 0;
27   text-indent: -9999px;
28   overflow: hidden;
29 }
30
31 .icon.search      { /*rtl:ignore*/ background-position: 0 0; }
32 .icon.donate      { /*rtl:ignore*/ background-position: -20px 0; }
33 .icon.zoomin      { /*rtl:ignore*/ background-position: -40px 0; }
34 .icon.zoomout     { /*rtl:ignore*/ background-position: -60px 0; }
35 .icon.geolocate   { /*rtl:ignore*/ background-position: -80px 0; }
36 .active .icon.geolocate   { /*rtl:ignore*/ background-position: -80px -20px; }
37 .icon.layers      { /*rtl:ignore*/ background-position: -100px 0; }
38 .icon.key         { /*rtl:ignore*/ background-position: -120px 0; }
39 .icon.share       { /*rtl:ignore*/ background-position: -140px 0; }
40 .icon.clipboard   { /*rtl:ignore*/ background-position: -160px 0; }
41 .icon.link        { /*rtl:ignore*/ background-position: -180px 0; }
42 .icon.close       { /*rtl:ignore*/ background-position: -200px 0; }
43 .icon.close:hover { /*rtl:ignore*/ background-position: -200px -20px; }
44 .icon.check       { /*rtl:ignore*/ background-position: -220px 0; }
45 .icon.note        { /*rtl:ignore*/ background-position: -240px 0; }
46 .icon.note.grey   { /*rtl:ignore*/ background-position: -240px -20px; }
47 .icon.query       { /*rtl:ignore*/ background-position: -260px 0; }
48
49 /* Utility for de-emphasizing content */
50
51 .text-body-secondary a {
52   color: $blue;
53 }
54
55 /* Bootstrap contextual table classes overrides in dark mode */
56
57 @include color-mode(dark) {
58   .table-primary {
59     --bs-table-bg: rgb(var(--bs-primary-rgb), .25);
60   }
61   .table-secondary {
62     --bs-table-bg: rgb(var(--bs-secondary-rgb), .25);
63   }
64   .table-success {
65     --bs-table-bg: rgb(var(--bs-success-rgb), .25);
66   }
67   .table-primary, .table-secondary, .table-success {
68     --bs-table-color: initial;
69     border-color: inherit;
70   }
71 }
72
73 /* Rules for the header */
74
75 #menu-icon {
76   display: none;
77   position: absolute;
78   top: 0;
79   right: 0;
80   background: image-url("menu-icon.svg") no-repeat;
81   background-size: 30px 30px;
82   width: 30px;
83   height: 30px;
84   margin: 14px 10px 0 0;
85   opacity: 0.6;
86 }
87
88 @include color-mode(dark) {
89   #menu-icon {
90     filter: invert(1);
91   }
92 }
93
94 header {
95   height: $headerHeight;
96   position: relative;
97   font-size: 14px;
98
99   > * {
100     padding: $lineheight * 0.5;
101   }
102
103   h1 {
104     height: $headerHeight;
105     font-size: 18px;
106   }
107
108   .btn {
109     font-size: 14px;
110   }
111
112   nav.primary {
113     margin-right: auto;
114   }
115
116   .username {
117     max-width: 12em;
118   }
119 }
120
121 nav.primary {
122   & > .btn-group .btn-outline-primary {
123     @include button-outline-variant($green, $color-hover: $white, $active-color: $white);
124   }
125
126   .disabled {
127     .btn-outline-primary {
128       color: $grey;
129       cursor: default;
130
131       .caret {
132         border-top-color: $grey;
133       }
134
135       &:hover {
136         background-color: lighten($green, 30%);
137       }
138     }
139   }
140
141   // Small tweaks to the toggle to stop the primary colour showing through
142   // when the menu is shown
143   .show > .btn-outline-primary.dropdown-toggle {
144     background-color: $green;
145     border-color: $green;
146
147     &:focus {
148       box-shadow: 0 0 0 0.2rem fade-out($green, 0.5);
149     }
150   }
151 }
152
153 nav.secondary {
154   .nav-link {
155     padding: 0.3rem;
156   }
157 }
158
159 nav.primary, nav.secondary {
160   .dropdown-item {
161     &:hover, &:active {
162       background-color: $green;
163       color: white;
164     }
165   }
166 }
167
168 #compact-secondary-nav {
169   display: none;
170 }
171
172 body.compact-nav {
173   #compact-secondary-nav {
174     display: inline-block;
175   }
176   .compact-hide {
177     display: none;
178   }
179 }
180
181 body.small-nav {
182   #menu-icon {
183     display: block;
184   }
185
186   header {
187     flex-direction: column;
188     height: auto;
189     min-height: $headerHeight;
190
191     &.closed nav {
192       display: none !important;
193     }
194
195     .search_forms {
196       display: block;
197     }
198   }
199
200   #sidebar .search_forms,
201   #edit_tab,
202   #export_tab {
203     display: none;
204   }
205
206   nav.primary {
207     margin-right: 0;
208     padding: 0;
209
210     .btn-group {
211       width: 100%;
212       padding: 10px;
213     }
214   }
215
216   nav.secondary {
217     flex-direction: column;
218
219     .user-menu, .login-menu {
220       width: 100%;
221     }
222   }
223
224   #compact-secondary-nav {
225     display: none;
226   }
227
228   .compact-hide {
229     display: inline-block;
230   }
231
232   .overlay-sidebar #sidebar .welcome {
233     display: none;
234   }
235
236   .overlay-sidebar #sidebar #banner {
237     display: none;
238   }
239 }
240
241 /* Utility for styling notification numbers */
242
243 .count-number {
244   background: transparentize(lighten($green, 25%), .25);
245   color: $gray-800;
246   font-weight: $font-weight-normal;
247 }
248
249 /* Rules for Leaflet maps */
250
251 .leaflet-top.leaflet-right,
252 .leaflet-top.leaflet-left {
253   height: 100%;
254   column-gap: 10px;
255   display: flex;
256   flex-direction: column;
257   flex-wrap: wrap-reverse;
258 }
259
260 .leaflet-control .control-button {
261   display: block;
262   height: 40px;
263   width: 40px;
264   background-color: #333;
265   background-color: rgba(0,0,0,.6);
266   outline: none;
267
268   &:hover,
269   &:focus {
270     background-color: black;
271   }
272
273   &.disabled,
274   &.leaflet-disabled {
275     background-color: #333;
276     background-color: rgba(0,0,0,.5);
277     cursor: default;
278   }
279
280   &.active {
281     background-color: $vibrant-green;
282   }
283
284   &-first {
285     border-start-start-radius: 4px;
286   }
287
288   &-last {
289     border-end-start-radius: 4px;
290     margin-bottom: 10px;
291   }
292
293   .icon {
294     margin: 10px;
295   }
296 }
297
298 /* Rules for the sidebar and main map area */
299
300 .map-layout {
301   #content {
302     overflow: hidden;
303     position: absolute;
304     top: $headerHeight;
305     bottom: 0;
306     width: 100%;
307   }
308
309   #sidebar, #map {
310     position: relative;
311     height: 100%;
312     overflow-x: hidden;
313     overflow-y: auto;
314   }
315
316   #sidebar {
317     float: left;
318     width: $sidebarWidth;
319
320     #sidebar_loader {
321       display: none;
322     }
323   }
324
325   .overlay-sidebar #sidebar {
326     position: absolute;
327     height: auto;
328     overflow: hidden;
329
330     #banner {
331       display: block;
332     }
333
334     .welcome {
335       display: block;
336     }
337
338     #sidebar_content {
339       display: none;
340     }
341   }
342
343   .welcome {
344     display: none;
345   }
346
347   #banner {
348     display: none;
349
350     img {
351       display: block;
352       width: $sidebarWidth;
353     }
354   }
355
356   #map {
357     height: 100%;
358     overflow: hidden;
359
360     &.query-active {
361       cursor: help;
362     }
363
364     &.query-disabled {
365       cursor: not-allowed;
366     }
367
368     .leaflet-marker-draggable {
369       cursor: move;
370     }
371   }
372
373   #map-ui {
374     display: none;
375     position: relative;
376     float: right;
377     width: 250px;
378     height: 100%;
379     overflow: auto;
380   }
381 }
382
383 @include media-breakpoint-down(md) {
384   body.map-layout {
385     #sidebar, #map {
386       position: relative;
387       overflow-x: hidden;
388       width: 100%;
389       height: 50%;
390     }
391
392     #map-ui {
393       width: 100%;
394       height: 50%;
395       overflow-y: scroll;
396     }
397
398     .overlay-sidebar.overlay-right-sidebar {
399       #sidebar {
400         position: absolute;
401         width: 350px;
402         height: auto;
403         overflow: hidden;
404       }
405
406       #map {
407         height: 100%;
408       }
409     }
410   }
411 }
412
413 .layers-ui {
414   .base-layers > * {
415     height: 3.5rem;
416
417     > .btn {
418       box-sizing: content-box;
419       top: - map.get($border-widths, 4);
420       left: - map.get($border-widths, 4);
421       --bs-btn-border-color: var(--bs-body-bg);
422     }
423     > .btn:hover {
424       --bs-btn-border-color: var(--bs-primary-border-subtle);
425     }
426   }
427
428   .overlay-layers {
429     li.disabled { color: $darkgrey; }
430   }
431 }
432
433 .share-ui {
434   #mapnik_scale {
435     width: 100px;
436   }
437 }
438
439 .leaflet-top {
440   top: 10px !important;
441   .leaflet-control {
442     margin-right: 0px !important;
443     margin-top: 0px !important;
444   }
445 }
446
447 .leaflet-popup-scrolled {
448   padding-right: $lineheight;
449   border-bottom: 0px !important;
450   border-top: 0px !important;
451 }
452
453 .leaflet-popup-content-wrapper, .leaflet-popup-tip,
454 .leaflet-contextmenu, .leaflet-contextmenu-item,
455 .leaflet-control-attribution, .leaflet-control-scale-line {
456   @extend .bg-body, .text-body;
457 }
458
459 .leaflet-control-attribution, .leaflet-control-scale-line {
460   @extend .bg-opacity-75;
461   text-shadow: none !important;
462 }
463
464 .leaflet-contextmenu-item.over {
465   @extend .bg-body-secondary, .border-secondary, .border-opacity-10;
466 }
467
468 .leaflet-popup-content-wrapper {
469   @extend .rounded-1;
470
471   a {
472     color: var(--bs-link-color) !important;
473   }
474 }
475
476 @include color-mode(dark) {
477   .leaflet-tile-container,
478   .mapkey-table-entry td:first-child > * {
479     filter: brightness(.8);
480   }
481
482   .leaflet-control-attribution a {
483     color: var(--bs-link-color);
484   }
485
486   .leaflet-control-scale-line {
487     @extend .border-light, .border-opacity-75;
488   }
489 }
490
491 /* Rules for attribution text under the main map shown on printouts */
492
493 .donate-attr { color: darken($green, 10%) !important; }
494
495 /* Temporary label size override until we remove site-wide font customisation */
496
497 form {
498   label {
499     font-size: 16px;
500   }
501   .col-form-label {
502     font-size: 16px;
503   }
504 }
505
506 /* Stop bootstrap 5 from floating legends when they don't need to be */
507 legend {
508   float: none;
509 }
510
511 /* Override the text colour for primary and secondary buttons, to match our
512    bootstrap 4 colours. Note this has accessibility issues, which is why
513    bootstrap 5 calculates black as the appropriate colour, and we should
514    reconsider our colours at some point with that in mind. */
515
516 .btn-primary {
517   @include button-variant($primary, $primary, $color: $white, $hover-color: $white, $active-color: $white, $disabled-color: $white);
518 }
519
520 .btn-secondary {
521   @include button-variant($secondary, $secondary, $color: $white, $hover-color: $white, $active-color: $white, $disabled-color: $white);
522 }
523
524 .btn-outline-secondary {
525   @include button-outline-variant($secondary, $color-hover: $white, $active-color: $white);
526 }
527
528 /* Rules for the search and direction forms */
529
530 header .search_forms,
531 .directions_form {
532   display: none;
533 }
534
535 .search_form {
536   .describe_location {
537     font-size: 10px;
538   }
539 }
540
541 /* Rules for search sidebar */
542
543 #sidebar .search_results_entry {
544   .search_more .loader {
545     display: none;
546   }
547 }
548
549 /* Rules for routing */
550
551 div.direction {
552   background-image: image-url('routing-sprite.svg');
553   width: 20px;
554   height: 20px;
555   background-repeat: no-repeat;
556 }
557 @for $i from 0 through 25 {
558 div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
559 }
560
561 @include color-mode(dark) {
562   div.direction {
563     filter: invert(1);
564   }
565 }
566
567 td.distance {
568     font-size: x-small;
569 }
570 tr.turn {
571     cursor: pointer;
572 }
573
574 .routing_marker_column {
575   width: 15px;
576
577   img {
578     cursor: move;
579   }
580 }
581
582 /* Rules for the history sidebar */
583
584 #sidebar .changesets {
585   li {
586     &.selected {
587       @extend :hover;
588     }
589
590     a.stretched-link > span, a:not(.stretched-link), [title] {
591       position: relative;
592       z-index: 2; /* needs to be higher than Bootstrap's stretched link ::after z-index */
593     }
594   }
595
596   .changeset_more .loader {
597     display: none;
598     width: 100%;
599   }
600 }
601
602 /* Rules for the browse sidebar */
603
604 #sidebar_content {
605   .browse-section {
606     padding-bottom: $spacer;
607     margin-bottom: $spacer;
608     border-bottom: 1px solid $grey;
609
610     h4:first-child {
611       word-wrap: break-word;
612     }
613   }
614
615   .browse-section:last-of-type {
616     border-bottom: none;
617   }
618
619   .browse-tag-list {
620     table-layout: fixed;
621     white-space: pre-wrap;
622     word-wrap: break-word;
623     word-break: break-word;
624
625     tr:last-child th, tr:last-child td {
626       border-bottom: 0;
627     }
628   }
629
630   .query-results {
631     display: none;
632   }
633 }
634
635 /* Force LTR/RTL alignment for placeholder text */
636
637 .form-control::placeholder {
638   text-align: left;
639 }
640
641 /* Rules for export sidebar */
642
643 .export_form {
644   .export_area_inputs {
645     input[type="text"] {
646       width: 100px;
647     }
648   }
649
650   .export_boxy {
651     > * {
652         margin: -1px;
653     }
654     #minlon {
655       /*rtl:ignore*/ float: left;
656     }
657     #maxlon {
658       /*rtl:ignore*/ float: right;
659     }
660   }
661 }
662
663 /* Rules for edit pages */
664
665 .site-edit {
666   #content {
667     position: absolute;
668     top: $headerHeight;
669     bottom: 0;
670     width: 100%;
671   }
672 }
673
674 /* Rules for non-map content pages */
675
676 .content-inner {
677   position: relative;
678   max-width: 960px;
679   margin: auto;
680   padding: $lineheight;
681 }
682
683 /* Rules for login and signup pages */
684
685 .sessions-new, .users-new, .users-create {
686   #content .content-inner {
687     max-width: 760px;
688   }
689 }
690
691 .header-illustration {
692   background-position: right;
693   background-repeat: no-repeat;
694   position: relative;
695   min-height: 200px;
696   width: 100%;
697   left: 0;
698   bottom: 0;
699
700   &.new-user-main {
701     background-image: image-url("sign-up-illustration.svg");
702     background-position-x: 70px;
703   }
704
705   &.confirm-main {
706     background-image: image-url("confirm-illustration.svg");
707   }
708
709   &.new-user-terms {
710     background-image: image-url("terms-illustration.svg");
711   }
712 }
713
714 [dir=rtl] .header-illustration {
715   transform: scaleX(-1);
716
717   h1 {
718     transform: scaleX(-1);
719   }
720
721   ul {
722     transform: scaleX(-1);
723   }
724 }
725
726 /* Rules for small maps in content areas */
727
728 .content_map {
729   height: 200px;
730   margin-bottom: $lineheight;
731 }
732
733 @include media-breakpoint-up(md) {
734   .content_map {
735     height: 400px;
736   }
737 }
738
739 /* Rules for the user map */
740
741 .content_map .leaflet-popup-content {
742   margin: $spacer;
743   min-height: 50px;
744 }
745
746 /* Rules for user popups on maps */
747
748 .user_popup {
749   p {
750     padding: 0 0 5px 0;
751     margin: 0 0 0 60px;
752     font-size: 12px;
753   }
754 }
755
756 /* Rules for the diary entry page */
757
758 .diary_entries {
759   #map {
760     height: 400px;
761     display: none;
762   }
763   .diary-comment .col-auto {
764     width: 62px;
765   }
766   .diary-comment .col {
767     max-width: 690px;
768   }
769 }
770
771 /* Rules for the account confirmation page */
772
773 .users-terms {
774   .legale {
775     padding: $lineheight;
776     margin-bottom: $lineheight;
777     overflow: auto;
778     height: 20em;
779
780     li {
781       list-style: inherit;
782     }
783
784     ol ol {
785       list-style-type: lower-alpha;
786     }
787   }
788 }
789
790 /* Rules for user images */
791
792 img.user_image {
793   max-width: 100px;
794   max-height: 100px;
795 }
796
797 img.user_thumbnail {
798   max-width: 50px;
799   max-height: 50px;
800 }
801
802 img.user_thumbnail_tiny {
803   width: 25px;
804   height: 25px;
805   object-fit: contain;
806 }
807
808 /* General styles for action lists / subnavs */
809
810 nav.secondary-actions {
811   margin-left: -11px;
812   overflow: hidden;
813   > ul {
814     display: flex;
815     flex-direction: row;
816     flex-wrap: wrap;
817     margin-bottom: 0;
818     margin-left: -1px;
819     padding: 0;
820     > li {
821       flex-basis: auto;
822       list-style: none;
823       border-left: 1px solid $grey;
824       padding-left: $lineheight * 0.5;
825       margin-right: $lineheight * 0.5;
826       margin-bottom: $lineheight * 0.125;
827     }
828   }
829 }
830
831 div.secondary-actions {
832   padding: 10px;
833   text-align: center;
834 }
835
836 /* Rules for rich text */
837
838 .richtext {
839   code {
840     background: var(--bs-secondary-bg);
841     padding: 2px 3px;
842   }
843
844   pre {
845     background: var(--bs-secondary-bg);
846     padding: 2px 3px;
847     white-space: pre-wrap;
848
849     code {
850       padding: 0;
851     }
852   }
853
854   img {
855     padding: $lineheight;
856     background-color: var(--bs-tertiary-bg);
857     display: block;
858     max-width: 100%;
859     margin: auto;
860   }
861
862   blockquote {
863     border-left: $lineheight solid var(--bs-tertiary-bg);
864     padding-left: $lineheight;
865     margin: 0;
866     color: var(--bs-secondary-color);
867   }
868 }
869
870 /* Rules for the "About" page */
871
872 .site-about #content {
873   .content-inner {
874     max-width: 760px;
875   }
876
877   .attr {
878     margin-top: -20px;
879
880     h1 {
881       span {
882         color: $vibrant-green;
883       }
884     }
885
886     .user-image {
887       height: 150px;
888       background-position: 0 50%;
889       background-repeat: no-repeat;
890       background-image: image-url('about/osm.png');
891       background-size: cover;
892       background-color: $vibrant-green;
893     }
894
895     .byosm {
896       background: $vibrant-green;
897     }
898
899     .byosm span {
900       display: inline-block;
901       width: 1em;
902       margin-left: -1em;
903     }
904   }
905 }
906
907 /* Rules for block pages */
908
909 #block_list .username {
910   max-width: 20em;
911 }
912
913 /* Rules for tabs inside secondary background sections */
914
915 .bg-body-secondary .nav-tabs {
916   --bs-border-color: var(--bs-secondary-border-subtle);
917   --bs-secondary-bg: var(--bs-secondary-border-subtle);
918   margin-bottom: -1px;
919 }
920
921 /* Rules for traces */
922
923 img.trace_image {
924   mix-blend-mode: darken;
925 }
926
927 @include color-mode(dark) {
928   img.trace_image {
929     filter: invert(1);
930     mix-blend-mode: lighten;
931   }
932 }
933
934 /* Rules for map sidebar icons */
935
936 .browse-section {
937   .node::before,
938   .way::before,
939   .relation::before {
940     display: inline-block;
941     width: 25px;
942     margin-left: -25px;
943   }
944
945   .node, .way, .relation {
946     margin-left: 25px;
947   }
948 }
949
950 @each $class, $item in $map-sidebar-icons {
951   .browse-section #{$class}::before {
952     content: image-url('browse/#{map.get($item, "filename")}');
953   }
954
955   @if map.get($item, "invert") {
956     @include color-mode(dark) {
957       .browse-section #{$class}::before {
958         filter: invert(.8) hue-rotate(180deg);
959       }
960     }
961   }
962 }