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