3 /* Styles common to large and small screens */
 
   5 /* Minimal CSS reset */
 
   7 html, body, ul, ol, li, form, fieldset, legend, h1, h2, h3, h4, h5, h6, p, input {
 
  14 fieldset,img { border: 0; }
 
  16 legend { color: #000; }
 
  19   vertical-align: super;
 
  29   border-collapse: collapse;
 
  33 li { list-style: none; }
 
  38 body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; }
 
  41   text-decoration: underline dotted;
 
  49 /* Micro Clearfix | Details: http://nicolasgallagher.com/micro-clearfix-hack/ */
 
  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%; }
 
  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%; }
 
  91 .fillL { background-color: white; }
 
  93 /* Default rules for the body of every page */
 
  96   box-sizing: border-box;
 
 100   font-family: 'Helvetica Neue',Arial,sans-serif;
 
 101   font-size: $typeheight;
 
 104   background-color: #fff;
 
 137 #container { position: relative; }
 
 141   margin: 0 0 $lineheight/2 0;
 
 145   vertical-align: middle;
 
 146   margin-right: $lineheight/4;
 
 149 .red { color: $red; }
 
 151 .piwik { border: 0; }
 
 153 [dir=rtl] { /* no-r2 */ text-align: right; }
 
 155 [dir=ltr] { /* no-r2 */ text-align: left; }
 
 157 /* Rules for icons */
 
 160   display: inline-block;
 
 164   background: transparent image-url("sprite.png") no-repeat 0 0;
 
 165   background-image: image-url("sprite.svg");
 
 166   text-indent: -9999px;
 
 170 .icon.search      { /* no-r2 */ background-position: 0 0; }
 
 171 .icon.donate      { /* no-r2 */ background-position: -20px 0; }
 
 172 .icon.zoomin      { /* no-r2 */ background-position: -40px 0; }
 
 173 .icon.zoomout     { /* no-r2 */ background-position: -60px 0; }
 
 174 .icon.geolocate   { /* no-r2 */ background-position: -80px 0; }
 
 175 .active .icon.geolocate   { /* no-r2 */ background-position: -80px -20px; }
 
 176 .icon.layers      { /* no-r2 */ background-position: -100px 0; }
 
 177 .icon.key         { /* no-r2 */ background-position: -120px 0; }
 
 178 .icon.share       { /* no-r2 */ background-position: -140px 0; }
 
 179 .icon.clipboard   { /* no-r2 */ background-position: -160px 0; }
 
 180 .icon.link        { /* no-r2 */ background-position: -180px 0; }
 
 181 .icon.close       { /* no-r2 */ background-position: -200px 0; }
 
 182 .close-wrap:hover .icon.close,
 
 183 .icon.close:hover { /* no-r2 */ background-position: -200px -20px; }
 
 184 .icon.check       { /* no-r2 */ background-position: -220px 0; }
 
 185 .icon.note        { /* no-r2 */ background-position: -240px 0; }
 
 186 .icon.note.grey   { /* no-r2 */ background-position: -240px -20px; }
 
 187 .icon.query       { /* no-r2 */ background-position: -260px 0; }
 
 189 /* Rules for links */
 
 193   text-decoration: none;
 
 194   -webkit-appearance: none;
 
 197     text-decoration: underline;
 
 201 /* Rules for horizontal lines */
 
 205   background-color: #ccc;
 
 210 /* General styles for tables */
 
 214   margin-bottom: $lineheight;
 
 217     padding: $lineheight/4;
 
 218     line-height: $lineheight;
 
 225     vertical-align: middle;
 
 229 /* Utility for de-emphasizing content */
 
 238 /* Rules for the header */
 
 241   display: none !important;
 
 243   background: image-url("menu-icon.png") no-repeat;
 
 244   background-size: 30px 30px;
 
 248   margin: 14px 10px 0 0;
 
 253   height: $headerHeight;
 
 258   h1, nav, nav > ul, nav > ul > li, .dropdown {
 
 259     display: inline-block;
 
 264     padding: $lineheight/2;
 
 272     text-decoration: none;
 
 279     vertical-align: middle;
 
 294     $border: 1px solid $green;
 
 297     border-radius: $border-radius;
 
 300       border-right: $border;
 
 305       > a:hover { background: lighten($green, 30%); }
 
 306       &.current > a:hover { background: $green; }
 
 307       &.disabled > a:hover { background: lighten($green, 38%); }
 
 309         > a.tab { border-right: 1px solid lighten($green, 30%); }
 
 310         &.current > a.tab { border-right: 1px solid lighten($green, 10%); }
 
 317     display: inline-block;
 
 328     border-top-color: $green;
 
 337       border-top-color: #ccc;
 
 342     background-color: $green;
 
 349       border-top-color: #fff;
 
 359     vertical-align: middle;
 
 360     a, .dropdown-toggle {
 
 361       display: inline-block;
 
 362       text-decoration: none;
 
 366       &:hover { color: darken($darkgrey, 25%); }
 
 371     color: darken($darkgrey, 25%);
 
 375     $border: 1px solid $grey;
 
 377     border-radius: $border-radius;
 
 381       border-right: $border;
 
 387           border-radius: 0 $border-radius $border-radius 0;
 
 390       &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
 
 391       &:hover a { background: lighten($darkgrey, 30%); }
 
 403         padding: 5px 10px 3px 6px;
 
 404         display: inline-block;
 
 407       &:hover > .user-button { color: darken($darkgrey, 5%); }
 
 412     border-top-color: $grey;
 
 416   img.user_thumbnail_tiny {
 
 425     display: inline-block;
 
 428     margin: 3px 0 3px 3px;
 
 429     background-color: lighten($grey, 10%);
 
 437     border-radius: 3px 0 3px 3px;
 
 447 #compact-secondary-nav {
 
 452     &:hover { color: #fff; }
 
 457   #compact-secondary-nav {
 
 458     display: inline-block;
 
 465 /* Utility for styling notification numbers */
 
 468   padding: 2px $lineheight/4;
 
 470   background: lighten($green, 30%);
 
 476 /* Rules for the message shown in place of the map when javascript is disabled */
 
 484 /* Rules for Leaflet maps */
 
 486 .leaflet-control .control-button {
 
 490   background-color: #333;
 
 491   background-color: rgba(0,0,0,.6);
 
 492   border-radius: 4px 0 0 4px;
 
 497     background-color: black;
 
 502     background-color: #333;
 
 503     background-color: rgba(0,0,0,.5);
 
 508     background-color: #9ed485;
 
 516 .leaflet-control .zoomin,
 
 517 .control-layers .control-button {
 
 519   border-radius: 4px 0 0 0;
 
 522 .leaflet-control .zoomout,
 
 523 .control-key .control-button {
 
 528 .control-locate .control-button,
 
 529 .control-share .control-button {
 
 530   border-radius: 0 0 0 4px;
 
 533 /* Rules for the sidebar and main map area */
 
 553     width: $sidebarWidth;
 
 569       padding: $lineheight $lineheight $lineheight/2;
 
 573       margin-top: $lineheight;
 
 574       margin-bottom: $lineheight/2;
 
 587         pointer-events: none;
 
 612   .overlay-sidebar #sidebar {
 
 640       padding: $lineheight/2 $lineheight $lineheight;
 
 654         border-right: 1px solid #fff;
 
 664       width: $sidebarWidth;
 
 680     .leaflet-marker-draggable {
 
 695       border-bottom: 1px solid #DDD;
 
 705       border:1px solid #ddd;
 
 710       border: 1px solid #ccc;
 
 712         border-top-color: #ccc;
 
 736       border: 2px solid #fff;
 
 739       transition: border-color 0.08s ease-in;
 
 746         border-bottom-right-radius: 3px;
 
 750         text-stroke: 2px #fff;
 
 751         background: rgba(255,255,255,.9);
 
 753         input[type="radio"] {
 
 758       &.active { border-color: darken($green, 10%); }
 
 761         &.active { border-color: darken($green, 20%); }
 
 771     li.disabled { color: #999; }
 
 781       text-decoration: none;
 
 782       background-color: $lightblue;
 
 784       border-right: 1px solid #fff;
 
 788       border-right: 1px solid #fff;
 
 789       border-radius: 4px 0 0 4px;
 
 793       border-radius: 0 4px 4px 0;
 
 797       background-color: $blue;
 
 809       font-family: monospace;
 
 831   top: $lineheight/2 !important;
 
 833     margin-right: 0px !important;
 
 834     margin-top: 0px !important;
 
 838 .leaflet-popup-scrolled {
 
 839   padding-right: $lineheight;
 
 840   border-bottom: 0px !important;
 
 841   border-top: 0px !important;
 
 844 .leaflet-popup-content-wrapper {
 
 845   border-radius: 4px !important;
 
 848 /* Rules for attribution text under the main map shown on printouts */
 
 858 .attribution_license,
 
 859 .attribution_project {
 
 863 .attribution_notice {
 
 867 .donate-attr { color: darken($green, 10%) !important; }
 
 869 /* Rules for the sidebar */
 
 873   padding: $lineheight/2 $lineheight;
 
 874   // background: $offwhite;
 
 875   // border-bottom: 1px solid #ccc;
 
 885     padding: $lineheight;
 
 899     margin: $lineheight auto;
 
 911 /* Rules for the search and direction forms */
 
 913 header .search_forms,
 
 921   padding: $lineheight/2;
 
 922   background-color: $lightgrey;
 
 927     border-radius: 2px 0 0 2px;
 
 933     transition: 300ms linear;
 
 936   input[type=text].overflow {
 
 942     box-shadow: 0px 0px 7px #9ED485;
 
 945   input[type=submit].float {
 
 949     border-radius: 0 2px 2px 0;
 
 953     background-color: rgba($red, 0.4);
 
 957     /* this next line is to polyfill the vertical alignment of text within a select element,
 
 958      * which is different between firefox and chrome. */
 
 995   select.routing_engines {
 
 997     margin: 0px 0px 5px 25px;
 
1012     margin: 0px 0px 5px 0px;
 
1019       vertical-align: middle;
 
1023   a.reverse_directions {
 
1025     margin: 0px 0px 5px 25px;
 
1029 /* Rules for the map key which appears in the popout sidebar */
 
1032  .mapkey-table-key img {
 
1038     padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
 
1042 /* Rules for search sidebar */
 
1044 #sidebar .search_results_entry {
 
1046     border-bottom: $keyline;
 
1048     &:first-child { border-top: $keyline; }
 
1049     &.selected { background: $list-highlight; }
 
1052   .search_more .loader {
 
1058 .search_results_error {
 
1063 /* Rules for routing */
 
1065 #sidebar_content>table {
 
1066     padding: 5px 20px 10px 15px;
 
1068     border-collapse: separate;
 
1072   background-image: image-url('routing-sprite.png');
 
1075   background-repeat: no-repeat;
 
1077 @for $i from 0 through 25 {
 
1078 div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
 
1082     padding: 0 $lineheight $lineheight/4;
 
1085 td.instruction, td.distance {
 
1086     padding-top: $lineheight/5;
 
1087     padding-bottom: $lineheight/5;
 
1088     border-bottom: 1px solid #DDD;
 
1099     background: $list-highlight;
 
1101 .routing_engines, #route_from, #route_to { margin-left: 25px; }
 
1102 .routing_marker { width: 15px; position: absolute; cursor: move; }
 
1104 /* Rules for entity history */
 
1109     border-bottom: $keyline;
 
1117 /* Rules for the history sidebar */
 
1119 #sidebar .changesets {
 
1122     border-bottom: 1px solid #ddd;
 
1125     &.selected { background: $list-highlight; }
 
1126     /* color is derived from changeset bbox fillColor in history.js */
 
1145   .changeset_more .loader {
 
1151 /* Rules for the browse sidebar */
 
1155     padding: $lineheight/2 $lineheight;
 
1156     border-bottom: 1px solid #ddd;
 
1160       word-wrap: break-word;
 
1164   .browse-section:last-of-type {
 
1165     border-bottom: none;
 
1171     border: 1px solid #eee;
 
1180     margin-bottom: 10px;
 
1183       padding: 5px 0 5px 10px;
 
1185       border: 1px solid #CCC;
 
1186       border-radius: 4px 4px 0 0;
 
1187       background-color: #F6F6F6;
 
1193       background-color: #FFF;
 
1194       border: 1px solid #CCC;
 
1196       border-radius: 0 0 4px 4px;
 
1201     background-color: #F6F6F6;
 
1202     border: 1px solid #ddd;
 
1205     table-layout: fixed;
 
1206     border-collapse: separate;
 
1209       border-bottom: 1px solid #ddd;
 
1212     tr:last-child th, tr:last-child td {
 
1220       word-wrap: break-word;
 
1221       white-space: pre-wrap;
 
1226       background-color: #F6F6F6;
 
1230       border-left: 1px solid #ddd;
 
1231       background-color: #fff;
 
1236     margin: 0 0 $lineheight/2 0;
 
1237     padding: 0 $lineheight/2;
 
1240   .note-comments li, .changeset-comments li {
 
1241     margin: $lineheight/2 0;
 
1244       margin: 10px 6px 0 6px;
 
1253   .subscribe-buttons {
 
1255     margin: 18px 10px 10px;
 
1259   .subscribe-buttons input {
 
1265   span.action-button:hover {
 
1267     text-decoration: underline;
 
1272     margin: 0 0 10px 10px;
 
1276     padding: $lineheight $lineheight $lineheight/2;
 
1283       padding: $lineheight $lineheight $lineheight/2;
 
1290         border-bottom: 1px solid #ddd;
 
1297           background: $list-highlight;
 
1304 /* Rules for export sidebar */
 
1307   padding: $lineheight;
 
1309   .export_area_inputs,
 
1314   .export_area_inputs {
 
1315     margin-bottom: $lineheight/2;
 
1316     input[type="text"] {
 
1325     border: 1px solid #ccc;
 
1328     #maxlat { margin-top: -1px; }
 
1331       /* no-r2 */ margin-left: -1px;
 
1335       /* no-r2 */ margin-right: -1px;
 
1337     #minlat { margin-bottom: 0; }
 
1341     margin: $lineheight/4;
 
1345     margin-top: $lineheight;
 
1346     margin-bottom: $lineheight;
 
1350     padding-left: $lineheight/2;
 
1353       margin-bottom: 10px;
 
1358 /* Rules for the routing sidebar */
 
1367 /* Rules for edit pages */
 
1383 /* Rules for non-map content pages */
 
1386   background: $lightgrey;
 
1388   h1 { font-size: 22px; }
 
1392   h1, h2, h3, p, ul, ol {
 
1393     margin-bottom: $lineheight;
 
1397     margin-top: $lineheight/2;
 
1405   padding: $lineheight;
 
1408 /* Overrides for pages that use new layout conventions */
 
1413   .content-body .content-inner {
 
1427   .content-heading .content-inner {
 
1432 .header-illustration {
 
1433   background-position: 0 0;
 
1434   background-repeat: no-repeat;
 
1442     background-image: image-url("sign-up-illustration.png");
 
1446     background-image: image-url("confirm-illustration.png");
 
1450     background-image: image-url("terms-illustration.png");
 
1458     background-image: image-url("sign-up-illustration-arm.png");
 
1463 [dir=rtl] .header-illustration {
 
1464   transform: scaleX(-1);
 
1467 #content.maximised {
 
1476 /* Rules for small maps in content areas */
 
1482   border: 1px solid #ccc;
 
1483   margin-bottom: $lineheight;
 
1487 /* Rules for the trace list shown by the traces tab etc */
 
1490   font-size: $lineheight/2;
 
1507   .trace_identifiable {
 
1520 /* Rules for the trace view */
 
1532 /* Rules for the new trace form */
 
1537     width: calc(100% - 150px);
 
1542 /* Rules for the edit trace form */
 
1551     width: calc(100% - 150px);
 
1556 /* Rules for the user profile page */
 
1561   .userinformation-inner {
 
1576 .admin-user-info small {
 
1577   margin-bottom: $lineheight/2;
 
1579   margin-right: $lineheight;
 
1584   border-bottom: 1px solid #ccc;
 
1585   padding-bottom: $lineheight;
 
1588     margin-bottom: $lineheight/2;
 
1593   margin-top: $lineheight;
 
1597 .activity-details p {
 
1602 #friends-container .contact-activity ul {
 
1607   // Silly exception; remove when user page is redesigned.
 
1611   p#no_home_location {
 
1612     margin: $lineheight;
 
1615     margin-top: $lineheight/4;
 
1620 /* Rules for the user map */
 
1622 .content_map .leaflet-popup-content {
 
1623   margin: $lineheight/2;
 
1627 /* Rules for user popups on maps */
 
1633     margin-top: 0 0 0 60px;
 
1636   img.user_thumbnail {
 
1638     margin: 0 $lineheight/2 0 0;
 
1642 /* Rules for the user list */
 
1645   font-size: $lineheight/2;
 
1649     vertical-align: middle;
 
1658 #user_list_actions {
 
1660   margin-top: $lineheight/2;
 
1663 /* Rules for the diary list page */
 
1667   padding-top: $lineheight;
 
1668   padding-bottom: $lineheight/2;
 
1669   border-top: 1px solid #ccc;
 
1672     margin-top: $lineheight/2;
 
1676     background-color: #fee;
 
1680     margin-bottom: $lineheight;
 
1684       margin-bottom: $lineheight/2;
 
1689   img.user_thumbnail {
 
1700   padding-top: $lineheight;
 
1703 /* Rules for the diary entry page */
 
1710     border: 1px solid #ccc;
 
1712     margin-bottom: $lineheight;
 
1715     border-top: 1px solid #ccc;
 
1716     padding-top: $lineheight;
 
1717     margin-top: $lineheight/2;
 
1723     border-top: 1px dashed #ccc;
 
1724     padding-top: $lineheight/2;
 
1725     padding-bottom: $lineheight/2;
 
1727       margin-top: $lineheight/2;
 
1728       padding-top: $lineheight;
 
1729       border-top: 1px solid #ccc;
 
1732       background-color: #fee;
 
1735       margin-bottom: $lineheight/2;
 
1744 .diary_entries-show img.user_thumbnail {
 
1749 .diary-subscribe-buttons {
 
1755 /* Rules for the log in page */
 
1757 #login_auth_buttons {
 
1761 #login_auth_buttons li {
 
1763   padding: $lineheight/4 $lineheight/2;
 
1766 /* Rules for the account confirmation page */
 
1770     border: 1px solid #ccc;
 
1771     padding: $lineheight;
 
1772     margin-bottom: $lineheight;
 
1777       list-style: inherit;
 
1781       list-style-type: lower-alpha;
 
1786     background: $lightblue;
 
1788       background: darken($lightblue, $hovercolor);
 
1793 /* Rules for the account settings page */
 
1795 #accountForm .user_map {
 
1799   border: 1px solid #ccc;
 
1802 #accountForm .user_image {
 
1806 #accountForm #user_image {
 
1810 #accountForm ul.accountImage-options {
 
1823   display: inline !important;
 
1826 .content_map.settings_map {
 
1831 /* Rules for the oauth settings page */
 
1833 .oauth_clients .buttons .oauth-edit {
 
1834   border-radius: 2px 0 0 2px;
 
1837 .oauth_clients .buttons .oauth-delete {
 
1838   border-radius: 0 2px 2px 0;
 
1841 /* Rules for the oauth authorization page */
 
1843 .oauth-authorize ul {
 
1847 /* Rules for messages pages */
 
1851   border: 1px solid #ddd;
 
1853   input[type="submit"] {
 
1857     border-top: 1px solid #ccc;
 
1861     background: #f8f8ff;
 
1874     padding: $lineheight/4;
 
1885     border-right: 1px solid $lightgrey;
 
1889 .inbox-row .inbox-mark-read {
 
1894   margin-bottom: $lineheight;
 
1895   padding: $lineheight/4 0px 4px 0px;
 
1896   border-bottom: 1px solid #ccc;
 
1903 .info-line .user_thumbnail_tiny {
 
1904   vertical-align: middle;
 
1908   white-space: nowrap;
 
1917 .inbox-row-unread .inbox-mark-unread {
 
1921 .messages-show .message-buttons {
 
1922   margin-top: $lineheight;
 
1923   margin-bottom: $lineheight * 1.5;
 
1924   padding-top: $lineheight;
 
1925   border-top: 1px solid $lightgrey;
 
1928 .messages-show .buttons .mark-unread-button {
 
1932 /* Rules for "flash" notice boxes shown at the top of the content area */
 
1935   padding: $lineheight;
 
1938     background-color: #ff7070;
 
1942     background-color: #ffe0cc;
 
1946     background-color: #CBEEA7;
 
1950     display: inline-block;
 
1951     margin-left: $lineheight / 2;
 
1952     vertical-align: middle;
 
1955       margin-top: $lineheight * 0.5;
 
1956       margin-bottom: $lineheight * 0.5;
 
1969 /* Rules for highlighting fields with rails validation errors */
 
1972   display: inline-block;
 
1978   background-color: #ff7070;
 
1981 /* Rules for rails validation error boxes */
 
1985   border: 2px solid #ff7070;
 
1986   padding: 0 $lineheight/2;
 
1987   margin-bottom: $lineheight;
 
1988   background-color: #f0f0f0;
 
1991     margin: 0 -10px 10px -10px;
 
1992     padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
 
1995     background-color: #c00;
 
2003     padding: $lineheight/4;
 
2007     padding-left: $lineheight;
 
2016 /* Rules for forms */
 
2020     margin-bottom: $lineheight;
 
2022   label.standard-label {
 
2024     margin-bottom: $lineheight/4;
 
2025     font-size: $typeheight;
 
2029   label.standard-label.secondary {
 
2030     display: inline-block;
 
2031     font-weight: normal;
 
2034     font-weight: normal;
 
2041     margin-top: $lineheight;
 
2042     padding-top: $lineheight;
 
2043     border-top: 1px solid $lightgrey;
 
2045   .horizontal-list .form-row {
 
2047     padding-right: 10px;
 
2050     margin-bottom: $lineheight/2;
 
2058   input[type="checkbox"],
 
2059   input[type="radio"] {
 
2065 #remember_me_openid {
 
2073 input[type="checkbox"],
 
2074 input[type="radio"] {
 
2079 input[type="email"],
 
2081 input[type="password"],
 
2084   background-color: #fff;
 
2085   border: 1px solid #ccc;
 
2090   &.field_with_errors {
 
2091     border: 2px solid #ff7070;
 
2100 /* Rules for user images */
 
2105   border: 1px solid #ccc;
 
2106   margin-bottom: $lineheight;
 
2108   margin-right: $lineheight;
 
2111 img.user_thumbnail {
 
2114   border: 1px solid #ccc;
 
2115   margin-right: $lineheight;
 
2118 img.user_thumbnail_tiny {
 
2123   border: 1px solid #ccc;
 
2126 /* Rules for geo microformats */
 
2129   border-bottom: none;
 
2132 /* Rules for RSS buttons */
 
2139 /* General styles for action lists / subnavs / pager navs */
 
2141 ul.secondary-actions {
 
2146     display: inline-block;
 
2153     border-left: 1px solid #ccc;
 
2154     padding-left: $lineheight/2;
 
2155     margin-right: $lineheight/2;
 
2166 div.secondary-actions {
 
2171 /* Utility for managing inner content areas */
 
2173 .inner22 { padding: $lineheight;}
 
2175 .inner12 { padding: $lineheight/2 $lineheight;}
 
2177 .inner11 { padding: $lineheight/2;}
 
2179 .inner20 { padding: $lineheight 0;}
 
2181 .inner02 { padding: 0 $lineheight;}
 
2183 /* Utility for general button styles */
 
2185 input[type="button"],
 
2186 input[type="submit"],
 
2187 input[type="reset"],
 
2191   display: inline-block;
 
2192   padding: $lineheight/4 $lineheight/2;
 
2193   min-height: 20px + $lineheight/2;
 
2195   margin: 0 0 $lineheight/2 0;
 
2201     background: darken($blue, $hovercolor);
 
2202     text-decoration: none;
 
2205     background: $lightblue;
 
2207       background: darken($lightblue, $hovercolor);
 
2211     background: $lightgrey;
 
2213       background: $lightgrey;
 
2221 input[type="button"],
 
2222 input[type="submit"],
 
2223 input[type="reset"] {
 
2224   line-height: normal;
 
2233   input[type="submit"],
 
2234   input[type="button"],
 
2235   input[type="reset"],
 
2238     box-sizing: border-box;
 
2244     border-right:1px solid white;
 
2245     text-overflow: ellipsis;
 
2246     white-space: nowrap;
 
2250   .button:first-child,
 
2251   .button_to:first-child {
 
2252     border-radius:2px 0 0 2px;
 
2256   .button_to:last-child {
 
2257     border-radius:0 2px 2px 0;
 
2258     border-right-width: 0;
 
2262   .button_to:only-child,
 
2263   *[value="Hide"] + input:last-child,
 
2264   *[value="Hide"] + .button:last-child,
 
2265   *[value="Hide"] + .button_to:last-child {
 
2267     border-right-width: 0;
 
2269     /* if a 3-button set has a hidden middle button */
 
2270   *[value="Hide"] + input:nth-child(3),
 
2271   *[value="Hide"] + .button:nth-child(3),
 
2272   *[value="Hide"] + .button_to:nth-child(3) {
 
2273     border-radius:0 2px 2px 0;
 
2274     border-right-width: 0;
 
2276   /* if a 3-button set starts with a hidden button */
 
2277   *[value="Hide"] + input:nth-child(2):not(:last-child),
 
2278   *[value="Hide"] + .button:nth-child(2):not(:last-child),
 
2279   *[value="Hide"] + .button_to:nth-child(2):not(:last-child) {
 
2280     border-radius:2px 0 0 2px;
 
2281     border-right-width: 1px;
 
2285 /* Rules for doing distinct colour of alternate table rows */
 
2289   background: $offwhite;
 
2297 /* Rules for OpenID logo */
 
2300   vertical-align: text-bottom;
 
2304 /* Rules for rich text */
 
2309     padding-bottom: $lineheight/2;
 
2310     border-bottom: 1px dashed #cccccc;
 
2311     margin-bottom: $lineheight/2;
 
2323     font-size: $typeheight;
 
2328     background: #e8e8e8;
 
2334     background: #e8e8e8;
 
2336     white-space: pre-wrap;
 
2344     padding: $lineheight;
 
2345     background-color: $offwhite;
 
2352     border-left: $lineheight solid $offwhite;
 
2353     padding-left: $lineheight;
 
2359     padding-left: $lineheight;
 
2360     margin-bottom: $lineheight;
 
2361     margin-left: $lineheight;
 
2369     list-style: decimal;
 
2373 .diary_post .richtext {
 
2374     margin-top: $lineheight;
 
2377 .comments .richtext {
 
2382 /* Rules for rich text editors */
 
2384 input.richtext_title[type="text"] {
 
2386   width: calc(100% - 235px);
 
2388   @media only screen and (max-width:768px) {
 
2393 .richtext_container {
 
2394   margin-bottom: $lineheight;
 
2398     width: calc(100% - 235px);
 
2399     display: inline-block;
 
2400     vertical-align: top;
 
2402     @media only screen and (max-width:768px) {
 
2407       display: inline-block;
 
2408       padding: $lineheight;
 
2409       background-color: $offwhite;
 
2413         background-image: image-url("loading.gif");
 
2414         background-repeat: no-repeat;
 
2415         background-position: center;
 
2425     display: inline-block;
 
2426     vertical-align: top;
 
2428     background-color: #f8f8ff;
 
2429     padding: $lineheight/2;
 
2437       border-bottom: 1px solid #ccc;
 
2438       margin-bottom: $lineheight/4;
 
2439       padding-bottom: $lineheight/4;
 
2442     li h4, li span, li p {
 
2443       display: inline-block;
 
2444       vertical-align: top;
 
2455       margin-left: $lineheight/2;
 
2456       margin-bottom: $lineheight/4;
 
2457       white-space: nowrap;
 
2462 /* Rules for the user notes list */
 
2466     background-color: #eeeeee;
 
2478 /* Rules for the iD editor */
 
2485 /* Rules for dropdown menus */
 
2492   *margin-bottom: -3px;
 
2495 .dropdown-toggle:active,
 
2496 .open .dropdown-toggle {
 
2501   display: inline-block;
 
2504   vertical-align: top;
 
2505   border-top: 4px solid #000000;
 
2506   border-right: 4px solid transparent;
 
2507   border-left: 4px solid transparent;
 
2527   background-color: #ffffff;
 
2528   border: 1px solid #ccc;
 
2529   border-radius: 0 3px 3px;
 
2530   *border-right-width: 2px;
 
2531   *border-bottom-width: 2px;
 
2532   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 
2533   background-clip: padding-box;
 
2536 .dropdown-menu.pull-right {
 
2541 .dropdown-menu .divider {
 
2545   *margin: -5px 0 5px;
 
2547   background-color: #e5e5e5;
 
2548   border-bottom: 1px solid #ffffff;
 
2551 .dropdown-menu > li > a {
 
2555   font-weight: normal;
 
2558   white-space: nowrap;
 
2561 .dropdown-menu > li > a:hover,
 
2562 .dropdown-menu > li > a:focus,
 
2563 .dropdown-submenu:hover > a,
 
2564 .dropdown-submenu:focus > a {
 
2566   text-decoration: none;
 
2567   background-color: $green;
 
2570 .dropdown-menu > .active > a,
 
2571 .dropdown-menu > .active > a:hover,
 
2572 .dropdown-menu > .active > a:focus {
 
2574   text-decoration: none;
 
2575   background-color: $green;
 
2579 .dropdown-menu > .disabled > a,
 
2580 .dropdown-menu > .disabled > a:hover,
 
2581 .dropdown-menu > .disabled > a:focus {
 
2585 .dropdown-menu > .disabled > a:hover,
 
2586 .dropdown-menu > .disabled > a:focus {
 
2587   text-decoration: none;
 
2589   background-color: transparent;
 
2590   background-image: none;
 
2597 .open > .dropdown-menu {
 
2601 .dropdown-backdrop {
 
2610 /* Rules for the "Welcome" page */
 
2611 .site-welcome, .site-fixthemap {
 
2621     background-image: image-url("welcome-sprite.png");
 
2622     background-size: 500px 250px;
 
2628     padding-bottom: 20px;
 
2630       margin-bottom: 10px;
 
2642     /* no-r2 */ background-position: -50px 0;
 
2647     vertical-align: middle;
 
2651     /* no-r2 */ background-position: -100px 0;
 
2655     /* no-r2 */ background-position: -150px 0;
 
2659     /* no-r2 */ background-position: -200px 0;
 
2663     /* no-r2 */ background-position: -250px 0;
 
2667     /* no-r2 */ background-position: -300px 0;
 
2671     /* no-r2 */ background-position: -350px 0;
 
2680     text-decoration: none;
 
2685     background-color: $offwhite;
 
2689     background-color: #333;
 
2694 .site-about #content {
 
2695   //background-color: #000;
 
2696   background-color: #eee;
 
2697   background-position: 50% 50%;
 
2698   background-repeat: no-repeat;
 
2699   background-size: cover;
 
2700   background-attachment: fixed;
 
2704     font: 13px/20px Helvetica, Arial, sans-serif;
 
2709     text-shadow: #000 0px 1px 5px;
 
2717     white-space: nowrap;
 
2718     text-decoration: none;
 
2729     text-indent: -9999px;
 
2731     background: image-url('about/sprite.png') -120px 0px no-repeat;
 
2732     background-color: #000;
 
2733     background-color: rgba(0, 0, 0, 0.5);
 
2743       margin-bottom: 30px;
 
2746     .section:last-child {
 
2758     padding: 170px 40px 20px;
 
2760     background: rgba(0, 0, 0, .8);
 
2780       background-position: 0 50%;
 
2781       background-repeat: no-repeat;
 
2782       background-image: image-url('about/osm.png');
 
2783       background-size: cover;
 
2784       background-color: #76c551;
 
2794       padding: 20px 20px 20px 40px;
 
2795       font: 500 20px/24px Helvetica, Arial, sans-serif;
 
2796       white-space: nowrap;
 
2798       background: #76c551;
 
2802       display: inline-block;
 
2809     margin-bottom: 10px;
 
2816     vertical-align: middle;
 
2817     background: 40px 40px image-url('about/sprite.png') no-repeat;
 
2821       background-position: 0px 0px;
 
2825       background-position: 0px -40px;
 
2829       background-position: 0px -80px;
 
2833       background-position: 0px -120px;
 
2837       background-position: 0px -160px;
 
2841       background-position: -45px -160px;
 
2848 @media only screen and (max-width:960px) {
 
2849   .header-illustration.new-user-arm {
 
2859 .report-related-block {
 
2860   display:inline-block;
 
2874     padding-left: $lineheight;
 
2889     white-space: nowrap;
 
2893 .report-disclaimer {
 
2894   background: #fff1f0;
 
2896   border-color: rgba(216, 80, 48, 0.3);
 
2898   margin-bottom: $lineheight;
 
2901     padding-left: $lineheight;