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