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 /* Rules for icons */
 
 156   display: inline-block;
 
 160   background: transparent image-url("sprite.png") no-repeat 0 0;
 
 161   background-image: image-url("sprite.svg");
 
 162   text-indent: -9999px;
 
 166 .icon.search      { /* no-r2 */ background-position: 0 0; }
 
 167 .icon.donate      { /* no-r2 */ background-position: -20px 0; }
 
 168 .icon.zoomin      { /* no-r2 */ background-position: -40px 0; }
 
 169 .icon.zoomout     { /* no-r2 */ background-position: -60px 0; }
 
 170 .icon.geolocate   { /* no-r2 */ background-position: -80px 0; }
 
 171 .active .icon.geolocate   { /* no-r2 */ background-position: -80px -20px; }
 
 172 .icon.layers      { /* no-r2 */ background-position: -100px 0; }
 
 173 .icon.key         { /* no-r2 */ background-position: -120px 0; }
 
 174 .icon.share       { /* no-r2 */ background-position: -140px 0; }
 
 175 .icon.clipboard   { /* no-r2 */ background-position: -160px 0; }
 
 176 .icon.link        { /* no-r2 */ background-position: -180px 0; }
 
 177 .icon.close       { /* no-r2 */ background-position: -200px 0; }
 
 178 .close-wrap:hover .icon.close,
 
 179 .icon.close:hover { /* no-r2 */ background-position: -200px -20px; }
 
 180 .icon.check       { /* no-r2 */ background-position: -220px 0; }
 
 181 .icon.note        { /* no-r2 */ background-position: -240px 0; }
 
 182 .icon.note.grey   { /* no-r2 */ background-position: -240px -20px; }
 
 183 .icon.query       { /* no-r2 */ background-position: -260px 0; }
 
 185 /* Rules for links */
 
 189   text-decoration: none;
 
 190   -webkit-appearance: none;
 
 193     text-decoration: underline;
 
 197 /* Rules for horizontal lines */
 
 201   background-color: #ccc;
 
 206 /* General styles for tables */
 
 210   margin-bottom: $lineheight;
 
 213     padding: $lineheight/4;
 
 214     line-height: $lineheight;
 
 221     vertical-align: middle;
 
 225 /* Utility for de-emphasizing content */
 
 234 /* Rules for the header */
 
 237   display: none !important;
 
 239   background: image-url("menu-icon.png") no-repeat;
 
 240   background-size: 30px 30px;
 
 244   margin: 14px 10px 0 0;
 
 249   height: $headerHeight;
 
 254   h1, nav, nav > ul, nav > ul > li, .dropdown {
 
 255     display: inline-block;
 
 260     padding: $lineheight/2;
 
 268     text-decoration: none;
 
 275     vertical-align: middle;
 
 290     $border: 1px solid $green;
 
 293     border-radius: $border-radius;
 
 296       border-right: $border;
 
 301       > a:hover { background: lighten($green, 30%); }
 
 302       &.current > a:hover { background: $green; }
 
 303       &.disabled > a:hover { background: lighten($green, 38%); }
 
 305         > a.tab { border-right: 1px solid lighten($green, 30%); }
 
 306         &.current > a.tab { border-right: 1px solid lighten($green, 10%); }
 
 313     display: inline-block;
 
 324     border-top-color: $green;
 
 333       border-top-color: #ccc;
 
 338     background-color: $green;
 
 345       border-top-color: #fff;
 
 355     vertical-align: middle;
 
 356     a, .dropdown-toggle {
 
 357       display: inline-block;
 
 358       text-decoration: none;
 
 362       &:hover { color: darken($darkgrey, 25%); }
 
 367     color: darken($darkgrey, 25%);
 
 371     $border: 1px solid $grey;
 
 373     border-radius: $border-radius;
 
 377       border-right: $border;
 
 383           border-radius: 0 $border-radius $border-radius 0;
 
 386       &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
 
 387       &:hover a { background: lighten($darkgrey, 30%); }
 
 399         padding: 5px 10px 3px 6px;
 
 400         display: inline-block;
 
 403       &:hover > .user-button { color: darken($darkgrey, 5%); }
 
 408     border-top-color: $grey;
 
 412   img.user_thumbnail_tiny {
 
 421     display: inline-block;
 
 424     margin: 3px 0 3px 3px;
 
 425     background-color: lighten($grey, 10%);
 
 433     border-radius: 3px 0 3px 3px;
 
 443 #compact-secondary-nav {
 
 448     &:hover { color: #fff; }
 
 453   #compact-secondary-nav {
 
 454     display: inline-block;
 
 461 /* Utility for styling notification numbers */
 
 464   padding: 2px $lineheight/4;
 
 466   background: lighten($green, 30%);
 
 472 /* Rules for the message shown in place of the map when javascript is disabled */
 
 480 /* Rules for Leaflet maps */
 
 482 .leaflet-control .control-button {
 
 486   background-color: #333;
 
 487   background-color: rgba(0,0,0,.6);
 
 488   border-radius: 4px 0 0 4px;
 
 493     background-color: black;
 
 498     background-color: #333;
 
 499     background-color: rgba(0,0,0,.5);
 
 504     background-color: #9ed485;
 
 512 .leaflet-control .zoomin,
 
 513 .control-layers .control-button {
 
 515   border-radius: 4px 0 0 0;
 
 518 .leaflet-control .zoomout,
 
 519 .control-key .control-button {
 
 524 .control-locate .control-button,
 
 525 .control-share .control-button {
 
 526   border-radius: 0 0 0 4px;
 
 529 /* Rules for the sidebar and main map area */
 
 549     width: $sidebarWidth;
 
 565       padding: $lineheight $lineheight $lineheight/2;
 
 569       margin-top: $lineheight;
 
 570       margin-bottom: $lineheight/2;
 
 583         pointer-events: none;
 
 608   .overlay-sidebar #sidebar {
 
 629       padding: $lineheight/2 $lineheight $lineheight;
 
 643         border-right: 1px solid #fff;
 
 653       width: $sidebarWidth;
 
 669     .leaflet-marker-draggable {
 
 684       border-bottom: 1px solid #DDD;
 
 694       border:1px solid #ddd;
 
 699       border: 1px solid #ccc;
 
 701         border-top-color: #ccc;
 
 725       border: 2px solid #fff;
 
 728       transition: border-color 0.08s ease-in;
 
 735         border-bottom-right-radius: 3px;
 
 739         text-stroke: 2px #fff;
 
 740         background: rgba(255,255,255,.9);
 
 742         input[type="radio"] {
 
 747       &.active { border-color: darken($green, 10%); }
 
 750         &.active { border-color: darken($green, 20%); }
 
 760     li.disabled { color: #999; }
 
 770       text-decoration: none;
 
 771       background-color: $lightblue;
 
 773       border-right: 1px solid #fff;
 
 777       border-right: 1px solid #fff;
 
 778       border-radius: 4px 0 0 4px;
 
 782       border-radius: 0 4px 4px 0;
 
 786       background-color: $blue;
 
 798       font-family: monospace;
 
 820   top: $lineheight/2 !important;
 
 822     margin-right: 0px !important;
 
 823     margin-top: 0px !important;
 
 827 .leaflet-popup-scrolled {
 
 828   padding-right: $lineheight;
 
 829   border-bottom: 0px !important;
 
 830   border-top: 0px !important;
 
 833 .leaflet-popup-content-wrapper {
 
 834   border-radius: 4px !important;
 
 837 /* Rules for attribution text under the main map shown on printouts */
 
 847 .attribution_license,
 
 848 .attribution_project {
 
 852 .attribution_notice {
 
 856 .donate-attr { color: darken($green, 10%) !important; }
 
 858 /* Rules for the sidebar */
 
 862   padding: $lineheight/2 $lineheight;
 
 863   // background: $offwhite;
 
 864   // border-bottom: 1px solid #ccc;
 
 874     padding: $lineheight;
 
 888     margin: $lineheight auto;
 
 900 /* Rules for the search and direction forms */
 
 902 header .search_forms,
 
 910   padding: $lineheight/2;
 
 911   background-color: $lightgrey;
 
 916     border-radius: 2px 0 0 2px;
 
 922     transition: 300ms linear;
 
 925   input[type=text].overflow {
 
 931     box-shadow: 0px 0px 7px #9ED485;
 
 934   input[type=submit].float {
 
 938     border-radius: 0 2px 2px 0;
 
 942     /* this next line is to polyfill the vertical alignment of text within a select element,
 
 943      * which is different between firefox and chrome. */
 
 978   select.routing_engines {
 
 980     margin: 0px 0px 5px 25px;
 
 995     margin: 0px 0px 5px 0px;
 
1002       vertical-align: middle;
 
1006   a.reverse_directions {
 
1008     margin: 0px 0px 5px 25px;
 
1012 /* Rules for the map key which appears in the popout sidebar */
 
1015  .mapkey-table-key img {
 
1021     padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
 
1025 /* Rules for search sidebar */
 
1027 .search_results_entry {
 
1029     border-bottom: $keyline;
 
1031     &:first-child { border-top: $keyline; }
 
1032     &.selected { background: $list-highlight; }
 
1044 .search_results_error {
 
1049 /* Rules for routing */
 
1051 #sidebar_content>table {
 
1052     padding: 5px 20px 10px 15px;
 
1054     border-collapse: separate;
 
1058   background-image: image-url('routing-sprite.png');
 
1061   background-repeat: no-repeat;
 
1063 @for $i from 0 through 25 {
 
1064 div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
 
1068     padding: 0 $lineheight $lineheight/4;
 
1071 td.instruction, td.distance {
 
1072     padding-top: $lineheight/5;
 
1073     padding-bottom: $lineheight/5;
 
1074     border-bottom: 1px solid #DDD;
 
1085     background: $list-highlight;
 
1087 .routing_engines, #route_from, #route_to { margin-left: 25px; }
 
1088 .routing_marker { width: 15px; position: absolute; cursor: move; }
 
1090 /* Rules for entity history */
 
1095     border-bottom: $keyline;
 
1103 /* Rules for the history sidebar */
 
1105 #sidebar .changesets {
 
1108     border-bottom: 1px solid #ddd;
 
1111     &.selected { background: $list-highlight; }
 
1112     /* color is derived from changeset bbox fillColor in history.js */
 
1132 /* Rules for the browse sidebar */
 
1136     padding: $lineheight/2 $lineheight;
 
1137     border-bottom: 1px solid #ddd;
 
1141       word-wrap: break-word;
 
1145   .browse-section:last-of-type {
 
1146     border-bottom: none;
 
1152     border: 1px solid #eee;
 
1161     margin-bottom: 10px;
 
1164       padding: 5px 0 5px 10px;
 
1166       border: 1px solid #CCC;
 
1167       border-radius: 4px 4px 0 0;
 
1168       background-color: #F6F6F6;
 
1174       background-color: #FFF;
 
1175       border: 1px solid #CCC;
 
1177       border-radius: 0 0 4px 4px;
 
1182     background-color: #F6F6F6;
 
1183     border: 1px solid #ddd;
 
1186     table-layout: fixed;
 
1187     border-collapse: separate;
 
1190       border-bottom: 1px solid #ddd;
 
1193     tr:last-child th, tr:last-child td {
 
1201       word-wrap: break-word;
 
1202       white-space: pre-wrap;
 
1207       background-color: #F6F6F6;
 
1211       border-left: 1px solid #ddd;
 
1212       background-color: #fff;
 
1217     margin: 0 0 $lineheight/2 0;
 
1218     padding: 0 $lineheight/2;
 
1221   .note-comments li, .changeset-comments li {
 
1222     margin: $lineheight/2 0;
 
1233   .subscribe-buttons {
 
1235     margin: 18px 10px 10px;
 
1239   .subscribe-buttons input {
 
1245   span.action-button:hover {
 
1247     text-decoration: underline;
 
1252     margin: 0 0 10px 10px;
 
1256     padding: $lineheight $lineheight $lineheight/2;
 
1263       padding: $lineheight $lineheight $lineheight/2;
 
1270         border-bottom: 1px solid #ddd;
 
1277           background: $list-highlight;
 
1284 /* Rules for export sidebar */
 
1287   padding: $lineheight;
 
1289   .export_area_inputs,
 
1294   .export_area_inputs {
 
1295     margin-bottom: $lineheight/2;
 
1296     input[type="text"] {
 
1305     border: 1px solid #ccc;
 
1308     #maxlat { margin-top: -1px; }
 
1317     #minlat { margin-bottom: 0; }
 
1321     margin: $lineheight/4;
 
1325     margin-top: $lineheight;
 
1326     margin-bottom: $lineheight;
 
1330     padding-left: $lineheight/2;
 
1333       margin-bottom: 10px;
 
1338 /* Rules for the routing sidebar */
 
1347 /* Rules for edit pages */
 
1363 /* Rules for non-map content pages */
 
1366   background: $lightgrey;
 
1368   h1 { font-size: 22px; }
 
1372   h1, h2, h3, p, ul, ol {
 
1373     margin-bottom: $lineheight;
 
1377     margin-top: $lineheight/2;
 
1385   padding: $lineheight;
 
1388 /* Overrides for pages that use new layout conventions */
 
1393   .content-body .content-inner {
 
1407   .content-heading .content-inner {
 
1412 .header-illustration {
 
1413   background-position: 0 0;
 
1414   background-repeat: no-repeat;
 
1422     background-image: image-url("sign-up-illustration.png");
 
1426     background-image: image-url("confirm-illustration.png");
 
1430     background-image: image-url("terms-illustration.png");
 
1438     background-image: image-url("sign-up-illustration-arm.png");
 
1443 #content.maximised {
 
1452 /* Rules for small maps in content areas */
 
1458   border: 1px solid #ccc;
 
1459   margin-bottom: $lineheight;
 
1463 /* Rules for the trace list shown by the traces tab etc */
 
1466   font-size: $lineheight/2;
 
1483   .trace_identifiable {
 
1496 /* Rules for the trace view */
 
1508 /* Rules for the new trace form */
 
1513     width: calc(100% - 150px);
 
1518 /* Rules for the edit trace form */
 
1527     width: calc(100% - 150px);
 
1532 /* Rules for the user profile page */
 
1537   .userinformation-inner {
 
1552 .admin-user-info small {
 
1553   margin-bottom: $lineheight/2;
 
1555   margin-right: $lineheight;
 
1560   border-bottom: 1px solid #ccc;
 
1561   padding-bottom: $lineheight;
 
1564     margin-bottom: $lineheight/2;
 
1569   margin-top: $lineheight;
 
1573 .activity-details p {
 
1578 #friends-container .contact-activity ul {
 
1583   // Silly exception; remove when user page is redesigned.
 
1587   p#no_home_location {
 
1588     margin: $lineheight;
 
1591     margin-top: $lineheight/4;
 
1596 /* Rules for the user map */
 
1598 .content_map .leaflet-popup-content {
 
1599   margin: $lineheight/2;
 
1603 /* Rules for user popups on maps */
 
1609     margin-top: 0 0 0 60px;
 
1612   img.user_thumbnail {
 
1614     margin: 0 $lineheight/2 0 0;
 
1618 /* Rules for the user list */
 
1621   font-size: $lineheight/2;
 
1625     vertical-align: middle;
 
1634 #user_list_actions {
 
1636   margin-top: $lineheight/2;
 
1639 /* Rules for the diary list page */
 
1643   margin-top: $lineheight/2;
 
1644   padding-top: $lineheight;
 
1645   border-top: 1px solid #ccc;
 
1648     margin-bottom: $lineheight;
 
1652       margin-bottom: $lineheight/2;
 
1657   img.user_thumbnail {
 
1667 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
 
1672   padding-top: $lineheight;
 
1675 /* Rules for the diary entry page */
 
1682     border: 1px solid #ccc;
 
1684     margin-bottom: $lineheight;
 
1687     border-top: 1px solid #ccc;
 
1688     padding-top: $lineheight;
 
1689     margin-top: $lineheight/2;
 
1695     margin-top: $lineheight/2;
 
1696     border-top: 1px dashed #ccc;
 
1697     padding-top: $lineheight/2;
 
1699       margin-top: $lineheight;
 
1700       padding-top: $lineheight;
 
1701       border-top: 1px solid #ccc;
 
1704       margin-bottom: $lineheight/2;
 
1713 .diary_entry-view img.user_thumbnail {
 
1718 .diary-subscribe-buttons {
 
1724 /* Rules for the log in page */
 
1726 #login_auth_buttons {
 
1730 #login_auth_buttons li {
 
1732   padding: $lineheight/4 $lineheight/2;
 
1735 /* Rules for the account confirmation page */
 
1739     border: 1px solid #ccc;
 
1740     padding: $lineheight;
 
1741     margin-bottom: $lineheight;
 
1746       list-style: inherit;
 
1750       list-style-type: lower-alpha;
 
1755     background: $lightblue;
 
1757       background: darken($lightblue, $hovercolor);
 
1762 /* Rules for the account settings page */
 
1764 #accountForm .user_map {
 
1768   border: 1px solid #ccc;
 
1771 #accountForm .user_image {
 
1775 #accountForm #user_image {
 
1779 #accountForm ul.accountImage-options {
 
1792   display: inline !important;
 
1795 .content_map.settings_map {
 
1800 /* Rules for the oauth settings page */
 
1802 .oauth_clients .buttons .oauth-edit {
 
1803   border-radius: 2px 0 0 2px;
 
1806 .oauth_clients .buttons .oauth-delete {
 
1807   border-radius: 0 2px 2px 0;
 
1810 /* Rules for the oauth authorization page */
 
1812 .oauth-authorize ul {
 
1816 /* Rules for messages pages */
 
1820   border: 1px solid #ddd;
 
1822   input[type="submit"] {
 
1826     border-top: 1px solid #ccc;
 
1830     background: #f8f8ff;
 
1843     padding: $lineheight/4;
 
1854     border-right: 1px solid $lightgrey;
 
1858 .inbox-row .inbox-mark-read {
 
1863   margin-bottom: $lineheight;
 
1864   padding: $lineheight/4 0px 4px 0px;
 
1865   border-bottom: 1px solid #ccc;
 
1872 .info-line .user_thumbnail_tiny {
 
1873   vertical-align: middle;
 
1877   white-space: nowrap;
 
1886 .inbox-row-unread .inbox-mark-unread {
 
1890 .message-read .message-buttons {
 
1891   margin-top: $lineheight;
 
1892   margin-bottom: $lineheight * 1.5;
 
1893   padding-top: $lineheight;
 
1894   border-top: 1px solid $lightgrey;
 
1897 .message-read .buttons .mark-unread-button {
 
1901 /* Rules for "flash" notice boxes shown at the top of the content area */
 
1904   padding: $lineheight;
 
1907     background-color: #ff7070;
 
1911     background-color: #ffe0cc;
 
1915     background-color: #CBEEA7;
 
1919     display: inline-block;
 
1920     margin-left: $lineheight / 2;
 
1921     vertical-align: middle;
 
1924       margin-top: $lineheight * 0.5;
 
1925       margin-bottom: $lineheight * 0.5;
 
1938 /* Rules for highlighting fields with rails validation errors */
 
1941   display: inline-block;
 
1947   background-color: #ff7070;
 
1950 /* Rules for rails validation error boxes */
 
1954   border: 2px solid #ff7070;
 
1955   padding: 0 $lineheight/2;
 
1956   margin-bottom: $lineheight;
 
1957   background-color: #f0f0f0;
 
1960     margin: 0 -10px 10px -10px;
 
1961     padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
 
1964     background-color: #c00;
 
1972     padding: $lineheight/4;
 
1976     padding-left: $lineheight;
 
1985 /* Rules for forms */
 
1989     margin-bottom: $lineheight;
 
1991   label.standard-label {
 
1993     margin-bottom: $lineheight/4;
 
1994     font-size: $typeheight;
 
1998   label.standard-label.secondary {
 
1999     display: inline-block;
 
2000     font-weight: normal;
 
2003     font-weight: normal;
 
2010     margin-top: $lineheight;
 
2011     padding-top: $lineheight;
 
2012     border-top: 1px solid $lightgrey;
 
2014   .horizontal-list .form-row {
 
2016     padding-right: 10px;
 
2019     margin-bottom: $lineheight/2;
 
2027   input[type="checkbox"],
 
2028   input[type="radio"] {
 
2034 #remember_me_openid {
 
2042 input[type="checkbox"],
 
2043 input[type="radio"] {
 
2048 input[type="email"],
 
2050 input[type="password"],
 
2053   background-color: #fff;
 
2054   border: 1px solid #ccc;
 
2059   &.field_with_errors {
 
2060     border: 2px solid #ff7070;
 
2069 /* Rules for user images */
 
2074   border: 1px solid #ccc;
 
2075   margin-bottom: $lineheight;
 
2077   margin-right: $lineheight;
 
2080 img.user_thumbnail {
 
2083   border: 1px solid #ccc;
 
2084   margin-right: $lineheight;
 
2087 img.user_thumbnail_tiny {
 
2092   border: 1px solid #ccc;
 
2095 /* Rules for geo microformats */
 
2098   border-bottom: none;
 
2101 /* Rules for RSS buttons */
 
2108 /* General styles for action lists / subnavs / pager navs */
 
2110 ul.secondary-actions {
 
2115     display: inline-block;
 
2122     border-left: 1px solid #ccc;
 
2123     padding-left: $lineheight/2;
 
2124     margin-right: $lineheight/2;
 
2135 div.secondary-actions {
 
2140 /* Utility for managing inner content areas */
 
2142 .inner22 { padding: $lineheight;}
 
2144 .inner12 { padding: $lineheight/2 $lineheight;}
 
2146 .inner11 { padding: $lineheight/2;}
 
2148 .inner20 { padding: $lineheight 0;}
 
2150 .inner02 { padding: 0 $lineheight;}
 
2152 /* Utility for general button styles */
 
2154 input[type="button"],
 
2155 input[type="submit"],
 
2156 input[type="reset"],
 
2160   display: inline-block;
 
2161   padding: $lineheight/4 $lineheight/2;
 
2162   min-height: 20px + $lineheight/2;
 
2164   margin: 0 0 $lineheight/2 0;
 
2170     background: darken($blue, $hovercolor);
 
2171     text-decoration: none;
 
2174     background: $lightblue;
 
2176       background: darken($lightblue, $hovercolor);
 
2180     background: $lightgrey;
 
2182       background: $lightgrey;
 
2190 input[type="button"],
 
2191 input[type="submit"],
 
2192 input[type="reset"] {
 
2193   line-height: normal;
 
2202   input[type="submit"],
 
2203   input[type="button"],
 
2204   input[type="reset"],
 
2207     box-sizing: border-box;
 
2213     border-right:1px solid white;
 
2214     text-overflow: ellipsis;
 
2215     white-space: nowrap;
 
2219   .button:first-child,
 
2220   .button_to:first-child {
 
2221     border-radius:2px 0 0 2px;
 
2225   .button_to:last-child {
 
2226     border-radius:0 2px 2px 0;
 
2227     border-right-width: 0;
 
2231   .button_to:only-child,
 
2232   *[value="Hide"] + input:last-child,
 
2233   *[value="Hide"] + .button:last-child,
 
2234   *[value="Hide"] + .button_to:last-child {
 
2236     border-right-width: 0;
 
2238     /* if a 3-button set has a hidden middle button */
 
2239   *[value="Hide"] + input:nth-child(3),
 
2240   *[value="Hide"] + .button:nth-child(3),
 
2241   *[value="Hide"] + .button_to:nth-child(3) {
 
2242     border-radius:0 2px 2px 0;
 
2243     border-right-width: 0;
 
2245   /* if a 3-button set starts with a hidden button */
 
2246   *[value="Hide"] + input:nth-child(2):not(:last-child),
 
2247   *[value="Hide"] + .button:nth-child(2):not(:last-child),
 
2248   *[value="Hide"] + .button_to:nth-child(2):not(:last-child) {
 
2249     border-radius:2px 0 0 2px;
 
2250     border-right-width: 1px;
 
2254 /* Rules for doing distinct colour of alternate table rows */
 
2258   background: $offwhite;
 
2266 /* Rules for OpenID logo */
 
2269   vertical-align: text-bottom;
 
2273 /* Rules for rich text */
 
2278     padding-bottom: $lineheight/2;
 
2279     border-bottom: 1px dashed #cccccc;
 
2280     margin-bottom: $lineheight/2;
 
2292     font-size: $typeheight;
 
2297     background: #e8e8e8;
 
2303     background: #e8e8e8;
 
2312     padding: $lineheight;
 
2313     background-color: $offwhite;
 
2320     border-left: $lineheight solid $offwhite;
 
2321     padding-left: $lineheight;
 
2327     padding-left: $lineheight;
 
2328     margin-bottom: $lineheight;
 
2329     margin-left: $lineheight;
 
2337     list-style: decimal;
 
2341 .diary_post .richtext {
 
2342     margin-top: $lineheight;
 
2345 .comments .richtext {
 
2350 /* Rules for rich text editors */
 
2352 input.richtext_title[type="text"] {
 
2354   width: calc(100% - 235px);
 
2356   @media only screen and (max-width:768px) {
 
2361 .richtext_container {
 
2362   margin-bottom: $lineheight;
 
2366     width: calc(100% - 235px);
 
2367     display: inline-block;
 
2368     vertical-align: top;
 
2370     @media only screen and (max-width:768px) {
 
2375       display: inline-block;
 
2376       padding: $lineheight;
 
2377       background-color: $offwhite;
 
2381         background-image: image-url("loading.gif");
 
2382         background-repeat: no-repeat;
 
2383         background-position: center;
 
2393     display: inline-block;
 
2394     vertical-align: top;
 
2396     background-color: #f8f8ff;
 
2397     padding: $lineheight/2;
 
2405       border-bottom: 1px solid #ccc;
 
2406       margin-bottom: $lineheight/4;
 
2407       padding-bottom: $lineheight/4;
 
2410     li h4, li span, li p {
 
2411       display: inline-block;
 
2412       vertical-align: top;
 
2423       margin-left: $lineheight/2;
 
2424       margin-bottom: $lineheight/4;
 
2425       white-space: nowrap;
 
2430 /* Rules for the user notes list */
 
2434     background-color: #eeeeee;
 
2446 /* Rules for the iD editor */
 
2453 /* Rules for dropdown menus */
 
2460   *margin-bottom: -3px;
 
2463 .dropdown-toggle:active,
 
2464 .open .dropdown-toggle {
 
2469   display: inline-block;
 
2472   vertical-align: top;
 
2473   border-top: 4px solid #000000;
 
2474   border-right: 4px solid transparent;
 
2475   border-left: 4px solid transparent;
 
2495   background-color: #ffffff;
 
2496   border: 1px solid #ccc;
 
2497   border-radius: 0 3px 3px;
 
2498   *border-right-width: 2px;
 
2499   *border-bottom-width: 2px;
 
2500   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 
2501   background-clip: padding-box;
 
2504 .dropdown-menu.pull-right {
 
2509 .dropdown-menu .divider {
 
2513   *margin: -5px 0 5px;
 
2515   background-color: #e5e5e5;
 
2516   border-bottom: 1px solid #ffffff;
 
2519 .dropdown-menu > li > a {
 
2523   font-weight: normal;
 
2526   white-space: nowrap;
 
2529 .dropdown-menu > li > a:hover,
 
2530 .dropdown-menu > li > a:focus,
 
2531 .dropdown-submenu:hover > a,
 
2532 .dropdown-submenu:focus > a {
 
2534   text-decoration: none;
 
2535   background-color: $green;
 
2538 .dropdown-menu > .active > a,
 
2539 .dropdown-menu > .active > a:hover,
 
2540 .dropdown-menu > .active > a:focus {
 
2542   text-decoration: none;
 
2543   background-color: $green;
 
2547 .dropdown-menu > .disabled > a,
 
2548 .dropdown-menu > .disabled > a:hover,
 
2549 .dropdown-menu > .disabled > a:focus {
 
2553 .dropdown-menu > .disabled > a:hover,
 
2554 .dropdown-menu > .disabled > a:focus {
 
2555   text-decoration: none;
 
2557   background-color: transparent;
 
2558   background-image: none;
 
2565 .open > .dropdown-menu {
 
2569 .dropdown-backdrop {
 
2578 /* Rules for the "Welcome" page */
 
2579 .site-welcome, .site-fixthemap {
 
2589     background-image: image-url("welcome-sprite.png");
 
2590     background-size: 500px 250px;
 
2596     padding-bottom: 20px;
 
2598       margin-bottom: 10px;
 
2610     background-position: -50px 0;
 
2615     vertical-align: middle;
 
2619     background-position: -100px 0;
 
2623     background-position: -150px 0;
 
2627     background-position: -200px 0;
 
2631     background-position: -250px 0;
 
2635     background-position: -300px 0;
 
2639     background-position: -350px 0;
 
2648     text-decoration: none;
 
2653     background-color: $offwhite;
 
2657     background-color: #333;
 
2662 .site-about #content {
 
2663   //background-color: #000;
 
2664   background-color: #eee;
 
2665   background-position: 50% 50%;
 
2666   background-repeat: no-repeat;
 
2667   background-size: cover;
 
2668   background-attachment: fixed;
 
2672     font: 13px/20px Helvetica, Arial, sans-serif;
 
2677     text-shadow: #000 0px 1px 5px;
 
2685     white-space: nowrap;
 
2686     text-decoration: none;
 
2697     text-indent: -9999px;
 
2699     background: image-url('about/sprite.png') -120px 0px no-repeat;
 
2700     background-color: #000;
 
2701     background-color: rgba(0, 0, 0, 0.5);
 
2711       margin-bottom: 30px;
 
2714     .section:last-child {
 
2726     padding: 170px 40px 20px;
 
2728     background: rgba(0, 0, 0, .8);
 
2748       background-position: 0 50%;
 
2749       background-repeat: no-repeat;
 
2750       background-image: image-url('about/osm.png');
 
2751       background-size: cover;
 
2752       background-color: #76c551;
 
2762       padding: 20px 20px 20px 40px;
 
2763       font: 500 20px/24px Helvetica, Arial, sans-serif;
 
2764       white-space: nowrap;
 
2766       background: #76c551;
 
2770       display: inline-block;
 
2777     margin-bottom: 10px;
 
2784     vertical-align: middle;
 
2785     background: 40px 40px image-url('about/sprite.png') no-repeat;
 
2789       background-position: 0px 0px;
 
2793       background-position: 0px -40px;
 
2797       background-position: 0px -80px;
 
2801       background-position: 0px -120px;
 
2805       background-position: 0px -160px;
 
2809       background-position: -45px -160px;
 
2816 @media only screen and (max-width:960px) {
 
2817   .header-illustration.new-user-arm {
 
2827 .report-related-block {
 
2828   display:inline-block;
 
2842     padding-left: $lineheight;
 
2857     white-space: nowrap;
 
2861 .report-disclaimer {
 
2862   background: #fff1f0;
 
2864   border-color: rgba(216, 80, 48, 0.3);
 
2866   margin-bottom: $lineheight;
 
2869     padding-left: $lineheight;