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