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