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%); }
767 li.disabled { color: #999; }
777 text-decoration: none;
778 background-color: $lightblue;
783 border-right: 1px solid #fff;
784 border-radius: 4px 0 0 4px;
788 border-left: 1px solid #fff;
789 border-radius: 0 4px 4px 0;
793 background-color: $blue;
805 font-family: monospace;
827 top: $lineheight/2 !important;
829 margin-right: 0px !important;
830 margin-top: 0px !important;
834 .leaflet-popup-scrolled {
835 padding-right: $lineheight;
836 border-bottom: 0px !important;
837 border-top: 0px !important;
840 .leaflet-popup-content-wrapper {
841 border-radius: 4px !important;
842 -webkit-border-radius: 4px !important;
845 /* Rules for attribution text under the main map shown on printouts */
851 .attribution_license,
852 .attribution_project {
856 .attribution_notice {
860 .donate-attr { color: darken($green, 10%) !important; }
862 /* Rules for the sidebar */
866 padding: $lineheight/2 $lineheight;
867 // background: $offwhite;
868 // border-bottom: 1px solid #ccc;
878 padding: $lineheight;
887 margin: $lineheight auto;
893 /* Rules for the search box */
895 header .search_form {
901 padding: $lineheight/2;
902 background-color: $lightgrey;
907 border-radius: 2px 0 0 2px;
915 transition: 300ms linear;
916 -webkit-transition: 300ms linear;
917 -moz-transition: 300ms linear;
922 box-shadow: 0px 0px 7px #9ED485;
929 border-radius: 0 2px 2px 0;
941 /* Rules for the map key which appears in the popout sidebar */
944 .mapkey-table-key img {
950 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
954 /* Rules for search sidebar */
956 .search_results_entry {
958 border-bottom: $keyline;
959 &:first-child { border-top: $keyline; }
971 .search_results_error {
975 /* Rules for entity history */
980 border-bottom: $keyline;
988 /* Rules for the history sidebar */
990 #sidebar .changesets {
992 padding: $lineheight;
993 border-bottom: $keyline;
996 &.selected { background: #FFFFE6; }
997 /* color is derived from changeset bbox fillColor in history.js */
1008 /* Rules for the browse sidebar */
1012 padding: $lineheight/2 $lineheight;
1013 border-bottom: 1px solid #ccc;
1023 border: 1px solid #eee;
1032 margin-bottom: 10px;
1035 padding: 5px 0 5px 10px;
1037 border: 1px solid #CCC;
1038 border-radius: 4px 4px 0 0;
1039 background-color: #F6F6F6;
1045 background-color: #FFF;
1046 border: 1px solid #CCC;
1048 border-radius: 0 0 4px 4px;
1053 background-color: #F6F6F6;
1054 border: 1px solid #ddd;
1059 border-bottom: 1px solid #ddd;
1068 display: inline-block;
1077 background-color: #F6F6F6;
1081 border-left: 1px solid #ddd;
1082 background-color: #fff;
1087 margin: $lineheight/2 0;
1088 padding: $lineheight/2;
1093 margin: $lineheight/2 0;
1100 .note-description p {
1105 /* Rules for export sidebar */
1108 padding: $lineheight;
1110 .export_area_inputs,
1115 .export_area_inputs {
1116 margin-bottom: $lineheight/2;
1117 input[type="text"] {
1124 margin: $lineheight/4;
1128 margin-top: $lineheight;
1132 padding-left: $lineheight/2;
1135 margin-bottom: 10px;
1140 /* Rules for edit pages */
1155 /* Rules for non-map content pages */
1158 background: $lightgrey;
1160 h1 { font-size: 22px; }
1165 margin-bottom: $lineheight;
1169 margin-top: $lineheight/2;
1177 padding: $lineheight;
1180 /* Overrides for pages that use new layout conventions */
1185 .content-body .content-inner {
1194 .content-heading .content-inner {
1199 .header-illustration {
1200 background-position: 0 0;
1201 background-repeat: no-repeat;
1209 background-image: image-url("sign-up-illustration.png");
1213 background-image: image-url("confirm-illustration.png");
1217 background-image: image-url("terms-illustration.png");
1225 background-image: image-url("sign-up-illustration-arm.png");
1230 #content.maximised {
1243 #slim_container_content {
1245 background-color: #FFFFFF;
1246 margin: $lineheight/2 auto;
1248 border-radius: 25px;
1249 -moz-border-radius: 25px;
1250 border: 1px solid #e6e6e6;
1254 margin: $lineheight/2;
1259 margin-bottom: 15px;
1264 margin: 30px $lineheight/2;
1267 margin-right: $lineheight/4;
1269 vertical-align: middle;
1270 margin-bottom: $lineheight/4;
1271 margin-right: $lineheight/4;
1275 /* Rules for small maps in content areas */
1281 border: 1px solid #ccc;
1282 margin-bottom: $lineheight;
1286 /* Rules for the trace list shown by the traces tab etc */
1289 font-size: $lineheight/2;
1306 .trace_identifiable {
1319 /* Rules for the user profile page */
1324 .userinformation-inner {
1339 .admin-user-info small {
1340 margin-bottom: $lineheight/2;
1342 margin-right: $lineheight;
1347 border-bottom: 1px solid #ccc;
1348 padding-bottom: $lineheight;
1351 margin-bottom: $lineheight/2;
1356 margin-top: $lineheight;
1360 .activity-details p {
1365 #friends-container .contact-activity ul {
1370 p#no_home_location {
1371 margin: $lineheight;
1374 margin-top: $lineheight/4;
1379 /* Rules for the user map */
1381 .content_map .leaflet-popup-content {
1382 margin: $lineheight/2;
1386 /* Rules for user popups on maps */
1392 margin-top: 0 0 0 60px;
1395 img.user_thumbnail {
1397 margin: 0 $lineheight/2 0 0;
1401 /* Rules for the user list */
1404 font-size: $lineheight/2;
1408 vertical-align: middle;
1417 #user_list_actions {
1419 margin-top: $lineheight/2;
1422 /* Rules for the diary list page */
1426 margin-top: $lineheight/2;
1427 padding-top: $lineheight;
1428 border-top: 1px solid #ccc;
1431 margin-bottom: $lineheight;
1435 margin-bottom: $lineheight/2;
1440 img.user_thumbnail {
1449 ul.secondary-actions {
1450 display: inline-block;
1454 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1458 /* Rules for the diary entry page */
1465 border: 1px solid #ccc;
1467 margin-bottom: $lineheight;
1470 border-top: 1px solid #ccc;
1471 padding-top: $lineheight;
1472 margin-top: $lineheight/2;
1478 margin-top: $lineheight/2;
1479 border-top: 1px dashed #ccc;
1480 padding-top: $lineheight/2;
1482 margin-top: $lineheight;
1483 padding-top: $lineheight;
1484 border-top: 1px solid #ccc;
1487 margin-bottom: $lineheight/2;
1496 .diary_entry-view img.user_thumbnail {
1500 /* Rules for the log in page */
1502 #login_openid_buttons {
1506 #login_openid_buttons li {
1508 padding: $lineheight/4 $lineheight/2;
1511 /* Rules for the account confirmation page */
1515 border: 1px solid #ccc;
1516 padding: $lineheight;
1517 margin-bottom: $lineheight;
1523 background: $lightblue;
1525 background: darken($lightblue, $hovercolor);
1530 /* Rules for the account settings page */
1532 #accountForm .user_map {
1536 border: 1px solid #ccc;
1539 #accountForm .user_image {
1543 #accountForm #user_image {
1547 #accountForm ul.accountImage-options {
1560 display: inline !important;
1563 .content_map.settings_map {
1568 /* Rules for the oauth settings page */
1570 .oauth_clients .buttons .oauth-edit {
1571 border-radius: 2px 0 0 2px;
1574 .oauth_clients .buttons .oauth-delete {
1575 border-radius: 0 2px 2px 0;
1578 /* Rules for messages pages */
1582 border: 1px solid #ddd;
1584 input[type="submit"] {
1588 border-top: 1px solid #ccc;
1592 background: #f8f8ff;
1605 padding: $lineheight/4;
1616 border-right: 1px solid $lightgrey;
1620 .inbox-row .inbox-mark-read {
1625 margin-bottom: $lineheight;
1626 padding: $lineheight/4 0px 4px 0px;
1627 border-bottom: 1px solid #ccc;
1634 .info-line .user_thumbnail_tiny {
1635 vertical-align: middle;
1644 .inbox-row-unread .inbox-mark-unread {
1648 .message-read .message-buttons {
1649 margin-top: $lineheight;
1650 padding-top: $lineheight;
1651 border-top: 1px solid $lightgrey;
1654 .message-read .buttons .mark-unread-button {
1658 /* Rules for "flash" notice boxes shown at the top of the content area */
1661 padding: $lineheight;
1662 background-color: #ff7070;
1666 padding: $lineheight;
1667 background-color: #ffe0cc;
1671 padding: $lineheight;
1672 background-color: #CBEEA7;
1675 /* Rules for highlighting fields with rails validation errors */
1677 .field_with_errors {
1679 background-color: #ff7070;
1680 display: inline-block;
1684 display: inline-block;
1690 background-color: #ff7070;
1693 /* Rules for rails validation error boxes */
1697 border: 2px solid #ff7070;
1698 padding: 0 $lineheight/2;
1699 margin-bottom: $lineheight;
1700 background-color: #f0f0f0;
1703 margin: 0 -10px 10px -10px;
1704 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1708 background-color: #c00;
1716 padding: $lineheight/4;
1720 padding-left: $lineheight;
1729 /* Rules for forms */
1733 margin-bottom: $lineheight;
1735 label.standard-label {
1737 margin-bottom: $lineheight/4;
1738 font-size: $typeheight;
1743 label.standard-label.secondary {
1744 display: inline-block;
1745 font-weight: normal;
1748 font-weight: normal;
1755 margin-top: $lineheight;
1756 padding-top: $lineheight;
1757 border-top: 1px solid $lightgrey;
1759 .horizontal-list .form-row {
1761 padding-right: 10px;
1764 margin-bottom: $lineheight/2;
1772 input[type="checkbox"],
1773 input[type="radio"] {
1779 #remember_me_openid {
1783 input[type="checkbox"],
1784 input[type="radio"] {
1789 input[type="email"],
1791 input[type="password"],
1793 border: 1px solid #ccc;
1804 /* Rules for user images */
1809 border: 1px solid #ccc;
1810 margin-bottom: $lineheight;
1812 margin-right: $lineheight;
1815 img.user_thumbnail {
1818 border: 1px solid #ccc;
1819 margin-right: $lineheight;
1822 img.user_thumbnail_tiny {
1825 border: 1px solid #ccc;
1828 /* Rules for geo microformats */
1831 border-bottom: none;
1834 /* Rules for RSS buttons */
1841 /* General styles for action lists / subnavs / pager navs */
1843 ul.secondary-actions {
1848 display: inline-block;
1855 border-left: 1px solid #ccc;
1856 padding-left: $lineheight/2;
1857 margin-right: $lineheight/2;
1868 div.secondary-actions {
1873 /* Utility for managing inner content areas */
1875 .inner22 { padding: $lineheight;}
1877 .inner12 { padding: $lineheight/2 $lineheight;}
1879 .inner11 { padding: $lineheight/2;}
1881 .inner20 { padding: $lineheight 0;}
1883 .inner02 { padding: 0 $lineheight;}
1885 /* Utility for general button styles */
1887 input[type="button"],
1888 input[type="submit"],
1889 input[type="reset"],
1893 display: inline-block;
1895 padding: $lineheight/4 $lineheight/2;
1896 min-height: 20px + $lineheight/2;
1898 margin: 0 0 $lineheight/2 0;
1903 -moz-border-radius: 2px;
1905 background: darken($blue, $hovercolor);
1906 text-decoration: none;
1909 background: $lightblue;
1911 background: darken($lightblue, $hovercolor);
1915 background: $lightgrey;
1917 background: $lightgrey;
1927 input[type="submit"],
1928 input[type="button"],
1929 input[type="reset"],
1931 box-sizing: border-box;
1937 border-right:1px solid white;
1938 text-overflow: ellipsis;
1939 white-space: nowrap;
1943 .button:first-child {
1944 border-radius:2px 0 0 2px;
1947 .button:last-child {
1948 border-radius:0 2px 2px 0;
1949 border-right-width: 0;
1953 *[value="Hide"] + input:last-child,
1954 *[value="Hide"] + .button:last-child {
1956 border-right-width: 0;
1958 /* if a 3-button set has a hidden middle button */
1959 *[value="Hide"] + input:nth-child(3),
1960 *[value="Hide"] + .button:nth-child(3) {
1961 border-radius:0 2px 2px 0;
1962 border-right-width: 0;
1964 /* if a 3-button set starts with a hidden button */
1965 *[value="Hide"] + input:nth-child(2):not(:last-child),
1966 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1967 border-radius:2px 0 0 2px;
1968 border-right-width: 1px;
1972 /* Rules for doing distinct colour of alternate table rows */
1976 background: $offwhite;
1984 /* Rules for OpenID logo */
1987 vertical-align: text-bottom;
1991 /* Rules for rich text */
1996 padding-bottom: $lineheight/2;
1997 border-bottom: 1px dashed #cccccc;
1998 margin-bottom: $lineheight/2;
2010 font-size: $typeheight;
2015 background: #e8e8e8;
2021 background: #e8e8e8;
2030 padding: $lineheight;
2031 background-color: $offwhite;
2038 border-left: $lineheight solid $offwhite;
2039 padding-left: $lineheight;
2045 padding-left: $lineheight;
2046 margin-bottom: $lineheight;
2047 margin-left: $lineheight;
2055 list-style: decimal;
2059 .diary_post .richtext {
2060 margin-top: $lineheight;
2063 .comments .richtext {
2068 /* Rules for rich text editors */
2070 .richtext_container {
2071 margin-bottom: $lineheight;
2075 display: inline-block;
2076 vertical-align: top;
2079 display: inline-block;
2080 padding: $lineheight;
2081 background-color: $offwhite;
2085 background-image: image-url("loading.gif");
2086 background-repeat: no-repeat;
2087 background-position: center;
2097 display: inline-block;
2098 vertical-align: top;
2100 background-color: #f8f8ff;
2101 padding: $lineheight/2;
2109 border-bottom: 1px solid #ccc;
2110 margin-bottom: $lineheight/4;
2111 padding-bottom: $lineheight/4;
2114 li h4, li span, li p {
2115 display: inline-block;
2116 vertical-align: top;
2127 margin-left: $lineheight/2;
2128 margin-bottom: $lineheight/4;
2129 white-space: nowrap;
2134 /* Rules for the user notes list */
2138 background-color: #eeeeee;
2150 /* Rules for the iD editor */
2157 /* Rules for dropdown menus */
2164 *margin-bottom: -3px;
2167 .dropdown-toggle:active,
2168 .open .dropdown-toggle {
2173 display: inline-block;
2176 vertical-align: top;
2177 border-top: 4px solid #000000;
2178 border-right: 4px solid transparent;
2179 border-left: 4px solid transparent;
2199 background-color: #ffffff;
2200 border: 1px solid #ccc;
2201 border-radius: 0 3px 3px;
2202 *border-right-width: 2px;
2203 *border-bottom-width: 2px;
2204 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2205 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2206 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2207 -webkit-background-clip: padding-box;
2208 -moz-background-clip: padding;
2209 background-clip: padding-box;
2212 .dropdown-menu.pull-right {
2217 .dropdown-menu .divider {
2221 *margin: -5px 0 5px;
2223 background-color: #e5e5e5;
2224 border-bottom: 1px solid #ffffff;
2227 .dropdown-menu > li > a {
2231 font-weight: normal;
2234 white-space: nowrap;
2237 .dropdown-menu > li > a:hover,
2238 .dropdown-menu > li > a:focus,
2239 .dropdown-submenu:hover > a,
2240 .dropdown-submenu:focus > a {
2242 text-decoration: none;
2243 background-color: $green;
2246 .dropdown-menu > .active > a,
2247 .dropdown-menu > .active > a:hover,
2248 .dropdown-menu > .active > a:focus {
2250 text-decoration: none;
2251 background-color: $green;
2255 .dropdown-menu > .disabled > a,
2256 .dropdown-menu > .disabled > a:hover,
2257 .dropdown-menu > .disabled > a:focus {
2261 .dropdown-menu > .disabled > a:hover,
2262 .dropdown-menu > .disabled > a:focus {
2263 text-decoration: none;
2265 background-color: transparent;
2266 background-image: none;
2273 .open > .dropdown-menu {
2277 .dropdown-backdrop {
2286 /* Rules for the "Welcome" page */
2297 background-image: image-url("welcome-sprite.png");
2298 background-size: 500px 250px;
2304 padding-bottom: 20px;
2306 margin-bottom: 10px;
2318 background-position: -50px 0;
2323 vertical-align: middle;
2327 background-position: -100px 0;
2331 background-position: -150px 0;
2335 background-position: -200px 0;
2339 background-position: -250px 0;
2343 background-position: -300px 0;
2352 text-decoration: none;
2357 background-color: $offwhite;
2361 background-color: #333;
2366 .site-about #content {
2367 //background-color: #000;
2368 background-color: #eee;
2369 background-position: 50% 50%;
2370 background-repeat: no-repeat;
2371 background-size: cover;
2372 background-attachment: fixed;
2374 &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2375 &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2376 &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2377 &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2378 &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2379 &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2383 font: 13px/20px Helvetica, Arial, sans-serif;
2388 text-shadow: #000 0px 1px 5px;
2396 white-space: nowrap;
2397 text-decoration: none;
2408 text-indent: -9999px;
2410 background: image-url('about/sprite.png') -120px 0px no-repeat;
2411 background-color: #000;
2412 background-color: rgba(0, 0, 0, 0.5);
2422 margin-bottom: 30px;
2425 .section:last-child {
2437 padding: 170px 40px 20px;
2439 background: rgba(0, 0, 0, .8);
2446 font-weight: normal;
2460 background-position: 0 50%;
2461 background-repeat: no-repeat;
2462 background-image: image-url('about/osm.png');
2463 background-size: cover;
2464 background-color: #76c551;
2474 padding: 20px 20px 20px 40px;
2475 font: 500 20px/24px Helvetica, Arial, sans-serif;
2476 white-space: nowrap;
2478 background: #76c551;
2482 display: inline-block;
2489 margin-bottom: 10px;
2496 vertical-align: middle;
2497 background: 40px 40px image-url('about/sprite.png') no-repeat;
2499 &.local { background-position: 0px 0px; }
2500 &.community { background-position: 0px -40px; }
2501 &.open { background-position: 0px -80px; }
2502 &.partners { background-position: 0px -120px; }
2503 &.infringement { background-position: 0px -160px; }
2509 @media only screen and (max-width:960px) {
2510 .header-illustration.new-user-arm {