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.check { background-position: -220px 0; }
185 .icon.note { background-position: -240px 0; }
186 .icon.gear { background-position: -260px 0; }
188 /* Rules for links */
192 text-decoration: none;
193 -webkit-appearance: none;
196 text-decoration: underline;
200 /* Rules for horizontal lines */
204 background-color: #ccc;
209 /* General styles for tables */
213 margin-bottom: $lineheight;
216 padding: $lineheight/4;
217 line-height: $lineheight;
224 vertical-align: middle;
228 /* Utility for de-emphasizing content */
237 /* Rules for the header */
240 height: $headerHeight;
242 // border-bottom: $keyline;
246 h1, nav, nav > ul, nav > ul > li, .dropdown {
247 display: inline-block;
252 padding: $lineheight/2 $lineheight;
260 text-decoration: none;
267 vertical-align: middle;
272 padding: ($lineheight - 3) $lineheight ($lineheight + 3);
282 $border: 1px solid $green;
285 border-radius: $border-radius;
288 border-right: $border;
291 > a { border-radius: 0 $border-radius $border-radius 0; }
293 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
294 > a:hover { background: lighten($green, 30%); }
295 &.current > a:hover { background: $green; }
296 &.disabled > a:hover { background: lighten($green, 38%); }
298 > a.tab { border-right: 1px solid lighten($green, 30%); }
299 &.current > a.tab { border-right: 1px solid lighten($green, 10%); }
306 display: inline-block;
317 border-top-color: $green;
326 border-top-color: #ccc;
331 background-color: $green;
338 border-top-color: #fff;
349 display: inline-block;
350 text-decoration: none;
354 &:hover { color: darken($darkgrey, 10%); }
358 color: darken($darkgrey, 25%);
362 $border: 1px solid $grey;
366 border-radius: $border-radius;
370 border-right: $border;
375 border-radius: 0 $border-radius $border-radius 0;
378 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
379 &:hover a { background: lighten($darkgrey, 30%); }
389 padding: 5px 10px 5px 6px;
390 display: inline-block;
396 border-top-color: $grey;
400 img.user_thumbnail_tiny {
409 display: inline-block;
412 margin: 3px 0 3px 3px;
413 background-color: lighten($grey, 10%);
430 /* Utility for styling notification numbers */
433 padding: 2px $lineheight/4;
441 /* Rules for the message shown in place of the map when javascript is disabled */
450 /* Rules for bootstrap tooltips */
488 display: inline-block;
491 background-color: white;
498 border-color: transparent;
502 .tooltip.top .tooltip-arrow {
506 border-top-color: white;
507 border-width: 5px 5px 0;
510 .tooltip.right .tooltip-arrow {
514 border-right-color: white;
515 border-width: 5px 5px 5px 0;
518 .tooltip.left .tooltip-arrow {
522 border-left-color: white;
523 border-width: 5px 0 5px 5px;
526 .tooltip.bottom .tooltip-arrow {
530 border-bottom-color: white;
531 border-width: 0 5px 5px;
534 /* Rules for Leaflet maps */
536 .leaflet-control .control-button {
540 background-color: #333;
541 background-color: rgba(0,0,0,.6);
542 border-radius: 4px 0 0 4px;
547 background-color: black;
551 background-color: #9ed485;
555 background-color: #333;
556 background-color: rgba(0,0,0,.5);
565 .leaflet-control .zoomin,
566 .control-layers .control-button {
568 border-radius: 4px 0 0 0;
571 .leaflet-control .zoomout,
572 .control-key .control-button {
577 .control-locate .control-button,
578 .control-share .control-button {
579 border-radius: 0 0 0 4px;
582 /* Rules for the sidebar and main map area */
601 width: $sidebarWidth;
602 border-right: $keyline;
605 padding: $lineheight $lineheight $lineheight/2;
671 border-bottom: 1px solid #DDD;
681 border:1px solid #ddd;
697 border: 3px solid #fff;
700 transition: border-color 0.08s ease-in;
710 text-stroke: 2px #fff;
719 border-color: darken($green, 10%);
724 &.active { border-color: darken($green, 20%); }
742 text-decoration: none;
743 background-color: $lightblue;
748 border-right: 1px solid #fff;
749 border-radius: 4px 0 0 4px;
753 border-left: 1px solid #fff;
754 border-radius: 0 4px 4px 0;
758 background-color: $blue;
770 font-family: monospace;
791 .leaflet-top.leaflet-right {
792 top: $lineheight !important;
794 margin-right: 0px !important;
795 margin-top: 0px !important;
799 .leaflet-popup-scrolled {
800 padding-right: $lineheight;
801 border-bottom: 0px !important;
802 border-top: 0px !important;
805 .leaflet-popup-content-wrapper {
806 border-radius: 4px !important;
807 -webkit-border-radius: 4px !important;
810 /* Rules for attribution text under the main map shown on printouts */
816 .attribution_license,
817 .attribution_project {
821 .attribution_notice {
825 /* Rules for the sidebar */
829 padding: $lineheight/2 $lineheight;
830 // background: $offwhite;
831 // border-bottom: 1px solid #ccc;
849 margin: $lineheight auto;
855 /* Rules for the search box */
859 padding: $lineheight/2 $lineheight;
860 background-color: $lightgrey;
871 border-radius: 2px 0 0 2px;
873 transition: 300ms linear;
874 -webkit-transition: 300ms linear;
875 -moz-transition: 300ms linear;
880 box-shadow: 0px 0px 7px #9ED485;
887 border-radius: 0 2px 2px 0;
899 /* Rules for donation request box */
904 padding: $lineheight/4;
905 border: 1px solid #AED1A0;
907 font-size: $typeheight;
912 margin: $lineheight/2 auto;
916 text-decoration: none;
920 /* Rules for rotating sidebar ads */
928 border-bottom: 1px solid #ccc;
943 /* Rules for the map key which appears in the popout sidebar */
946 .mapkey-table-key img {
952 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
956 /* Rules for search results which appear in the popout sidebar */
958 .search_results_entry {
960 border-bottom: $keyline;
961 &:first-child { border-top: $keyline; }
973 .search_results_error {
977 /* Rules for data browser information which appears in the popout sidebar */
981 .browse_show_list.button {
998 /* Rules for entity history */
1002 border-bottom: $keyline;
1010 /* Rules for the changeset list shown by the history tab */
1012 #sidebar .changesets {
1014 padding: $lineheight;
1015 border-bottom: $keyline;
1020 background: #FCFEA4;
1024 /* Rules for the data browser */
1040 margin-bottom: 10px;
1043 padding: 5px 0 5px 10px;
1045 border: 1px solid #CCC;
1046 border-radius: 4px 4px 0 0;
1047 background-color: #F6F6F6;
1053 background-color: #FFF;
1054 border: 1px solid #CCC;
1056 border-radius: 0 0 4px 4px;
1061 border: 1px solid #CCC;
1066 border-bottom: 1px solid #CCC;
1075 display: inline-block;
1084 background-color: #F6F6F6;
1085 border-radius: 4px 0 0 4px;
1089 border-left: 1px solid #CCC;
1094 /* Rules for the changeset details */
1097 .browse-section.header {
1099 border-bottom: $keyline;
1103 border-bottom: none;
1108 /* Rules for export information which appears in the popout sidebar */
1114 .export_area_inputs {
1115 margin-bottom: $lineheight/2;
1116 input[type="text"] {
1123 margin: $lineheight/4;
1131 padding-bottom: 5px;
1140 margin-bottom: 10px;
1145 /* Rules for edit pages */
1160 /* Rules for non-map content pages */
1163 background: $lightgrey;
1165 h1 { font-size: 22px; }
1170 margin-bottom: $lineheight;
1174 margin-top: $lineheight/2;
1182 padding: $lineheight;
1185 /* Overrides for pages that use new layout conventions */
1190 .content-body .content-inner {
1199 .content-heading .content-inner {
1204 .header-illustration {
1205 background-position: 0 0;
1206 background-repeat: no-repeat;
1214 background-image: image-url("sign-up-illustration.png");
1218 background-image: image-url("confirm-illustration.png");
1222 background-image: image-url("terms-illustration.png");
1230 background-image: image-url("sign-up-illustration-arm.png");
1235 @media only screen and (max-width:900px) {
1236 .header-illustration.new-user-arm {
1241 #content.maximised {
1254 #slim_container_content {
1256 background-color: #FFFFFF;
1257 margin: $lineheight/2 auto;
1259 border-radius: 25px;
1260 -moz-border-radius: 25px;
1261 border: 1px solid #e6e6e6;
1265 margin: $lineheight/2;
1270 margin-bottom: 15px;
1275 margin: 30px $lineheight/2;
1278 margin-right: $lineheight/4;
1280 vertical-align: middle;
1281 margin-bottom: $lineheight/4;
1282 margin-right: $lineheight/4;
1286 /* Rules for small maps in content areas */
1292 border: 1px solid #ccc;
1293 margin-bottom: $lineheight;
1297 /* Rules for the trace list shown by the traces tab etc */
1300 font-size: $lineheight/2;
1317 .trace_identifiable {
1330 /* Rules for the user profile page */
1335 .userinformation-inner {
1350 .admin-user-info small {
1351 margin-bottom: $lineheight/2;
1353 margin-right: $lineheight;
1358 border-bottom: 1px solid #ccc;
1359 padding-bottom: $lineheight;
1362 margin-bottom: $lineheight/2;
1367 margin-top: $lineheight;
1371 .activity-details p {
1376 #friends-container .contact-activity ul {
1381 p#no_home_location {
1382 margin: $lineheight;
1385 margin-top: $lineheight/4;
1390 /* Rules for the user map */
1392 .content_map .leaflet-popup-content {
1393 margin: $lineheight/2;
1397 /* Rules for user popups on maps */
1403 margin-top: 0 0 0 60px;
1406 img.user_thumbnail {
1408 margin: 0 $lineheight/2 0 0;
1412 /* Rules for the user list */
1415 font-size: $lineheight/2;
1419 vertical-align: middle;
1428 #user_list_actions {
1430 margin-top: $lineheight/2;
1433 /* Rules for the diary list page */
1437 margin-top: $lineheight/2;
1438 padding-top: $lineheight;
1439 border-top: 1px solid #ccc;
1442 margin-bottom: $lineheight;
1446 margin-bottom: $lineheight/2;
1451 img.user_thumbnail {
1460 ul.secondary-actions {
1461 display: inline-block;
1465 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1469 /* Rules for the diary entry page */
1476 border: 1px solid #ccc;
1478 margin-bottom: $lineheight;
1481 border-top: 1px solid #ccc;
1482 padding-top: $lineheight;
1483 margin-top: $lineheight/2;
1489 margin-top: $lineheight/2;
1490 border-top: 1px dashed #ccc;
1491 padding-top: $lineheight/2;
1493 margin-top: $lineheight;
1494 padding-top: $lineheight;
1495 border-top: 1px solid #ccc;
1498 margin-bottom: $lineheight/2;
1507 .diary_entry-view img.user_thumbnail {
1511 /* Rules for the log in page */
1513 #login_openid_buttons {
1517 #login_openid_buttons li {
1519 padding: $lineheight/4 $lineheight/2;
1522 /* Rules for the account confirmation page */
1526 border: 1px solid #ccc;
1527 padding: $lineheight;
1528 margin-bottom: $lineheight;
1534 background: $lightblue;
1536 background: darken($lightblue, $hovercolor);
1546 /* Rules for the account settings page */
1548 #accountForm .user_map {
1552 border: 1px solid #ccc;
1555 #accountForm .user_image {
1559 #accountForm #user_image {
1563 #accountForm ul.accountImage-options {
1576 display: inline !important;
1579 .content_map.settings_map {
1584 /* Rules for the oauth settings page */
1586 .oauth_clients .buttons .oauth-edit {
1587 border-radius: 2px 0 0 2px;
1590 .oauth_clients .buttons .oauth-delete {
1591 border-radius: 0 2px 2px 0;
1594 /* Rules for messages pages */
1598 border: 1px solid #ddd;
1600 input[type="submit"] {
1604 border-top: 1px solid #ccc;
1608 background: #f8f8ff;
1621 padding: $lineheight/4;
1632 border-right: 1px solid $lightgrey;
1636 .inbox-row .inbox-mark-read {
1641 margin-bottom: $lineheight;
1642 padding: $lineheight/4 0px 4px 0px;
1643 border-bottom: 1px solid #ccc;
1650 .info-line .user_thumbnail_tiny {
1651 vertical-align: middle;
1660 .inbox-row-unread .inbox-mark-unread {
1664 .message-read .message-buttons {
1665 margin-top: $lineheight;
1666 padding-top: $lineheight;
1667 border-top: 1px solid $lightgrey;
1670 .message-read .buttons .mark-unread-button {
1674 /* Rules for "flash" notice boxes shown at the top of the content area */
1677 padding: $lineheight;
1678 background-color: #ff7070;
1682 padding: $lineheight;
1683 background-color: #ffe0cc;
1687 padding: $lineheight;
1688 background-color: #CBEEA7;
1691 /* Rules for highlighting fields with rails validation errors */
1693 .field_with_errors {
1695 background-color: #ff7070;
1696 display: inline-block;
1700 display: inline-block;
1706 background-color: #ff7070;
1709 /* Rules for rails validation error boxes */
1713 border: 2px solid #ff7070;
1714 padding: 0 $lineheight/2;
1715 margin-bottom: $lineheight;
1716 background-color: #f0f0f0;
1719 margin: 0 -10px 10px -10px;
1720 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1723 background-color: #c00;
1731 padding: $lineheight/4;
1735 padding-left: $lineheight;
1744 /* Rules for forms */
1748 margin-bottom: $lineheight;
1750 label.standard-label {
1752 margin-bottom: $lineheight/4;
1753 font-size: $typeheight;
1757 label.standard-label.secondary {
1758 display: inline-block;
1759 font-weight: normal;
1762 font-weight: normal;
1769 margin-top: $lineheight;
1770 padding-top: $lineheight;
1771 border-top: 1px solid $lightgrey;
1773 .horizontal-list .form-row {
1775 padding-right: 10px;
1778 margin-bottom: $lineheight/2;
1786 input[type="checkbox"],
1787 input[type="radio"] {
1793 #remember_me_openid {
1797 input[type="checkbox"],
1798 input[type="radio"] {
1803 input[type="email"],
1805 input[type="password"],
1807 border: 1px solid #ccc;
1818 /* Rules for user images */
1823 border: 1px solid #ccc;
1824 margin-bottom: $lineheight;
1826 margin-right: $lineheight;
1829 img.user_thumbnail {
1832 border: 1px solid #ccc;
1833 margin-right: $lineheight;
1836 img.user_thumbnail_tiny {
1839 border: 1px solid #ccc;
1842 /* Rules for geo microformats */
1845 border-bottom: none;
1848 /* Rules for RSS buttons */
1855 /* General styles for action lists / subnavs / pager navs */
1857 ul.secondary-actions {
1862 display: inline-block;
1869 border-left: 1px solid #ccc;
1870 padding-left: $lineheight/2;
1871 margin-right: $lineheight/2;
1882 div.secondary-actions {
1884 border-top: 1px solid #ccc;
1888 /* Utility for managing inner content areas */
1890 .inner22 { padding: $lineheight;}
1892 .inner12 { padding: $lineheight/2 $lineheight;}
1894 .inner11 { padding: $lineheight/2;}
1896 .inner20 { padding: $lineheight 0;}
1898 .inner02 { padding: 0 $lineheight;}
1900 /* Utility for general button styles */
1902 input[type="button"],
1903 input[type="submit"],
1904 input[type="reset"],
1908 display: inline-block;
1910 padding: $lineheight/4 $lineheight/2;
1911 min-height: 20px + $lineheight/2;
1913 margin: 0 0 $lineheight/2 0;
1918 -moz-border-radius: 2px;
1920 background: darken($blue, $hovercolor);
1921 text-decoration: none;
1924 background: $lightblue;
1926 background: darken($lightblue, $hovercolor);
1930 background: $lightgrey;
1932 background: $lightgrey;
1942 input[type="submit"],
1943 input[type="button"],
1944 input[type="reset"],
1946 box-sizing: border-box;
1952 border-right:1px solid white;
1953 text-overflow: ellipsis;
1954 white-space: nowrap;
1958 .button:first-child {
1959 border-radius:2px 0 0 2px;
1962 .button:last-child {
1963 border-radius:0 2px 2px 0;
1964 border-right-width: 0;
1968 *[value="Hide"] + input:last-child,
1969 *[value="Hide"] + .button:last-child {
1971 border-right-width: 0;
1973 /* if a 3-button set has a hidden middle button */
1974 *[value="Hide"] + input:nth-child(3),
1975 *[value="Hide"] + .button:nth-child(3) {
1976 border-radius:0 2px 2px 0;
1977 border-right-width: 0;
1979 /* if a 3-button set starts with a hidden button */
1980 *[value="Hide"] + input:nth-child(2):not(:last-child),
1981 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1982 border-radius:2px 0 0 2px;
1983 border-right-width: 1px;
1987 /* Rules for doing distinct colour of alternate table rows */
1991 background: $offwhite;
1999 /* Rules for OpenID logo */
2002 vertical-align: text-bottom;
2006 /* Rules for rich text */
2011 padding-bottom: $lineheight/2;
2012 border-bottom: 1px dashed #cccccc;
2013 margin-bottom: $lineheight/2;
2025 font-size: $typeheight;
2030 background: #e8e8e8;
2036 background: #e8e8e8;
2045 padding: $lineheight;
2046 background-color: $offwhite;
2053 border-left: $lineheight solid $offwhite;
2054 padding-left: $lineheight;
2060 padding-left: $lineheight;
2061 margin-bottom: $lineheight;
2062 margin-left: $lineheight;
2070 list-style: decimal;
2074 .diary_post .richtext {
2075 margin-top: $lineheight;
2078 .comments .richtext {
2083 /* Rules for rich text editors */
2085 .richtext_container {
2086 margin-bottom: $lineheight;
2090 display: inline-block;
2091 vertical-align: top;
2094 display: inline-block;
2095 padding: $lineheight;
2096 background-color: $offwhite;
2100 background-image: image-url("loading.gif");
2101 background-repeat: no-repeat;
2102 background-position: center;
2112 display: inline-block;
2113 vertical-align: top;
2115 background-color: #f8f8ff;
2116 padding: $lineheight/2;
2124 border-bottom: 1px solid #ccc;
2125 margin-bottom: $lineheight/4;
2126 padding-bottom: $lineheight/4;
2129 li h4, li span, li p {
2130 display: inline-block;
2131 vertical-align: top;
2142 margin-left: $lineheight/2;
2143 margin-bottom: $lineheight/4;
2144 white-space: nowrap;
2149 /* Rules for the user notes list */
2153 background-color: #eeeeee;
2165 /* Rules for the notes interface */
2167 .leaflet-popup-content .note {
2168 padding-top: $lineheight/2;
2171 .leaflet-popup-content .note {
2173 margin-bottom: $lineheight/2;
2177 margin-top: $lineheight/2;
2183 left: $lineheight/4;
2190 padding-left: $lineheight;
2193 .permalink:hover span {
2199 background-color: #ffe0cc;
2201 margin-bottom: $lineheight/2;
2220 margin-top: $lineheight/4;
2225 /* Rules for the iD editor */
2232 /* Rules for dropdown menus */
2239 *margin-bottom: -3px;
2242 .dropdown-toggle:active,
2243 .open .dropdown-toggle {
2248 display: inline-block;
2251 vertical-align: top;
2252 border-top: 4px solid #000000;
2253 border-right: 4px solid transparent;
2254 border-left: 4px solid transparent;
2274 background-color: #ffffff;
2275 border: 1px solid #ccc;
2276 *border-right-width: 2px;
2277 *border-bottom-width: 2px;
2278 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2279 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2280 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2281 -webkit-background-clip: padding-box;
2282 -moz-background-clip: padding;
2283 background-clip: padding-box;
2286 .dropdown-menu.pull-right {
2291 .dropdown-menu .divider {
2295 *margin: -5px 0 5px;
2297 background-color: #e5e5e5;
2298 border-bottom: 1px solid #ffffff;
2301 .dropdown-menu > li > a {
2305 font-weight: normal;
2308 white-space: nowrap;
2311 .dropdown-menu > li > a:hover,
2312 .dropdown-menu > li > a:focus,
2313 .dropdown-submenu:hover > a,
2314 .dropdown-submenu:focus > a {
2316 text-decoration: none;
2317 background-color: $green;
2320 .dropdown-menu > .active > a,
2321 .dropdown-menu > .active > a:hover,
2322 .dropdown-menu > .active > a:focus {
2324 text-decoration: none;
2325 background-color: $green;
2329 .dropdown-menu > .disabled > a,
2330 .dropdown-menu > .disabled > a:hover,
2331 .dropdown-menu > .disabled > a:focus {
2335 .dropdown-menu > .disabled > a:hover,
2336 .dropdown-menu > .disabled > a:focus {
2337 text-decoration: none;
2339 background-color: transparent;
2340 background-image: none;
2347 .open > .dropdown-menu {
2351 .dropdown-backdrop {
2360 /* Rules for the "Welcome" page */
2371 background-image: image-url("welcome-sprite.png");
2372 background-size: 500px 250px;
2378 padding-bottom: 20px;
2380 margin-bottom: 10px;
2392 background-position: -50px 0;
2397 vertical-align: middle;
2401 background-position: -100px 0;
2405 background-position: -150px 0;
2409 background-position: -200px 0;
2413 background-position: -250px 0;
2417 background-position: -300px 0;
2426 text-decoration: none;
2431 background-color: $offwhite;
2435 background-color: #333;
2440 .site-about #content {
2441 background-color: #000;
2442 background-position: 50% 50%;
2443 background-repeat: no-repeat;
2444 background-size: cover;
2445 background-attachment: fixed;
2447 &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2448 &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2449 &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2450 &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2451 &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2452 &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2456 font: 13px/20px Helvetica, Arial, sans-serif;
2461 text-shadow: #000 0px 1px 5px;
2469 white-space: nowrap;
2470 text-decoration: none;
2481 text-indent: -9999px;
2483 background: image-url('about/sprite.png') -120px 0px no-repeat;
2484 background-color: #000;
2485 background-color: rgba(0, 0, 0, 0.5);
2495 margin-bottom: 30px;
2498 .section:last-child {
2510 padding: 170px 40px 20px;
2512 background: rgba(0, 0, 0, .8);
2532 background-position: 0 50%;
2533 background-repeat: no-repeat;
2534 background-image: image-url('about/osm.png');
2535 background-size: cover;
2536 background-color: #76c551;
2546 padding: 20px 20px 20px 40px;
2547 font: 500 20px/24px Helvetica, Arial, sans-serif;
2548 white-space: nowrap;
2550 background: #76c551;
2554 display: inline-block;
2561 margin-bottom: 10px;
2568 vertical-align: middle;
2569 background: 40px 40px image-url('about/sprite.png') no-repeat;
2571 &.local { background-position: 0px 0px; }
2572 &.community { background-position: 0px -40px; }
2573 &.open { background-position: 0px -80px; }
2574 &.contributors { background-position: 0px -120px; }
2575 &.infringement { background-position: 0px -160px; }