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;
44 /* Micro Clearfix | Details: http://nicolasgallagher.com/micro-clearfix-hack/ */
58 .col0 { float:left; width:04.1666%; }
59 .col1 { float:left; width:08.3333%; }
60 .col2 { float:left; width:16.6666%; }
61 .col3 { float:left; width:25.0000%; }
62 .col4 { float:left; width:33.3333%; }
63 .col5 { float:left; width:41.6666%; }
64 .col6 { float:left; width:50.0000%; }
65 .col7 { float:left; width:58.3333%; }
66 .col8 { float:left; width:66.6666%; }
67 .col9 { float:left; width:75.0000%; }
68 .col10 { float:left; width:83.3333%; }
69 .col11 { float:left; width:91.6666%; }
70 .col12 { width:100%; }
72 .margin0 { margin-left:04.1666%; }
73 .margin1 { margin-left:08.3333%; }
74 .margin2 { margin-left:16.6666%; }
75 .margin3 { margin-left:25.0000%; }
76 .margin4 { margin-left:33.3333%; }
77 .margin5 { margin-left:41.6666%; }
78 .margin6 { margin-left:50.0000%; }
79 .margin7 { margin-left:58.3333%; }
80 .margin8 { margin-left:66.6666%; }
81 .margin9 { margin-left:75.0000%; }
82 .margin10 { margin-left:83.3333%; }
83 .margin11 { margin-left:91.6666%; }
84 .margin12 { margin-left:100.0000%; }
86 .fillL { background-color: white; }
88 /* Default rules for the body of every page */
91 -webkit-box-sizing: border-box;
92 -moz-box-sizing: border-box;
93 box-sizing: border-box;
97 font-family: 'Helvetica Neue',Arial,sans-serif;
98 font-size: $typeheight;
101 background-color: #fff;
109 background-color: #f0f0f0;
140 #container { position: relative; }
144 margin: 0 0 $lineheight/2 0;
148 vertical-align: middle;
149 margin-right: $lineheight/4;
152 .red { color: $red; }
154 /* Rules for icons */
157 display:inline-block;
161 background:transparent image-url("sprite.png") no-repeat 0 0;
166 .icon.search { background-position: 0 0; }
167 .icon.donate { background-position: -20px 0; }
168 .icon.zoomin { background-position: -40px 0; }
169 .icon.zoomout { background-position: -60px 0; }
170 .icon.geolocate { background-position: -80px 0; }
171 .active .icon.geolocate { background-position: -80px -20px; }
172 .icon.layers { background-position: -100px 0; }
173 .icon.key { background-position: -120px 0; }
174 .icon.share { background-position: -140px 0; }
175 .icon.clipboard { background-position: -160px 0; }
176 .icon.link { background-position: -180px 0; }
177 .icon.close { background-position: -200px 0; }
178 .icon.close:hover { background-position: -200px -20px; }
179 .icon.check { background-position: -220px 0; }
180 .icon.note { background-position: -240px 0; }
181 .icon.gear { background-position: -260px 0; }
183 /* Rules for links */
187 text-decoration: none;
188 -webkit-appearance: none;
191 text-decoration: underline;
195 /* Rules for horizontal lines */
199 background-color: #ccc;
204 /* General styles for tables */
208 margin-bottom: $lineheight;
211 padding: $lineheight/4;
212 line-height: $lineheight;
220 vertical-align: middle;
224 /* Utility for de-emphasizing content */
233 /* Rules for the header */
236 display: none !important;
238 background: image-url("menu-icon.png") no-repeat;
239 background-size: 30px 30px;
243 margin: 14px 10px 0 0;
248 height: $headerHeight;
253 h1, nav, nav > ul, nav > ul > li, .dropdown {
254 display: inline-block;
259 padding: $lineheight/2;
267 text-decoration: none;
274 vertical-align: middle;
289 $border: 1px solid $green;
292 border-radius: $border-radius;
295 border-right: $border;
300 > a:hover { background: lighten($green, 30%); }
301 &.current > a:hover { background: $green; }
302 &.disabled > a:hover { background: lighten($green, 38%); }
304 > a.tab { border-right: 1px solid lighten($green, 30%); }
305 &.current > a.tab { border-right: 1px solid lighten($green, 10%); }
312 display: inline-block;
324 border-top-color: $green;
333 border-top-color: #ccc;
338 background-color: $green;
345 border-top-color: #fff;
355 vertical-align: middle;
356 a, .dropdown-toggle {
357 display: inline-block;
358 text-decoration: none;
362 &:hover { color: darken($darkgrey, 25%); }
367 color: darken($darkgrey, 25%);
371 $border: 1px solid $grey;
375 border-radius: $border-radius;
379 border-right: $border;
385 border-radius: 0 $border-radius $border-radius 0;
388 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
389 &:hover a { background: lighten($darkgrey, 30%); }
400 padding: 5px 10px 5px 6px;
401 display: inline-block;
404 &:hover > .user-button { color: darken($darkgrey, 5%); }
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%);
434 border-radius: 3px 0 3px 3px;
444 #compact-secondary-nav {
449 &:hover { color: #fff; }
453 @media only screen and (max-width:960px) {
454 #compact-secondary-nav {
455 display: inline-block;
462 /* Utility for styling notification numbers */
465 padding: 2px $lineheight/4;
467 background: lighten($green, 30%);
473 /* Rules for the message shown in place of the map when javascript is disabled */
482 /* Rules for bootstrap tooltips */
520 display: inline-block;
523 background-color: white;
530 border-color: transparent;
534 .tooltip.top .tooltip-arrow {
538 border-top-color: white;
539 border-width: 5px 5px 0;
542 .tooltip.right .tooltip-arrow {
546 border-right-color: white;
547 border-width: 5px 5px 5px 0;
550 .tooltip.left .tooltip-arrow {
554 border-left-color: white;
555 border-width: 5px 0 5px 5px;
558 .tooltip.bottom .tooltip-arrow {
562 border-bottom-color: white;
563 border-width: 0 5px 5px;
566 /* Rules for Leaflet maps */
568 .leaflet-control .control-button {
572 background-color: #333;
573 background-color: rgba(0,0,0,.6);
574 border-radius: 4px 0 0 4px;
579 background-color: black;
583 background-color: #9ed485;
587 background-color: #333;
588 background-color: rgba(0,0,0,.5);
597 .leaflet-control .zoomin,
598 .control-layers .control-button {
600 border-radius: 4px 0 0 0;
603 .leaflet-control .zoomout,
604 .control-key .control-button {
609 .control-locate .control-button,
610 .control-share .control-button {
611 border-radius: 0 0 0 4px;
614 /* Rules for the sidebar and main map area */
634 width: $sidebarWidth;
639 padding: $lineheight $lineheight $lineheight/2;
643 margin-top: $lineheight;
644 margin-bottom: $lineheight/2;
653 .overlay-sidebar #sidebar {
657 border-bottom-right-radius: 5px;
663 padding: $lineheight/2 $lineheight $lineheight;
678 border-right: 1px solid #fff;
698 border-bottom: 1px solid #DDD;
708 border:1px solid #ddd;
731 border: 2px solid #fff;
734 transition: border-color 0.08s ease-in;
741 border-bottom-right-radius: 3px;
746 text-stroke: 2px #fff;
747 background: rgba(255,255,255,.9);
748 z-index: 2; // For IE9
749 input[type="radio"] {
754 &.active { border-color: darken($green, 10%); }
757 &.active { border-color: darken($green, 20%); }
776 text-decoration: none;
777 background-color: $lightblue;
782 border-right: 1px solid #fff;
783 border-radius: 4px 0 0 4px;
787 border-left: 1px solid #fff;
788 border-radius: 0 4px 4px 0;
792 background-color: $blue;
804 font-family: monospace;
826 top: $lineheight/2 !important;
828 margin-right: 0px !important;
829 margin-top: 0px !important;
833 .leaflet-popup-scrolled {
834 padding-right: $lineheight;
835 border-bottom: 0px !important;
836 border-top: 0px !important;
839 .leaflet-popup-content-wrapper {
840 border-radius: 4px !important;
841 -webkit-border-radius: 4px !important;
844 /* Rules for attribution text under the main map shown on printouts */
850 .attribution_license,
851 .attribution_project {
855 .attribution_notice {
859 .donate-attr { color: darken($green, 10%) !important; }
861 /* Rules for the sidebar */
865 padding: $lineheight/2 $lineheight;
866 // background: $offwhite;
867 // border-bottom: 1px solid #ccc;
877 padding: $lineheight;
886 margin: $lineheight auto;
892 /* Rules for the search box */
894 header .search_form {
900 padding: $lineheight/2;
901 background-color: $lightgrey;
906 border-radius: 2px 0 0 2px;
914 transition: 300ms linear;
915 -webkit-transition: 300ms linear;
916 -moz-transition: 300ms linear;
921 box-shadow: 0px 0px 7px #9ED485;
928 border-radius: 0 2px 2px 0;
940 /* Rules for the map key which appears in the popout sidebar */
943 .mapkey-table-key img {
949 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
953 /* Rules for search sidebar */
955 .search_results_entry {
957 border-bottom: $keyline;
958 &:first-child { border-top: $keyline; }
970 .search_results_error {
974 /* Rules for entity history */
979 border-bottom: $keyline;
987 /* Rules for the history sidebar */
989 #sidebar .changesets {
991 padding: $lineheight;
992 border-bottom: $keyline;
995 &.selected { background: #FFFFE6; }
996 /* color is derived from changeset bbox fillColor in history.js */
1007 /* Rules for the browse sidebar */
1011 padding: $lineheight/2 $lineheight;
1012 border-bottom: 1px solid #ccc;
1022 border: 1px solid #eee;
1031 margin-bottom: 10px;
1034 padding: 5px 0 5px 10px;
1036 border: 1px solid #CCC;
1037 border-radius: 4px 4px 0 0;
1038 background-color: #F6F6F6;
1044 background-color: #FFF;
1045 border: 1px solid #CCC;
1047 border-radius: 0 0 4px 4px;
1052 background-color: #F6F6F6;
1053 border: 1px solid #ddd;
1058 border-bottom: 1px solid #ddd;
1067 display: inline-block;
1076 background-color: #F6F6F6;
1080 border-left: 1px solid #ddd;
1081 background-color: #fff;
1086 margin: $lineheight/2 0;
1087 padding: $lineheight/2;
1092 margin: $lineheight/2 0;
1099 .note-description p {
1104 /* Rules for export sidebar */
1107 padding: $lineheight;
1109 .export_area_inputs,
1114 .export_area_inputs {
1115 margin-bottom: $lineheight/2;
1116 input[type="text"] {
1123 margin: $lineheight/4;
1127 margin-top: $lineheight;
1131 padding-left: $lineheight/2;
1134 margin-bottom: 10px;
1139 /* Rules for edit pages */
1154 /* Rules for non-map content pages */
1157 background: $lightgrey;
1159 h1 { font-size: 22px; }
1164 margin-bottom: $lineheight;
1168 margin-top: $lineheight/2;
1176 padding: $lineheight;
1179 /* Overrides for pages that use new layout conventions */
1184 .content-body .content-inner {
1193 .content-heading .content-inner {
1198 .header-illustration {
1199 background-position: 0 0;
1200 background-repeat: no-repeat;
1208 background-image: image-url("sign-up-illustration.png");
1212 background-image: image-url("confirm-illustration.png");
1216 background-image: image-url("terms-illustration.png");
1224 background-image: image-url("sign-up-illustration-arm.png");
1229 #content.maximised {
1242 #slim_container_content {
1244 background-color: #FFFFFF;
1245 margin: $lineheight/2 auto;
1247 border-radius: 25px;
1248 -moz-border-radius: 25px;
1249 border: 1px solid #e6e6e6;
1253 margin: $lineheight/2;
1258 margin-bottom: 15px;
1263 margin: 30px $lineheight/2;
1266 margin-right: $lineheight/4;
1268 vertical-align: middle;
1269 margin-bottom: $lineheight/4;
1270 margin-right: $lineheight/4;
1274 /* Rules for small maps in content areas */
1280 border: 1px solid #ccc;
1281 margin-bottom: $lineheight;
1285 /* Rules for the trace list shown by the traces tab etc */
1288 font-size: $lineheight/2;
1305 .trace_identifiable {
1318 /* Rules for the user profile page */
1323 .userinformation-inner {
1338 .admin-user-info small {
1339 margin-bottom: $lineheight/2;
1341 margin-right: $lineheight;
1346 border-bottom: 1px solid #ccc;
1347 padding-bottom: $lineheight;
1350 margin-bottom: $lineheight/2;
1355 margin-top: $lineheight;
1359 .activity-details p {
1364 #friends-container .contact-activity ul {
1369 p#no_home_location {
1370 margin: $lineheight;
1373 margin-top: $lineheight/4;
1378 /* Rules for the user map */
1380 .content_map .leaflet-popup-content {
1381 margin: $lineheight/2;
1385 /* Rules for user popups on maps */
1391 margin-top: 0 0 0 60px;
1394 img.user_thumbnail {
1396 margin: 0 $lineheight/2 0 0;
1400 /* Rules for the user list */
1403 font-size: $lineheight/2;
1407 vertical-align: middle;
1416 #user_list_actions {
1418 margin-top: $lineheight/2;
1421 /* Rules for the diary list page */
1425 margin-top: $lineheight/2;
1426 padding-top: $lineheight;
1427 border-top: 1px solid #ccc;
1430 margin-bottom: $lineheight;
1434 margin-bottom: $lineheight/2;
1439 img.user_thumbnail {
1448 ul.secondary-actions {
1449 display: inline-block;
1453 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1457 /* Rules for the diary entry page */
1464 border: 1px solid #ccc;
1466 margin-bottom: $lineheight;
1469 border-top: 1px solid #ccc;
1470 padding-top: $lineheight;
1471 margin-top: $lineheight/2;
1477 margin-top: $lineheight/2;
1478 border-top: 1px dashed #ccc;
1479 padding-top: $lineheight/2;
1481 margin-top: $lineheight;
1482 padding-top: $lineheight;
1483 border-top: 1px solid #ccc;
1486 margin-bottom: $lineheight/2;
1495 .diary_entry-view img.user_thumbnail {
1499 /* Rules for the log in page */
1501 #login_openid_buttons {
1505 #login_openid_buttons li {
1507 padding: $lineheight/4 $lineheight/2;
1510 /* Rules for the account confirmation page */
1514 border: 1px solid #ccc;
1515 padding: $lineheight;
1516 margin-bottom: $lineheight;
1522 background: $lightblue;
1524 background: darken($lightblue, $hovercolor);
1529 /* Rules for the account settings page */
1531 #accountForm .user_map {
1535 border: 1px solid #ccc;
1538 #accountForm .user_image {
1542 #accountForm #user_image {
1546 #accountForm ul.accountImage-options {
1559 display: inline !important;
1562 .content_map.settings_map {
1567 /* Rules for the oauth settings page */
1569 .oauth_clients .buttons .oauth-edit {
1570 border-radius: 2px 0 0 2px;
1573 .oauth_clients .buttons .oauth-delete {
1574 border-radius: 0 2px 2px 0;
1577 /* Rules for messages pages */
1581 border: 1px solid #ddd;
1583 input[type="submit"] {
1587 border-top: 1px solid #ccc;
1591 background: #f8f8ff;
1604 padding: $lineheight/4;
1615 border-right: 1px solid $lightgrey;
1619 .inbox-row .inbox-mark-read {
1624 margin-bottom: $lineheight;
1625 padding: $lineheight/4 0px 4px 0px;
1626 border-bottom: 1px solid #ccc;
1633 .info-line .user_thumbnail_tiny {
1634 vertical-align: middle;
1643 .inbox-row-unread .inbox-mark-unread {
1647 .message-read .message-buttons {
1648 margin-top: $lineheight;
1649 padding-top: $lineheight;
1650 border-top: 1px solid $lightgrey;
1653 .message-read .buttons .mark-unread-button {
1657 /* Rules for "flash" notice boxes shown at the top of the content area */
1660 padding: $lineheight;
1661 background-color: #ff7070;
1665 padding: $lineheight;
1666 background-color: #ffe0cc;
1670 padding: $lineheight;
1671 background-color: #CBEEA7;
1674 /* Rules for highlighting fields with rails validation errors */
1676 .field_with_errors {
1678 background-color: #ff7070;
1679 display: inline-block;
1683 display: inline-block;
1689 background-color: #ff7070;
1692 /* Rules for rails validation error boxes */
1696 border: 2px solid #ff7070;
1697 padding: 0 $lineheight/2;
1698 margin-bottom: $lineheight;
1699 background-color: #f0f0f0;
1702 margin: 0 -10px 10px -10px;
1703 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1707 background-color: #c00;
1715 padding: $lineheight/4;
1719 padding-left: $lineheight;
1728 /* Rules for forms */
1732 margin-bottom: $lineheight;
1734 label.standard-label {
1736 margin-bottom: $lineheight/4;
1737 font-size: $typeheight;
1742 label.standard-label.secondary {
1743 display: inline-block;
1744 font-weight: normal;
1747 font-weight: normal;
1754 margin-top: $lineheight;
1755 padding-top: $lineheight;
1756 border-top: 1px solid $lightgrey;
1758 .horizontal-list .form-row {
1760 padding-right: 10px;
1763 margin-bottom: $lineheight/2;
1771 input[type="checkbox"],
1772 input[type="radio"] {
1778 #remember_me_openid {
1782 input[type="checkbox"],
1783 input[type="radio"] {
1788 input[type="email"],
1790 input[type="password"],
1792 border: 1px solid #ccc;
1803 /* Rules for user images */
1808 border: 1px solid #ccc;
1809 margin-bottom: $lineheight;
1811 margin-right: $lineheight;
1814 img.user_thumbnail {
1817 border: 1px solid #ccc;
1818 margin-right: $lineheight;
1821 img.user_thumbnail_tiny {
1824 border: 1px solid #ccc;
1827 /* Rules for geo microformats */
1830 border-bottom: none;
1833 /* Rules for RSS buttons */
1840 /* General styles for action lists / subnavs / pager navs */
1842 ul.secondary-actions {
1847 display: inline-block;
1854 border-left: 1px solid #ccc;
1855 padding-left: $lineheight/2;
1856 margin-right: $lineheight/2;
1867 div.secondary-actions {
1872 /* Utility for managing inner content areas */
1874 .inner22 { padding: $lineheight;}
1876 .inner12 { padding: $lineheight/2 $lineheight;}
1878 .inner11 { padding: $lineheight/2;}
1880 .inner20 { padding: $lineheight 0;}
1882 .inner02 { padding: 0 $lineheight;}
1884 /* Utility for general button styles */
1886 input[type="button"],
1887 input[type="submit"],
1888 input[type="reset"],
1892 display: inline-block;
1894 padding: $lineheight/4 $lineheight/2;
1895 min-height: 20px + $lineheight/2;
1897 margin: 0 0 $lineheight/2 0;
1902 -moz-border-radius: 2px;
1904 background: darken($blue, $hovercolor);
1905 text-decoration: none;
1908 background: $lightblue;
1910 background: darken($lightblue, $hovercolor);
1914 background: $lightgrey;
1916 background: $lightgrey;
1926 input[type="submit"],
1927 input[type="button"],
1928 input[type="reset"],
1930 box-sizing: border-box;
1936 border-right:1px solid white;
1937 text-overflow: ellipsis;
1938 white-space: nowrap;
1942 .button:first-child {
1943 border-radius:2px 0 0 2px;
1946 .button:last-child {
1947 border-radius:0 2px 2px 0;
1948 border-right-width: 0;
1952 *[value="Hide"] + input:last-child,
1953 *[value="Hide"] + .button:last-child {
1955 border-right-width: 0;
1957 /* if a 3-button set has a hidden middle button */
1958 *[value="Hide"] + input:nth-child(3),
1959 *[value="Hide"] + .button:nth-child(3) {
1960 border-radius:0 2px 2px 0;
1961 border-right-width: 0;
1963 /* if a 3-button set starts with a hidden button */
1964 *[value="Hide"] + input:nth-child(2):not(:last-child),
1965 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1966 border-radius:2px 0 0 2px;
1967 border-right-width: 1px;
1971 /* Rules for doing distinct colour of alternate table rows */
1975 background: $offwhite;
1983 /* Rules for OpenID logo */
1986 vertical-align: text-bottom;
1990 /* Rules for rich text */
1995 padding-bottom: $lineheight/2;
1996 border-bottom: 1px dashed #cccccc;
1997 margin-bottom: $lineheight/2;
2009 font-size: $typeheight;
2014 background: #e8e8e8;
2020 background: #e8e8e8;
2029 padding: $lineheight;
2030 background-color: $offwhite;
2037 border-left: $lineheight solid $offwhite;
2038 padding-left: $lineheight;
2044 padding-left: $lineheight;
2045 margin-bottom: $lineheight;
2046 margin-left: $lineheight;
2054 list-style: decimal;
2058 .diary_post .richtext {
2059 margin-top: $lineheight;
2062 .comments .richtext {
2067 /* Rules for rich text editors */
2069 .richtext_container {
2070 margin-bottom: $lineheight;
2074 display: inline-block;
2075 vertical-align: top;
2078 display: inline-block;
2079 padding: $lineheight;
2080 background-color: $offwhite;
2084 background-image: image-url("loading.gif");
2085 background-repeat: no-repeat;
2086 background-position: center;
2096 display: inline-block;
2097 vertical-align: top;
2099 background-color: #f8f8ff;
2100 padding: $lineheight/2;
2108 border-bottom: 1px solid #ccc;
2109 margin-bottom: $lineheight/4;
2110 padding-bottom: $lineheight/4;
2113 li h4, li span, li p {
2114 display: inline-block;
2115 vertical-align: top;
2126 margin-left: $lineheight/2;
2127 margin-bottom: $lineheight/4;
2128 white-space: nowrap;
2133 /* Rules for the user notes list */
2137 background-color: #eeeeee;
2149 /* Rules for the iD editor */
2156 /* Rules for dropdown menus */
2163 *margin-bottom: -3px;
2166 .dropdown-toggle:active,
2167 .open .dropdown-toggle {
2172 display: inline-block;
2175 vertical-align: top;
2176 border-top: 4px solid #000000;
2177 border-right: 4px solid transparent;
2178 border-left: 4px solid transparent;
2198 background-color: #ffffff;
2199 border: 1px solid #ccc;
2200 border-radius: 0 3px 3px;
2201 *border-right-width: 2px;
2202 *border-bottom-width: 2px;
2203 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2204 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2205 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2206 -webkit-background-clip: padding-box;
2207 -moz-background-clip: padding;
2208 background-clip: padding-box;
2211 .dropdown-menu.pull-right {
2216 .dropdown-menu .divider {
2220 *margin: -5px 0 5px;
2222 background-color: #e5e5e5;
2223 border-bottom: 1px solid #ffffff;
2226 .dropdown-menu > li > a {
2230 font-weight: normal;
2233 white-space: nowrap;
2236 .dropdown-menu > li > a:hover,
2237 .dropdown-menu > li > a:focus,
2238 .dropdown-submenu:hover > a,
2239 .dropdown-submenu:focus > a {
2241 text-decoration: none;
2242 background-color: $green;
2245 .dropdown-menu > .active > a,
2246 .dropdown-menu > .active > a:hover,
2247 .dropdown-menu > .active > a:focus {
2249 text-decoration: none;
2250 background-color: $green;
2254 .dropdown-menu > .disabled > a,
2255 .dropdown-menu > .disabled > a:hover,
2256 .dropdown-menu > .disabled > a:focus {
2260 .dropdown-menu > .disabled > a:hover,
2261 .dropdown-menu > .disabled > a:focus {
2262 text-decoration: none;
2264 background-color: transparent;
2265 background-image: none;
2272 .open > .dropdown-menu {
2276 .dropdown-backdrop {
2285 /* Rules for the "Welcome" page */
2296 background-image: image-url("welcome-sprite.png");
2297 background-size: 500px 250px;
2303 padding-bottom: 20px;
2305 margin-bottom: 10px;
2317 background-position: -50px 0;
2322 vertical-align: middle;
2326 background-position: -100px 0;
2330 background-position: -150px 0;
2334 background-position: -200px 0;
2338 background-position: -250px 0;
2342 background-position: -300px 0;
2351 text-decoration: none;
2356 background-color: $offwhite;
2360 background-color: #333;
2365 .site-about #content {
2366 //background-color: #000;
2367 background-color: #eee;
2368 background-position: 50% 50%;
2369 background-repeat: no-repeat;
2370 background-size: cover;
2371 background-attachment: fixed;
2373 &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2374 &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2375 &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2376 &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2377 &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2378 &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2382 font: 13px/20px Helvetica, Arial, sans-serif;
2387 text-shadow: #000 0px 1px 5px;
2395 white-space: nowrap;
2396 text-decoration: none;
2407 text-indent: -9999px;
2409 background: image-url('about/sprite.png') -120px 0px no-repeat;
2410 background-color: #000;
2411 background-color: rgba(0, 0, 0, 0.5);
2421 margin-bottom: 30px;
2424 .section:last-child {
2436 padding: 170px 40px 20px;
2438 background: rgba(0, 0, 0, .8);
2445 font-weight: normal;
2459 background-position: 0 50%;
2460 background-repeat: no-repeat;
2461 background-image: image-url('about/osm.png');
2462 background-size: cover;
2463 background-color: #76c551;
2473 padding: 20px 20px 20px 40px;
2474 font: 500 20px/24px Helvetica, Arial, sans-serif;
2475 white-space: nowrap;
2477 background: #76c551;
2481 display: inline-block;
2488 margin-bottom: 10px;
2495 vertical-align: middle;
2496 background: 40px 40px image-url('about/sprite.png') no-repeat;
2498 &.local { background-position: 0px 0px; }
2499 &.community { background-position: 0px -40px; }
2500 &.open { background-position: 0px -80px; }
2501 &.partners { background-position: 0px -120px; }
2502 &.infringement { background-position: 0px -160px; }
2508 @media only screen and (max-width:960px) {
2509 .header-illustration.new-user-arm {