15 $keyline: 1px solid $grey;
 
  17 /* Styles common to large and small screens */
 
  19 /* Minimal CSS reset */
 
  21 html, body, ul, ol, li, form, fieldset, legend, h1, h2, h3, h4, h5, h6, p, input {
 
  28 fieldset,img { border: 0; }
 
  30 legend { color: #000; }
 
  32 sup { vertical-align: text-top; }
 
  34 sub { vertical-align: text-bottom; }
 
  37   border-collapse: collapse;
 
  41 li { list-style: none; }
 
  46 body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; }
 
  49   border-bottom: .1em dotted;
 
  53 /* Micro Clearfix | Details: http://nicolasgallagher.com/micro-clearfix-hack/ */
 
  67 .col0    { float:left; width:04.1666%; }
 
  68 .col1    { float:left; width:08.3333%; }
 
  69 .col2    { float:left; width:16.6666%; }
 
  70 .col3    { float:left; width:25.0000%; }
 
  71 .col4    { float:left; width:33.3333%; }
 
  72 .col5    { float:left; width:41.6666%; }
 
  73 .col6    { float:left; width:50.0000%; }
 
  74 .col7    { float:left; width:58.3333%; }
 
  75 .col8    { float:left; width:66.6666%; }
 
  76 .col9    { float:left; width:75.0000%; }
 
  77 .col10   { float:left; width:83.3333%; }
 
  78 .col11   { float:left; width:91.6666%; }
 
  79 .col12   { width:100%; }
 
  81 .margin0  { margin-left:04.1666%; }
 
  82 .margin1  { margin-left:08.3333%; }
 
  83 .margin2  { margin-left:16.6666%; }
 
  84 .margin3  { margin-left:25.0000%; }
 
  85 .margin4  { margin-left:33.3333%; }
 
  86 .margin5  { margin-left:41.6666%; }
 
  87 .margin6  { margin-left:50.0000%; }
 
  88 .margin7  { margin-left:58.3333%; }
 
  89 .margin8  { margin-left:66.6666%; }
 
  90 .margin9  { margin-left:75.0000%; }
 
  91 .margin10 { margin-left:83.3333%; }
 
  92 .margin11 { margin-left:91.6666%; }
 
  93 .margin12 { margin-left:100.0000%; }
 
  95 .fillL { background-color: white; }
 
  97 /* Default rules for the body of every page */
 
 100   -webkit-box-sizing: border-box;
 
 101      -moz-box-sizing: border-box;
 
 102           box-sizing: border-box;
 
 106   font-family: 'Helvetica Neue',Arial,sans-serif;
 
 107   font-size: $typeheight;
 
 110   background-color: #fff;
 
 117   background-color: #f0f0f0;
 
 144   margin: 0 0 $lineheight/2 0;
 
 148   vertical-align: middle;
 
 149   margin-right: $lineheight/4;
 
 152 /* Rules for icons */
 
 155   display:inline-block;
 
 159   background:transparent image-url("sprite.png") no-repeat 0 0;
 
 164 .icon.search      { background-position: 0 0; }
 
 165 .icon.donate      { background-position: -20px 0; }
 
 166 .icon.zoomin      { background-position: -40px 0; }
 
 167 .icon.zoomout     { background-position: -60px 0; }
 
 168 .icon.geolocate   { background-position: -80px 0; }
 
 169 .active .icon.geolocate   { background-position: -80px -20px; }
 
 170 .icon.layers      { background-position: -100px 0; }
 
 171 .icon.key         { background-position: -120px 0; }
 
 172 .icon.share       { background-position: -140px 0; }
 
 173 .icon.clipboard   { background-position: -160px 0; }
 
 174 .icon.link        { background-position: -180px 0; }
 
 175 .icon.close       { background-position: -200px 0; }
 
 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;
 
 186     text-decoration: underline;
 
 190 /* Rules for horizontal lines */
 
 194   background-color: #ccc;
 
 199 /* General styles for tables */
 
 203   margin-bottom: $lineheight;
 
 206     padding: $lineheight/4;
 
 207     line-height: $lineheight;
 
 214     vertical-align: middle;
 
 218 /* Utility for de-emphasizing content */
 
 227 /* Rules for the header */
 
 230   height: $headerHeight;
 
 232   border-bottom: $keyline;
 
 235   h1, nav, nav > ul, nav > ul > li, .dropdown {
 
 236     display: inline-block;
 
 241     padding: $lineheight;
 
 249     text-decoration: none;
 
 255     vertical-align: middle;
 
 260     border-right: $keyline;
 
 270     $border: 1px solid darken($green, 20%);
 
 276       border-right: $border;
 
 277       &:last-child { border-right: 0; }
 
 283     display: inline-block;
 
 294     border-right: 1px solid lighten($green, 20%);
 
 298     border-top-color: $green;
 
 306       border-top-color: #ccc;
 
 311     background-color: $green;
 
 318       border-top-color: #fff;
 
 329     display: inline-block;
 
 331     text-decoration: none;
 
 337     color: darken($darkgrey, 25%);
 
 341     $border: 1px solid $grey;
 
 348       border-right: $border;
 
 349       &:last-child { border-right: 0; }
 
 358     border-top-color: $grey;
 
 362   img.user_thumbnail_tiny {
 
 366     border-radius: 2px 0 0 2px;
 
 370     display: inline-block;
 
 374     background-color: $grey;
 
 375     border-radius: 0 2px 2px 0;
 
 390 /* Utility for styling notification numbers */
 
 393   padding: 2px $lineheight/4;
 
 401 /* Rules for the message shown in place of the map when javascript is disabled */
 
 410 /* Rules for bootstrap tooltips */
 
 448   display: inline-block;
 
 451   background-color: white;
 
 458   border-color: transparent;
 
 462 .tooltip.top .tooltip-arrow {
 
 466   border-top-color: white;
 
 467   border-width: 5px 5px 0;
 
 470 .tooltip.right .tooltip-arrow {
 
 474   border-right-color: white;
 
 475   border-width: 5px 5px 5px 0;
 
 478 .tooltip.left .tooltip-arrow {
 
 482   border-left-color: white;
 
 483   border-width: 5px 0 5px 5px;
 
 486 .tooltip.bottom .tooltip-arrow {
 
 490   border-bottom-color: white;
 
 491   border-width: 0 5px 5px;
 
 494 /* Rules for Leaflet maps */
 
 496 .leaflet-control .control-button {
 
 500   background-color: #333;
 
 501   background-color: rgba(0,0,0,.6);
 
 502   border-radius: 4px 0 0 4px;
 
 507     background-color: black;
 
 511     background-color: #9ed485;
 
 515     background-color: #333;
 
 516     background-color: rgba(0,0,0,.5);
 
 525 .leaflet-control .zoomin,
 
 526 .control-layers .control-button {
 
 528   border-radius: 4px 0 0 0;
 
 531 .leaflet-control .zoomout,
 
 532 .control-key .control-button {
 
 537 .control-locate .control-button,
 
 538 .control-share .control-button {
 
 539   border-radius: 0 0 0 4px;
 
 542 /* Rules for the sidebar and main map area */
 
 561     width: $sidebarWidth;
 
 562     border-right: $keyline;
 
 569       padding: $lineheight;
 
 570       border-bottom: $keyline;
 
 612       border-bottom: 1px solid #DDD;
 
 622       border:1px solid #ddd;
 
 643     padding: 5px 5px 5px 7px;
 
 644     background-color: #eee;
 
 649     background-color: #ccc;
 
 667       text-decoration: none;
 
 668       background-color: $lightblue;
 
 673       border-right: 1px solid #fff;
 
 674       border-radius: 4px 0 0 4px;
 
 678       border-left: 1px solid #fff;
 
 679       border-radius: 0 4px 4px 0;
 
 683       background-color: $blue;
 
 695       font-family: monospace;
 
 716 .leaflet-top.leaflet-right {
 
 717   top: $lineheight !important;
 
 719     margin-right: 0px !important;
 
 720     margin-top: 0px !important;
 
 724 .leaflet-popup-scrolled {
 
 725   padding-right: $lineheight;
 
 726   border-bottom: 0px !important;
 
 727   border-top: 0px !important;
 
 730 .leaflet-popup-content-wrapper {
 
 731   border-radius: 4px !important;
 
 732   -webkit-border-radius: 4px !important;
 
 735 /* Rules for attribution text under the main map shown on printouts */
 
 741 .attribution_license,
 
 742 .attribution_project {
 
 746 .attribution_notice {
 
 750 /* Rules for the sidebar */
 
 754   padding: $lineheight/2 $lineheight;
 
 755   background: $offwhite;
 
 756   border-bottom: 1px solid #ccc;
 
 776 /* Rules for the search box */
 
 780   padding: $lineheight;
 
 781   background-color: $lightgrey;
 
 782   border-bottom: $keyline;
 
 793     border-radius: 2px 0 0 2px;
 
 795     transition: 300ms linear;
 
 796     -webkit-transition: 300ms linear;
 
 797     -moz-transition: 300ms linear;
 
 802     box-shadow: 0px 0px 7px #9ED485;
 
 809     border-radius: 0 2px 2px 0;
 
 821 /* Rules for donation request box */
 
 826   padding: $lineheight/4;
 
 827   border: 1px solid #AED1A0;
 
 829   font-size: $typeheight;
 
 834   margin: $lineheight/2 auto;
 
 838     text-decoration: none;
 
 842 /* Rules for rotating sidebar ads */
 
 850   border-bottom: 1px solid #ccc;
 
 865 /* Rules for the map key which appears in the popout sidebar */
 
 868  .mapkey-table-key img {
 
 874     padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
 
 878 /* Rules for search results which appear in the popout sidebar */
 
 881   margin-top: $lineheight/4;
 
 882   margin-bottom: $lineheight/4;
 
 885 .search_results_entry {
 
 888     margin: $lineheight auto;
 
 894     border-bottom: 1px solid #ccc;
 
 906 .search_results_error {
 
 910 /* Rules for data browser information which appears in the popout sidebar */
 
 914   .browse_show_list.button {
 
 939 /* Rules for the changeset list shown by the history tab */
 
 941 #sidebar .changesets {
 
 943     padding: $lineheight;
 
 944     border-bottom: $keyline;
 
 948 /* Rules for the data browser */
 
 953     border-bottom: 1px solid #CCC;
 
 960       padding: 5px 0 5px 10px;
 
 962       border: 1px solid #CCC;
 
 963       border-radius: 4px 4px 0 0;
 
 964       background-color: #F6F6F6;
 
 970       background-color: #FFF;
 
 971       border: 1px solid #CCC;
 
 973       border-radius: 0 0 4px 4px;
 
 978     border: 1px solid #CCC;
 
 983       border-bottom: 1px solid #CCC;
 
 992       display: inline-block;
 
1001       background-color: #F6F6F6;
 
1002       border-radius: 4px 0 0 4px;
 
1006       border-left: 1px solid #CCC;
 
1011 /* Rules for export information which appears in the popout sidebar */
 
1017 .export_area_inputs {
 
1018   margin-bottom: $lineheight/2;
 
1019   input[type="text"] {
 
1026   margin: $lineheight/4;
 
1029 /* Rules for non-map content pages */
 
1032   background: $lightgrey;
 
1033   border-bottom: $keyline;
 
1038     margin-bottom: $lineheight;
 
1042     margin-top: $lineheight/2;
 
1050   padding: $lineheight;
 
1053 /* Overrides for pages that use new layout conventions */
 
1058   .content-body .content-inner {
 
1067   .content-heading .content-inner {
 
1072 .header-illustration {
 
1073   background-position: 0 0;
 
1074   background-repeat: no-repeat;
 
1082     background-image: image-url("sign-up-illustration.png");
 
1086     background-image: image-url("confirm-illustration.png");
 
1090     background-image: image-url("terms-illustration.png");
 
1098     background-image: image-url("sign-up-illustration-arm.png");
 
1103 @media only screen and (max-width:900px) {
 
1104   .header-illustration.new-user-arm {
 
1109 #content.maximised {
 
1122 #slim_container_content {
 
1124   background-color: #FFFFFF;
 
1125   margin: $lineheight/2 auto;
 
1127   border-radius: 25px;
 
1128   -moz-border-radius: 25px;
 
1129   border: 1px solid #e6e6e6;
 
1133   margin: $lineheight/2;
 
1138     margin-bottom: 15px;
 
1143   margin: 30px $lineheight/2;
 
1146   margin-right: $lineheight/4;
 
1148     vertical-align: middle;
 
1149     margin-bottom: $lineheight/4;
 
1150     margin-right: $lineheight/4;
 
1154 /* Rules for small maps in content areas */
 
1160   border: 1px solid #ccc;
 
1161   margin-bottom: $lineheight;
 
1165 /* Rules for the trace list shown by the traces tab etc */
 
1168   font-size: $lineheight/2;
 
1185   .trace_identifiable {
 
1198 /* Rules for the user profile page */
 
1203   .userinformation-inner {
 
1218 .admin-user-info small {
 
1219   margin-bottom: $lineheight/2;
 
1221   margin-right: $lineheight;
 
1226   border-bottom: 1px solid #ccc;
 
1227   padding-bottom: $lineheight;
 
1230     margin-bottom: $lineheight/2;
 
1235   margin-top: $lineheight;
 
1239 .activity-details p {
 
1244 #friends-container .contact-activity ul {
 
1249   p#no_home_location {
 
1250     margin: $lineheight;
 
1253     margin-top: $lineheight/4;
 
1258 /* Rules for the user map */
 
1260 .content_map .leaflet-popup-content {
 
1261   margin: $lineheight/2;
 
1265 /* Rules for user popups on maps */
 
1271     margin-top: 0 0 0 60px;
 
1274   img.user_thumbnail {
 
1276     margin: 0 $lineheight/2 0 0;
 
1280 /* Rules for the user list */
 
1283   font-size: $lineheight/2;
 
1287     vertical-align: middle;
 
1296 #user_list_actions {
 
1298   margin-top: $lineheight/2;
 
1301 /* Rules for the diary list page */
 
1305   margin-top: $lineheight/2;
 
1306   padding-top: $lineheight;
 
1307   border-top: 1px solid #ccc;
 
1310     margin-bottom: $lineheight;
 
1314       margin-bottom: $lineheight/2;
 
1319   img.user_thumbnail {
 
1328   ul.secondary-actions {
 
1329     display: inline-block;
 
1333 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
 
1337 /* Rules for the diary entry page */
 
1344     border: 1px solid #ccc;
 
1346     margin-bottom: $lineheight;
 
1349     border-top: 1px solid #ccc;
 
1350     padding-top: $lineheight;
 
1351     margin-top: $lineheight/2;
 
1357     margin-top: $lineheight/2;
 
1358     border-top: 1px dashed #ccc;
 
1359     padding-top: $lineheight/2;
 
1361       margin-top: $lineheight;
 
1362       padding-top: $lineheight;
 
1363       border-top: 1px solid #ccc;
 
1366       margin-bottom: $lineheight/2;
 
1375 .diary_entry-view img.user_thumbnail {
 
1379 /* Rules for the log in page */
 
1381 #login_openid_buttons {
 
1385 #login_openid_buttons li {
 
1387   padding: $lineheight/4 $lineheight/2;
 
1390 /* Rules for the account confirmation page */
 
1394     border: 1px solid #ccc;
 
1395     padding: $lineheight;
 
1396     margin-bottom: $lineheight;
 
1402     background: $lightblue;
 
1404       background: darken($lightblue, $hovercolor);
 
1414 /* Rules for the account settings page */
 
1416 #accountForm .user_map {
 
1420   border: 1px solid #ccc;
 
1423 #accountForm .user_image {
 
1427 #accountForm #user_image {
 
1431 #accountForm ul.accountImage-options {
 
1444   display: inline !important;
 
1447 .content_map.settings_map {
 
1452 /* Rules for the oauth settings page */
 
1454 .oauth_clients .buttons .oauth-edit {
 
1455   border-radius: 2px 0 0 2px;
 
1458 .oauth_clients .buttons .oauth-delete {
 
1459   border-radius: 0 2px 2px 0;
 
1462 /* Rules for messages pages */
 
1466   border: 1px solid #ddd;
 
1468   input[type="submit"] {
 
1472     border-top: 1px solid #ccc;
 
1476     background: #f8f8ff;
 
1489     padding: $lineheight/4;
 
1500     border-right: 1px solid $lightgrey;
 
1504 .inbox-row .inbox-mark-read {
 
1509   margin-bottom: $lineheight;
 
1510   padding: $lineheight/4 0px 4px 0px;
 
1511   border-bottom: 1px solid #ccc;
 
1518 .info-line .user_thumbnail_tiny {
 
1519   vertical-align: middle;
 
1528 .inbox-row-unread .inbox-mark-unread {
 
1532 .message-read .message-buttons {
 
1533   margin-top: $lineheight;
 
1534   padding-top: $lineheight;
 
1535   border-top: 1px solid $lightgrey;
 
1538 .message-read .buttons .mark-unread-button {
 
1542 /* Rules for "flash" notice boxes shown at the top of the content area */
 
1545     padding: $lineheight;
 
1547     background-color: #ff7070;
 
1550     background-color: #ffe0cc;
 
1553     background-color: #CBEEA7;
 
1557 /* Rules for highlighting fields with rails validation errors */
 
1559 .field_with_errors {
 
1561   background-color: #ff7070;
 
1562   display: inline-block;
 
1566   display: inline-block;
 
1572   background-color: #ff7070;
 
1575 /* Rules for rails validation error boxes */
 
1579   border: 2px solid #ff7070;
 
1580   padding: 0 $lineheight/2;
 
1581   margin-bottom: $lineheight;
 
1582   background-color: #f0f0f0;
 
1585     margin: 0 -10px 10px -10px;
 
1586     padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
 
1589     background-color: #c00;
 
1597     padding: $lineheight/4;
 
1601     padding-left: $lineheight;
 
1610 /* Rules for forms */
 
1614     margin-bottom: $lineheight;
 
1616   label.standard-label {
 
1618     margin-bottom: $lineheight/4;
 
1619     font-size: $typeheight;
 
1623   label.standard-label.secondary {
 
1624     display: inline-block;
 
1625     font-weight: normal;
 
1628     font-weight: normal;
 
1635     margin-top: $lineheight;
 
1636     padding-top: $lineheight;
 
1637     border-top: 1px solid $lightgrey;
 
1639   .horizontal-list .form-row { 
 
1641     padding-right: 10px;
 
1644     margin-bottom: $lineheight/2;
 
1652   input[type="checkbox"],
 
1653   input[type="radio"] {
 
1659 #remember_me_openid {
 
1663 input[type="checkbox"],
 
1664 input[type="radio"] {
 
1669 input[type="email"],
 
1671 input[type="password"],
 
1673   border: 1px solid #ccc;
 
1684 /* Rules for user images */
 
1689   border: 1px solid #ccc;
 
1690   margin-bottom: $lineheight;
 
1692   margin-right: $lineheight;
 
1695 img.user_thumbnail {
 
1698   border: 1px solid #ccc;
 
1699   margin-right: $lineheight;
 
1702 img.user_thumbnail_tiny {
 
1705   border: 1px solid #ccc;
 
1708 /* Rules for geo microformats */
 
1711   border-bottom: none;
 
1714 /* Rules for RSS buttons */
 
1721 /* General styles for action lists / subnavs / pager navs */
 
1723 ul.secondary-actions {
 
1728     display: inline-block;
 
1735     border-left: 1px solid #ccc;
 
1736     padding-left: $lineheight/4;
 
1737     margin-right: $lineheight/4;
 
1748 /* Utility for managing inner content areas */
 
1750 .inner22 { padding: $lineheight;}
 
1752 .inner12 { padding: $lineheight/2 $lineheight;}
 
1754 .inner11 { padding: $lineheight/2;}
 
1756 .inner20 { padding: $lineheight 0;}
 
1758 .inner02 { padding: 0 $lineheight;}
 
1760 /* Utility for general button styles */
 
1762 input[type="button"],
 
1763 input[type="submit"],
 
1764 input[type="reset"],
 
1768   display: inline-block;
 
1770   padding: $lineheight/4 $lineheight/2;
 
1771   min-height: 20px + $lineheight/2;
 
1773   margin: 0 0 $lineheight/2 0;
 
1778   -moz-border-radius: 2px;
 
1780     background: darken($blue, $hovercolor);
 
1781     text-decoration: none;
 
1784     background: $lightblue;
 
1786       background: darken($lightblue, $hovercolor);
 
1790     background: $lightgrey;
 
1792       background: $lightgrey;
 
1802   input[type="submit"],
 
1803   input[type="button"],
 
1804   input[type="reset"],
 
1806     box-sizing: border-box;
 
1812     border-right:1px solid white;
 
1813     text-overflow: ellipsis;
 
1814     white-space: nowrap;
 
1818   .button:first-child {
 
1819     border-radius:2px 0 0 2px;
 
1822   .button:last-child {
 
1823     border-radius:0 2px 2px 0;
 
1824     border-right-width: 0;
 
1828   *[value="Hide"] + input:last-child,
 
1829   *[value="Hide"] + .button:last-child {
 
1831     border-right-width: 0;
 
1833     /* if a 3-button set has a hidden middle button */
 
1834   *[value="Hide"] + input:nth-child(3),
 
1835   *[value="Hide"] + .button:nth-child(3) {
 
1836     border-radius:0 2px 2px 0;
 
1837     border-right-width: 0;
 
1839   /* if a 3-button set starts with a hidden button */
 
1840   *[value="Hide"] + input:nth-child(2):not(:last-child),
 
1841   *[value="Hide"] + .button:nth-child(2):not(:last-child) {
 
1842     border-radius:2px 0 0 2px;
 
1843     border-right-width: 1px;
 
1847 /* Rules for doing distinct colour of alternate table rows */
 
1851   background: $offwhite;
 
1859 /* Rules for OpenID logo */
 
1862   vertical-align: text-bottom;
 
1866 /* Rules for rich text */
 
1871     padding-bottom: $lineheight/2;
 
1872     border-bottom: 1px dashed #cccccc;
 
1873     margin-bottom: $lineheight/2;
 
1885     font-size: $typeheight;
 
1890     background: #e8e8e8;
 
1896     background: #e8e8e8;
 
1905     padding: $lineheight;
 
1906     background-color: $offwhite;
 
1913     border-left: $lineheight solid $offwhite;
 
1914     padding-left: $lineheight;
 
1920     padding-left: $lineheight;
 
1921     margin-bottom: $lineheight;
 
1922     margin-left: $lineheight;
 
1930     list-style: decimal;
 
1934 .diary_post .richtext {
 
1935     margin-top: $lineheight;
 
1938 .comments .richtext {
 
1943 /* Rules for rich text editors */
 
1945 .richtext_container {
 
1946   margin-bottom: $lineheight;
 
1950     display: inline-block;
 
1951     vertical-align: top;
 
1954       display: inline-block;
 
1955       padding: $lineheight;
 
1956       background-color: $offwhite;
 
1960         background-image: image-url("loading.gif");
 
1961         background-repeat: no-repeat;
 
1962         background-position: center;
 
1972     display: inline-block;
 
1973     vertical-align: top;
 
1975     background-color: #f8f8ff;
 
1976     padding: $lineheight/2;
 
1984       border-bottom: 1px solid #ccc;
 
1985       margin-bottom: $lineheight/4;
 
1986       padding-bottom: $lineheight/4;
 
1989     li h4, li span, li p {
 
1990       display: inline-block;
 
1991       vertical-align: top;
 
2002       margin-left: $lineheight/2;
 
2003       margin-bottom: $lineheight/4;
 
2004       white-space: nowrap;
 
2009 /* Rules for the user notes list */
 
2013     background-color: #eeeeee;
 
2025 /* Rules for the notes interface */
 
2027 .leaflet-popup-content .note {
 
2028   padding-top: $lineheight/2;
 
2031 .leaflet-popup-content .note {
 
2033     margin-bottom: $lineheight/2;
 
2037     margin-top: $lineheight/2;
 
2043     left: $lineheight/4;
 
2050     padding-left: $lineheight;
 
2053   .permalink:hover span {
 
2059     background-color: #ffe0cc;
 
2061     margin-bottom: $lineheight/2;
 
2080     margin-top: $lineheight/4;
 
2085 /* Rules for the iD editor */
 
2092 /* Rules for dropdown menus */
 
2099   *margin-bottom: -3px;
 
2102 .dropdown-toggle:active,
 
2103 .open .dropdown-toggle {
 
2108   display: inline-block;
 
2111   vertical-align: top;
 
2112   border-top: 4px solid #000000;
 
2113   border-right: 4px solid transparent;
 
2114   border-left: 4px solid transparent;
 
2134   background-color: #ffffff;
 
2135   border: 1px solid #ccc;
 
2136   *border-right-width: 2px;
 
2137   *border-bottom-width: 2px;
 
2138   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 
2139      -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 
2140           box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 
2141   -webkit-background-clip: padding-box;
 
2142      -moz-background-clip: padding;
 
2143           background-clip: padding-box;
 
2146 .dropdown-menu.pull-right {
 
2151 .dropdown-menu .divider {
 
2155   *margin: -5px 0 5px;
 
2157   background-color: #e5e5e5;
 
2158   border-bottom: 1px solid #ffffff;
 
2161 .dropdown-menu > li > a {
 
2165   font-weight: normal;
 
2168   white-space: nowrap;
 
2171 .dropdown-menu > li > a:hover,
 
2172 .dropdown-menu > li > a:focus,
 
2173 .dropdown-submenu:hover > a,
 
2174 .dropdown-submenu:focus > a {
 
2176   text-decoration: none;
 
2177   background-color: $green;
 
2180 .dropdown-menu > .active > a,
 
2181 .dropdown-menu > .active > a:hover,
 
2182 .dropdown-menu > .active > a:focus {
 
2184   text-decoration: none;
 
2185   background-color: $green;
 
2189 .dropdown-menu > .disabled > a,
 
2190 .dropdown-menu > .disabled > a:hover,
 
2191 .dropdown-menu > .disabled > a:focus {
 
2195 .dropdown-menu > .disabled > a:hover,
 
2196 .dropdown-menu > .disabled > a:focus {
 
2197   text-decoration: none;
 
2199   background-color: transparent;
 
2200   background-image: none;
 
2207 .open > .dropdown-menu {
 
2211 .dropdown-backdrop {
 
2220 /* Rules for the "Welcome" page */
 
2231     background-image: image-url("welcome-sprite.png");
 
2232     background-size: 500px 250px;
 
2238     padding-bottom: 20px;
 
2240       margin-bottom: 10px;
 
2252     background-position: -50px 0;
 
2257     vertical-align: middle;
 
2261     background-position: -100px 0;
 
2265     background-position: -150px 0;
 
2269     background-position: -200px 0;
 
2273     background-position: -250px 0;
 
2277     background-position: -300px 0;
 
2286     text-decoration: none;
 
2291     background-color: $offwhite;
 
2295     background-color: #333;
 
2300 .site-about #content {
 
2301   background-color: #000;
 
2302   background-position: 50% 50%;
 
2303   background-repeat: no-repeat;
 
2304   background-size: cover;
 
2305   background-attachment: fixed;
 
2307   &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
 
2308   &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
 
2309   &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
 
2310   &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
 
2311   &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
 
2312   &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
 
2316     font: italic 14px/20px 'Times New Roman', serif;
 
2321     text-shadow: #000 0px 1px 5px;
 
2328     white-space: nowrap;
 
2329     text-decoration: none;
 
2340     text-indent: -9999px;
 
2342     background: image-url('about/sprite.png') -120px 0px no-repeat;
 
2343     background-color: #000;
 
2344     background-color: rgba(0, 0, 0, 0.5);
 
2354       margin-bottom: 30px;
 
2357     .section:last-child {
 
2369     padding: 170px 20px 20px 20px;
 
2371     background: rgba(0, 0, 0, .8);
 
2389       background-position: 0 50%;
 
2390       background-repeat: no-repeat;
 
2391       background-image: image-url('about/osm.png');
 
2392       background-size: cover;
 
2393       background-color: #76c551;
 
2403       padding: 20px 20px 20px 40px;
 
2404       font: bold 24px/25px Helvetica, Arial, sans-serif;
 
2405       white-space: nowrap;
 
2411       display: inline-block;
 
2418     margin-bottom: 10px;
 
2425     vertical-align: middle;
 
2426     background: 40px 40px image-url('about/sprite.png') no-repeat;
 
2428     &.local        { background-position: 0px    0px; }
 
2429     &.community    { background-position: 0px  -40px; }
 
2430     &.open         { background-position: 0px  -80px; }
 
2431     &.contributors { background-position: 0px -120px; }
 
2432     &.infringement { background-position: 0px -160px; }