16 $keyline: 1px solid $lightgrey;
19 /* Styles common to large and small screens */
21 /* Minimal CSS reset */
23 html, body, ul, ol, li, form, fieldset, legend, h1, h2, h3, h4, h5, h6, p, input {
30 fieldset,img { border: 0; }
32 legend { color: #000; }
34 sup { vertical-align: text-top; }
36 sub { vertical-align: text-bottom; }
39 border-collapse: collapse;
43 li { list-style: none; }
48 body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; }
51 border-bottom: .1em dotted;
55 strong { font-weight: 500; }
57 /* Micro Clearfix | Details: http://nicolasgallagher.com/micro-clearfix-hack/ */
71 .col0 { float:left; width:04.1666%; }
72 .col1 { float:left; width:08.3333%; }
73 .col2 { float:left; width:16.6666%; }
74 .col3 { float:left; width:25.0000%; }
75 .col4 { float:left; width:33.3333%; }
76 .col5 { float:left; width:41.6666%; }
77 .col6 { float:left; width:50.0000%; }
78 .col7 { float:left; width:58.3333%; }
79 .col8 { float:left; width:66.6666%; }
80 .col9 { float:left; width:75.0000%; }
81 .col10 { float:left; width:83.3333%; }
82 .col11 { float:left; width:91.6666%; }
83 .col12 { width:100%; }
85 .margin0 { margin-left:04.1666%; }
86 .margin1 { margin-left:08.3333%; }
87 .margin2 { margin-left:16.6666%; }
88 .margin3 { margin-left:25.0000%; }
89 .margin4 { margin-left:33.3333%; }
90 .margin5 { margin-left:41.6666%; }
91 .margin6 { margin-left:50.0000%; }
92 .margin7 { margin-left:58.3333%; }
93 .margin8 { margin-left:66.6666%; }
94 .margin9 { margin-left:75.0000%; }
95 .margin10 { margin-left:83.3333%; }
96 .margin11 { margin-left:91.6666%; }
97 .margin12 { margin-left:100.0000%; }
99 .fillL { background-color: white; }
101 /* Default rules for the body of every page */
104 -webkit-box-sizing: border-box;
105 -moz-box-sizing: border-box;
106 box-sizing: border-box;
110 font-family: 'Helvetica Neue',Arial,sans-serif;
111 font-size: $typeheight;
114 background-color: #fff;
121 background-color: #f0f0f0;
129 h4, h5 { font-weight: 500; }
150 margin: 0 0 $lineheight/2 0;
154 vertical-align: middle;
155 margin-right: $lineheight/4;
158 .red { color: $red; }
160 /* Rules for icons */
163 display:inline-block;
167 background:transparent image-url("sprite.png") no-repeat 0 0;
172 .icon.search { background-position: 0 0; }
173 .icon.donate { background-position: -20px 0; }
174 .icon.zoomin { background-position: -40px 0; }
175 .icon.zoomout { background-position: -60px 0; }
176 .icon.geolocate { background-position: -80px 0; }
177 .active .icon.geolocate { background-position: -80px -20px; }
178 .icon.layers { background-position: -100px 0; }
179 .icon.key { background-position: -120px 0; }
180 .icon.share { background-position: -140px 0; }
181 .icon.clipboard { background-position: -160px 0; }
182 .icon.link { background-position: -180px 0; }
183 .icon.close { background-position: -200px 0; }
184 .icon.close:hover { background-position: -200px -20px; }
185 .icon.check { background-position: -220px 0; }
186 .icon.note { background-position: -240px 0; }
187 .icon.gear { 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 */
243 background: url("/assets/menu-icon.png") no-repeat;
244 background-size: 30px 30px;
248 margin: 14px 10px 0 0;
253 height: $headerHeight;
255 // border-bottom: $keyline;
259 h1, nav, nav > ul, nav > ul > li, .dropdown {
260 display: inline-block;
265 padding: $lineheight/2 $lineheight;
273 text-decoration: none;
280 vertical-align: middle;
285 padding: ($lineheight - 3) $lineheight ($lineheight + 3);
295 $border: 1px solid $green;
298 border-radius: $border-radius;
301 border-right: $border;
304 > a { border-radius: 0 $border-radius $border-radius 0; }
306 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
307 > a:hover { background: lighten($green, 30%); }
308 &.current > a:hover { background: $green; }
309 &.disabled > a:hover { background: lighten($green, 38%); }
311 > a.tab { border-right: 1px solid lighten($green, 30%); }
312 &.current > a.tab { border-right: 1px solid lighten($green, 10%); }
319 display: inline-block;
330 border-top-color: $green;
339 border-top-color: #ccc;
344 background-color: $green;
351 border-top-color: #fff;
362 display: inline-block;
363 text-decoration: none;
367 &:hover { color: darken($darkgrey, 10%); }
371 color: darken($darkgrey, 25%);
375 $border: 1px solid $grey;
379 border-radius: $border-radius;
383 border-right: $border;
388 border-radius: 0 $border-radius $border-radius 0;
391 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
392 &:hover a { background: lighten($darkgrey, 30%); }
402 padding: 5px 10px 5px 6px;
403 display: inline-block;
409 border-top-color: $grey;
413 img.user_thumbnail_tiny {
422 display: inline-block;
425 margin: 3px 0 3px 3px;
426 background-color: lighten($grey, 10%);
443 /* Utility for styling notification numbers */
446 padding: 2px $lineheight/4;
448 background: lighten($green, 30%);
454 /* Rules for the message shown in place of the map when javascript is disabled */
463 /* Rules for bootstrap tooltips */
501 display: inline-block;
504 background-color: white;
511 border-color: transparent;
515 .tooltip.top .tooltip-arrow {
519 border-top-color: white;
520 border-width: 5px 5px 0;
523 .tooltip.right .tooltip-arrow {
527 border-right-color: white;
528 border-width: 5px 5px 5px 0;
531 .tooltip.left .tooltip-arrow {
535 border-left-color: white;
536 border-width: 5px 0 5px 5px;
539 .tooltip.bottom .tooltip-arrow {
543 border-bottom-color: white;
544 border-width: 0 5px 5px;
547 /* Rules for Leaflet maps */
549 .leaflet-control .control-button {
553 background-color: #333;
554 background-color: rgba(0,0,0,.6);
555 border-radius: 4px 0 0 4px;
560 background-color: black;
564 background-color: #9ed485;
568 background-color: #333;
569 background-color: rgba(0,0,0,.5);
578 .leaflet-control .zoomin,
579 .control-layers .control-button {
581 border-radius: 4px 0 0 0;
584 .leaflet-control .zoomout,
585 .control-key .control-button {
590 .control-locate .control-button,
591 .control-share .control-button {
592 border-radius: 0 0 0 4px;
595 /* Rules for the sidebar and main map area */
614 width: $sidebarWidth;
617 padding: $lineheight $lineheight $lineheight/2;
684 border-bottom: 1px solid #DDD;
694 border:1px solid #ddd;
717 border: 2px solid #fff;
720 transition: border-color 0.08s ease-in;
727 border-bottom-right-radius: 3px;
731 text-stroke: 2px #fff;
732 background: rgba(255,255,255,.9);
738 input[type="radio"] {
743 &.active { border-color: darken($green, 10%); }
746 &.active { border-color: darken($green, 20%); }
765 text-decoration: none;
766 background-color: $lightblue;
771 border-right: 1px solid #fff;
772 border-radius: 4px 0 0 4px;
776 border-left: 1px solid #fff;
777 border-radius: 0 4px 4px 0;
781 background-color: $blue;
793 font-family: monospace;
814 .leaflet-top.leaflet-right {
815 top: $lineheight !important;
817 margin-right: 0px !important;
818 margin-top: 0px !important;
822 .leaflet-popup-scrolled {
823 padding-right: $lineheight;
824 border-bottom: 0px !important;
825 border-top: 0px !important;
828 .leaflet-popup-content-wrapper {
829 border-radius: 4px !important;
830 -webkit-border-radius: 4px !important;
833 /* Rules for attribution text under the main map shown on printouts */
839 .attribution_license,
840 .attribution_project {
844 .attribution_notice {
848 /* Rules for the sidebar */
852 padding: $lineheight/2 $lineheight;
853 // background: $offwhite;
854 // border-bottom: 1px solid #ccc;
872 margin: $lineheight auto;
878 /* Rules for the search box */
882 padding: $lineheight/2 $lineheight;
883 background-color: $lightgrey;
894 border-radius: 2px 0 0 2px;
896 transition: 300ms linear;
897 -webkit-transition: 300ms linear;
898 -moz-transition: 300ms linear;
903 box-shadow: 0px 0px 7px #9ED485;
910 border-radius: 0 2px 2px 0;
922 /* Rules for donation request box */
926 padding: $lineheight/4 $lineheight;
927 border: 1px solid $green;
928 font-size: $typeheight;
933 margin: $lineheight/2 $lineheight;
937 text-decoration: none;
941 /* Rules for rotating sidebar ads */
949 border-bottom: 1px solid #ccc;
964 /* Rules for the map key which appears in the popout sidebar */
967 .mapkey-table-key img {
973 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
977 /* Rules for search results which appear in the popout sidebar */
979 .search_results_entry {
981 border-bottom: $keyline;
982 &:first-child { border-top: $keyline; }
994 .search_results_error {
998 /* Rules for data browser information which appears in the popout sidebar */
1002 .browse_show_list.button {
1019 /* Rules for entity history */
1023 border-bottom: $keyline;
1031 /* Rules for the changeset list shown by the history tab */
1033 #sidebar .changesets {
1035 padding: $lineheight;
1036 border-bottom: $keyline;
1039 &.selected { background: lighten($green, 35%); }
1048 /* Rules for the data browser */
1059 .paginate ul, .note-comments ul {
1064 margin-bottom: 10px;
1067 padding: 5px 0 5px 10px;
1069 border: 1px solid #CCC;
1070 border-radius: 4px 4px 0 0;
1071 background-color: #F6F6F6;
1077 background-color: #FFF;
1078 border: 1px solid #CCC;
1080 border-radius: 0 0 4px 4px;
1085 border: 1px solid #CCC;
1090 border-bottom: 1px solid #CCC;
1099 display: inline-block;
1108 background-color: #F6F6F6;
1109 border-radius: 4px 0 0 4px;
1113 border-left: 1px solid #CCC;
1118 /* Rules for export information which appears in the popout sidebar */
1124 .export_area_inputs {
1125 margin-bottom: $lineheight/2;
1126 input[type="text"] {
1133 margin: $lineheight/4;
1141 padding-bottom: 5px;
1150 margin-bottom: 10px;
1155 /* Rules for edit pages */
1170 /* Rules for non-map content pages */
1173 background: $lightgrey;
1175 h1 { font-size: 22px; }
1180 margin-bottom: $lineheight;
1184 margin-top: $lineheight/2;
1192 padding: $lineheight;
1195 /* Overrides for pages that use new layout conventions */
1200 .content-body .content-inner {
1209 .content-heading .content-inner {
1214 .header-illustration {
1215 background-position: 0 0;
1216 background-repeat: no-repeat;
1224 background-image: image-url("sign-up-illustration.png");
1228 background-image: image-url("confirm-illustration.png");
1232 background-image: image-url("terms-illustration.png");
1240 background-image: image-url("sign-up-illustration-arm.png");
1245 #content.maximised {
1258 #slim_container_content {
1260 background-color: #FFFFFF;
1261 margin: $lineheight/2 auto;
1263 border-radius: 25px;
1264 -moz-border-radius: 25px;
1265 border: 1px solid #e6e6e6;
1269 margin: $lineheight/2;
1274 margin-bottom: 15px;
1279 margin: 30px $lineheight/2;
1282 margin-right: $lineheight/4;
1284 vertical-align: middle;
1285 margin-bottom: $lineheight/4;
1286 margin-right: $lineheight/4;
1290 /* Rules for small maps in content areas */
1296 border: 1px solid #ccc;
1297 margin-bottom: $lineheight;
1301 /* Rules for the trace list shown by the traces tab etc */
1304 font-size: $lineheight/2;
1321 .trace_identifiable {
1334 /* Rules for the user profile page */
1339 .userinformation-inner {
1354 .admin-user-info small {
1355 margin-bottom: $lineheight/2;
1357 margin-right: $lineheight;
1362 border-bottom: 1px solid #ccc;
1363 padding-bottom: $lineheight;
1366 margin-bottom: $lineheight/2;
1371 margin-top: $lineheight;
1375 .activity-details p {
1380 #friends-container .contact-activity ul {
1385 p#no_home_location {
1386 margin: $lineheight;
1389 margin-top: $lineheight/4;
1394 /* Rules for the user map */
1396 .content_map .leaflet-popup-content {
1397 margin: $lineheight/2;
1401 /* Rules for user popups on maps */
1407 margin-top: 0 0 0 60px;
1410 img.user_thumbnail {
1412 margin: 0 $lineheight/2 0 0;
1416 /* Rules for the user list */
1419 font-size: $lineheight/2;
1423 vertical-align: middle;
1432 #user_list_actions {
1434 margin-top: $lineheight/2;
1437 /* Rules for the diary list page */
1441 margin-top: $lineheight/2;
1442 padding-top: $lineheight;
1443 border-top: 1px solid #ccc;
1446 margin-bottom: $lineheight;
1450 margin-bottom: $lineheight/2;
1455 img.user_thumbnail {
1464 ul.secondary-actions {
1465 display: inline-block;
1469 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1473 /* Rules for the diary entry page */
1480 border: 1px solid #ccc;
1482 margin-bottom: $lineheight;
1485 border-top: 1px solid #ccc;
1486 padding-top: $lineheight;
1487 margin-top: $lineheight/2;
1493 margin-top: $lineheight/2;
1494 border-top: 1px dashed #ccc;
1495 padding-top: $lineheight/2;
1497 margin-top: $lineheight;
1498 padding-top: $lineheight;
1499 border-top: 1px solid #ccc;
1502 margin-bottom: $lineheight/2;
1511 .diary_entry-view img.user_thumbnail {
1515 /* Rules for the log in page */
1517 #login_openid_buttons {
1521 #login_openid_buttons li {
1523 padding: $lineheight/4 $lineheight/2;
1526 /* Rules for the account confirmation page */
1530 border: 1px solid #ccc;
1531 padding: $lineheight;
1532 margin-bottom: $lineheight;
1538 background: $lightblue;
1540 background: darken($lightblue, $hovercolor);
1550 /* Rules for the account settings page */
1552 #accountForm .user_map {
1556 border: 1px solid #ccc;
1559 #accountForm .user_image {
1563 #accountForm #user_image {
1567 #accountForm ul.accountImage-options {
1580 display: inline !important;
1583 .content_map.settings_map {
1588 /* Rules for the oauth settings page */
1590 .oauth_clients .buttons .oauth-edit {
1591 border-radius: 2px 0 0 2px;
1594 .oauth_clients .buttons .oauth-delete {
1595 border-radius: 0 2px 2px 0;
1598 /* Rules for messages pages */
1602 border: 1px solid #ddd;
1604 input[type="submit"] {
1608 border-top: 1px solid #ccc;
1612 background: #f8f8ff;
1625 padding: $lineheight/4;
1636 border-right: 1px solid $lightgrey;
1640 .inbox-row .inbox-mark-read {
1645 margin-bottom: $lineheight;
1646 padding: $lineheight/4 0px 4px 0px;
1647 border-bottom: 1px solid #ccc;
1654 .info-line .user_thumbnail_tiny {
1655 vertical-align: middle;
1664 .inbox-row-unread .inbox-mark-unread {
1668 .message-read .message-buttons {
1669 margin-top: $lineheight;
1670 padding-top: $lineheight;
1671 border-top: 1px solid $lightgrey;
1674 .message-read .buttons .mark-unread-button {
1678 /* Rules for "flash" notice boxes shown at the top of the content area */
1681 padding: $lineheight;
1682 background-color: #ff7070;
1686 padding: $lineheight;
1687 background-color: #ffe0cc;
1691 padding: $lineheight;
1692 background-color: #CBEEA7;
1695 /* Rules for highlighting fields with rails validation errors */
1697 .field_with_errors {
1699 background-color: #ff7070;
1700 display: inline-block;
1704 display: inline-block;
1710 background-color: #ff7070;
1713 /* Rules for rails validation error boxes */
1717 border: 2px solid #ff7070;
1718 padding: 0 $lineheight/2;
1719 margin-bottom: $lineheight;
1720 background-color: #f0f0f0;
1723 margin: 0 -10px 10px -10px;
1724 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1727 background-color: #c00;
1735 padding: $lineheight/4;
1739 padding-left: $lineheight;
1748 /* Rules for forms */
1752 margin-bottom: $lineheight;
1754 label.standard-label {
1756 margin-bottom: $lineheight/4;
1757 font-size: $typeheight;
1761 label.standard-label.secondary {
1762 display: inline-block;
1763 font-weight: normal;
1766 font-weight: normal;
1773 margin-top: $lineheight;
1774 padding-top: $lineheight;
1775 border-top: 1px solid $lightgrey;
1777 .horizontal-list .form-row {
1779 padding-right: 10px;
1782 margin-bottom: $lineheight/2;
1790 input[type="checkbox"],
1791 input[type="radio"] {
1797 #remember_me_openid {
1801 input[type="checkbox"],
1802 input[type="radio"] {
1807 input[type="email"],
1809 input[type="password"],
1811 border: 1px solid #ccc;
1822 /* Rules for user images */
1827 border: 1px solid #ccc;
1828 margin-bottom: $lineheight;
1830 margin-right: $lineheight;
1833 img.user_thumbnail {
1836 border: 1px solid #ccc;
1837 margin-right: $lineheight;
1840 img.user_thumbnail_tiny {
1843 border: 1px solid #ccc;
1846 /* Rules for geo microformats */
1849 border-bottom: none;
1852 /* Rules for RSS buttons */
1859 /* General styles for action lists / subnavs / pager navs */
1861 ul.secondary-actions {
1866 display: inline-block;
1873 border-left: 1px solid #ccc;
1874 padding-left: $lineheight/2;
1875 margin-right: $lineheight/2;
1886 div.secondary-actions {
1888 border-top: 1px solid #ccc;
1892 /* Utility for managing inner content areas */
1894 .inner22 { padding: $lineheight;}
1896 .inner12 { padding: $lineheight/2 $lineheight;}
1898 .inner11 { padding: $lineheight/2;}
1900 .inner20 { padding: $lineheight 0;}
1902 .inner02 { padding: 0 $lineheight;}
1904 /* Utility for general button styles */
1906 input[type="button"],
1907 input[type="submit"],
1908 input[type="reset"],
1912 display: inline-block;
1914 padding: $lineheight/4 $lineheight/2;
1915 min-height: 20px + $lineheight/2;
1917 margin: 0 0 $lineheight/2 0;
1922 -moz-border-radius: 2px;
1924 background: darken($blue, $hovercolor);
1925 text-decoration: none;
1928 background: $lightblue;
1930 background: darken($lightblue, $hovercolor);
1934 background: $lightgrey;
1936 background: $lightgrey;
1946 input[type="submit"],
1947 input[type="button"],
1948 input[type="reset"],
1950 box-sizing: border-box;
1956 border-right:1px solid white;
1957 text-overflow: ellipsis;
1958 white-space: nowrap;
1962 .button:first-child {
1963 border-radius:2px 0 0 2px;
1966 .button:last-child {
1967 border-radius:0 2px 2px 0;
1968 border-right-width: 0;
1972 *[value="Hide"] + input:last-child,
1973 *[value="Hide"] + .button:last-child {
1975 border-right-width: 0;
1977 /* if a 3-button set has a hidden middle button */
1978 *[value="Hide"] + input:nth-child(3),
1979 *[value="Hide"] + .button:nth-child(3) {
1980 border-radius:0 2px 2px 0;
1981 border-right-width: 0;
1983 /* if a 3-button set starts with a hidden button */
1984 *[value="Hide"] + input:nth-child(2):not(:last-child),
1985 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1986 border-radius:2px 0 0 2px;
1987 border-right-width: 1px;
1991 /* Rules for doing distinct colour of alternate table rows */
1995 background: $offwhite;
2003 /* Rules for OpenID logo */
2006 vertical-align: text-bottom;
2010 /* Rules for rich text */
2015 padding-bottom: $lineheight/2;
2016 border-bottom: 1px dashed #cccccc;
2017 margin-bottom: $lineheight/2;
2029 font-size: $typeheight;
2034 background: #e8e8e8;
2040 background: #e8e8e8;
2049 padding: $lineheight;
2050 background-color: $offwhite;
2057 border-left: $lineheight solid $offwhite;
2058 padding-left: $lineheight;
2064 padding-left: $lineheight;
2065 margin-bottom: $lineheight;
2066 margin-left: $lineheight;
2074 list-style: decimal;
2078 .diary_post .richtext {
2079 margin-top: $lineheight;
2082 .comments .richtext {
2087 /* Rules for rich text editors */
2089 .richtext_container {
2090 margin-bottom: $lineheight;
2094 display: inline-block;
2095 vertical-align: top;
2098 display: inline-block;
2099 padding: $lineheight;
2100 background-color: $offwhite;
2104 background-image: image-url("loading.gif");
2105 background-repeat: no-repeat;
2106 background-position: center;
2116 display: inline-block;
2117 vertical-align: top;
2119 background-color: #f8f8ff;
2120 padding: $lineheight/2;
2128 border-bottom: 1px solid #ccc;
2129 margin-bottom: $lineheight/4;
2130 padding-bottom: $lineheight/4;
2133 li h4, li span, li p {
2134 display: inline-block;
2135 vertical-align: top;
2146 margin-left: $lineheight/2;
2147 margin-bottom: $lineheight/4;
2148 white-space: nowrap;
2153 /* Rules for the user notes list */
2157 background-color: #eeeeee;
2169 /* Rules for the notes interface */
2171 .leaflet-popup-content .note {
2172 padding-top: $lineheight/2;
2175 .leaflet-popup-content .note {
2177 margin-bottom: $lineheight/2;
2181 margin-top: $lineheight/2;
2187 left: $lineheight/4;
2194 padding-left: $lineheight;
2197 .permalink:hover span {
2203 background-color: #ffe0cc;
2205 margin-bottom: $lineheight/2;
2224 margin-top: $lineheight/4;
2229 /* Rules for the iD editor */
2236 /* Rules for dropdown menus */
2243 *margin-bottom: -3px;
2246 .dropdown-toggle:active,
2247 .open .dropdown-toggle {
2252 display: inline-block;
2255 vertical-align: top;
2256 border-top: 4px solid #000000;
2257 border-right: 4px solid transparent;
2258 border-left: 4px solid transparent;
2278 background-color: #ffffff;
2279 border: 1px solid #ccc;
2280 *border-right-width: 2px;
2281 *border-bottom-width: 2px;
2282 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2283 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2284 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2285 -webkit-background-clip: padding-box;
2286 -moz-background-clip: padding;
2287 background-clip: padding-box;
2290 .dropdown-menu.pull-right {
2295 .dropdown-menu .divider {
2299 *margin: -5px 0 5px;
2301 background-color: #e5e5e5;
2302 border-bottom: 1px solid #ffffff;
2305 .dropdown-menu > li > a {
2309 font-weight: normal;
2312 white-space: nowrap;
2315 .dropdown-menu > li > a:hover,
2316 .dropdown-menu > li > a:focus,
2317 .dropdown-submenu:hover > a,
2318 .dropdown-submenu:focus > a {
2320 text-decoration: none;
2321 background-color: $green;
2324 .dropdown-menu > .active > a,
2325 .dropdown-menu > .active > a:hover,
2326 .dropdown-menu > .active > a:focus {
2328 text-decoration: none;
2329 background-color: $green;
2333 .dropdown-menu > .disabled > a,
2334 .dropdown-menu > .disabled > a:hover,
2335 .dropdown-menu > .disabled > a:focus {
2339 .dropdown-menu > .disabled > a:hover,
2340 .dropdown-menu > .disabled > a:focus {
2341 text-decoration: none;
2343 background-color: transparent;
2344 background-image: none;
2351 .open > .dropdown-menu {
2355 .dropdown-backdrop {
2364 /* Rules for the "Welcome" page */
2375 background-image: image-url("welcome-sprite.png");
2376 background-size: 500px 250px;
2382 padding-bottom: 20px;
2384 margin-bottom: 10px;
2396 background-position: -50px 0;
2401 vertical-align: middle;
2405 background-position: -100px 0;
2409 background-position: -150px 0;
2413 background-position: -200px 0;
2417 background-position: -250px 0;
2421 background-position: -300px 0;
2430 text-decoration: none;
2435 background-color: $offwhite;
2439 background-color: #333;
2444 .site-about #content {
2445 //background-color: #000;
2446 background-color: #eee;
2447 background-position: 50% 50%;
2448 background-repeat: no-repeat;
2449 background-size: cover;
2450 background-attachment: fixed;
2452 &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2453 &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2454 &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2455 &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2456 &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2457 &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2461 font: 13px/20px Helvetica, Arial, sans-serif;
2466 text-shadow: #000 0px 1px 5px;
2474 white-space: nowrap;
2475 text-decoration: none;
2486 text-indent: -9999px;
2488 background: image-url('about/sprite.png') -120px 0px no-repeat;
2489 background-color: #000;
2490 background-color: rgba(0, 0, 0, 0.5);
2500 margin-bottom: 30px;
2503 .section:last-child {
2515 padding: 170px 40px 20px;
2517 background: rgba(0, 0, 0, .8);
2537 background-position: 0 50%;
2538 background-repeat: no-repeat;
2539 background-image: image-url('about/osm.png');
2540 background-size: cover;
2541 background-color: #76c551;
2551 padding: 20px 20px 20px 40px;
2552 font: 500 20px/24px Helvetica, Arial, sans-serif;
2553 white-space: nowrap;
2555 background: #76c551;
2559 display: inline-block;
2566 margin-bottom: 10px;
2573 vertical-align: middle;
2574 background: 40px 40px image-url('about/sprite.png') no-repeat;
2576 &.local { background-position: 0px 0px; }
2577 &.community { background-position: 0px -40px; }
2578 &.open { background-position: 0px -80px; }
2579 &.contributors { background-position: 0px -120px; }
2580 &.infringement { background-position: 0px -160px; }
2586 @media only screen and (max-width:960px) {
2587 .header-illustration.new-user-arm {