2 @import "bootstrap-custom";
4 /* Styles common to large and small screens */
6 .fillL { background-color: white; }
8 /* Default rules for the body of every page */
11 font-family: 'Helvetica Neue',Arial,sans-serif;
12 font-size: $typeheight;
15 background-color: #fff;
31 #container { position: relative; }
35 margin: 0 0 $lineheight/2 0;
39 vertical-align: middle;
40 margin-right: $lineheight/4;
47 [dir=rtl] { /* no-r2 */ text-align: right; }
49 [dir=ltr] { /* no-r2 */ text-align: left; }
54 display: inline-block;
58 background: transparent image-url("sprite.png") no-repeat 0 0;
59 background-image: image-url("sprite.svg");
64 .icon.search { /* no-r2 */ background-position: 0 0; }
65 .icon.donate { /* no-r2 */ background-position: -20px 0; }
66 .icon.zoomin { /* no-r2 */ background-position: -40px 0; }
67 .icon.zoomout { /* no-r2 */ background-position: -60px 0; }
68 .icon.geolocate { /* no-r2 */ background-position: -80px 0; }
69 .active .icon.geolocate { /* no-r2 */ background-position: -80px -20px; }
70 .icon.layers { /* no-r2 */ background-position: -100px 0; }
71 .icon.key { /* no-r2 */ background-position: -120px 0; }
72 .icon.share { /* no-r2 */ background-position: -140px 0; }
73 .icon.clipboard { /* no-r2 */ background-position: -160px 0; }
74 .icon.link { /* no-r2 */ background-position: -180px 0; }
75 .icon.close { /* no-r2 */ background-position: -200px 0; }
76 .close-wrap:hover .icon.close,
77 .icon.close:hover { /* no-r2 */ background-position: -200px -20px; }
78 .icon.check { /* no-r2 */ background-position: -220px 0; }
79 .icon.note { /* no-r2 */ background-position: -240px 0; }
80 .icon.note.grey { /* no-r2 */ background-position: -240px -20px; }
81 .icon.query { /* no-r2 */ background-position: -260px 0; }
87 text-decoration: none;
88 -webkit-appearance: none;
91 text-decoration: underline;
95 /* General styles for tables */
99 margin-bottom: $lineheight;
102 padding: $lineheight/4;
103 line-height: $lineheight;
110 vertical-align: middle;
114 /* Utility for de-emphasizing content */
123 /* Rules for the header */
126 display: none !important;
128 background: image-url("menu-icon.png") no-repeat;
129 background-size: 30px 30px;
133 margin: 14px 10px 0 0;
138 height: $headerHeight;
143 h1, nav, nav > ul, nav > ul > li, .dropdown {
144 display: inline-block;
149 padding: $lineheight/2;
157 text-decoration: none;
164 vertical-align: middle;
187 $border: 1px solid $green;
190 border-radius: $border-radius;
193 border-right: $border;
198 > a:hover { background: lighten($green, 30%); }
199 &.current > a:hover { background: $green; }
200 &.disabled > a:hover { background: lighten($green, 38%); }
202 > a.tab { border-right: 1px solid lighten($green, 30%); }
203 &.current > a.tab { border-right: 1px solid lighten($green, 10%); }
210 display: inline-block;
221 border-top-color: $green;
230 border-top-color: $grey;
235 background-color: $green;
242 border-top-color: #fff;
252 vertical-align: middle;
256 a, .dropdown-toggle {
257 display: inline-block;
258 text-decoration: none;
262 &:hover { color: darken($darkgrey, 25%); }
267 color: darken($darkgrey, 25%);
271 $border: 1px solid $grey;
273 border-radius: $border-radius;
278 border-right: $border;
284 border-radius: 0 $border-radius $border-radius 0;
287 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
288 &:hover a { background: lighten($darkgrey, 30%); }
300 padding: 5px 10px 3px 6px;
301 display: inline-block;
304 &:hover > .user-button { color: darken($darkgrey, 5%); }
309 border-top-color: $grey;
313 img.user_thumbnail_tiny {
322 display: inline-block;
325 margin: 3px 0 3px 3px;
326 background-color: lighten($grey, 10%);
334 border-radius: 3px 0 3px 3px;
344 #compact-secondary-nav {
349 &:hover { color: #fff; }
354 #compact-secondary-nav {
355 display: inline-block;
362 /* Utility for styling notification numbers */
365 padding: 2px $lineheight/4;
367 background: lighten($green, 30%);
373 /* Rules for the message shown in place of the map when javascript is disabled */
381 /* Rules for Leaflet maps */
383 .leaflet-control .control-button {
387 background-color: #333;
388 background-color: rgba(0,0,0,.6);
389 border-radius: 4px 0 0 4px;
394 background-color: black;
399 background-color: #333;
400 background-color: rgba(0,0,0,.5);
405 background-color: $vibrant-green;
413 .leaflet-control .zoomin,
414 .control-layers .control-button {
416 border-radius: 4px 0 0 0;
419 .leaflet-control .zoomout,
420 .control-key .control-button {
425 .control-locate .control-button,
426 .control-share .control-button {
427 border-radius: 0 0 0 4px;
430 /* Rules for the sidebar and main map area */
450 width: $sidebarWidth;
465 padding: $lineheight $lineheight $lineheight/2;
470 margin-top: $lineheight;
471 margin-bottom: $lineheight/2;
484 pointer-events: none;
509 .overlay-sidebar #sidebar {
537 padding: $lineheight/2 $lineheight $lineheight;
551 border-right: 1px solid #fff;
561 width: $sidebarWidth;
577 .leaflet-marker-draggable {
592 border-bottom: 1px solid $grey;
602 border:1px solid $grey;
607 border: 1px solid $grey;
609 border-top-color: $grey;
633 border: 2px solid #fff;
636 transition: border-color 0.08s ease-in;
643 border-bottom-right-radius: 3px;
647 text-stroke: 2px #fff;
648 background: rgba(255,255,255,.9);
650 input[type="radio"] {
655 &.active { border-color: darken($green, 10%); }
658 &.active { border-color: darken($green, 20%); }
668 li.disabled { color: $darkgrey; }
678 text-decoration: none;
679 background-color: $lightblue;
681 border-right: 1px solid #fff;
685 border-right: 1px solid #fff;
686 border-radius: 4px 0 0 4px;
690 border-radius: 0 4px 4px 0;
694 background-color: $blue;
706 font-family: monospace;
728 top: $lineheight/2 !important;
730 margin-right: 0px !important;
731 margin-top: 0px !important;
735 .leaflet-popup-scrolled {
736 padding-right: $lineheight;
737 border-bottom: 0px !important;
738 border-top: 0px !important;
741 .leaflet-popup-content-wrapper {
742 border-radius: 4px !important;
745 /* Rules for attribution text under the main map shown on printouts */
755 .attribution_license,
756 .attribution_project {
760 .attribution_notice {
764 .donate-attr { color: darken($green, 10%) !important; }
766 /* Rules for the sidebar */
770 padding: $lineheight/2 $lineheight;
771 // background: $offwhite;
772 // border-bottom: 1px solid $grey;
782 padding: $lineheight;
796 margin: $lineheight auto;
808 /* Rules for the search and direction forms */
810 header .search_forms,
818 padding: $lineheight/2;
819 background-color: $lightgrey;
824 border-radius: 2px 0 0 2px;
830 transition: 300ms linear;
833 input[type=text].overflow {
839 box-shadow: 0px 0px 7px $vibrant-green;
842 input[type=submit].float {
846 border-radius: 0 2px 2px 0;
850 background-color: rgba($red, 0.4);
854 /* this next line is to polyfill the vertical alignment of text within a select element,
855 * which is different between firefox and chrome. */
892 select.routing_engines {
894 margin: 0px 0px 5px 25px;
909 margin: 0px 0px 5px 0px;
916 vertical-align: middle;
920 a.reverse_directions {
922 margin: 0px 0px 5px 25px;
926 /* Rules for the map key which appears in the popout sidebar */
929 .mapkey-table-key img {
935 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
939 /* Rules for search sidebar */
941 #sidebar .search_results_entry {
944 &.selected { background: $list-highlight; }
947 .search_more .loader {
953 .search_results_error {
958 /* Rules for routing */
960 #sidebar_content>table {
961 padding: 5px 20px 10px 15px;
963 border-collapse: separate;
967 background-image: image-url('routing-sprite.png');
970 background-repeat: no-repeat;
972 @for $i from 0 through 25 {
973 div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
977 padding: 0 $lineheight $lineheight/4;
980 td.instruction, td.distance {
981 padding-top: $lineheight/5;
982 padding-bottom: $lineheight/5;
983 border-bottom: 1px solid $grey;
994 background: $list-highlight;
996 .routing_engines, #route_from, #route_to { margin-left: 25px; }
997 .routing_marker { width: 15px; position: absolute; cursor: move; }
999 /* Rules for entity history */
1004 border-bottom: $keyline;
1012 /* Rules for the history sidebar */
1014 #sidebar .changesets {
1018 &.selected { background: $list-highlight; }
1019 /* color is derived from changeset bbox fillColor in history.js */
1031 .changeset_more .loader {
1037 /* Rules for the browse sidebar */
1041 padding: $lineheight/2 $lineheight;
1042 border-bottom: 1px solid $grey;
1046 word-wrap: break-word;
1050 .browse-section:last-of-type {
1051 border-bottom: none;
1057 border: 1px solid $lightgrey;
1062 margin-bottom: 10px;
1065 padding: 5px 0 5px 10px;
1067 border: 1px solid $grey;
1068 border-radius: 4px 4px 0 0;
1069 background-color: $offwhite;
1075 background-color: #FFF;
1076 border: 1px solid $grey;
1078 border-radius: 0 0 4px 4px;
1083 background-color: $offwhite;
1084 border: 1px solid $grey;
1086 table-layout: fixed;
1087 border-collapse: separate;
1090 border-bottom: 1px solid $grey;
1093 tr:last-child th, tr:last-child td {
1101 word-wrap: break-word;
1102 white-space: pre-wrap;
1107 background-color: $offwhite;
1111 border-left: 1px solid $grey;
1112 background-color: #fff;
1115 .colour-preview-box {
1120 border: 1px solid rgba(0, 0, 0, .1);
1121 // add color via inline css on element: background-color: <tag value>;
1126 margin: 0 0 $lineheight/2 0;
1127 padding: 0 $lineheight/2;
1130 .note-comments li, .changeset-comments li {
1131 margin: $lineheight/2 0;
1134 margin: 10px 6px 0 6px;
1143 .subscribe-buttons {
1145 margin: 18px 10px 10px;
1149 .subscribe-buttons input {
1155 span.action-button:hover {
1157 text-decoration: underline;
1162 margin: 0 0 10px 10px;
1166 padding: $lineheight $lineheight $lineheight/2;
1171 padding-bottom: $lineheight/2;
1174 padding: 0 $lineheight;
1184 background: $list-highlight;
1191 /* Rules for export sidebar */
1194 padding: $lineheight;
1196 .export_area_inputs,
1201 .export_area_inputs {
1202 margin-bottom: $lineheight/2;
1203 input[type="text"] {
1211 background: $lightgrey;
1212 border: 1px solid $grey;
1215 #maxlat { margin-top: -1px; }
1218 /* no-r2 */ margin-left: -1px;
1222 /* no-r2 */ margin-right: -1px;
1224 #minlat { margin-bottom: 0; }
1228 margin: $lineheight/4;
1232 margin-top: $lineheight;
1233 margin-bottom: $lineheight;
1237 padding-left: $lineheight/2;
1240 margin-bottom: 10px;
1245 /* Rules for the routing sidebar */
1254 /* Rules for edit pages */
1270 /* Rules for non-map content pages */
1273 background: $lightgrey;
1277 h1, h2, h3, p, ul, ol {
1278 margin-bottom: $lineheight;
1282 margin-top: $lineheight/2;
1290 padding: $lineheight;
1293 /* Overrides for pages that use new layout conventions */
1299 .content-heading .content-inner {
1304 .header-illustration {
1305 background-position: 0 0;
1306 background-repeat: no-repeat;
1314 background-image: image-url("sign-up-illustration.png");
1318 background-image: image-url("confirm-illustration.png");
1322 background-image: image-url("terms-illustration.png");
1330 background-image: image-url("sign-up-illustration-arm.png");
1335 [dir=rtl] .header-illustration {
1336 transform: scaleX(-1);
1339 #content.maximised {
1348 /* Rules for small maps in content areas */
1354 border: 1px solid $grey;
1355 margin-bottom: $lineheight;
1359 /* Rules for the trace list shown by the traces tab etc */
1371 /* Rules for the new trace form */
1376 width: calc(100% - 150px);
1381 /* Rules for the edit trace form */
1384 .standard-form-row p {
1390 width: calc(100% - 150px);
1395 /* Rules for the user profile page */
1400 .userinformation-inner {
1415 .admin-user-info small {
1416 margin-bottom: $lineheight/2;
1418 margin-right: $lineheight;
1423 border-bottom: 1px solid $grey;
1424 padding-bottom: $lineheight;
1427 margin-bottom: $lineheight/2;
1432 margin-top: $lineheight;
1436 .activity-details p {
1442 // Silly exception; remove when user page is redesigned.
1446 p#no_home_location {
1447 margin: $lineheight;
1450 margin-top: $lineheight/4;
1455 /* Rules for the user map */
1457 .content_map .leaflet-popup-content {
1458 margin: $lineheight/2;
1462 /* Rules for user popups on maps */
1468 margin-top: 0 0 0 60px;
1471 img.user_thumbnail {
1473 margin: 0 $lineheight/2 0 0;
1477 /* Rules for the user list */
1483 vertical-align: middle;
1492 #user_list_actions {
1494 margin-top: $lineheight/2;
1497 /* Rules for the diary list page */
1501 padding-top: $lineheight;
1502 padding-bottom: $lineheight/2;
1503 border-top: 1px solid $grey;
1506 margin-top: $lineheight/2;
1510 background-color: #fee;
1514 margin-bottom: $lineheight;
1518 margin-bottom: $lineheight/2;
1522 img.user_thumbnail {
1533 padding-top: $lineheight;
1536 /* Rules for the diary entry page */
1543 border: 1px solid $grey;
1545 margin-bottom: $lineheight;
1548 border-top: 1px solid $grey;
1549 padding-top: $lineheight;
1550 margin-top: $lineheight/2;
1556 border-top: 1px dashed $grey;
1557 padding-top: $lineheight/2;
1558 padding-bottom: $lineheight/2;
1560 margin-top: $lineheight/2;
1561 padding-top: $lineheight;
1562 border-top: 1px solid $grey;
1565 background-color: #fee;
1568 margin-bottom: $lineheight/2;
1577 .diary_entries-show img.user_thumbnail {
1582 .diary-subscribe-buttons {
1588 /* Rules for the log in page */
1590 #login_auth_buttons {
1594 #login_auth_buttons li {
1596 padding: $lineheight/4 $lineheight/2;
1599 /* Rules for the account confirmation page */
1603 border: 1px solid $grey;
1604 padding: $lineheight;
1605 margin-bottom: $lineheight;
1610 list-style: inherit;
1614 list-style-type: lower-alpha;
1619 background: $lightblue;
1621 background: darken($lightblue, $hovercolor);
1626 /* Rules for the account settings page */
1628 #accountForm .user_map {
1632 border: 1px solid $grey;
1635 #accountForm .user_image {
1639 #accountForm #user_image {
1643 #accountForm ul.accountImage-options {
1656 display: inline !important;
1659 .content_map.settings_map {
1664 /* Rules for the oauth settings page */
1666 .oauth_clients .buttons .oauth-edit {
1667 border-radius: 2px 0 0 2px;
1670 .oauth_clients .buttons .oauth-delete {
1671 border-radius: 0 2px 2px 0;
1674 /* Rules for the oauth authorization page */
1676 .oauth-authorize ul {
1680 /* Rules for messages pages */
1684 border: 1px solid $grey;
1686 input[type="submit"] {
1690 border-top: 1px solid $grey;
1694 background: $offwhite;
1707 padding: $lineheight/4;
1718 border-right: 1px solid $lightgrey;
1722 .inbox-row .inbox-mark-read {
1727 margin-bottom: $lineheight;
1728 padding: $lineheight/4 0px 4px 0px;
1729 border-bottom: 1px solid $grey;
1736 .info-line .user_thumbnail_tiny {
1737 vertical-align: middle;
1741 white-space: nowrap;
1750 .inbox-row-unread .inbox-mark-unread {
1754 .messages-show .message-buttons {
1755 margin-top: $lineheight;
1756 margin-bottom: $lineheight * 1.5;
1757 padding-top: $lineheight;
1758 border-top: 1px solid $lightgrey;
1761 .messages-show .buttons .mark-unread-button {
1765 /* Rules for "flash" notice boxes shown at the top of the content area */
1768 padding: $lineheight;
1771 background-color: #ff7070;
1775 background-color: #ffe0cc;
1779 background-color: #CBEEA7;
1783 display: inline-block;
1784 margin-left: $lineheight / 2;
1785 vertical-align: middle;
1788 margin-top: $lineheight * 0.5;
1789 margin-bottom: $lineheight * 0.5;
1802 /* Rules for highlighting fields with rails validation errors */
1805 display: inline-block;
1811 background-color: #ff7070;
1814 /* Rules for rails validation error boxes */
1818 border: 2px solid #ff7070;
1819 padding: 0 $lineheight/2;
1820 margin-bottom: $lineheight;
1821 background-color: #f0f0f0;
1824 margin: 0 -10px 10px -10px;
1825 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1828 background-color: #c00;
1836 padding: $lineheight/4;
1840 /* Rules for forms */
1844 margin-bottom: $lineheight;
1846 label.standard-label {
1848 margin-bottom: $lineheight/4;
1849 font-size: $typeheight;
1853 label.standard-label.secondary {
1854 display: inline-block;
1855 font-weight: normal;
1858 font-weight: normal;
1865 margin-top: $lineheight;
1866 padding-top: $lineheight;
1867 border-top: 1px solid $lightgrey;
1869 .horizontal-list .standard-form-row {
1871 padding-right: 10px;
1873 .standard-form-row {
1874 margin-bottom: $lineheight/2;
1881 list-style-type: none;
1883 input[type="checkbox"],
1884 input[type="radio"] {
1890 #remember_me_openid {
1898 input[type="checkbox"],
1899 input[type="radio"] {
1904 input[type="email"],
1906 input[type="password"],
1909 background-color: #fff;
1910 border: 1px solid $grey;
1916 &.field_with_errors {
1917 border: 2px solid #ff7070;
1928 /* Rules for user images */
1933 border: 1px solid $grey;
1934 margin-bottom: $lineheight;
1936 margin-right: $lineheight;
1939 img.user_thumbnail {
1942 border: 1px solid $grey;
1943 margin-right: $lineheight;
1946 img.user_thumbnail_tiny {
1951 border: 1px solid $grey;
1954 /* Rules for geo microformats */
1957 border-bottom: none;
1960 /* General styles for action lists / subnavs / pager navs */
1962 ul.secondary-actions {
1968 display: inline-block;
1975 border-left: 1px solid $grey;
1976 padding-left: $lineheight/2;
1977 margin-right: $lineheight/2;
1988 div.secondary-actions {
1993 /* Utility for managing inner content areas */
1995 .inner22 { padding: $lineheight;}
1997 .inner12 { padding: $lineheight/2 $lineheight;}
1999 .inner11 { padding: $lineheight/2;}
2001 .inner20 { padding: $lineheight 0;}
2003 .inner02 { padding: 0 $lineheight;}
2005 /* Utility for general button styles */
2007 input[type="button"],
2008 input[type="submit"],
2009 input[type="reset"],
2013 display: inline-block;
2014 padding: $lineheight/4 $lineheight/2;
2015 min-height: 20px + $lineheight/2;
2017 margin: 0 0 $lineheight/2 0;
2023 background: darken($blue, $hovercolor);
2024 text-decoration: none;
2027 background: $lightblue;
2029 background: darken($lightblue, $hovercolor);
2033 background: $lightgrey;
2035 background: $lightgrey;
2043 input[type="button"],
2044 input[type="submit"],
2045 input[type="reset"] {
2046 line-height: normal;
2055 input[type="submit"],
2056 input[type="button"],
2057 input[type="reset"],
2060 box-sizing: border-box;
2066 border-right:1px solid white;
2067 text-overflow: ellipsis;
2068 white-space: nowrap;
2072 .button:first-child,
2073 .button_to:first-child {
2074 border-radius:2px 0 0 2px;
2078 .button_to:last-child {
2079 border-radius:0 2px 2px 0;
2080 border-right-width: 0;
2084 .button_to:only-child,
2085 *[value="Hide"] + input:last-child,
2086 *[value="Hide"] + .button:last-child,
2087 *[value="Hide"] + .button_to:last-child {
2089 border-right-width: 0;
2091 /* if a 3-button set has a hidden middle button */
2092 *[value="Hide"] + input:nth-child(3),
2093 *[value="Hide"] + .button:nth-child(3),
2094 *[value="Hide"] + .button_to:nth-child(3) {
2095 border-radius:0 2px 2px 0;
2096 border-right-width: 0;
2098 /* if a 3-button set starts with a hidden button */
2099 *[value="Hide"] + input:nth-child(2):not(:last-child),
2100 *[value="Hide"] + .button:nth-child(2):not(:last-child),
2101 *[value="Hide"] + .button_to:nth-child(2):not(:last-child) {
2102 border-radius:2px 0 0 2px;
2103 border-right-width: 1px;
2107 /* Rules for doing distinct colour of alternate table rows */
2111 background: $offwhite;
2119 /* Rules for OpenID logo */
2122 vertical-align: text-bottom;
2126 /* Rules for rich text */
2132 background: $lightgrey;
2138 background: $lightgrey;
2140 white-space: pre-wrap;
2148 padding: $lineheight;
2149 background-color: $offwhite;
2156 border-left: $lineheight solid $offwhite;
2157 padding-left: $lineheight;
2163 .diary_post .richtext {
2164 margin-top: $lineheight;
2167 .comments .richtext {
2172 /* Rules for rich text editors */
2174 input.richtext_title[type="text"] {
2176 width: calc(100% - 235px);
2178 @media only screen and (max-width:768px) {
2183 .richtext_container {
2184 margin-bottom: $lineheight;
2188 width: calc(100% - 235px);
2189 display: inline-block;
2190 vertical-align: top;
2192 @media only screen and (max-width:768px) {
2197 display: inline-block;
2198 padding: $lineheight;
2199 background-color: $offwhite;
2203 background-image: image-url("loading.gif");
2204 background-repeat: no-repeat;
2205 background-position: center;
2215 display: inline-block;
2216 vertical-align: top;
2218 background-color: $offwhite;
2219 padding: $lineheight/2;
2227 border-bottom: 1px solid $grey;
2228 margin-bottom: $lineheight/4;
2229 padding-bottom: $lineheight/4;
2232 li h4, li span, li p {
2233 display: inline-block;
2234 vertical-align: top;
2245 margin-left: $lineheight/2;
2246 margin-bottom: $lineheight/4;
2247 white-space: nowrap;
2252 /* Rules for the user notes list */
2256 background-color: $lightgrey;
2268 /* Rules for the iD editor */
2275 /* Rules for dropdown menus */
2282 *margin-bottom: -3px;
2285 .dropdown-toggle:active,
2286 .open .dropdown-toggle {
2291 display: inline-block;
2294 vertical-align: top;
2295 border-top: 4px solid #000000;
2296 border-right: 4px solid transparent;
2297 border-left: 4px solid transparent;
2317 background-color: #ffffff;
2318 border: 1px solid $grey;
2319 border-radius: 0 3px 3px;
2320 *border-right-width: 2px;
2321 *border-bottom-width: 2px;
2322 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2323 background-clip: padding-box;
2326 .dropdown-menu.pull-right {
2331 .dropdown-menu .divider {
2335 *margin: -5px 0 5px;
2337 background-color: $lightgrey;
2338 border-bottom: 1px solid #ffffff;
2341 .dropdown-menu > li > a {
2345 font-weight: normal;
2348 white-space: nowrap;
2351 .dropdown-menu > li > a:hover,
2352 .dropdown-menu > li > a:focus,
2353 .dropdown-submenu:hover > a,
2354 .dropdown-submenu:focus > a {
2356 text-decoration: none;
2357 background-color: $green;
2360 .dropdown-menu > .active > a,
2361 .dropdown-menu > .active > a:hover,
2362 .dropdown-menu > .active > a:focus {
2364 text-decoration: none;
2365 background-color: $green;
2369 .dropdown-menu > .disabled > a,
2370 .dropdown-menu > .disabled > a:hover,
2371 .dropdown-menu > .disabled > a:focus {
2375 .dropdown-menu > .disabled > a:hover,
2376 .dropdown-menu > .disabled > a:focus {
2377 text-decoration: none;
2379 background-color: transparent;
2380 background-image: none;
2387 .open > .dropdown-menu {
2391 .dropdown-backdrop {
2400 /* Rules for the "Welcome" page */
2401 .site-welcome, .site-fixthemap {
2411 background-image: image-url("welcome-sprite.png");
2412 background-size: 500px 250px;
2418 padding-bottom: 20px;
2420 margin-bottom: 10px;
2432 /* no-r2 */ background-position: -50px 0;
2437 vertical-align: middle;
2441 /* no-r2 */ background-position: -100px 0;
2445 /* no-r2 */ background-position: -150px 0;
2449 /* no-r2 */ background-position: -200px 0;
2453 /* no-r2 */ background-position: -250px 0;
2457 /* no-r2 */ background-position: -300px 0;
2461 /* no-r2 */ background-position: -350px 0;
2470 text-decoration: none;
2474 background-color: #333;
2479 .site-about #content {
2480 background-color: $lightgrey;
2481 background-position: 50% 50%;
2482 background-repeat: no-repeat;
2483 background-size: cover;
2484 background-attachment: fixed;
2501 padding: 170px 40px 20px;
2503 background: rgba(0, 0, 0, .8);
2513 color: $vibrant-green;
2523 background-position: 0 50%;
2524 background-repeat: no-repeat;
2525 background-image: image-url('about/osm.png');
2526 background-size: cover;
2527 background-color: $vibrant-green;
2537 padding: 20px 20px 20px 40px;
2538 font: 500 20px/24px Helvetica, Arial, sans-serif;
2539 white-space: nowrap;
2541 background: $vibrant-green;
2545 display: inline-block;
2555 vertical-align: middle;
2556 background: 40px 40px image-url('about/sprite.png') no-repeat;
2560 background-position: 0px 0px;
2564 background-position: 0px -40px;
2568 background-position: 0px -80px;
2572 background-position: 0px -120px;
2576 background-position: 0px -160px;
2580 background-position: -45px -160px;
2587 @media only screen and (max-width:960px) {
2588 .header-illustration.new-user-arm {
2594 background: $lightgrey;
2600 white-space: nowrap;