]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/common.scss
Merge remote-tracking branch 'upstream/pull/2508'
[rails.git] / app / assets / stylesheets / common.scss
1 @import "parameters";
2 @import "bootstrap-custom";
3
4 /* Styles common to large and small screens */
5
6 .fillL { background-color: white; }
7
8 /* Default rules for the body of every page */
9
10 body {
11   font-family: 'Helvetica Neue',Arial,sans-serif;
12   font-size: $typeheight;
13   line-height: 1.6666;
14   color: #222;
15   background-color: #fff;
16   margin: 0px;
17   padding: 0px;
18   text-align: left;
19   height: 100%;
20 }
21
22 p > img {
23   width: auto;
24   max-width: 100%;
25 }
26
27 small, aside {
28   font-size: 12px;
29 }
30
31 #container { position: relative; }
32
33 .column-1 {
34   width: 50%;
35   margin: 0 0 $lineheight/2 0;
36 }
37
38 .small_icon {
39   vertical-align: middle;
40   margin-right: $lineheight/4;
41 }
42
43 .red { color: $red; }
44
45 .piwik { border: 0; }
46
47 [dir=rtl] { /* no-r2 */ text-align: right; }
48
49 [dir=ltr] { /* no-r2 */ text-align: left; }
50
51 /* Rules for icons */
52
53 .icon {
54   display: inline-block;
55   vertical-align: top;
56   width: 20px;
57   height: 20px;
58   background: transparent image-url("sprite.png") no-repeat 0 0;
59   background-image: image-url("sprite.svg");
60   text-indent: -9999px;
61   overflow: hidden;
62 }
63
64 .icon.search      { /* no-r2 */ background-position: 0 0; }
65 .icon.donate      { /* no-r2 */ background-position: -20px 0; }
66 .icon.zoomin      { /* no-r2 */ background-position: -40px 0; }
67 .icon.zoomout     { /* no-r2 */ background-position: -60px 0; }
68 .icon.geolocate   { /* no-r2 */ background-position: -80px 0; }
69 .active .icon.geolocate   { /* no-r2 */ background-position: -80px -20px; }
70 .icon.layers      { /* no-r2 */ background-position: -100px 0; }
71 .icon.key         { /* no-r2 */ background-position: -120px 0; }
72 .icon.share       { /* no-r2 */ background-position: -140px 0; }
73 .icon.clipboard   { /* no-r2 */ background-position: -160px 0; }
74 .icon.link        { /* no-r2 */ background-position: -180px 0; }
75 .icon.close       { /* no-r2 */ background-position: -200px 0; }
76 .close-wrap:hover .icon.close,
77 .icon.close:hover { /* no-r2 */ background-position: -200px -20px; }
78 .icon.check       { /* no-r2 */ background-position: -220px 0; }
79 .icon.note        { /* no-r2 */ background-position: -240px 0; }
80 .icon.note.grey   { /* no-r2 */ background-position: -240px -20px; }
81 .icon.query       { /* no-r2 */ background-position: -260px 0; }
82
83 /* Rules for links */
84
85 a {
86   color: #24d;
87   text-decoration: none;
88   -webkit-appearance: none;
89   outline: 0;
90   &:hover {
91     text-decoration: underline;
92   }
93 }
94
95 /* General styles for tables */
96
97 table {
98   width: 100%;
99   margin-bottom: $lineheight;
100   th, td {
101     text-align: left;
102     padding: $lineheight/4;
103     line-height: $lineheight;
104   }
105   th {
106     font-weight: 600;
107     vertical-align: top;
108   }
109   td {
110     vertical-align: middle;
111   }
112 }
113
114 /* Utility for de-emphasizing content */
115
116 .deemphasize {
117   color: $darkgrey;
118   a {
119     color: $blue;
120   }
121 }
122
123 /* Rules for the header */
124
125 #menu-icon {
126   display: none !important;
127   float: right;
128   background: image-url("menu-icon.png") no-repeat;
129   background-size: 30px 30px;
130   display: block;
131   width: 30px;
132   height: 30px;
133   margin: 14px 10px 0 0;
134   opacity: 0.6;
135 }
136
137 header {
138   height: $headerHeight;
139   position: relative;
140   z-index: 1001;
141   font-size: 14px;
142
143   h1, nav, nav > ul, nav > ul > li, .dropdown {
144     display: inline-block;
145   }
146
147   > * {
148     height: 100%;
149     padding: $lineheight/2;
150   }
151
152   h1, nav.primary {
153     float: left;
154   }
155
156   a, a:hover {
157     text-decoration: none;
158   }
159
160   img.logo {
161     width: 30px;
162     height: 30px;
163     margin-top: -2px;
164     vertical-align: middle;
165   }
166
167   h1 {
168     font-size: 18px;
169     font-weight: 600;
170     line-height: 1.2;
171     margin: 0;
172     padding-top: 15px;
173
174     a {
175       color: #000;
176     }
177
178     a:hover {
179       color: #000;
180     }
181   }
182 }
183
184 nav.primary {
185   > ul {
186     padding: 0;
187     $border: 1px solid $green;
188
189     border: $border;
190     border-radius: $border-radius;
191
192     > li {
193       border-right: $border;
194       float: left;
195       &:last-child {
196         border-right: 0;
197       }
198       > a:hover { background: lighten($green, 30%); }
199       &.current > a:hover { background: $green; }
200       &.disabled > a:hover { background: lighten($green, 38%); }
201       &.dropdown {
202         > a.tab { border-right: 1px solid lighten($green, 30%); }
203         &.current > a.tab { border-right: 1px solid lighten($green, 10%); }
204       }
205     }
206   }
207
208   a.tab,
209   .dropdown-toggle {
210     display: inline-block;
211     font-weight: 500;
212     color: $green;
213     padding: 5px 15px;
214   }
215
216   .dropdown-toggle {
217     padding: 5px 6px;
218   }
219
220   .caret {
221     border-top-color: $green;
222     margin-top: 10px;
223   }
224
225   .disabled a {
226     color: $grey;
227     cursor: default;
228
229     .caret {
230       border-top-color: $grey;
231     }
232   }
233
234   > ul li.current {
235     background-color: $green;
236
237     .tab {
238       color: #fff;
239     }
240
241     .caret {
242       border-top-color: #fff;
243     }
244   }
245 }
246
247 nav.secondary {
248   position: absolute;
249   right: 0;
250
251   > ul {
252     vertical-align: middle;
253     margin: 0;
254     padding: 0;
255
256     a, .dropdown-toggle {
257       display: inline-block;
258       text-decoration: none;
259       color: $darkgrey;
260       padding: 5px;
261
262       &:hover { color: darken($darkgrey, 25%); }
263     }
264   }
265
266   > ul li.current a {
267     color: darken($darkgrey, 25%);
268   }
269
270   .user-menu {
271     $border: 1px solid $grey;
272     border: $border;
273     border-radius: $border-radius;
274     margin-left: 10px;
275     padding: 0;
276
277     > li {
278       border-right: $border;
279       float: left;
280       &:last-child {
281         border-right: 0;
282
283         > a {
284           border-radius: 0 $border-radius $border-radius 0;
285         }
286       }
287       &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
288       &:hover a { background: lighten($darkgrey, 30%); }
289     }
290
291     a {
292       padding: 5px 15px;
293
294     }
295
296     &.logged-in > a {
297       padding: 0;
298       > .user-button {
299         line-height: 1.8;
300         padding: 5px 10px 3px 6px;
301         display: inline-block;
302         color: $darkgrey;
303       }
304       &:hover > .user-button { color: darken($darkgrey, 5%); }
305     }
306   }
307
308   .caret {
309     border-top-color: $grey;
310     margin-top: 9px;
311   }
312
313   img.user_thumbnail_tiny {
314     border: 0;
315     vertical-align: top;
316     margin-top: 0px;
317     margin: 4px 0 0 4px;
318     border-radius: 2px;
319   }
320
321   #inboxanchor {
322     display: inline-block;
323     vertical-align: top;
324     height: 25px;
325     margin: 3px 0 3px 3px;
326     background-color: lighten($grey, 10%);
327     line-height: 20px;
328     border-radius: 2;
329   }
330
331   .dropdown-menu {
332     left: auto;
333     right: -1px;
334     border-radius: 3px 0 3px 3px;
335
336     .count-number {
337       float: right;
338       padding: 0 5px;
339       margin: 0;
340     }
341   }
342 }
343
344 #compact-secondary-nav {
345   display: none;
346   ul li a {
347     width: 100%;
348     color: #333;
349     &:hover { color: #fff; }
350   }
351 }
352
353 body.compact {
354   #compact-secondary-nav {
355     display: inline-block;
356   }
357   .compact-hide {
358     display: none;
359   }
360 }
361
362 /* Utility for styling notification numbers */
363
364 .count-number {
365   padding: 2px $lineheight/4;
366   border-radius: 2px;
367   background: lighten($green, 30%);
368   margin: 0 2px;
369   font-size: 11px;
370   color: #333;
371 }
372
373 /* Rules for the message shown in place of the map when javascript is disabled */
374
375 #noscript {
376   z-index: 20000000;
377   margin-left: 400px;
378   margin-top: 50px;
379 }
380
381 /* Rules for Leaflet maps */
382
383 .leaflet-control .control-button {
384   display: block;
385   height: 40px;
386   width: 40px;
387   background-color: #333;
388   background-color: rgba(0,0,0,.6);
389   border-radius: 4px 0 0 4px;
390   margin-bottom: 10px;
391   outline: none;
392
393   &:hover {
394     background-color: black;
395   }
396
397   &.disabled,
398   &.leaflet-disabled {
399     background-color: #333;
400     background-color: rgba(0,0,0,.5);
401     cursor: default;
402   }
403
404   &.active {
405     background-color: $vibrant-green;
406   }
407
408   .icon {
409     margin: 10px;
410   }
411 }
412
413 .leaflet-control .zoomin,
414 .control-layers .control-button {
415   margin-bottom: 0px;
416   border-radius: 4px 0 0 0;
417 }
418
419 .leaflet-control .zoomout,
420 .control-key .control-button {
421   margin-bottom: 0;
422   border-radius: 0;
423 }
424
425 .control-locate .control-button,
426 .control-share .control-button {
427   border-radius: 0 0 0 4px;
428 }
429
430 /* Rules for the sidebar and main map area */
431
432 .map-layout {
433   #content {
434     overflow: hidden;
435     position: absolute;
436     top: $headerHeight;
437     bottom: 0;
438     width: 100%;
439   }
440
441   #sidebar, #map {
442     position: relative;
443     height: 100%;
444     overflow-x: hidden;
445     overflow-y: auto;
446   }
447
448   #sidebar {
449     float: left;
450     width: $sidebarWidth;
451     background: #fff;
452
453     #sidebar_loader {
454       display: none;
455     }
456
457     > div {
458       position: relative;
459       float: left;
460       clear: both;
461       width: 100%;
462     }
463
464     h2 {
465       padding: $lineheight $lineheight $lineheight/2;
466       font-size: 1.5rem;
467     }
468
469     h3, h4 {
470       margin-top: $lineheight;
471       margin-bottom: $lineheight/2;
472       font-size: 1.25rem;
473     }
474
475     .close-wrap {
476       cursor: pointer;
477       position: absolute;
478       top: 0;
479       right: 0;
480       width: 60px;
481       height: 60px;
482
483       .icon.close {
484         pointer-events: none;
485         position: absolute;
486         right: 20px;
487         top: 20px;
488       }
489     }
490
491     .icon.close {
492       float: right;
493       cursor: pointer;
494     }
495
496     .flash {
497       padding: 15px;
498
499       picture {
500         margin-right: -25px;
501       }
502
503       div.message {
504         margin-left: 30px;
505       }
506     }
507   }
508
509   .overlay-sidebar #sidebar {
510     position: absolute;
511     z-index: 1000;
512     height: auto;
513     overflow: hidden;
514
515     #banner {
516       display: block;
517     }
518
519     .welcome {
520       display: none;
521
522       &.visible {
523         display: block;
524       }
525     }
526
527     #sidebar_content {
528       display: none;
529     }
530   }
531
532   .welcome {
533     display: none;
534     padding-bottom: 5px;
535
536     p {
537       padding: $lineheight/2 $lineheight $lineheight;
538       font-size: 110%;
539       font-weight: 300;
540     }
541
542     .button {
543       width: 50%;
544       float: left;
545       margin: 0;
546       border-radius: 0;
547       font-weight: normal;
548       padding: .6em;
549
550       &.learn-more {
551         border-right: 1px solid #fff;
552       }
553     }
554   }
555
556   #banner {
557     display: none;
558
559     img {
560       display: block;
561       width: $sidebarWidth;
562     }
563   }
564
565   #map {
566     height: 100%;
567     overflow: hidden;
568
569     &.query-active {
570       cursor: help;
571     }
572
573     &.query-disabled {
574       cursor: not-allowed;
575     }
576
577     .leaflet-marker-draggable {
578       cursor: move;
579     }
580   }
581
582   #map-ui {
583     display: none;
584     position: relative;
585     float: right;
586     width: 250px;
587     height: 100%;
588     background: white;
589     overflow: auto;
590
591     .section {
592       border-bottom: 1px solid $grey;
593       padding: 10px 20px;
594     }
595
596     a.close-button {
597       float: right;
598       padding:5px;
599       font-size:20px;
600       line-height:10px;
601       color:#222;
602       border:1px solid $grey;
603     }
604
605     .tooltip {
606       opacity: 1;
607       border: 1px solid $grey;
608       .tooltip-arrow {
609         border-top-color: $grey;
610       }
611     }
612   }
613 }
614
615 .layers-ui,
616 .share-ui {
617   li:last-child {
618     margin-bottom: 0;
619   }
620 }
621
622 .layers-ui {
623   .base-layers {
624     .leaflet-container {
625       width: 100%;
626       height: 50px;
627       cursor: pointer;
628     }
629
630     li  {
631       overflow: hidden;
632       border-radius: 3px;
633       border: 2px solid #fff;
634       margin-bottom: 8px;
635       position: relative;
636       transition: border-color 0.08s ease-in;
637
638       label {
639         position: absolute;
640         top: 0;
641         left: 0;
642         padding: 2px 6px;
643         border-bottom-right-radius: 3px;
644         cursor: pointer;
645         font-weight: 600;
646         font-size: 16px;
647         text-stroke: 2px #fff;
648         background: rgba(255,255,255,.9);
649         z-index: 1000;
650         input[type="radio"] {
651           display: none;
652         }
653       }
654
655       &.active { border-color: darken($green, 10%); }
656       &:hover {
657         border-color: $grey;
658         &.active { border-color: darken($green, 20%); }
659       }
660     }
661   }
662
663   .overlay-layers {
664     p {
665       font-size: 13px;
666       margin-bottom: 8px;
667     }
668     li.disabled { color: $darkgrey; }
669   }
670 }
671
672 .share-ui {
673   .share-tabs {
674     margin-bottom: 10px;
675
676     a {
677       color: #fff;
678       text-decoration: none;
679       background-color: $lightblue;
680       padding: 5px 10px;
681       border-right: 1px solid #fff;
682     }
683
684     a:first-child {
685       border-right: 1px solid #fff;
686       border-radius: 4px 0 0 4px;
687     }
688
689     a:last-child {
690       border-radius: 0 4px 4px 0;
691     }
692
693     a.active {
694       background-color: $blue;
695     }
696   }
697
698   .share-tab {
699     display: none;
700   }
701
702   .share-link {
703     input[type=text],
704     textarea {
705       width: 100%;
706       font-family: monospace;
707       font-size: small;
708       line-height: 1.3;
709     }
710   }
711
712   .share-image {
713     label {
714       margin-right: 10px;
715     }
716   }
717
718   #embed_html {
719     resize: vertical;
720   }
721
722   #mapnik_scale {
723     width: 100px;
724   }
725 }
726
727 .leaflet-top {
728   top: $lineheight/2 !important;
729   .leaflet-control {
730     margin-right: 0px !important;
731     margin-top: 0px !important;
732   }
733 }
734
735 .leaflet-popup-scrolled {
736   padding-right: $lineheight;
737   border-bottom: 0px !important;
738   border-top: 0px !important;
739 }
740
741 .leaflet-popup-content-wrapper {
742   border-radius: 4px !important;
743 }
744
745 /* Rules for attribution text under the main map shown on printouts */
746
747 #attribution {
748   display: none;
749
750   table {
751     width: 100%
752   }
753 }
754
755 .attribution_license,
756 .attribution_project {
757   text-align: left;
758 }
759
760 .attribution_notice {
761   text-align: center;
762 }
763
764 .donate-attr { color: darken($green, 10%) !important; }
765
766 /* Rules for the sidebar */
767
768 .sidebar_heading {
769   position: relative;
770   padding: $lineheight/2 $lineheight;
771   // background: $offwhite;
772   // border-bottom: 1px solid $grey;
773   > .close {
774     float: right;
775     margin-top: 2px;
776     cursor: pointer;
777   }
778 }
779
780 #browse_status {
781   p {
782     padding: $lineheight;
783   }
784
785   input {
786     display: block;
787     margin-left: auto;
788     margin-right: auto;
789   }
790 }
791
792 #sidebar {
793   #sidebar_loader,
794   .search_more {
795     width: 100%;
796     margin: $lineheight auto;
797   }
798
799   .loader,
800   .load_more {
801     text-align: center;
802     margin: auto;
803     width: 40px;
804     display: block;
805   }
806 }
807
808 /* Rules for the search and direction forms */
809
810 header .search_forms,
811 .directions_form {
812   display: none;
813 }
814
815 .search_form,
816 .directions_form {
817   position: relative;
818   padding: $lineheight/2;
819   background-color: $lightgrey;
820
821   .query_wrapper {
822     position: relative;
823     overflow: hidden;
824     border-radius: 2px 0 0 2px;
825   }
826
827   input[type=text] {
828     width: 100%;
829     height: 30px;
830     transition: 300ms linear;
831   }
832
833   input[type=text].overflow {
834     border-right: none;
835   }
836
837   input:focus {
838     outline: none;
839     box-shadow: 0px 0px 7px $vibrant-green;
840   }
841
842   input[type=submit].float {
843     float: right;
844     width: auto;
845     min-width: 0;
846     border-radius: 0 2px 2px 0;
847   }
848
849   input.error {
850     background-color: rgba($red, 0.4);
851   }
852
853   select {
854     /* this next line is to polyfill the vertical alignment of text within a select element,
855      * which is different between firefox and chrome. */
856     padding: 0.3em 0;
857   }
858
859   .query_options {
860     text-align: right;
861     font-size: 10px;
862     color: $blue;
863   }
864
865   .describe_location {
866     position: absolute;
867     top: 6px;
868     right: 6px;
869     font-size: 10px;
870     color: $blue;
871   }
872
873   .switch_link {
874     float: right;
875     width: auto;
876     min-width: 0;
877     margin-left: 6px;
878   }
879
880   img.button {
881     display: block;
882     width: 20px;
883     height: 20px;
884   }
885
886   span.force_width {
887     width: 100%;
888     padding-right: 25px;
889     display: block;
890   }
891
892   select.routing_engines {
893     min-height: 30px;
894     margin: 0px 0px 5px 25px;
895   }
896
897   input.routing_go {
898     min-width: 100px;
899     float: right;
900   }
901
902   div.header {
903     width: 100%;
904     height: 30px;
905   }
906
907   div.line {
908     width: 100%;
909     margin: 0px 0px 5px 0px;
910   }
911
912   div.loader_copy {
913     display: none;
914
915     img {
916       vertical-align: middle;
917     }
918   }
919
920   a.reverse_directions {
921     cursor: pointer;
922     margin: 0px 0px 5px 25px;
923   }
924 }
925
926 /* Rules for the map key which appears in the popout sidebar */
927
928 #mapkey {
929  .mapkey-table-key img {
930     display: block;
931     margin-left: auto;
932     margin-right: auto;
933   }
934   td {
935     padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
936   }
937 }
938
939 /* Rules for search sidebar */
940
941 #sidebar .search_results_entry {
942   ul {
943    padding: 0;
944   }
945
946   ul li {
947     border-bottom: $keyline;
948     cursor: pointer;
949     list-style-type: none;
950     &:first-child { border-top: $keyline; }
951     &.selected { background: $list-highlight; }
952   }
953
954   .search_more .loader {
955     display: none;
956     width: 100%;
957   }
958 }
959
960 .search_results_error {
961   color: #f00;
962   padding: 10px 20px;
963 }
964
965 /* Rules for routing */
966
967 #sidebar_content>table {
968     padding: 5px 20px 10px 15px;
969     width: 100%;
970     border-collapse: separate;
971 }
972
973 div.direction {
974   background-image: image-url('routing-sprite.png');
975   width: 20px;
976   height: 20px;
977   background-repeat: no-repeat;
978 }
979 @for $i from 0 through 25 {
980 div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
981 }
982
983 p#routing_summary {
984     padding: 0 $lineheight $lineheight/4;
985 }
986
987 td.instruction, td.distance {
988     padding-top: $lineheight/5;
989     padding-bottom: $lineheight/5;
990     border-bottom: 1px solid $grey;
991 }
992 td.distance {
993     color: $darkgrey;
994     text-align: right;
995     font-size: x-small;
996 }
997 tr.turn {
998     cursor: pointer;
999 }
1000 tr.turn:hover {
1001     background: $list-highlight;
1002 }
1003 .routing_engines, #route_from, #route_to { margin-left: 25px; }
1004 .routing_marker { width: 15px; position: absolute; cursor: move; }
1005
1006 /* Rules for entity history */
1007
1008 #sidebar_content {
1009   .browse_details {
1010     position: relative;
1011     border-bottom: $keyline;
1012   }
1013 }
1014
1015 .browse_status {
1016   display: none;
1017 }
1018
1019 /* Rules for the history sidebar */
1020
1021 #sidebar .changesets {
1022   li {
1023     cursor: pointer;
1024
1025     &.selected { background: $list-highlight; }
1026     /* color is derived from changeset bbox fillColor in history.js */
1027   }
1028
1029   .comments {
1030     float: right;
1031     color: $darkgrey;
1032   }
1033
1034   .comments-0 {
1035     opacity: 0.5;
1036   }
1037
1038   .changeset_more .loader {
1039     display: none;
1040     width: 100%;
1041   }
1042 }
1043
1044 /* Rules for the browse sidebar */
1045
1046 #sidebar_content {
1047   .browse-section {
1048     padding: $lineheight/2 $lineheight;
1049     border-bottom: 1px solid $grey;
1050
1051     h4:first-child {
1052       margin-top: 0;
1053       word-wrap: break-word;
1054     }
1055   }
1056
1057   .browse-section:last-of-type {
1058     border-bottom: none;
1059   }
1060
1061   .paginate {
1062     float: right;
1063     padding: 1px 6px;
1064     border: 1px solid $lightgrey;
1065     border-radius: 3px;
1066   }
1067
1068   .browse-field {
1069     margin-bottom: 10px;
1070
1071     h4 {
1072       padding: 5px 0 5px 10px;
1073       font-size: 12px;
1074       border: 1px solid $grey;
1075       border-radius: 4px 4px 0 0;
1076       background-color: $offwhite;
1077     }
1078
1079     p {
1080       padding: 7px 10px;
1081       font-size: 12px;
1082       background-color: #FFF;
1083       border: 1px solid $grey;
1084       border-top: 0;
1085       border-radius: 0 0 4px 4px;
1086     }
1087   }
1088
1089   .browse-tag-list {
1090     background-color: $offwhite;
1091     border: 1px solid $grey;
1092     border-radius: 3px;
1093     table-layout: fixed;
1094     border-collapse: separate;
1095
1096     th, td {
1097       border-bottom: 1px solid $grey;
1098     }
1099
1100     tr:last-child th, tr:last-child td {
1101       border-bottom: 0;
1102     }
1103
1104     .browse-tag-k,
1105     .browse-tag-v {
1106       width: 50%;
1107       padding: 6px 10px;
1108       word-wrap: break-word;
1109       white-space: pre-wrap;
1110     }
1111
1112     .browse-tag-k {
1113       font-weight: 500;
1114       background-color: $offwhite;
1115     }
1116
1117     .browse-tag-v {
1118       border-left: 1px solid $grey;
1119       background-color: #fff;
1120     }
1121
1122     .colour-preview-box {
1123       float: right;
1124       width: 14px;
1125       height: 14px;
1126       margin: 4px 0px;
1127       border: 1px solid rgba(0, 0, 0, .1);
1128       // add color via inline css on element: background-color: <tag value>;
1129     }
1130   }
1131
1132   .warning {
1133     margin: 0 0 $lineheight/2 0;
1134     padding: 0 $lineheight/2;
1135   }
1136
1137   .note-comments li, .changeset-comments li {
1138     margin: $lineheight/2 0;
1139
1140     p {
1141       margin: 10px 6px 0 6px;
1142       line-height: 1.5;
1143     }
1144   }
1145
1146   .comments-header {
1147     float: left;
1148   }
1149
1150   .subscribe-buttons {
1151     float: left;
1152     margin: 18px 10px 10px;
1153     min-width: 80px;
1154   }
1155
1156   .subscribe-buttons input {
1157     font-size: 90%;
1158     line-height: 15px;
1159     min-height: 20px;
1160   }
1161
1162   span.action-button:hover {
1163     cursor: pointer;
1164     text-decoration: underline;
1165   }
1166
1167   .note-description {
1168     overflow: hidden;
1169     margin: 0 0 10px 10px;
1170   }
1171
1172   .query-intro p {
1173     padding: $lineheight $lineheight $lineheight/2;
1174   }
1175
1176   .query-results {
1177     display: none;
1178     padding-bottom: $lineheight/2;
1179
1180     h3 {
1181       padding: 0 $lineheight;
1182     }
1183
1184     ul {
1185       li {
1186         &.query-result {
1187           cursor: pointer;
1188         }
1189
1190         &.selected {
1191           background: $list-highlight;
1192         }
1193       }
1194     }
1195   }
1196 }
1197
1198 /* Rules for export sidebar */
1199
1200 .export_form {
1201   padding: $lineheight;
1202
1203   .export_area_inputs,
1204   .export_button {
1205     text-align: center;
1206   }
1207
1208   .export_area_inputs {
1209     margin-bottom: $lineheight/2;
1210     input[type="text"] {
1211       width: 80px;
1212       text-align: center;
1213       margin-bottom: 5px;
1214     }
1215   }
1216
1217   .export_boxy {
1218     background: $lightgrey;
1219     border: 1px solid $grey;
1220     border-radius: 3px;
1221
1222     #maxlat { margin-top: -1px; }
1223     #minlon {
1224       float: left;
1225       /* no-r2 */ margin-left: -1px;
1226     }
1227     #maxlon {
1228       float: right;
1229       /* no-r2 */ margin-right: -1px;
1230     }
1231     #minlat { margin-bottom: 0; }
1232   }
1233
1234   .export_bound {
1235     margin: $lineheight/4;
1236   }
1237
1238   .export_button {
1239     margin-top: $lineheight;
1240     margin-bottom: $lineheight;
1241   }
1242
1243   dl {
1244     padding-left: $lineheight/2;
1245     dd {
1246       margin-left: 0;
1247       margin-bottom: 10px;
1248     }
1249   }
1250 }
1251
1252 /* Rules for the routing sidebar */
1253
1254 #sidebar_content {
1255   #routing_credit {
1256     text-align: center;
1257     padding: 0.5em;
1258   }
1259 }
1260
1261 /* Rules for edit pages */
1262
1263 .site-edit {
1264   #content {
1265     position: absolute;
1266     top: $headerHeight;
1267     bottom: 0;
1268     width: 100%;
1269   }
1270
1271   #map {
1272     height: 100%;
1273     overflow: hidden;
1274   }
1275 }
1276
1277 /* Rules for non-map content pages */
1278
1279 .content-heading {
1280   background: $lightgrey;
1281 }
1282
1283 .content-body {
1284   h1, h2, h3, p, ul, ol {
1285     margin-bottom: $lineheight;
1286   }
1287
1288   h1, h2, h3 {
1289     margin-top: $lineheight/2;
1290   }
1291 }
1292
1293 .content-inner {
1294   position: relative;
1295   max-width: 900px;
1296   margin: auto;
1297   padding: $lineheight;
1298 }
1299
1300 /* Overrides for pages that use new layout conventions */
1301
1302 .users-new,
1303 .users-create,
1304 .users-terms,
1305 .users-confirm {
1306   .content-heading .content-inner {
1307     height: 200px;
1308   }
1309 }
1310
1311 .header-illustration {
1312   background-position: 0 0;
1313   background-repeat: no-repeat;
1314   position: absolute;
1315   height: 200px;
1316   width: 100%;
1317   left: 0;
1318   bottom: 0;
1319
1320   &.new-user-main {
1321     background-image: image-url("sign-up-illustration.png");
1322   }
1323
1324   &.confirm-main {
1325     background-image: image-url("confirm-illustration.png");
1326   }
1327
1328   &.new-user-terms {
1329     background-image: image-url("terms-illustration.png");
1330   }
1331
1332   &.new-user-arm {
1333     height: 110px;
1334     width: 130px;
1335     left: 260px;
1336     top: 160px;
1337     background-image: image-url("sign-up-illustration-arm.png");
1338     z-index: 100;
1339   }
1340 }
1341
1342 [dir=rtl] .header-illustration {
1343   transform: scaleX(-1);
1344 }
1345
1346 #content.maximised {
1347   top: 0;
1348   left: 0;
1349   right: 0;
1350   bottom: 0;
1351   border: 0;
1352   z-index: 2000;
1353 }
1354
1355 /* Rules for small maps in content areas */
1356
1357 .content_map {
1358   position: relative;
1359   width: 45%;
1360   height: 400px;
1361   border: 1px solid $grey;
1362   margin-bottom: $lineheight;
1363   float: right;
1364 }
1365
1366 /* Rules for the trace list shown by the traces tab etc */
1367
1368 #trace_list {
1369   border-width: 0px;
1370   text-align: right;
1371
1372   .trace_summary {
1373     font-size: 12px;
1374     color: gray;
1375   }
1376 }
1377
1378 /* Rules for the new trace form */
1379
1380 #new_trace {
1381   input[type=text] {
1382     width: 50%;
1383     width: calc(100% - 150px);
1384     max-width: 500px;
1385   }
1386 }
1387
1388 /* Rules for the edit trace form */
1389
1390 .edit_trace {
1391   .standard-form-row p {
1392     margin-bottom: 0px;
1393   }
1394
1395   input[type=text] {
1396     width: 50%;
1397     width: calc(100% - 150px);
1398     max-width: 500px;
1399   }
1400 }
1401
1402 /* Rules for the user profile page */
1403
1404 #userinformation {
1405
1406   min-height: 100px;
1407   .userinformation-inner {
1408     float: left;
1409   }
1410   h2 {
1411     margin-top: 0;
1412   }
1413   .user-description {
1414     width: 100%;
1415     clear: both;
1416   }
1417   .deemphasize {
1418     margin: 0;
1419   }
1420 }
1421
1422 .admin-user-info small {
1423   margin-bottom: $lineheight/2;
1424   display: inline;
1425   margin-right: $lineheight;
1426 }
1427
1428 .activity-block {
1429   clear: left;
1430   border-bottom: 1px solid $grey;
1431   padding-bottom: $lineheight;
1432   float: left;
1433   h3 {
1434     margin-bottom: $lineheight/2;
1435   }
1436 }
1437
1438 .contact-activity {
1439   margin-top: $lineheight;
1440   width: 100%;
1441 }
1442
1443 .activity-details p {
1444   margin-left: 70px;
1445   margin-bottom: 0;
1446 }
1447
1448 .users-show {
1449   // Silly exception; remove when user page is redesigned.
1450   .content-inner {
1451     max-width: none;
1452   }
1453   p#no_home_location {
1454     margin: $lineheight;
1455   }
1456   .user_thumbnail {
1457     margin-top: $lineheight/4;
1458     float: left;
1459   }
1460 }
1461
1462 /* Rules for the user map */
1463
1464 .content_map .leaflet-popup-content {
1465   margin: $lineheight/2;
1466   min-height: 50px;
1467 }
1468
1469 /* Rules for user popups on maps */
1470
1471 .user_popup {
1472   min-width: 200px;
1473   p {
1474     padding: 0 0 5px 0;
1475     margin-top: 0 0 0 60px;
1476     font-size: 12px;
1477   }
1478   img.user_thumbnail {
1479     float: left;
1480     margin: 0 $lineheight/2 0 0;
1481   }
1482 }
1483
1484 /* Rules for the user list */
1485
1486 #user_list {
1487   width: 100%;
1488
1489   tr {
1490     vertical-align: middle;
1491   }
1492
1493   p {
1494     margin-top: 0px;
1495     margin-bottom: 0px;
1496   }
1497 }
1498
1499 #user_list_actions {
1500   float: right;
1501   margin-top: $lineheight/2;
1502 }
1503
1504 /* Rules for the diary list page */
1505
1506 .diary_post {
1507   position: relative;
1508   padding-top: $lineheight;
1509   padding-bottom: $lineheight/2;
1510   border-top: 1px solid $grey;
1511
1512   &:first-of-type {
1513     margin-top: $lineheight/2;
1514   }
1515
1516   &.deemphasize {
1517     background-color: #fee;
1518   }
1519
1520   .post_heading {
1521     margin-bottom: $lineheight;
1522
1523     h2 {
1524       margin-top: 0;
1525       margin-bottom: $lineheight/2;
1526     }
1527   }
1528
1529   img.user_thumbnail {
1530     float: left;
1531   }
1532
1533   small.deemphasize {
1534     float: left;
1535     display: block;
1536   }
1537 }
1538
1539 .pagination {
1540   padding-top: $lineheight;
1541 }
1542
1543 /* Rules for the diary entry page */
1544
1545 .diary_entries {
1546   #map {
1547     position: relative;
1548     width: 90%;
1549     height: 400px;
1550     border: 1px solid $grey;
1551     display: none;
1552     margin-bottom: $lineheight;
1553   }
1554   #newcomment {
1555     border-top: 1px solid $grey;
1556     padding-top: $lineheight;
1557     margin-top: $lineheight/2;
1558   }
1559   .comments {
1560     max-width: 740px;
1561   }
1562   .diary-comment {
1563     border-top: 1px dashed $grey;
1564     padding-top: $lineheight/2;
1565     padding-bottom: $lineheight/2;
1566     &:first-child {
1567       margin-top: $lineheight/2;
1568       padding-top: $lineheight;
1569       border-top: 1px solid $grey;
1570     }
1571     &.deemphasize {
1572       background-color: #fee;
1573     }
1574     p {
1575       margin-bottom: $lineheight/2;
1576     }
1577     .comment-heading {
1578       margin-bottom: 0;
1579       margin-top: 0;
1580     }
1581   }
1582 }
1583
1584 .diary_entries-show img.user_thumbnail {
1585   float: left;
1586 }
1587
1588
1589 .diary-subscribe-buttons {
1590   position:relative;
1591   top: -30px;
1592   left: 130px;
1593 }
1594
1595 /* Rules for the log in page */
1596
1597 #login_auth_buttons {
1598   margin-bottom: 0;
1599 }
1600
1601 #login_auth_buttons li {
1602   float: left;
1603   padding: $lineheight/4 $lineheight/2;
1604 }
1605
1606 /* Rules for the account confirmation page */
1607
1608 .users-terms {
1609   .legale {
1610     border: 1px solid $grey;
1611     padding: $lineheight;
1612     margin-bottom: $lineheight;
1613     overflow: auto;
1614     height: 20em;
1615
1616     li {
1617       list-style: inherit;
1618     }
1619
1620     ol ol {
1621       list-style-type: lower-alpha;
1622     }
1623   }
1624
1625   #decline {
1626     background: $lightblue;
1627     &:hover {
1628       background: darken($lightblue, $hovercolor);
1629     }
1630   }
1631 }
1632
1633 /* Rules for the account settings page */
1634
1635 #accountForm .user_map {
1636   position: relative;
1637   width: 500px;
1638   height: 400px;
1639   border: 1px solid $grey;
1640 }
1641
1642 #accountForm .user_image {
1643   margin-bottom: 0;
1644 }
1645
1646 #accountForm #user_image {
1647   margin-left: 20px;
1648 }
1649
1650 #accountForm ul.accountImage-options {
1651   margin-left: 120px;
1652 }
1653
1654 .nohome .location {
1655   display: none;
1656 }
1657
1658 #homerow .message {
1659   display: none;
1660 }
1661
1662 .nohome .message {
1663   display: inline !important;
1664 }
1665
1666 .content_map.settings_map {
1667   width: 50%;
1668   float: none;
1669 }
1670
1671 /* Rules for the oauth settings page */
1672
1673 .oauth_clients .buttons .oauth-edit {
1674   border-radius: 2px 0 0 2px;
1675 }
1676
1677 .oauth_clients .buttons .oauth-delete {
1678   border-radius: 0 2px 2px 0;
1679 }
1680
1681 /* Rules for the oauth authorization page */
1682
1683 .oauth-authorize ul {
1684   list-style: none;
1685 }
1686
1687 /* Rules for messages pages */
1688
1689 .messages {
1690   width: 100%;
1691   border: 1px solid $grey;
1692
1693   input[type="submit"] {
1694     margin: auto;
1695   }
1696   tbody tr {
1697     border-top: 1px solid $grey;
1698   }
1699
1700   .inbox-row {
1701     background: $offwhite;
1702   }
1703
1704   .inbox-row-unread {
1705     background:#CBEEA7;
1706   }
1707
1708   .right {
1709     float: right;
1710   }
1711
1712   tr td,
1713   tr th {
1714     padding: $lineheight/4;
1715   }
1716   p:last-child,
1717   h2:last-child,
1718   h3:last-child,
1719   ol:last-child,
1720   ul:last-child {
1721     margin-bottom:0;
1722   }
1723   tr td {
1724     height: 30px;
1725     border-right: 1px solid $lightgrey;
1726   }
1727 }
1728
1729 .inbox-row .inbox-mark-read {
1730   display: none;
1731 }
1732
1733 .info-line {
1734   margin-bottom: $lineheight;
1735   padding: $lineheight/4 0px 4px 0px;
1736   border-bottom: 1px solid $grey;
1737
1738   form, form div {
1739     display: inline;
1740   }
1741 }
1742
1743 .info-line .user_thumbnail_tiny {
1744   vertical-align: middle;
1745 }
1746
1747 .inbox-sent {
1748   white-space: nowrap;
1749 }
1750
1751 .inbox-mark-unread,
1752 .inbox-mark-read,
1753 .inbox-delete {
1754   width: 1%;
1755 }
1756
1757 .inbox-row-unread .inbox-mark-unread {
1758   display: none;
1759 }
1760
1761 .messages-show .message-buttons {
1762   margin-top: $lineheight;
1763   margin-bottom: $lineheight * 1.5;
1764   padding-top: $lineheight;
1765   border-top: 1px solid $lightgrey;
1766 }
1767
1768 .messages-show .buttons .mark-unread-button {
1769   border-radius: 0;
1770 }
1771
1772 /* Rules for "flash" notice boxes shown at the top of the content area */
1773
1774 .flash {
1775   padding: $lineheight;
1776
1777   &.error {
1778     background-color: #ff7070;
1779   }
1780
1781   &.warning {
1782     background-color: #ffe0cc;
1783   }
1784
1785   &.notice {
1786     background-color: #CBEEA7;
1787   }
1788
1789   div.message {
1790     display: inline-block;
1791     margin-left: $lineheight / 2;
1792     vertical-align: middle;
1793
1794     p {
1795       margin-top: $lineheight * 0.5;
1796       margin-bottom: $lineheight * 0.5;
1797
1798       &:first-child {
1799         margin-top: 0px;
1800       }
1801
1802       &:last-child {
1803         margin-bottom: 0px;
1804       }
1805     }
1806   }
1807 }
1808
1809 /* Rules for highlighting fields with rails validation errors */
1810
1811 .formError {
1812   display: inline-block;
1813   padding: 5px 10px;
1814   margin-top: 5px;
1815   border-radius: 4px;
1816   font-size: 12px;
1817   color: #fff;
1818   background-color: #ff7070;
1819 }
1820
1821 /* Rules for rails validation error boxes */
1822
1823 #errorExplanation {
1824   width: 400px;
1825   border: 2px solid #ff7070;
1826   padding: 0 $lineheight/2;
1827   margin-bottom: $lineheight;
1828   background-color: #f0f0f0;
1829
1830   h2 {
1831     margin: 0 -10px 10px -10px;
1832     padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1833     font-weight: bold;
1834     font-size: 12px;
1835     background-color: #c00;
1836     color: #fff;
1837     text-align: left;
1838   }
1839
1840   p {
1841     color: #333;
1842     margin-bottom: 0px;
1843     padding: $lineheight/4;
1844   }
1845 }
1846
1847 /* Rules for forms */
1848
1849 .standard-form {
1850   fieldset {
1851     margin-bottom: $lineheight;
1852   }
1853   label.standard-label {
1854     display: block;
1855     margin-bottom: $lineheight/4;
1856     font-size: $typeheight;
1857     font-weight: bold;
1858     line-height: 1.5;
1859   }
1860   label.standard-label.secondary {
1861     display: inline-block;
1862     font-weight: normal;
1863   }
1864   .form-help {
1865     font-weight: normal;
1866   }
1867   .form-column {
1868     float: left;
1869     margin-right: 20px;
1870   }
1871   .form-divider {
1872     margin-top: $lineheight;
1873     padding-top: $lineheight;
1874     border-top: 1px solid $lightgrey;
1875   }
1876   .horizontal-list .standard-form-row {
1877     float: left;
1878     padding-right: 10px;
1879   }
1880   .standard-form-row {
1881     margin-bottom: $lineheight/2;
1882   }
1883   .form-list {
1884     margin-bottom: 0;
1885   }
1886   .form-list li {
1887     margin-bottom: 5px;
1888     list-style-type: none;
1889   }
1890   input[type="checkbox"],
1891   input[type="radio"] {
1892     float: left;
1893     margin-top: 5px;
1894   }
1895 }
1896
1897 #remember_me_openid {
1898   display: block;
1899 }
1900
1901 select {
1902   padding: 2px;
1903 }
1904
1905 input[type="checkbox"],
1906 input[type="radio"] {
1907     margin-right: 5px;
1908 }
1909
1910 input[type="text"],
1911 input[type="email"],
1912 input[type="url"],
1913 input[type="password"],
1914 textarea {
1915   color: #222;
1916   background-color: #fff;
1917   border: 1px solid $grey;
1918   border-radius: 3px;
1919   padding: 2px 5px;
1920   margin: 0;
1921   width: 200px;
1922
1923   &.field_with_errors {
1924     border: 2px solid #ff7070;
1925   }
1926 }
1927
1928 textarea {
1929   padding: 5px;
1930   width: 100%;
1931   min-height: 50px;
1932   resize: vertical;
1933 }
1934
1935 /* Rules for user images */
1936
1937 img.user_image {
1938   max-width: 100px;
1939   max-height: 100px;
1940   border: 1px solid $grey;
1941   margin-bottom: $lineheight;
1942   float: left;
1943   margin-right: $lineheight;
1944 }
1945
1946 img.user_thumbnail {
1947   max-width: 50px;
1948   max-height: 50px;
1949   border: 1px solid $grey;
1950   margin-right: $lineheight;
1951 }
1952
1953 img.user_thumbnail_tiny {
1954   width: auto;
1955   height: auto;
1956   max-width: 25px;
1957   max-height: 25px;
1958   border: 1px solid $grey;
1959 }
1960
1961 /* Rules for geo microformats */
1962
1963 abbr.geo {
1964   border-bottom: none;
1965 }
1966
1967 /* General styles for action lists / subnavs / pager navs */
1968
1969 ul.secondary-actions {
1970   font-style: normal;
1971   margin-bottom: 0;
1972   margin-left: 0;
1973   padding: 0;
1974   &.pager {
1975     display: inline-block;
1976     margin-right: 60px;
1977   }
1978   > li {
1979     display: block;
1980     float: left;
1981     list-style: none;
1982     border-left: 1px solid $grey;
1983     padding-left: $lineheight/2;
1984     margin-right: $lineheight/2;
1985     &:first-child {
1986       border-left: 0;
1987       padding-left: 0;
1988     }
1989     &:last-child {
1990       margin-right: 0px;
1991     }
1992   }
1993 }
1994
1995 div.secondary-actions {
1996   padding: 10px;
1997   text-align: center;
1998 }
1999
2000 /* Utility for managing inner content areas */
2001
2002 .inner22 { padding: $lineheight;}
2003
2004 .inner12 { padding: $lineheight/2 $lineheight;}
2005
2006 .inner11 { padding: $lineheight/2;}
2007
2008 .inner20 { padding: $lineheight 0;}
2009
2010 .inner02 { padding: 0 $lineheight;}
2011
2012 /* Utility for general button styles */
2013
2014 input[type="button"],
2015 input[type="submit"],
2016 input[type="reset"],
2017 a.button {
2018   cursor: pointer;
2019   border: 0;
2020   display: inline-block;
2021   padding: $lineheight/4 $lineheight/2;
2022   min-height: 20px + $lineheight/2;
2023   min-width: 120px;
2024   margin: 0 0 $lineheight/2 0;
2025   color: white;
2026   background: $blue;
2027   text-align: center;
2028   border-radius: 2px;
2029   &:hover {
2030     background: darken($blue, $hovercolor);
2031     text-decoration: none;
2032   }
2033   &.deemphasize {
2034     background: $lightblue;
2035     &:hover {
2036       background: darken($lightblue, $hovercolor);
2037     }
2038   }
2039   &:disabled {
2040     background: $lightgrey;
2041     &:hover {
2042       background: $lightgrey;
2043     }
2044   }
2045   &:last-child {
2046     margin-bottom: 0;
2047   }
2048 }
2049
2050 input[type="button"],
2051 input[type="submit"],
2052 input[type="reset"] {
2053   line-height: normal;
2054 }
2055
2056 a.button {
2057   line-height: 20px;
2058 }
2059
2060 .buttons {
2061   min-width: 200px;
2062   input[type="submit"],
2063   input[type="button"],
2064   input[type="reset"],
2065   .button,
2066   .button_to {
2067     box-sizing: border-box;
2068     float: left;
2069     border-radius: 0;
2070     margin:0;
2071     min-width: 75px;
2072     max-width: 180px;
2073     border-right:1px solid white;
2074     text-overflow: ellipsis;
2075     white-space: nowrap;
2076     overflow: hidden;
2077   }
2078   input:first-child,
2079   .button:first-child,
2080   .button_to:first-child {
2081     border-radius:2px 0 0 2px;
2082   }
2083   input:last-child,
2084   .button:last-child,
2085   .button_to:last-child {
2086     border-radius:0 2px 2px 0;
2087     border-right-width: 0;
2088   }
2089   input:only-child,
2090   .button:only-child,
2091   .button_to:only-child,
2092   *[value="Hide"] + input:last-child,
2093   *[value="Hide"] + .button:last-child,
2094   *[value="Hide"] + .button_to:last-child {
2095     border-radius:2px;
2096     border-right-width: 0;
2097   }
2098     /* if a 3-button set has a hidden middle button */
2099   *[value="Hide"] + input:nth-child(3),
2100   *[value="Hide"] + .button:nth-child(3),
2101   *[value="Hide"] + .button_to:nth-child(3) {
2102     border-radius:0 2px 2px 0;
2103     border-right-width: 0;
2104   }
2105   /* if a 3-button set starts with a hidden button */
2106   *[value="Hide"] + input:nth-child(2):not(:last-child),
2107   *[value="Hide"] + .button:nth-child(2):not(:last-child),
2108   *[value="Hide"] + .button_to:nth-child(2):not(:last-child) {
2109     border-radius:2px 0 0 2px;
2110     border-right-width: 1px;
2111   }
2112 }
2113
2114 /* Rules for doing distinct colour of alternate table rows */
2115
2116 .table0,
2117 .item0 {
2118   background: $offwhite;
2119 }
2120
2121 .table1,
2122 .item1 {
2123   background: #fff;
2124 }
2125
2126 /* Rules for OpenID logo */
2127
2128 .openid_logo {
2129   vertical-align: text-bottom;
2130   border: 0;
2131 }
2132
2133 /* Rules for rich text */
2134
2135 .richtext,
2136 .prose {
2137   code {
2138     font-size: 13px;
2139     background: $lightgrey;
2140     padding: 2px 3px;
2141   }
2142
2143   pre {
2144     font-size: 13px;
2145     background: $lightgrey;
2146     padding: 2px 3px;
2147     white-space: pre-wrap;
2148
2149     code {
2150       padding: 0;
2151     }
2152   }
2153
2154   img {
2155     padding: $lineheight;
2156     background-color: $offwhite;
2157     display: block;
2158     max-width: 100%;
2159     margin: auto;
2160   }
2161
2162   blockquote {
2163     border-left: $lineheight solid $offwhite;
2164     padding-left: $lineheight;
2165     margin: 0;
2166     color: $darkgrey;
2167   }
2168 }
2169
2170 .diary_post .richtext {
2171     margin-top: $lineheight;
2172   }
2173
2174 .comments .richtext {
2175   margin-left: 70px;
2176   margin-top: 0;
2177 }
2178
2179 /* Rules for rich text editors */
2180
2181 input.richtext_title[type="text"] {
2182   width: 50%;
2183   width: calc(100% - 235px);
2184
2185   @media only screen and (max-width:768px) {
2186     width: 100%;
2187   }
2188 }
2189
2190 .richtext_container {
2191   margin-bottom: $lineheight;
2192
2193   .richtext_content {
2194     width: 50%;
2195     width: calc(100% - 235px);
2196     display: inline-block;
2197     vertical-align: top;
2198
2199     @media only screen and (max-width:768px) {
2200       width: 100%;
2201     }
2202
2203     .richtext_preview {
2204       display: inline-block;
2205       padding: $lineheight;
2206       background-color: $offwhite;
2207       overflow-x: auto;
2208
2209       &.loading {
2210         background-image: image-url("loading.gif");
2211         background-repeat: no-repeat;
2212         background-position: center;
2213       }
2214
2215       > :first-child {
2216         margin-top: 0px;
2217       }
2218     }
2219   }
2220
2221   .richtext_help {
2222     display: inline-block;
2223     vertical-align: top;
2224     margin-left: 15px;
2225     background-color: $offwhite;
2226     padding: $lineheight/2;
2227     width: 220px;
2228
2229     ul {
2230       margin-bottom: 0;
2231     }
2232
2233     h4.heading, li {
2234       border-bottom: 1px solid $grey;
2235       margin-bottom: $lineheight/4;
2236       padding-bottom: $lineheight/4;
2237     }
2238
2239     li h4, li span, li p {
2240       display: inline-block;
2241       vertical-align: top;
2242       font-size: 11px;
2243     }
2244
2245     li h4 {
2246       width: 40%;
2247       margin: 0;
2248     }
2249
2250     li span, li p {
2251       width: 50%;
2252       margin-left: $lineheight/2;
2253       margin-bottom: $lineheight/4;
2254       white-space: nowrap;
2255     }
2256   }
2257 }
2258
2259 /* Rules for the user notes list */
2260
2261 .note_list {
2262   tr.creator {
2263     background-color: $lightgrey;
2264   }
2265
2266   td {
2267     padding: 3px;
2268   }
2269
2270   p {
2271     margin-bottom: 0px;
2272   }
2273 }
2274
2275 /* Rules for the iD editor */
2276
2277 .id-embed {
2278   width: 100%;
2279   height: 100%;
2280 }
2281
2282 /* Rules for dropdown menus */
2283
2284 .dropdown {
2285   position: relative;
2286 }
2287
2288 .dropdown-toggle {
2289   *margin-bottom: -3px;
2290 }
2291
2292 .dropdown-toggle:active,
2293 .open .dropdown-toggle {
2294   outline: 0;
2295 }
2296
2297 .caret {
2298   display: inline-block;
2299   width: 0;
2300   height: 0;
2301   vertical-align: top;
2302   border-top: 4px solid #000000;
2303   border-right: 4px solid transparent;
2304   border-left: 4px solid transparent;
2305   content: "";
2306 }
2307
2308 .dropdown .caret {
2309   margin-top: 8px;
2310   margin-left: 2px;
2311 }
2312
2313 .dropdown-menu {
2314   position: absolute;
2315   top: 100%;
2316   left: -1px;
2317   z-index: 1000;
2318   display: none;
2319   float: left;
2320   min-width: 160px;
2321   padding: 5px 0;
2322   margin: 0;
2323   list-style: none;
2324   background-color: #ffffff;
2325   border: 1px solid $grey;
2326   border-radius: 0 3px 3px;
2327   *border-right-width: 2px;
2328   *border-bottom-width: 2px;
2329   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2330   background-clip: padding-box;
2331 }
2332
2333 .dropdown-menu.pull-right {
2334   right: 0;
2335   left: auto;
2336 }
2337
2338 .dropdown-menu .divider {
2339   *width: 100%;
2340   height: 1px;
2341   margin: 9px 1px;
2342   *margin: -5px 0 5px;
2343   overflow: hidden;
2344   background-color: $lightgrey;
2345   border-bottom: 1px solid #ffffff;
2346 }
2347
2348 .dropdown-menu > li > a {
2349   display: block;
2350   padding: 3px 10px;
2351   clear: both;
2352   font-weight: normal;
2353   line-height: 20px;
2354   color: #333333;
2355   white-space: nowrap;
2356 }
2357
2358 .dropdown-menu > li > a:hover,
2359 .dropdown-menu > li > a:focus,
2360 .dropdown-submenu:hover > a,
2361 .dropdown-submenu:focus > a {
2362   color: #ffffff;
2363   text-decoration: none;
2364   background-color: $green;
2365 }
2366
2367 .dropdown-menu > .active > a,
2368 .dropdown-menu > .active > a:hover,
2369 .dropdown-menu > .active > a:focus {
2370   color: #ffffff;
2371   text-decoration: none;
2372   background-color: $green;
2373   outline: 0;
2374 }
2375
2376 .dropdown-menu > .disabled > a,
2377 .dropdown-menu > .disabled > a:hover,
2378 .dropdown-menu > .disabled > a:focus {
2379   color: $darkgrey;
2380 }
2381
2382 .dropdown-menu > .disabled > a:hover,
2383 .dropdown-menu > .disabled > a:focus {
2384   text-decoration: none;
2385   cursor: default;
2386   background-color: transparent;
2387   background-image: none;
2388 }
2389
2390 .open {
2391   *z-index: 1000;
2392 }
2393
2394 .open > .dropdown-menu {
2395   display: block;
2396 }
2397
2398 .dropdown-backdrop {
2399   position: fixed;
2400   top: 0;
2401   right: 0;
2402   bottom: 0;
2403   left: 0;
2404   z-index: 990;
2405 }
2406
2407 /* Rules for the "Welcome" page */
2408 .site-welcome, .site-fixthemap {
2409   .center {
2410     text-align: center;
2411     .sprite {
2412       float: none;
2413       margin: auto;
2414     }
2415   }
2416
2417   .sprite {
2418     background-image: image-url("welcome-sprite.png");
2419     background-size: 500px 250px;
2420     display: block;
2421     float: left;
2422   }
2423
2424   .icon-list {
2425     padding-bottom: 20px;
2426     div {
2427       margin-bottom: 10px;
2428       p {
2429         padding-top: 10px;
2430       }
2431     }
2432   }
2433   .sprite.small {
2434     width: 50px;
2435     height: 50px;
2436   }
2437
2438   .sprite.x {
2439     /* no-r2 */ background-position: -50px 0;
2440   }
2441
2442   .sprite.term {
2443     margin-right: 10px;
2444     vertical-align: middle;
2445   }
2446
2447   .sprite.node {
2448     /* no-r2 */ background-position: -100px 0;
2449   }
2450
2451   .sprite.way {
2452     /* no-r2 */ background-position: -150px 0;
2453   }
2454
2455   .sprite.tag {
2456     /* no-r2 */ background-position: -200px 0;
2457   }
2458
2459   .sprite.editor {
2460     /* no-r2 */ background-position: -250px 0;
2461   }
2462
2463   .sprite.question {
2464     /* no-r2 */ background-position: -300px 0;
2465   }
2466
2467   .sprite.rules {
2468     /* no-r2 */ background-position: -350px 0;
2469   }
2470
2471   .start-mapping {
2472     margin: auto;
2473     cursor: pointer;
2474     border: none;
2475     padding: 20px 40px;
2476     font-size: 30px;
2477     text-decoration: none;
2478   }
2479
2480   .icon.note {
2481     background-color: #333;
2482     border-radius: 4px;
2483   }
2484 }
2485
2486 .site-about #content {
2487   background-color: $lightgrey;
2488   background-position: 50% 50%;
2489   background-repeat: no-repeat;
2490   background-size: cover;
2491   background-attachment: fixed;
2492
2493
2494   .content-inner {
2495     position: relative;
2496     color: #333;
2497     min-width: 320px;
2498     max-width: 640px;
2499   }
2500
2501   .text {
2502     background: white;
2503     padding: 40px;
2504   }
2505
2506   .attr {
2507     position: relative;
2508     padding: 170px 40px 20px;
2509     background: #333;
2510     background: rgba(0, 0, 0, .8);
2511     margin-bottom: 0;
2512     margin-top: -20px;
2513
2514     h1 {
2515       display: block;
2516       color: white;
2517       font-weight: 300;
2518       font-size: 34px;
2519       span {
2520         color: $vibrant-green;
2521       }
2522     }
2523
2524     .user-image {
2525       position: absolute;
2526       top: 0px;
2527       right: 240px;
2528       left: 0px;
2529       height: 150px;
2530       background-position: 0 50%;
2531       background-repeat: no-repeat;
2532       background-image: image-url('about/osm.png');
2533       background-size: cover;
2534       background-color: $vibrant-green;
2535     }
2536
2537     .byosm {
2538       position: absolute;
2539       top: 0px;
2540       right: 0px;
2541       z-index: 1;
2542       width: 240px;
2543       height: 150px;
2544       padding: 20px 20px 20px 40px;
2545       font: 500 20px/24px Helvetica, Arial, sans-serif;
2546       white-space: nowrap;
2547       color: #fff;
2548       background: $vibrant-green;
2549     }
2550
2551     .byosm span {
2552       display: inline-block;
2553       width: 20px;
2554       margin-left: -20px;
2555     }
2556   }
2557
2558   .icon {
2559     width: 30px;
2560     height: 30px;
2561     margin-right: 10px;
2562     vertical-align: middle;
2563     background: 40px 40px image-url('about/sprite.png') no-repeat;
2564
2565     &.local {
2566       /* no-r2 */
2567       background-position: 0px 0px;
2568     }
2569     &.community {
2570       /* no-r2 */
2571       background-position: 0px -40px;
2572     }
2573     &.open {
2574       /* no-r2 */
2575       background-position: 0px -80px;
2576     }
2577     &.partners {
2578       /* no-r2 */
2579       background-position: 0px -120px;
2580     }
2581     &.infringement {
2582       /* no-r2 */
2583       background-position: 0px -160px;
2584     }
2585     &.legal {
2586       /* no-r2 */
2587       background-position: -45px -160px;
2588     }
2589   }
2590 }
2591
2592 @import 'browse';
2593
2594 @media only screen and (max-width:960px) {
2595   .header-illustration.new-user-arm {
2596     display: none;
2597   }
2598 }
2599
2600 .read-reports {
2601   background: $lightgrey;
2602   opacity: 0.7;
2603 }
2604
2605 .issues-list {
2606   td:nth-child(2) {
2607     white-space: nowrap;
2608   }
2609 }