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