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; }
 
  18 sup { vertical-align: text-top; }
 
  20 sub { vertical-align: text-bottom; }
 
  23   border-collapse: collapse;
 
  27 li { list-style: none; }
 
  32 body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; }
 
  35   border-bottom: .1em dotted;
 
  43 /* Micro Clearfix | Details: http://nicolasgallagher.com/micro-clearfix-hack/ */
 
  57 .col0    { float:left; width:04.1666%; }
 
  58 .col1    { float:left; width:08.3333%; }
 
  59 .col2    { float:left; width:16.6666%; }
 
  60 .col3    { float:left; width:25.0000%; }
 
  61 .col4    { float:left; width:33.3333%; }
 
  62 .col5    { float:left; width:41.6666%; }
 
  63 .col6    { float:left; width:50.0000%; }
 
  64 .col7    { float:left; width:58.3333%; }
 
  65 .col8    { float:left; width:66.6666%; }
 
  66 .col9    { float:left; width:75.0000%; }
 
  67 .col10   { float:left; width:83.3333%; }
 
  68 .col11   { float:left; width:91.6666%; }
 
  69 .col12   { width:100%; }
 
  71 .margin0  { margin-left:04.1666%; }
 
  72 .margin1  { margin-left:08.3333%; }
 
  73 .margin2  { margin-left:16.6666%; }
 
  74 .margin3  { margin-left:25.0000%; }
 
  75 .margin4  { margin-left:33.3333%; }
 
  76 .margin5  { margin-left:41.6666%; }
 
  77 .margin6  { margin-left:50.0000%; }
 
  78 .margin7  { margin-left:58.3333%; }
 
  79 .margin8  { margin-left:66.6666%; }
 
  80 .margin9  { margin-left:75.0000%; }
 
  81 .margin10 { margin-left:83.3333%; }
 
  82 .margin11 { margin-left:91.6666%; }
 
  83 .margin12 { margin-left:100.0000%; }
 
  85 .fillL { background-color: white; }
 
  87 /* Default rules for the body of every page */
 
  90   -webkit-box-sizing: border-box;
 
  91      -moz-box-sizing: border-box;
 
  92           box-sizing: border-box;
 
  96   font-family: 'Helvetica Neue',Arial,sans-serif;
 
  97   font-size: $typeheight;
 
 100   background-color: #fff;
 
 108   background-color: #f0f0f0;
 
 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 /* Rules for icons */
 
 154   display:inline-block;
 
 158   background:transparent image-url("sprite.png") no-repeat 0 0;
 
 163 .icon.search      { background-position: 0 0; }
 
 164 .icon.donate      { background-position: -20px 0; }
 
 165 .icon.zoomin      { background-position: -40px 0; }
 
 166 .icon.zoomout     { background-position: -60px 0; }
 
 167 .icon.geolocate   { background-position: -80px 0; }
 
 168 .active .icon.geolocate   { background-position: -80px -20px; }
 
 169 .icon.layers      { background-position: -100px 0; }
 
 170 .icon.key         { background-position: -120px 0; }
 
 171 .icon.share       { background-position: -140px 0; }
 
 172 .icon.clipboard   { background-position: -160px 0; }
 
 173 .icon.link        { background-position: -180px 0; }
 
 174 .icon.close       { background-position: -200px 0; }
 
 175 .icon.close:hover { background-position: -200px -20px; }
 
 176 .icon.check       { background-position: -220px 0; }
 
 177 .icon.note        { background-position: -240px 0; }
 
 178 .icon.gear        { background-position: -260px 0; }
 
 180 /* Rules for links */
 
 184   text-decoration: none;
 
 185   -webkit-appearance: none;
 
 188     text-decoration: underline;
 
 192 /* Rules for horizontal lines */
 
 196   background-color: #ccc;
 
 201 /* General styles for tables */
 
 205   margin-bottom: $lineheight;
 
 208     padding: $lineheight/4;
 
 209     line-height: $lineheight;
 
 216     vertical-align: middle;
 
 220 /* Utility for de-emphasizing content */
 
 229 /* Rules for the header */
 
 232   display: none !important;
 
 234   background: image-url("menu-icon.png") no-repeat;
 
 235   background-size: 30px 30px;
 
 239   margin: 14px 10px 0 0;
 
 244   height: $headerHeight;
 
 249   h1, nav, nav > ul, nav > ul > li, .dropdown {
 
 250     display: inline-block;
 
 255     padding: $lineheight/2;
 
 263     text-decoration: none;
 
 270     vertical-align: middle;
 
 285     $border: 1px solid $green;
 
 288     border-radius: $border-radius;
 
 291       border-right: $border;
 
 296       > a:hover { background: lighten($green, 30%); }
 
 297       &.current > a:hover { background: $green; }
 
 298       &.disabled > a:hover { background: lighten($green, 38%); }
 
 300         > a.tab { border-right: 1px solid lighten($green, 30%); }
 
 301         &.current > a.tab { border-right: 1px solid lighten($green, 10%); }
 
 308     display: inline-block;
 
 319     border-top-color: $green;
 
 328       border-top-color: #ccc;
 
 333     background-color: $green;
 
 340       border-top-color: #fff;
 
 350     vertical-align: middle;
 
 351     a, .dropdown-toggle {
 
 352       display: inline-block;
 
 353       text-decoration: none;
 
 357       &:hover { color: darken($darkgrey, 25%); }
 
 362     color: darken($darkgrey, 25%);
 
 366     $border: 1px solid $grey;
 
 368     border-radius: $border-radius;
 
 372       border-right: $border;
 
 378           border-radius: 0 $border-radius $border-radius 0;
 
 381       &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
 
 382       &:hover a { background: lighten($darkgrey, 30%); }
 
 394         padding: 5px 10px 3px 6px;
 
 395         display: inline-block;
 
 398       &:hover > .user-button { color: darken($darkgrey, 5%); }
 
 403     border-top-color: $grey;
 
 407   img.user_thumbnail_tiny {
 
 416     display: inline-block;
 
 419     margin: 3px 0 3px 3px;
 
 420     background-color: lighten($grey, 10%);
 
 428     border-radius: 3px 0 3px 3px;
 
 438 #compact-secondary-nav {
 
 443     &:hover { color: #fff; }
 
 447 @media only screen and (max-width:960px) {
 
 448   #compact-secondary-nav {
 
 449     display: inline-block;
 
 456 /* Utility for styling notification numbers */
 
 459   padding: 2px $lineheight/4;
 
 461   background: lighten($green, 30%);
 
 467 /* Rules for the message shown in place of the map when javascript is disabled */
 
 476 /* Rules for bootstrap tooltips */
 
 514   display: inline-block;
 
 517   background-color: white;
 
 524   border-color: transparent;
 
 528 .tooltip.top .tooltip-arrow {
 
 532   border-top-color: white;
 
 533   border-width: 5px 5px 0;
 
 536 .tooltip.right .tooltip-arrow {
 
 540   border-right-color: white;
 
 541   border-width: 5px 5px 5px 0;
 
 544 .tooltip.left .tooltip-arrow {
 
 548   border-left-color: white;
 
 549   border-width: 5px 0 5px 5px;
 
 552 .tooltip.bottom .tooltip-arrow {
 
 556   border-bottom-color: white;
 
 557   border-width: 0 5px 5px;
 
 560 /* Rules for Leaflet maps */
 
 562 .leaflet-control .control-button {
 
 566   background-color: #333;
 
 567   background-color: rgba(0,0,0,.6);
 
 568   border-radius: 4px 0 0 4px;
 
 573     background-color: black;
 
 577     background-color: #9ed485;
 
 581     background-color: #333;
 
 582     background-color: rgba(0,0,0,.5);
 
 591 .leaflet-control .zoomin,
 
 592 .control-layers .control-button {
 
 594   border-radius: 4px 0 0 0;
 
 597 .leaflet-control .zoomout,
 
 598 .control-key .control-button {
 
 603 .control-locate .control-button,
 
 604 .control-share .control-button {
 
 605   border-radius: 0 0 0 4px;
 
 608 /* Rules for the sidebar and main map area */
 
 628     width: $sidebarWidth;
 
 633       padding: $lineheight $lineheight $lineheight/2;
 
 637       margin-top: $lineheight;
 
 638       margin-bottom: $lineheight/2;
 
 652   .overlay-sidebar #sidebar {
 
 656     border-bottom-right-radius: 5px;
 
 668       padding: $lineheight/2 $lineheight $lineheight;
 
 682         border-right: 1px solid #fff;
 
 702       border-bottom: 1px solid #DDD;
 
 712       border:1px solid #ddd;
 
 717       border: 1px solid #ccc;
 
 719         border-top-color: #ccc;
 
 743       border: 2px solid #fff;
 
 746       transition: border-color 0.08s ease-in;
 
 753         border-bottom-right-radius: 3px;
 
 757         text-stroke: 2px #fff;
 
 758         background: rgba(255,255,255,.9);
 
 759         z-index: 2; // For IE9
 
 760         input[type="radio"] {
 
 765       &.active { border-color: darken($green, 10%); }
 
 768         &.active { border-color: darken($green, 20%); }
 
 778     li.disabled { color: #999; }
 
 788       text-decoration: none;
 
 789       background-color: $lightblue;
 
 794       border-right: 1px solid #fff;
 
 795       border-radius: 4px 0 0 4px;
 
 799       border-left: 1px solid #fff;
 
 800       border-radius: 0 4px 4px 0;
 
 804       background-color: $blue;
 
 816       font-family: monospace;
 
 838   top: $lineheight/2 !important;
 
 840     margin-right: 0px !important;
 
 841     margin-top: 0px !important;
 
 845 .leaflet-popup-scrolled {
 
 846   padding-right: $lineheight;
 
 847   border-bottom: 0px !important;
 
 848   border-top: 0px !important;
 
 851 .leaflet-popup-content-wrapper {
 
 852   border-radius: 4px !important;
 
 853   -webkit-border-radius: 4px !important;
 
 856 /* Rules for attribution text under the main map shown on printouts */
 
 862 .attribution_license,
 
 863 .attribution_project {
 
 867 .attribution_notice {
 
 871 .donate-attr { color: darken($green, 10%) !important; }
 
 873 /* Rules for the sidebar */
 
 877   padding: $lineheight/2 $lineheight;
 
 878   // background: $offwhite;
 
 879   // border-bottom: 1px solid #ccc;
 
 889     padding: $lineheight;
 
 898     margin: $lineheight auto;
 
 904 /* Rules for the search box */
 
 906 header .search_form {
 
 912   padding: $lineheight/2;
 
 913   background-color: $lightgrey;
 
 918     border-radius: 2px 0 0 2px;
 
 926     transition: 300ms linear;
 
 927     -webkit-transition: 300ms linear;
 
 928     -moz-transition: 300ms linear;
 
 933     box-shadow: 0px 0px 7px #9ED485;
 
 940     border-radius: 0 2px 2px 0;
 
 952 /* Rules for the map key which appears in the popout sidebar */
 
 955  .mapkey-table-key img {
 
 961     padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
 
 965 /* Rules for search sidebar */
 
 967 .search_results_entry {
 
 969     border-bottom: $keyline;
 
 970     &:first-child { border-top: $keyline; }
 
 982 .search_results_error {
 
 986 /* Rules for entity history */
 
 991     border-bottom: $keyline;
 
 999 /* Rules for the history sidebar */
 
1001 #sidebar .changesets {
 
1004     border-bottom: 1px solid #ddd;
 
1007     &.selected { background: #FFFFE6; }
 
1008     /* color is derived from changeset bbox fillColor in history.js */
 
1019 /* Rules for the browse sidebar */
 
1023     padding: $lineheight/2 $lineheight;
 
1024     border-bottom: 1px solid #ddd;
 
1031   .browse-section:last-of-type {
 
1032     border-bottom: none;
 
1038     border: 1px solid #eee;
 
1047     margin-bottom: 10px;
 
1050       padding: 5px 0 5px 10px;
 
1052       border: 1px solid #CCC;
 
1053       border-radius: 4px 4px 0 0;
 
1054       background-color: #F6F6F6;
 
1060       background-color: #FFF;
 
1061       border: 1px solid #CCC;
 
1063       border-radius: 0 0 4px 4px;
 
1068     background-color: #F6F6F6;
 
1069     border: 1px solid #ddd;
 
1072     table-layout: fixed;
 
1073     border-collapse: separate;
 
1076       border-bottom: 1px solid #ddd;
 
1079     tr:last-child th, tr:last-child td {
 
1087       word-wrap: break-word;
 
1092       background-color: #F6F6F6;
 
1096       border-left: 1px solid #ddd;
 
1097       background-color: #fff;
 
1102     margin: $lineheight/2 0;
 
1103     padding: $lineheight/2;
 
1108     margin: $lineheight/2 0;
 
1117     margin: 0 0 10px 10px;
 
1121 /* Rules for export sidebar */
 
1124   padding: $lineheight;
 
1126   .export_area_inputs,
 
1131   .export_area_inputs {
 
1132     margin-bottom: $lineheight/2;
 
1133     input[type="text"] {
 
1142     border: 1px solid #ccc;
 
1145     #maxlat { margin-top: -1px; }
 
1154     #minlat { margin-bottom: 0; }
 
1158     margin: $lineheight/4;
 
1162     margin-top: $lineheight;
 
1163     margin-bottom: $lineheight;
 
1167     padding-left: $lineheight/2;
 
1170       margin-bottom: 10px;
 
1175 /* Rules for edit pages */
 
1191 /* Rules for non-map content pages */
 
1194   background: $lightgrey;
 
1196   h1 { font-size: 22px; }
 
1200   h1, h2, h3, p, ul, ol {
 
1201     margin-bottom: $lineheight;
 
1205     margin-top: $lineheight/2;
 
1213   padding: $lineheight;
 
1216 /* Overrides for pages that use new layout conventions */
 
1221   .content-body .content-inner {
 
1230   .content-heading .content-inner {
 
1235 .header-illustration {
 
1236   background-position: 0 0;
 
1237   background-repeat: no-repeat;
 
1245     background-image: image-url("sign-up-illustration.png");
 
1249     background-image: image-url("confirm-illustration.png");
 
1253     background-image: image-url("terms-illustration.png");
 
1261     background-image: image-url("sign-up-illustration-arm.png");
 
1266 #content.maximised {
 
1279 #slim_container_content {
 
1281   background-color: #FFFFFF;
 
1282   margin: $lineheight/2 auto;
 
1284   border-radius: 25px;
 
1285   -moz-border-radius: 25px;
 
1286   border: 1px solid #e6e6e6;
 
1290   margin: $lineheight/2;
 
1295     margin-bottom: 15px;
 
1300   margin: 30px $lineheight/2;
 
1303   margin-right: $lineheight/4;
 
1305     vertical-align: middle;
 
1306     margin-bottom: $lineheight/4;
 
1307     margin-right: $lineheight/4;
 
1311 /* Rules for small maps in content areas */
 
1317   border: 1px solid #ccc;
 
1318   margin-bottom: $lineheight;
 
1322 /* Rules for the trace list shown by the traces tab etc */
 
1325   font-size: $lineheight/2;
 
1342   .trace_identifiable {
 
1355 /* Rules for the user profile page */
 
1360   .userinformation-inner {
 
1375 .admin-user-info small {
 
1376   margin-bottom: $lineheight/2;
 
1378   margin-right: $lineheight;
 
1383   border-bottom: 1px solid #ccc;
 
1384   padding-bottom: $lineheight;
 
1387     margin-bottom: $lineheight/2;
 
1392   margin-top: $lineheight;
 
1396 .activity-details p {
 
1401 #friends-container .contact-activity ul {
 
1406   // Silly exception; remove when user page is redesigned.
 
1410   p#no_home_location {
 
1411     margin: $lineheight;
 
1414     margin-top: $lineheight/4;
 
1419 /* Rules for the user map */
 
1421 .content_map .leaflet-popup-content {
 
1422   margin: $lineheight/2;
 
1426 /* Rules for user popups on maps */
 
1432     margin-top: 0 0 0 60px;
 
1435   img.user_thumbnail {
 
1437     margin: 0 $lineheight/2 0 0;
 
1441 /* Rules for the user list */
 
1444   font-size: $lineheight/2;
 
1448     vertical-align: middle;
 
1457 #user_list_actions {
 
1459   margin-top: $lineheight/2;
 
1462 /* Rules for the diary list page */
 
1466   margin-top: $lineheight/2;
 
1467   padding-top: $lineheight;
 
1468   border-top: 1px solid #ccc;
 
1471     margin-bottom: $lineheight;
 
1475       margin-bottom: $lineheight/2;
 
1480   img.user_thumbnail {
 
1489   ul.secondary-actions {
 
1490     display: inline-block;
 
1494 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
 
1498 /* Rules for the diary entry page */
 
1505     border: 1px solid #ccc;
 
1507     margin-bottom: $lineheight;
 
1510     border-top: 1px solid #ccc;
 
1511     padding-top: $lineheight;
 
1512     margin-top: $lineheight/2;
 
1518     margin-top: $lineheight/2;
 
1519     border-top: 1px dashed #ccc;
 
1520     padding-top: $lineheight/2;
 
1522       margin-top: $lineheight;
 
1523       padding-top: $lineheight;
 
1524       border-top: 1px solid #ccc;
 
1527       margin-bottom: $lineheight/2;
 
1536 .diary_entry-view img.user_thumbnail {
 
1540 /* Rules for the log in page */
 
1542 #login_openid_buttons {
 
1546 #login_openid_buttons li {
 
1548   padding: $lineheight/4 $lineheight/2;
 
1551 /* Rules for the account confirmation page */
 
1555     border: 1px solid #ccc;
 
1556     padding: $lineheight;
 
1557     margin-bottom: $lineheight;
 
1563     background: $lightblue;
 
1565       background: darken($lightblue, $hovercolor);
 
1570 /* Rules for the account settings page */
 
1572 #accountForm .user_map {
 
1576   border: 1px solid #ccc;
 
1579 #accountForm .user_image {
 
1583 #accountForm #user_image {
 
1587 #accountForm ul.accountImage-options {
 
1600   display: inline !important;
 
1603 .content_map.settings_map {
 
1608 /* Rules for the oauth settings page */
 
1610 .oauth_clients .buttons .oauth-edit {
 
1611   border-radius: 2px 0 0 2px;
 
1614 .oauth_clients .buttons .oauth-delete {
 
1615   border-radius: 0 2px 2px 0;
 
1618 /* Rules for messages pages */
 
1622   border: 1px solid #ddd;
 
1624   input[type="submit"] {
 
1628     border-top: 1px solid #ccc;
 
1632     background: #f8f8ff;
 
1645     padding: $lineheight/4;
 
1656     border-right: 1px solid $lightgrey;
 
1660 .inbox-row .inbox-mark-read {
 
1665   margin-bottom: $lineheight;
 
1666   padding: $lineheight/4 0px 4px 0px;
 
1667   border-bottom: 1px solid #ccc;
 
1674 .info-line .user_thumbnail_tiny {
 
1675   vertical-align: middle;
 
1679   white-space: nowrap;
 
1688 .inbox-row-unread .inbox-mark-unread {
 
1692 .message-read .message-buttons {
 
1693   margin-top: $lineheight;
 
1694   padding-top: $lineheight;
 
1695   border-top: 1px solid $lightgrey;
 
1698 .message-read .buttons .mark-unread-button {
 
1702 /* Rules for "flash" notice boxes shown at the top of the content area */
 
1705   padding: $lineheight;
 
1706   background-color: #ff7070;
 
1710   padding: $lineheight;
 
1711   background-color: #ffe0cc;
 
1715   padding: $lineheight;
 
1716   background-color: #CBEEA7;
 
1719 /* Rules for highlighting fields with rails validation errors */
 
1721 .field_with_errors {
 
1723   background-color: #ff7070;
 
1724   display: inline-block;
 
1728   display: inline-block;
 
1734   background-color: #ff7070;
 
1737 /* Rules for rails validation error boxes */
 
1741   border: 2px solid #ff7070;
 
1742   padding: 0 $lineheight/2;
 
1743   margin-bottom: $lineheight;
 
1744   background-color: #f0f0f0;
 
1747     margin: 0 -10px 10px -10px;
 
1748     padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
 
1751     background-color: #c00;
 
1759     padding: $lineheight/4;
 
1763     padding-left: $lineheight;
 
1772 /* Rules for forms */
 
1776     margin-bottom: $lineheight;
 
1778   label.standard-label {
 
1780     margin-bottom: $lineheight/4;
 
1781     font-size: $typeheight;
 
1785   label.standard-label.secondary {
 
1786     display: inline-block;
 
1787     font-weight: normal;
 
1790     font-weight: normal;
 
1797     margin-top: $lineheight;
 
1798     padding-top: $lineheight;
 
1799     border-top: 1px solid $lightgrey;
 
1801   .horizontal-list .form-row { 
 
1803     padding-right: 10px;
 
1806     margin-bottom: $lineheight/2;
 
1814   input[type="checkbox"],
 
1815   input[type="radio"] {
 
1821 #remember_me_openid {
 
1825 input[type="checkbox"],
 
1826 input[type="radio"] {
 
1831 input[type="email"],
 
1833 input[type="password"],
 
1835   border: 1px solid #ccc;
 
1846 /* Rules for user images */
 
1851   border: 1px solid #ccc;
 
1852   margin-bottom: $lineheight;
 
1854   margin-right: $lineheight;
 
1857 img.user_thumbnail {
 
1860   border: 1px solid #ccc;
 
1861   margin-right: $lineheight;
 
1864 img.user_thumbnail_tiny {
 
1867   border: 1px solid #ccc;
 
1870 /* Rules for geo microformats */
 
1873   border-bottom: none;
 
1876 /* Rules for RSS buttons */
 
1883 /* General styles for action lists / subnavs / pager navs */
 
1885 ul.secondary-actions {
 
1890     display: inline-block;
 
1897     border-left: 1px solid #ccc;
 
1898     padding-left: $lineheight/2;
 
1899     margin-right: $lineheight/2;
 
1910 div.secondary-actions {
 
1915 /* Utility for managing inner content areas */
 
1917 .inner22 { padding: $lineheight;}
 
1919 .inner12 { padding: $lineheight/2 $lineheight;}
 
1921 .inner11 { padding: $lineheight/2;}
 
1923 .inner20 { padding: $lineheight 0;}
 
1925 .inner02 { padding: 0 $lineheight;}
 
1927 /* Utility for general button styles */
 
1929 input[type="button"],
 
1930 input[type="submit"],
 
1931 input[type="reset"],
 
1935   display: inline-block;
 
1937   padding: $lineheight/4 $lineheight/2;
 
1938   min-height: 20px + $lineheight/2;
 
1940   margin: 0 0 $lineheight/2 0;
 
1945   -moz-border-radius: 2px;
 
1947     background: darken($blue, $hovercolor);
 
1948     text-decoration: none;
 
1951     background: $lightblue;
 
1953       background: darken($lightblue, $hovercolor);
 
1957     background: $lightgrey;
 
1959       background: $lightgrey;
 
1969   input[type="submit"],
 
1970   input[type="button"],
 
1971   input[type="reset"],
 
1973     box-sizing: border-box;
 
1979     border-right:1px solid white;
 
1980     text-overflow: ellipsis;
 
1981     white-space: nowrap;
 
1985   .button:first-child {
 
1986     border-radius:2px 0 0 2px;
 
1989   .button:last-child {
 
1990     border-radius:0 2px 2px 0;
 
1991     border-right-width: 0;
 
1995   *[value="Hide"] + input:last-child,
 
1996   *[value="Hide"] + .button:last-child {
 
1998     border-right-width: 0;
 
2000     /* if a 3-button set has a hidden middle button */
 
2001   *[value="Hide"] + input:nth-child(3),
 
2002   *[value="Hide"] + .button:nth-child(3) {
 
2003     border-radius:0 2px 2px 0;
 
2004     border-right-width: 0;
 
2006   /* if a 3-button set starts with a hidden button */
 
2007   *[value="Hide"] + input:nth-child(2):not(:last-child),
 
2008   *[value="Hide"] + .button:nth-child(2):not(:last-child) {
 
2009     border-radius:2px 0 0 2px;
 
2010     border-right-width: 1px;
 
2014 /* Rules for doing distinct colour of alternate table rows */
 
2018   background: $offwhite;
 
2026 /* Rules for OpenID logo */
 
2029   vertical-align: text-bottom;
 
2033 /* Rules for rich text */
 
2038     padding-bottom: $lineheight/2;
 
2039     border-bottom: 1px dashed #cccccc;
 
2040     margin-bottom: $lineheight/2;
 
2052     font-size: $typeheight;
 
2057     background: #e8e8e8;
 
2063     background: #e8e8e8;
 
2072     padding: $lineheight;
 
2073     background-color: $offwhite;
 
2080     border-left: $lineheight solid $offwhite;
 
2081     padding-left: $lineheight;
 
2087     padding-left: $lineheight;
 
2088     margin-bottom: $lineheight;
 
2089     margin-left: $lineheight;
 
2097     list-style: decimal;
 
2101 .diary_post .richtext {
 
2102     margin-top: $lineheight;
 
2105 .comments .richtext {
 
2110 /* Rules for rich text editors */
 
2112 .richtext_container {
 
2113   margin-bottom: $lineheight;
 
2117     display: inline-block;
 
2118     vertical-align: top;
 
2121       display: inline-block;
 
2122       padding: $lineheight;
 
2123       background-color: $offwhite;
 
2127         background-image: image-url("loading.gif");
 
2128         background-repeat: no-repeat;
 
2129         background-position: center;
 
2139     display: inline-block;
 
2140     vertical-align: top;
 
2142     background-color: #f8f8ff;
 
2143     padding: $lineheight/2;
 
2151       border-bottom: 1px solid #ccc;
 
2152       margin-bottom: $lineheight/4;
 
2153       padding-bottom: $lineheight/4;
 
2156     li h4, li span, li p {
 
2157       display: inline-block;
 
2158       vertical-align: top;
 
2169       margin-left: $lineheight/2;
 
2170       margin-bottom: $lineheight/4;
 
2171       white-space: nowrap;
 
2176 /* Rules for the user notes list */
 
2180     background-color: #eeeeee;
 
2192 /* Rules for the iD editor */
 
2199 /* Rules for dropdown menus */
 
2206   *margin-bottom: -3px;
 
2209 .dropdown-toggle:active,
 
2210 .open .dropdown-toggle {
 
2215   display: inline-block;
 
2218   vertical-align: top;
 
2219   border-top: 4px solid #000000;
 
2220   border-right: 4px solid transparent;
 
2221   border-left: 4px solid transparent;
 
2241   background-color: #ffffff;
 
2242   border: 1px solid #ccc;
 
2243   border-radius: 0 3px 3px;
 
2244   *border-right-width: 2px;
 
2245   *border-bottom-width: 2px;
 
2246   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 
2247      -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 
2248           box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 
2249   -webkit-background-clip: padding-box;
 
2250      -moz-background-clip: padding;
 
2251           background-clip: padding-box;
 
2254 .dropdown-menu.pull-right {
 
2259 .dropdown-menu .divider {
 
2263   *margin: -5px 0 5px;
 
2265   background-color: #e5e5e5;
 
2266   border-bottom: 1px solid #ffffff;
 
2269 .dropdown-menu > li > a {
 
2273   font-weight: normal;
 
2276   white-space: nowrap;
 
2279 .dropdown-menu > li > a:hover,
 
2280 .dropdown-menu > li > a:focus,
 
2281 .dropdown-submenu:hover > a,
 
2282 .dropdown-submenu:focus > a {
 
2284   text-decoration: none;
 
2285   background-color: $green;
 
2288 .dropdown-menu > .active > a,
 
2289 .dropdown-menu > .active > a:hover,
 
2290 .dropdown-menu > .active > a:focus {
 
2292   text-decoration: none;
 
2293   background-color: $green;
 
2297 .dropdown-menu > .disabled > a,
 
2298 .dropdown-menu > .disabled > a:hover,
 
2299 .dropdown-menu > .disabled > a:focus {
 
2303 .dropdown-menu > .disabled > a:hover,
 
2304 .dropdown-menu > .disabled > a:focus {
 
2305   text-decoration: none;
 
2307   background-color: transparent;
 
2308   background-image: none;
 
2315 .open > .dropdown-menu {
 
2319 .dropdown-backdrop {
 
2328 /* Rules for the "Welcome" page */
 
2339     background-image: image-url("welcome-sprite.png");
 
2340     background-size: 500px 250px;
 
2346     padding-bottom: 20px;
 
2348       margin-bottom: 10px;
 
2360     background-position: -50px 0;
 
2365     vertical-align: middle;
 
2369     background-position: -100px 0;
 
2373     background-position: -150px 0;
 
2377     background-position: -200px 0;
 
2381     background-position: -250px 0;
 
2385     background-position: -300px 0;
 
2394     text-decoration: none;
 
2399     background-color: $offwhite;
 
2403     background-color: #333;
 
2408 .site-about #content {
 
2409   //background-color: #000;
 
2410   background-color: #eee;
 
2411   background-position: 50% 50%;
 
2412   background-repeat: no-repeat;
 
2413   background-size: cover;
 
2414   background-attachment: fixed;
 
2416   &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
 
2417   &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
 
2418   &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
 
2419   &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
 
2420   &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
 
2421   &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
 
2425     font: 13px/20px Helvetica, Arial, sans-serif;
 
2430     text-shadow: #000 0px 1px 5px;
 
2438     white-space: nowrap;
 
2439     text-decoration: none;
 
2450     text-indent: -9999px;
 
2452     background: image-url('about/sprite.png') -120px 0px no-repeat;
 
2453     background-color: #000;
 
2454     background-color: rgba(0, 0, 0, 0.5);
 
2464       margin-bottom: 30px;
 
2467     .section:last-child {
 
2479     padding: 170px 40px 20px;
 
2481     background: rgba(0, 0, 0, .8);
 
2501       background-position: 0 50%;
 
2502       background-repeat: no-repeat;
 
2503       background-image: image-url('about/osm.png');
 
2504       background-size: cover;
 
2505       background-color: #76c551;
 
2515       padding: 20px 20px 20px 40px;
 
2516       font: 500 20px/24px Helvetica, Arial, sans-serif;
 
2517       white-space: nowrap;
 
2519       background: #76c551;
 
2523       display: inline-block;
 
2530     margin-bottom: 10px;
 
2537     vertical-align: middle;
 
2538     background: 40px 40px image-url('about/sprite.png') no-repeat;
 
2540     &.local        { background-position: 0px    0px; }
 
2541     &.community    { background-position: 0px  -40px; }
 
2542     &.open         { background-position: 0px  -80px; }
 
2543     &.partners     { background-position: 0px -120px; }
 
2544     &.infringement { background-position: 0px -160px; }
 
2550 @media only screen and (max-width:960px) {
 
2551   .header-illustration.new-user-arm {