]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/common.scss
Avoid flickering welcome banner
[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   }
982
983   span.force_width {
984     width: 100%;
985     padding-right: 25px;
986     display: block;
987   }
988
989   select.routing_engines {
990     min-height: 30px;
991     margin: 0px 0px 5px 25px;
992   }
993
994   input.routing_go {
995     min-width: 100px;
996     float: right;
997   }
998
999   div.header {
1000     width: 100%;
1001     height: 30px;
1002   }
1003
1004   div.line {
1005     width: 100%;
1006     margin: 0px 0px 5px 0px;
1007   }
1008
1009   div.loader_copy {
1010     display: none;
1011
1012     img {
1013       vertical-align: middle;
1014     }
1015   }
1016
1017   a.reverse_directions {
1018     cursor: pointer;
1019     margin: 0px 0px 5px 25px;
1020   }
1021 }
1022
1023 /* Rules for the map key which appears in the popout sidebar */
1024
1025 #mapkey {
1026  .mapkey-table-key img {
1027     display: block;
1028     margin-left: auto;
1029     margin-right: auto;
1030   }
1031   td {
1032     padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
1033   }
1034 }
1035
1036 /* Rules for search sidebar */
1037
1038 #sidebar .search_results_entry {
1039   ul li {
1040     border-bottom: $keyline;
1041     cursor: pointer;
1042     &:first-child { border-top: $keyline; }
1043     &.selected { background: $list-highlight; }
1044   }
1045
1046   .search_more .loader {
1047     display: none;
1048     width: 100%;
1049   }
1050 }
1051
1052 .search_results_error {
1053   color: #f00;
1054   padding: 10px 20px;
1055 }
1056
1057 /* Rules for routing */
1058
1059 #sidebar_content>table {
1060     padding: 5px 20px 10px 15px;
1061     width: 100%;
1062     border-collapse: separate;
1063 }
1064
1065 div.direction {
1066   background-image: image-url('routing-sprite.png');
1067   width: 20px;
1068   height: 20px;
1069   background-repeat: no-repeat;
1070 }
1071 @for $i from 0 through 25 {
1072 div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
1073 }
1074
1075 p#routing_summary {
1076     padding: 0 $lineheight $lineheight/4;
1077 }
1078
1079 td.instruction, td.distance {
1080     padding-top: $lineheight/5;
1081     padding-bottom: $lineheight/5;
1082     border-bottom: 1px solid #DDD;
1083 }
1084 td.distance {
1085     color: #BBB;
1086     text-align: right;
1087     font-size: x-small;
1088 }
1089 tr.turn {
1090     cursor: pointer;
1091 }
1092 tr.turn:hover {
1093     background: $list-highlight;
1094 }
1095 .routing_engines, #route_from, #route_to { margin-left: 25px; }
1096 .routing_marker { width: 15px; position: absolute; cursor: move; }
1097
1098 /* Rules for entity history */
1099
1100 #sidebar_content {
1101   .browse_details {
1102     position: relative;
1103     border-bottom: $keyline;
1104   }
1105 }
1106
1107 .browse_status {
1108   display: none;
1109 }
1110
1111 /* Rules for the history sidebar */
1112
1113 #sidebar .changesets {
1114   li {
1115     padding: 15px 20px;
1116     border-bottom: 1px solid #ddd;
1117     cursor: pointer;
1118
1119     &.selected { background: $list-highlight; }
1120     /* color is derived from changeset bbox fillColor in history.js */
1121   }
1122
1123   h4 {
1124     margin: 0;
1125     a {
1126       color: #000;
1127     }
1128   }
1129
1130   .comments {
1131     float: right;
1132     color: #999;
1133   }
1134
1135   .comments-0 {
1136     opacity: 0.5;
1137   }
1138
1139   .changeset_more .loader {
1140     display: none;
1141     width: 100%;
1142   }
1143 }
1144
1145 /* Rules for the browse sidebar */
1146
1147 #sidebar_content {
1148   .browse-section {
1149     padding: $lineheight/2 $lineheight;
1150     border-bottom: 1px solid #ddd;
1151
1152     h4:first-child {
1153       margin-top: 0;
1154       word-wrap: break-word;
1155     }
1156   }
1157
1158   .browse-section:last-of-type {
1159     border-bottom: none;
1160   }
1161
1162   .paginate {
1163     float: right;
1164     padding: 1px 6px;
1165     border: 1px solid #eee;
1166     border-radius: 3px;
1167   }
1168
1169   .paginate ul {
1170     padding-left: 20px;
1171   }
1172
1173   .browse-field {
1174     margin-bottom: 10px;
1175
1176     h4 {
1177       padding: 5px 0 5px 10px;
1178       font-size: 12px;
1179       border: 1px solid #CCC;
1180       border-radius: 4px 4px 0 0;
1181       background-color: #F6F6F6;
1182     }
1183
1184     p {
1185       padding: 7px 10px;
1186       font-size: 12px;
1187       background-color: #FFF;
1188       border: 1px solid #CCC;
1189       border-top: 0;
1190       border-radius: 0 0 4px 4px;
1191     }
1192   }
1193
1194   .browse-tag-list {
1195     background-color: #F6F6F6;
1196     border: 1px solid #ddd;
1197     border-radius: 3px;
1198     font-size: 12px;
1199     table-layout: fixed;
1200     border-collapse: separate;
1201
1202     th, td {
1203       border-bottom: 1px solid #ddd;
1204     }
1205
1206     tr:last-child th, tr:last-child td {
1207       border-bottom: 0;
1208     }
1209
1210     .browse-tag-k,
1211     .browse-tag-v {
1212       width: 50%;
1213       padding: 6px 10px;
1214       word-wrap: break-word;
1215       white-space: pre-wrap;
1216     }
1217
1218     .browse-tag-k {
1219       font-weight: 500;
1220       background-color: #F6F6F6;
1221     }
1222
1223     .browse-tag-v {
1224       border-left: 1px solid #ddd;
1225       background-color: #fff;
1226     }
1227   }
1228
1229   .warning {
1230     margin: 0 0 $lineheight/2 0;
1231     padding: 0 $lineheight/2;
1232   }
1233
1234   .note-comments li, .changeset-comments li {
1235     margin: $lineheight/2 0;
1236
1237     p {
1238       margin-left: 10px;
1239     }
1240   }
1241
1242   .comments-header {
1243     float: left;
1244   }
1245
1246   .subscribe-buttons {
1247     float: left;
1248     margin: 18px 10px 10px;
1249     min-width: 80px;
1250   }
1251
1252   .subscribe-buttons input {
1253     font-size: 90%;
1254     line-height: 15px;
1255     min-height: 20px;
1256   }
1257
1258   span.action-button:hover {
1259     cursor: pointer;
1260     text-decoration: underline;
1261   }
1262
1263   .note-description {
1264     overflow: hidden;
1265     margin: 0 0 10px 10px;
1266   }
1267
1268   .query-intro p {
1269     padding: $lineheight $lineheight $lineheight/2;
1270   }
1271
1272   .query-results {
1273     display: none;
1274
1275     h3 {
1276       padding: $lineheight $lineheight $lineheight/2;
1277       margin: 0;
1278     }
1279
1280     ul {
1281       li {
1282         padding: 15px 20px;
1283         border-bottom: 1px solid #ddd;
1284
1285         &.query-result {
1286           cursor: pointer;
1287         }
1288
1289         &.selected {
1290           background: $list-highlight;
1291         }
1292       }
1293     }
1294   }
1295 }
1296
1297 /* Rules for export sidebar */
1298
1299 .export_form {
1300   padding: $lineheight;
1301
1302   .export_area_inputs,
1303   .export_button {
1304     text-align: center;
1305   }
1306
1307   .export_area_inputs {
1308     margin-bottom: $lineheight/2;
1309     input[type="text"] {
1310       width: 80px;
1311       text-align: center;
1312       margin-bottom: 5px;
1313     }
1314   }
1315
1316   .export_boxy {
1317     background: #eee;
1318     border: 1px solid #ccc;
1319     border-radius: 3px;
1320
1321     #maxlat { margin-top: -1px; }
1322     #minlon {
1323       float: left;
1324       margin-left: -1px;
1325     }
1326     #maxlon {
1327       float: right;
1328       margin-right: -1px;
1329     }
1330     #minlat { margin-bottom: 0; }
1331   }
1332
1333   .export_bound {
1334     margin: $lineheight/4;
1335   }
1336
1337   .export_button {
1338     margin-top: $lineheight;
1339     margin-bottom: $lineheight;
1340   }
1341
1342   dl {
1343     padding-left: $lineheight/2;
1344     dd {
1345       margin-left: 0;
1346       margin-bottom: 10px;
1347     }
1348   }
1349 }
1350
1351 /* Rules for the routing sidebar */
1352
1353 #sidebar_content {
1354   #routing_credit {
1355     text-align: center;
1356     padding: 0.5em;
1357   }
1358 }
1359
1360 /* Rules for edit pages */
1361
1362 .site-edit {
1363   #content {
1364     position: absolute;
1365     top: $headerHeight;
1366     bottom: 0;
1367     width: 100%;
1368   }
1369
1370   #map {
1371     height: 100%;
1372     overflow: hidden;
1373   }
1374 }
1375
1376 /* Rules for non-map content pages */
1377
1378 .content-heading {
1379   background: $lightgrey;
1380
1381   h1 { font-size: 22px; }
1382 }
1383
1384 .content-body {
1385   h1, h2, h3, p, ul, ol {
1386     margin-bottom: $lineheight;
1387   }
1388
1389   h1, h2, h3 {
1390     margin-top: $lineheight/2;
1391   }
1392 }
1393
1394 .content-inner {
1395   position: relative;
1396   max-width: 900px;
1397   margin: auto;
1398   padding: $lineheight;
1399 }
1400
1401 /* Overrides for pages that use new layout conventions */
1402
1403 .user-new,
1404 .user-create,
1405 .user-terms {
1406   .content-body .content-inner {
1407     padding: 0;
1408
1409     .message {
1410       margin-top: 80px;
1411       padding: 20px;
1412     }
1413   }
1414 }
1415
1416 .user-new,
1417 .user-create,
1418 .user-terms,
1419 .user-confirm {
1420   .content-heading .content-inner {
1421     height: 200px;
1422   }
1423 }
1424
1425 .header-illustration {
1426   background-position: 0 0;
1427   background-repeat: no-repeat;
1428   position: absolute;
1429   height: 200px;
1430   width: 100%;
1431   left: 0;
1432   bottom: 0;
1433
1434   &.new-user-main {
1435     background-image: image-url("sign-up-illustration.png");
1436   }
1437
1438   &.confirm-main {
1439     background-image: image-url("confirm-illustration.png");
1440   }
1441
1442   &.new-user-terms {
1443     background-image: image-url("terms-illustration.png");
1444   }
1445
1446   &.new-user-arm {
1447     height: 110px;
1448     width: 130px;
1449     left: 260px;
1450     top: 160px;
1451     background-image: image-url("sign-up-illustration-arm.png");
1452     z-index: 100;
1453   }
1454 }
1455
1456 #content.maximised {
1457   top: 0;
1458   left: 0;
1459   right: 0;
1460   bottom: 0;
1461   border: 0;
1462   z-index: 2000;
1463 }
1464
1465 /* Rules for small maps in content areas */
1466
1467 .content_map {
1468   position: relative;
1469   width: 45%;
1470   height: 400px;
1471   border: 1px solid #ccc;
1472   margin-bottom: $lineheight;
1473   float: right;
1474 }
1475
1476 /* Rules for the trace list shown by the traces tab etc */
1477
1478 #trace_list {
1479   font-size: $lineheight/2;
1480   border-width: 0px;
1481   text-align: right;
1482
1483   .trace_summary {
1484     font-size: 12px;
1485     color: gray;
1486   }
1487
1488   .trace_pending {
1489     color: red;
1490   }
1491
1492   .trace_public {
1493     color: green;
1494   }
1495
1496   .trace_identifiable {
1497     color: green;
1498   }
1499
1500   .trace_trackable {
1501     color: red;
1502   }
1503
1504   .trace_private {
1505     color: red;
1506   }
1507 }
1508
1509 /* Rules for the trace view */
1510
1511 .trace-show {
1512   .trace_pending {
1513     color: red;
1514   }
1515
1516   .geo {
1517     display: inline;
1518   }
1519 }
1520
1521 /* Rules for the new trace form */
1522
1523 #new_trace {
1524   input[type=text] {
1525     width: 50%;
1526     width: calc(100% - 150px);
1527     max-width: 500px;
1528   }
1529 }
1530
1531 /* Rules for the edit trace form */
1532
1533 .edit_trace {
1534   .form-row p {
1535     margin-bottom: 0px;
1536   }
1537
1538   input[type=text] {
1539     width: 50%;
1540     width: calc(100% - 150px);
1541     max-width: 500px;
1542   }
1543 }
1544
1545 /* Rules for the user profile page */
1546
1547 #userinformation {
1548
1549   min-height: 100px;
1550   .userinformation-inner {
1551     float: left;
1552   }
1553   h2 {
1554     margin-top: 0;
1555   }
1556   .user-description {
1557     width: 100%;
1558     clear: both;
1559   }
1560   .deemphasize {
1561     margin: 0;
1562   }
1563 }
1564
1565 .admin-user-info small {
1566   margin-bottom: $lineheight/2;
1567   display: inline;
1568   margin-right: $lineheight;
1569 }
1570
1571 .activity-block {
1572   clear: left;
1573   border-bottom: 1px solid #ccc;
1574   padding-bottom: $lineheight;
1575   float: left;
1576   h3 {
1577     margin-bottom: $lineheight/2;
1578   }
1579 }
1580
1581 .contact-activity {
1582   margin-top: $lineheight;
1583   width: 100%;
1584 }
1585
1586 .activity-details p {
1587   margin-left: 70px;
1588   margin-bottom: 0;
1589 }
1590
1591 #friends-container .contact-activity ul {
1592   margin-left: 70px;
1593 }
1594
1595 .user-show {
1596   // Silly exception; remove when user page is redesigned.
1597   .content-inner {
1598     max-width: none;
1599   }
1600   p#no_home_location {
1601     margin: $lineheight;
1602   }
1603   .user_thumbnail {
1604     margin-top: $lineheight/4;
1605     float: left;
1606   }
1607 }
1608
1609 /* Rules for the user map */
1610
1611 .content_map .leaflet-popup-content {
1612   margin: $lineheight/2;
1613   min-height: 50px;
1614 }
1615
1616 /* Rules for user popups on maps */
1617
1618 .user_popup {
1619   min-width: 200px;
1620   p {
1621     padding: 0 0 5px 0;
1622     margin-top: 0 0 0 60px;
1623     font-size: 12px;
1624   }
1625   img.user_thumbnail {
1626     float: left;
1627     margin: 0 $lineheight/2 0 0;
1628   }
1629 }
1630
1631 /* Rules for the user list */
1632
1633 #user_list {
1634   font-size: $lineheight/2;
1635   width: 100%;
1636
1637   tr {
1638     vertical-align: middle;
1639   }
1640
1641   p {
1642     margin-top: 0px;
1643     margin-bottom: 0px;
1644   }
1645 }
1646
1647 #user_list_actions {
1648   float: right;
1649   margin-top: $lineheight/2;
1650 }
1651
1652 /* Rules for the diary list page */
1653
1654 .diary_post {
1655   position: relative;
1656   margin-top: $lineheight/2;
1657   padding-top: $lineheight;
1658   border-top: 1px solid #ccc;
1659
1660   .post_heading {
1661     margin-bottom: $lineheight;
1662
1663     h2 {
1664       margin-top: 0;
1665       margin-bottom: $lineheight/2;
1666       font-size: 24px;
1667     }
1668   }
1669
1670   img.user_thumbnail {
1671     float: left;
1672   }
1673
1674   small.deemphasize {
1675     float: left;
1676     display: block;
1677   }
1678 }
1679
1680 .pagination {
1681   padding-top: $lineheight;
1682 }
1683
1684 /* Rules for the diary entry page */
1685
1686 .diary_entry {
1687   #map {
1688     position: relative;
1689     width: 90%;
1690     height: 400px;
1691     border: 1px solid #ccc;
1692     display: none;
1693     margin-bottom: $lineheight;
1694   }
1695   #newcomment {
1696     border-top: 1px solid #ccc;
1697     padding-top: $lineheight;
1698     margin-top: $lineheight/2;
1699   }
1700   .comments {
1701     max-width: 740px;
1702   }
1703   .diary-comment {
1704     margin-top: $lineheight/2;
1705     border-top: 1px dashed #ccc;
1706     padding-top: $lineheight/2;
1707     &:first-child {
1708       margin-top: $lineheight;
1709       padding-top: $lineheight;
1710       border-top: 1px solid #ccc;
1711     }
1712     p {
1713       margin-bottom: $lineheight/2;
1714     }
1715     .comment-heading {
1716       margin-bottom: 0;
1717       margin-top: 0;
1718     }
1719   }
1720 }
1721
1722 .diary_entry-show img.user_thumbnail {
1723   float: left;
1724 }
1725
1726
1727 .diary-subscribe-buttons {
1728   position:relative;
1729   top: -30px;
1730   left: 130px;
1731 }
1732
1733 /* Rules for the log in page */
1734
1735 #login_auth_buttons {
1736   margin-bottom: 0;
1737 }
1738
1739 #login_auth_buttons li {
1740   float: left;
1741   padding: $lineheight/4 $lineheight/2;
1742 }
1743
1744 /* Rules for the account confirmation page */
1745
1746 .user-terms {
1747   .legale {
1748     border: 1px solid #ccc;
1749     padding: $lineheight;
1750     margin-bottom: $lineheight;
1751     overflow: auto;
1752     height: 20em;
1753
1754     li {
1755       list-style: inherit;
1756     }
1757
1758     ol ol {
1759       list-style-type: lower-alpha;
1760     }
1761   }
1762
1763   #decline {
1764     background: $lightblue;
1765     &:hover {
1766       background: darken($lightblue, $hovercolor);
1767     }
1768   }
1769 }
1770
1771 /* Rules for the account settings page */
1772
1773 #accountForm .user_map {
1774   position: relative;
1775   width: 500px;
1776   height: 400px;
1777   border: 1px solid #ccc;
1778 }
1779
1780 #accountForm .user_image {
1781   margin-bottom: 0;
1782 }
1783
1784 #accountForm #user_image {
1785   margin-left: 20px;
1786 }
1787
1788 #accountForm ul.accountImage-options {
1789   margin-left: 120px;
1790 }
1791
1792 .nohome .location {
1793   display: none;
1794 }
1795
1796 #homerow .message {
1797   display: none;
1798 }
1799
1800 .nohome .message {
1801   display: inline !important;
1802 }
1803
1804 .content_map.settings_map {
1805   width: 50%;
1806   float: none;
1807 }
1808
1809 /* Rules for the oauth settings page */
1810
1811 .oauth_clients .buttons .oauth-edit {
1812   border-radius: 2px 0 0 2px;
1813 }
1814
1815 .oauth_clients .buttons .oauth-delete {
1816   border-radius: 0 2px 2px 0;
1817 }
1818
1819 /* Rules for the oauth authorization page */
1820
1821 .oauth-authorize ul {
1822   list-style: none;
1823 }
1824
1825 /* Rules for messages pages */
1826
1827 .messages {
1828   width: 100%;
1829   border: 1px solid #ddd;
1830
1831   input[type="submit"] {
1832     margin: auto;
1833   }
1834   tbody tr {
1835     border-top: 1px solid #ccc;
1836   }
1837
1838   .inbox-row {
1839     background: #f8f8ff;
1840   }
1841
1842   .inbox-row-unread {
1843     background:#CBEEA7;
1844   }
1845
1846   .right {
1847     float: right;
1848   }
1849
1850   tr td,
1851   tr th {
1852     padding: $lineheight/4;
1853   }
1854   p:last-child,
1855   h2:last-child,
1856   h3:last-child,
1857   ol:last-child,
1858   ul:last-child {
1859     margin-bottom:0;
1860   }
1861   tr td {
1862     height: 30px;
1863     border-right: 1px solid $lightgrey;
1864   }
1865 }
1866
1867 .inbox-row .inbox-mark-read {
1868   display: none;
1869 }
1870
1871 .info-line {
1872   margin-bottom: $lineheight;
1873   padding: $lineheight/4 0px 4px 0px;
1874   border-bottom: 1px solid #ccc;
1875
1876   form, form div {
1877     display: inline;
1878   }
1879 }
1880
1881 .info-line .user_thumbnail_tiny {
1882   vertical-align: middle;
1883 }
1884
1885 .inbox-sent {
1886   white-space: nowrap;
1887 }
1888
1889 .inbox-mark-unread,
1890 .inbox-mark-read,
1891 .inbox-delete {
1892   width: 1%;
1893 }
1894
1895 .inbox-row-unread .inbox-mark-unread {
1896   display: none;
1897 }
1898
1899 .messages-show .message-buttons {
1900   margin-top: $lineheight;
1901   margin-bottom: $lineheight * 1.5;
1902   padding-top: $lineheight;
1903   border-top: 1px solid $lightgrey;
1904 }
1905
1906 .messages-show .buttons .mark-unread-button {
1907   border-radius: 0;
1908 }
1909
1910 /* Rules for "flash" notice boxes shown at the top of the content area */
1911
1912 .flash {
1913   padding: $lineheight;
1914
1915   &.error {
1916     background-color: #ff7070;
1917   }
1918
1919   &.warning {
1920     background-color: #ffe0cc;
1921   }
1922
1923   &.notice {
1924     background-color: #CBEEA7;
1925   }
1926
1927   div.message {
1928     display: inline-block;
1929     margin-left: $lineheight / 2;
1930     vertical-align: middle;
1931
1932     p {
1933       margin-top: $lineheight * 0.5;
1934       margin-bottom: $lineheight * 0.5;
1935
1936       &:first-child {
1937         margin-top: 0px;
1938       }
1939
1940       &:last-child {
1941         margin-bottom: 0px;
1942       }
1943     }
1944   }
1945 }
1946
1947 /* Rules for highlighting fields with rails validation errors */
1948
1949 .formError {
1950   display: inline-block;
1951   padding: 5px 10px;
1952   margin-top: 5px;
1953   border-radius: 4px;
1954   font-size: 12px;
1955   color: #fff;
1956   background-color: #ff7070;
1957 }
1958
1959 /* Rules for rails validation error boxes */
1960
1961 #errorExplanation {
1962   width: 400px;
1963   border: 2px solid #ff7070;
1964   padding: 0 $lineheight/2;
1965   margin-bottom: $lineheight;
1966   background-color: #f0f0f0;
1967
1968   h2 {
1969     margin: 0 -10px 10px -10px;
1970     padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1971     font-weight: bold;
1972     font-size: 12px;
1973     background-color: #c00;
1974     color: #fff;
1975     text-align: left;
1976   }
1977
1978   p {
1979     color: #333;
1980     margin-bottom: 0px;
1981     padding: $lineheight/4;
1982   }
1983
1984   ul {
1985     padding-left: $lineheight;
1986
1987     li {
1988       font-size: 12px;
1989       list-style: disc;
1990     }
1991   }
1992 }
1993
1994 /* Rules for forms */
1995
1996 .standard-form {
1997   fieldset {
1998     margin-bottom: $lineheight;
1999   }
2000   label.standard-label {
2001     display: block;
2002     margin-bottom: $lineheight/4;
2003     font-size: $typeheight;
2004     font-weight: bold;
2005     line-height: 1.5;
2006   }
2007   label.standard-label.secondary {
2008     display: inline-block;
2009     font-weight: normal;
2010   }
2011   .form-help {
2012     font-weight: normal;
2013   }
2014   .form-column {
2015     float: left;
2016     margin-right: 20px;
2017   }
2018   .form-divider {
2019     margin-top: $lineheight;
2020     padding-top: $lineheight;
2021     border-top: 1px solid $lightgrey;
2022   }
2023   .horizontal-list .form-row {
2024     float: left;
2025     padding-right: 10px;
2026   }
2027   .form-row {
2028     margin-bottom: $lineheight/2;
2029   }
2030   .form-list {
2031     margin-bottom: 0;
2032   }
2033   .form-list li {
2034     margin-bottom: 5px;
2035    }
2036   input[type="checkbox"],
2037   input[type="radio"] {
2038     float: left;
2039     margin-top: 5px;
2040   }
2041 }
2042
2043 #remember_me_openid {
2044   display: block;
2045 }
2046
2047 select {
2048   padding: 2px;
2049 }
2050
2051 input[type="checkbox"],
2052 input[type="radio"] {
2053     margin-right: 5px;
2054 }
2055
2056 input[type="text"],
2057 input[type="email"],
2058 input[type="url"],
2059 input[type="password"],
2060 textarea {
2061   color: #222;
2062   background-color: #fff;
2063   border: 1px solid #ccc;
2064   padding: 2px 5px;
2065   margin: 0;
2066   width: 200px;
2067
2068   &.field_with_errors {
2069     border: 2px solid #ff7070;
2070   }
2071 }
2072
2073 textarea {
2074   padding: 5px;
2075   width: 100%;
2076 }
2077
2078 /* Rules for user images */
2079
2080 img.user_image {
2081   max-width: 100px;
2082   max-height: 100px;
2083   border: 1px solid #ccc;
2084   margin-bottom: $lineheight;
2085   float: left;
2086   margin-right: $lineheight;
2087 }
2088
2089 img.user_thumbnail {
2090   max-width: 50px;
2091   max-height: 50px;
2092   border: 1px solid #ccc;
2093   margin-right: $lineheight;
2094 }
2095
2096 img.user_thumbnail_tiny {
2097   width: auto;
2098   height: auto;
2099   max-width: 25px;
2100   max-height: 25px;
2101   border: 1px solid #ccc;
2102 }
2103
2104 /* Rules for geo microformats */
2105
2106 abbr.geo {
2107   border-bottom: none;
2108 }
2109
2110 /* Rules for RSS buttons */
2111
2112 .rsssmall {
2113   position: relative;
2114   top: 3px;
2115 }
2116
2117 /* General styles for action lists / subnavs / pager navs */
2118
2119 ul.secondary-actions {
2120   font-style: normal;
2121   margin-bottom: 0;
2122   margin-left: 0;
2123   &.pager {
2124     display: inline-block;
2125     margin-right: 60px;
2126   }
2127   > li {
2128     display: block;
2129     float: left;
2130     list-style: none;
2131     border-left: 1px solid #ccc;
2132     padding-left: $lineheight/2;
2133     margin-right: $lineheight/2;
2134     &:first-child {
2135       border-left: 0;
2136       padding-left: 0;
2137     }
2138     &:last-child {
2139       margin-right: 0px;
2140     }
2141   }
2142 }
2143
2144 div.secondary-actions {
2145   padding: 10px;
2146   text-align: center;
2147 }
2148
2149 /* Utility for managing inner content areas */
2150
2151 .inner22 { padding: $lineheight;}
2152
2153 .inner12 { padding: $lineheight/2 $lineheight;}
2154
2155 .inner11 { padding: $lineheight/2;}
2156
2157 .inner20 { padding: $lineheight 0;}
2158
2159 .inner02 { padding: 0 $lineheight;}
2160
2161 /* Utility for general button styles */
2162
2163 input[type="button"],
2164 input[type="submit"],
2165 input[type="reset"],
2166 a.button {
2167   cursor: pointer;
2168   border: 0;
2169   display: inline-block;
2170   padding: $lineheight/4 $lineheight/2;
2171   min-height: 20px + $lineheight/2;
2172   min-width: 120px;
2173   margin: 0 0 $lineheight/2 0;
2174   color: white;
2175   background: $blue;
2176   text-align: center;
2177   border-radius: 2px;
2178   &:hover {
2179     background: darken($blue, $hovercolor);
2180     text-decoration: none;
2181   }
2182   &.deemphasize {
2183     background: $lightblue;
2184     &:hover {
2185       background: darken($lightblue, $hovercolor);
2186     }
2187   }
2188   &:disabled {
2189     background: $lightgrey;
2190     &:hover {
2191       background: $lightgrey;
2192     }
2193   }
2194   &:last-child {
2195     margin-bottom: 0;
2196   }
2197 }
2198
2199 input[type="button"],
2200 input[type="submit"],
2201 input[type="reset"] {
2202   line-height: normal;
2203 }
2204
2205 a.button {
2206   line-height: 20px;
2207 }
2208
2209 .buttons {
2210   min-width: 200px;
2211   input[type="submit"],
2212   input[type="button"],
2213   input[type="reset"],
2214   .button,
2215   .button_to {
2216     box-sizing: border-box;
2217     float: left;
2218     border-radius: 0;
2219     margin:0;
2220     min-width: 75px;
2221     max-width: 180px;
2222     border-right:1px solid white;
2223     text-overflow: ellipsis;
2224     white-space: nowrap;
2225     overflow: hidden;
2226   }
2227   input:first-child,
2228   .button:first-child,
2229   .button_to:first-child {
2230     border-radius:2px 0 0 2px;
2231   }
2232   input:last-child,
2233   .button:last-child,
2234   .button_to:last-child {
2235     border-radius:0 2px 2px 0;
2236     border-right-width: 0;
2237   }
2238   input:only-child,
2239   .button:only-child,
2240   .button_to:only-child,
2241   *[value="Hide"] + input:last-child,
2242   *[value="Hide"] + .button:last-child,
2243   *[value="Hide"] + .button_to:last-child {
2244     border-radius:2px;
2245     border-right-width: 0;
2246   }
2247     /* if a 3-button set has a hidden middle button */
2248   *[value="Hide"] + input:nth-child(3),
2249   *[value="Hide"] + .button:nth-child(3),
2250   *[value="Hide"] + .button_to:nth-child(3) {
2251     border-radius:0 2px 2px 0;
2252     border-right-width: 0;
2253   }
2254   /* if a 3-button set starts with a hidden button */
2255   *[value="Hide"] + input:nth-child(2):not(:last-child),
2256   *[value="Hide"] + .button:nth-child(2):not(:last-child),
2257   *[value="Hide"] + .button_to:nth-child(2):not(:last-child) {
2258     border-radius:2px 0 0 2px;
2259     border-right-width: 1px;
2260   }
2261 }
2262
2263 /* Rules for doing distinct colour of alternate table rows */
2264
2265 .table0,
2266 .item0 {
2267   background: $offwhite;
2268 }
2269
2270 .table1,
2271 .item1 {
2272   background: #fff;
2273 }
2274
2275 /* Rules for OpenID logo */
2276
2277 .openid_logo {
2278   vertical-align: text-bottom;
2279   border: 0;
2280 }
2281
2282 /* Rules for rich text */
2283
2284 .richtext,
2285 .prose {
2286   h1, h2 {
2287     padding-bottom: $lineheight/2;
2288     border-bottom: 1px dashed #cccccc;
2289     margin-bottom: $lineheight/2;
2290   }
2291
2292   h1 {
2293     font-size: 24px;
2294   }
2295
2296   h2 {
2297     font-size: 18px;
2298   }
2299
2300   h3 {
2301     font-size: $typeheight;
2302   }
2303
2304   code {
2305     font-size: 13px;
2306     background: #e8e8e8;
2307     padding: 2px 3px;
2308   }
2309
2310   pre {
2311     font-size: 13px;
2312     background: #e8e8e8;
2313     padding: 2px 3px;
2314
2315     code {
2316       padding: 0;
2317     }
2318   }
2319
2320   img {
2321     padding: $lineheight;
2322     background-color: $offwhite;
2323     display: block;
2324     max-width: 100%;
2325     margin: auto;
2326   }
2327
2328   blockquote {
2329     border-left: $lineheight solid $offwhite;
2330     padding-left: $lineheight;
2331     margin: 0;
2332     color: #7E7E7E;
2333   }
2334
2335   ul, ol {
2336     padding-left: $lineheight;
2337     margin-bottom: $lineheight;
2338     margin-left: $lineheight;
2339   }
2340
2341   ul li {
2342     list-style: disc;
2343   }
2344
2345   ol li {
2346     list-style: decimal;
2347   }
2348 }
2349
2350 .diary_post .richtext {
2351     margin-top: $lineheight;
2352   }
2353
2354 .comments .richtext {
2355   margin-left: 70px;
2356   margin-top: 0;
2357 }
2358
2359 /* Rules for rich text editors */
2360
2361 input.richtext_title[type="text"] {
2362   width: 50%;
2363   width: calc(100% - 235px);
2364
2365   @media only screen and (max-width:768px) {
2366     width: 100%;
2367   }
2368 }
2369
2370 .richtext_container {
2371   margin-bottom: $lineheight;
2372
2373   .richtext_content {
2374     width: 50%;
2375     width: calc(100% - 235px);
2376     display: inline-block;
2377     vertical-align: top;
2378
2379     @media only screen and (max-width:768px) {
2380       width: 100%;
2381     }
2382
2383     .richtext_preview {
2384       display: inline-block;
2385       padding: $lineheight;
2386       background-color: $offwhite;
2387       overflow-x: auto;
2388
2389       &.loading {
2390         background-image: image-url("loading.gif");
2391         background-repeat: no-repeat;
2392         background-position: center;
2393       }
2394
2395       > :first-child {
2396         margin-top: 0px;
2397       }
2398     }
2399   }
2400
2401   .richtext_help {
2402     display: inline-block;
2403     vertical-align: top;
2404     margin-left: 15px;
2405     background-color: #f8f8ff;
2406     padding: $lineheight/2;
2407     width: 220px;
2408
2409     ul {
2410       margin-bottom: 0;
2411     }
2412
2413     h4.heading, li {
2414       border-bottom: 1px solid #ccc;
2415       margin-bottom: $lineheight/4;
2416       padding-bottom: $lineheight/4;
2417     }
2418
2419     li h4, li span, li p {
2420       display: inline-block;
2421       vertical-align: top;
2422       font-size: 11px;
2423     }
2424
2425     li h4 {
2426       width: 40%;
2427       margin: 0;
2428     }
2429
2430     li span, li p {
2431       width: 50%;
2432       margin-left: $lineheight/2;
2433       margin-bottom: $lineheight/4;
2434       white-space: nowrap;
2435     }
2436   }
2437 }
2438
2439 /* Rules for the user notes list */
2440
2441 .note_list {
2442   tr.creator {
2443     background-color: #eeeeee;
2444   }
2445
2446   td {
2447     padding: 3px;
2448   }
2449
2450   p {
2451     margin-bottom: 0px;
2452   }
2453 }
2454
2455 /* Rules for the iD editor */
2456
2457 .id-embed {
2458   width: 100%;
2459   height: 100%;
2460 }
2461
2462 /* Rules for dropdown menus */
2463
2464 .dropdown {
2465   position: relative;
2466 }
2467
2468 .dropdown-toggle {
2469   *margin-bottom: -3px;
2470 }
2471
2472 .dropdown-toggle:active,
2473 .open .dropdown-toggle {
2474   outline: 0;
2475 }
2476
2477 .caret {
2478   display: inline-block;
2479   width: 0;
2480   height: 0;
2481   vertical-align: top;
2482   border-top: 4px solid #000000;
2483   border-right: 4px solid transparent;
2484   border-left: 4px solid transparent;
2485   content: "";
2486 }
2487
2488 .dropdown .caret {
2489   margin-top: 8px;
2490   margin-left: 2px;
2491 }
2492
2493 .dropdown-menu {
2494   position: absolute;
2495   top: 100%;
2496   left: -1px;
2497   z-index: 1000;
2498   display: none;
2499   float: left;
2500   min-width: 160px;
2501   padding: 5px 0;
2502   margin: 0;
2503   list-style: none;
2504   background-color: #ffffff;
2505   border: 1px solid #ccc;
2506   border-radius: 0 3px 3px;
2507   *border-right-width: 2px;
2508   *border-bottom-width: 2px;
2509   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2510   background-clip: padding-box;
2511 }
2512
2513 .dropdown-menu.pull-right {
2514   right: 0;
2515   left: auto;
2516 }
2517
2518 .dropdown-menu .divider {
2519   *width: 100%;
2520   height: 1px;
2521   margin: 9px 1px;
2522   *margin: -5px 0 5px;
2523   overflow: hidden;
2524   background-color: #e5e5e5;
2525   border-bottom: 1px solid #ffffff;
2526 }
2527
2528 .dropdown-menu > li > a {
2529   display: block;
2530   padding: 3px 10px;
2531   clear: both;
2532   font-weight: normal;
2533   line-height: 20px;
2534   color: #333333;
2535   white-space: nowrap;
2536 }
2537
2538 .dropdown-menu > li > a:hover,
2539 .dropdown-menu > li > a:focus,
2540 .dropdown-submenu:hover > a,
2541 .dropdown-submenu:focus > a {
2542   color: #ffffff;
2543   text-decoration: none;
2544   background-color: $green;
2545 }
2546
2547 .dropdown-menu > .active > a,
2548 .dropdown-menu > .active > a:hover,
2549 .dropdown-menu > .active > a:focus {
2550   color: #ffffff;
2551   text-decoration: none;
2552   background-color: $green;
2553   outline: 0;
2554 }
2555
2556 .dropdown-menu > .disabled > a,
2557 .dropdown-menu > .disabled > a:hover,
2558 .dropdown-menu > .disabled > a:focus {
2559   color: #999999;
2560 }
2561
2562 .dropdown-menu > .disabled > a:hover,
2563 .dropdown-menu > .disabled > a:focus {
2564   text-decoration: none;
2565   cursor: default;
2566   background-color: transparent;
2567   background-image: none;
2568 }
2569
2570 .open {
2571   *z-index: 1000;
2572 }
2573
2574 .open > .dropdown-menu {
2575   display: block;
2576 }
2577
2578 .dropdown-backdrop {
2579   position: fixed;
2580   top: 0;
2581   right: 0;
2582   bottom: 0;
2583   left: 0;
2584   z-index: 990;
2585 }
2586
2587 /* Rules for the "Welcome" page */
2588 .site-welcome, .site-fixthemap {
2589   .center {
2590     text-align: center;
2591     .sprite {
2592       float: none;
2593       margin: auto;
2594     }
2595   }
2596
2597   .sprite {
2598     background-image: image-url("welcome-sprite.png");
2599     background-size: 500px 250px;
2600     display: block;
2601     float: left;
2602   }
2603
2604   .icon-list {
2605     padding-bottom: 20px;
2606     div {
2607       margin-bottom: 10px;
2608       p {
2609         padding-top: 10px;
2610       }
2611     }
2612   }
2613   .sprite.small {
2614     width: 50px;
2615     height: 50px;
2616   }
2617
2618   .sprite.x {
2619     background-position: -50px 0;
2620   }
2621
2622   .sprite.term {
2623     margin-right: 10px;
2624     vertical-align: middle;
2625   }
2626
2627   .sprite.node {
2628     background-position: -100px 0;
2629   }
2630
2631   .sprite.way {
2632     background-position: -150px 0;
2633   }
2634
2635   .sprite.tag {
2636     background-position: -200px 0;
2637   }
2638
2639   .sprite.editor {
2640     background-position: -250px 0;
2641   }
2642
2643   .sprite.question {
2644     background-position: -300px 0;
2645   }
2646
2647   .sprite.rules {
2648     background-position: -350px 0;
2649   }
2650
2651   .start-mapping {
2652     margin: auto;
2653     cursor: pointer;
2654     border: none;
2655     padding: 20px 40px;
2656     font-size: 30px;
2657     text-decoration: none;
2658   }
2659
2660   .note-box {
2661     margin-top: 20px;
2662     background-color: $offwhite;
2663   }
2664
2665   .icon.note {
2666     background-color: #333;
2667     border-radius: 4px;
2668   }
2669 }
2670
2671 .site-about #content {
2672   //background-color: #000;
2673   background-color: #eee;
2674   background-position: 50% 50%;
2675   background-repeat: no-repeat;
2676   background-size: cover;
2677   background-attachment: fixed;
2678
2679   .caption {
2680     max-width: 200px;
2681     font: 13px/20px Helvetica, Arial, sans-serif;
2682     position: fixed;
2683     text-align: right;
2684     right: 20px;
2685     bottom: 60px;
2686     text-shadow: #000 0px 1px 5px;
2687     color: #eee;
2688     opacity: 0.8;
2689     display: none;
2690   }
2691
2692   .caption a {
2693     color: white;
2694     white-space: nowrap;
2695     text-decoration: none;
2696   }
2697
2698   a.next {
2699     display: block;
2700     position: fixed;
2701     right: 10px;
2702     bottom: 10px;
2703     width: 40px;
2704     height: 40px;
2705     border-radius: 5px;
2706     text-indent: -9999px;
2707     overflow: hidden;
2708     background: image-url('about/sprite.png') -120px 0px no-repeat;
2709     background-color: #000;
2710     background-color: rgba(0, 0, 0, 0.5);
2711   }
2712
2713   .content-inner {
2714     position: relative;
2715     color: #333;
2716     min-width: 320px;
2717     max-width: 640px;
2718
2719     .section {
2720       margin-bottom: 30px;
2721     }
2722
2723     .section:last-child {
2724       margin-bottom: 0;
2725     }
2726   }
2727
2728   .text {
2729     background: white;
2730     padding: 40px;
2731   }
2732
2733   .attr {
2734     position: relative;
2735     padding: 170px 40px 20px;
2736     background: #333;
2737     background: rgba(0, 0, 0, .8);
2738     margin-bottom: 0;
2739     margin-top: -20px;
2740
2741     h1 {
2742       display: block;
2743       color: white;
2744       font-weight: 300;
2745       font-size: 34px;
2746       span {
2747         color: #76c551;
2748       }
2749     }
2750
2751     .user-image {
2752       position: absolute;
2753       top: 0px;
2754       right: 240px;
2755       left: 0px;
2756       height: 150px;
2757       background-position: 0 50%;
2758       background-repeat: no-repeat;
2759       background-image: image-url('about/osm.png');
2760       background-size: cover;
2761       background-color: #76c551;
2762     }
2763
2764     .byosm {
2765       position: absolute;
2766       top: 0px;
2767       right: 0px;
2768       z-index: 1;
2769       width: 240px;
2770       height: 150px;
2771       padding: 20px 20px 20px 40px;
2772       font: 500 20px/24px Helvetica, Arial, sans-serif;
2773       white-space: nowrap;
2774       color: #fff;
2775       background: #76c551;
2776     }
2777
2778     .byosm span {
2779       display: inline-block;
2780       width: 20px;
2781       margin-left: -20px;
2782     }
2783   }
2784
2785   h2 {
2786     margin-bottom: 10px;
2787   }
2788
2789   .icon {
2790     width: 30px;
2791     height: 30px;
2792     margin-right: 10px;
2793     vertical-align: middle;
2794     background: 40px 40px image-url('about/sprite.png') no-repeat;
2795
2796     &.local {
2797       /* no-r2 */
2798       background-position: 0px 0px;
2799     }
2800     &.community {
2801       /* no-r2 */
2802       background-position: 0px -40px;
2803     }
2804     &.open {
2805       /* no-r2 */
2806       background-position: 0px -80px;
2807     }
2808     &.partners {
2809       /* no-r2 */
2810       background-position: 0px -120px;
2811     }
2812     &.infringement {
2813       /* no-r2 */
2814       background-position: 0px -160px;
2815     }
2816     &.legal {
2817       /* no-r2 */
2818       background-position: -45px -160px;
2819     }
2820   }
2821 }
2822
2823 @import 'browse';
2824
2825 @media only screen and (max-width:960px) {
2826   .header-illustration.new-user-arm {
2827     display: none;
2828   }
2829 }
2830
2831 .read-reports {
2832   background: #eee;
2833   opacity: 0.7;
2834 }
2835
2836 .report-related-block {
2837   display:inline-block;
2838 }
2839
2840 .report-block {
2841   width:475px;
2842   float:left;
2843   margin-right:100px;
2844 }
2845
2846 .related-reports {
2847   width: 280px;
2848   float: right;
2849
2850   ul {
2851     padding-left: $lineheight;
2852     margin-bottom: 0;
2853
2854     li {
2855       list-style: disc;
2856     }
2857   }
2858 }
2859
2860 .issue-comments {
2861   width:475px;
2862 }
2863
2864 .issues-list {
2865   td:nth-child(2) {
2866     white-space: nowrap;
2867   }
2868 }
2869
2870 .report-disclaimer {
2871   background: #fff1f0;
2872   color: #d85030;
2873   border-color: rgba(216, 80, 48, 0.3);
2874   padding: 10px 20px;
2875   margin-bottom: $lineheight;
2876
2877   ul {
2878     padding-left: $lineheight;
2879     margin-bottom: 0;
2880
2881     li {
2882       list-style: disc;
2883     }
2884   }
2885 }