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;
43 /* Micro Clearfix | Details: http://nicolasgallagher.com/micro-clearfix-hack/ */
57 .col0 { float:left; width:04.1666%; }
58 .col1 { float:left; width:08.3333%; }
59 .col2 { float:left; width:16.6666%; }
60 .col3 { float:left; width:25.0000%; }
61 .col4 { float:left; width:33.3333%; }
62 .col5 { float:left; width:41.6666%; }
63 .col6 { float:left; width:50.0000%; }
64 .col7 { float:left; width:58.3333%; }
65 .col8 { float:left; width:66.6666%; }
66 .col9 { float:left; width:75.0000%; }
67 .col10 { float:left; width:83.3333%; }
68 .col11 { float:left; width:91.6666%; }
69 .col12 { width:100%; }
71 .margin0 { margin-left:04.1666%; }
72 .margin1 { margin-left:08.3333%; }
73 .margin2 { margin-left:16.6666%; }
74 .margin3 { margin-left:25.0000%; }
75 .margin4 { margin-left:33.3333%; }
76 .margin5 { margin-left:41.6666%; }
77 .margin6 { margin-left:50.0000%; }
78 .margin7 { margin-left:58.3333%; }
79 .margin8 { margin-left:66.6666%; }
80 .margin9 { margin-left:75.0000%; }
81 .margin10 { margin-left:83.3333%; }
82 .margin11 { margin-left:91.6666%; }
83 .margin12 { margin-left:100.0000%; }
85 .fillL { background-color: white; }
87 /* Default rules for the body of every page */
90 box-sizing: border-box;
94 font-family: 'Helvetica Neue',Arial,sans-serif;
95 font-size: $typeheight;
98 background-color: #fff;
131 #container { position: relative; }
135 margin: 0 0 $lineheight/2 0;
139 vertical-align: middle;
140 margin-right: $lineheight/4;
143 .red { color: $red; }
145 /* Rules for icons */
148 display:inline-block;
152 background:transparent image-url("sprite.png") no-repeat 0 0;
157 .icon.search { background-position: 0 0; }
158 .icon.donate { background-position: -20px 0; }
159 .icon.zoomin { background-position: -40px 0; }
160 .icon.zoomout { background-position: -60px 0; }
161 .icon.geolocate { background-position: -80px 0; }
162 .active .icon.geolocate { background-position: -80px -20px; }
163 .icon.layers { background-position: -100px 0; }
164 .icon.key { background-position: -120px 0; }
165 .icon.share { background-position: -140px 0; }
166 .icon.clipboard { background-position: -160px 0; }
167 .icon.link { background-position: -180px 0; }
168 .icon.close { background-position: -200px 0; }
169 .icon.close:hover { background-position: -200px -20px; }
170 .icon.check { background-position: -220px 0; }
171 .icon.note { background-position: -240px 0; }
172 .icon.gear { background-position: -260px 0; }
174 /* Rules for links */
178 text-decoration: none;
179 -webkit-appearance: none;
182 text-decoration: underline;
186 /* Rules for horizontal lines */
190 background-color: #ccc;
195 /* General styles for tables */
199 margin-bottom: $lineheight;
202 padding: $lineheight/4;
203 line-height: $lineheight;
210 vertical-align: middle;
214 /* Utility for de-emphasizing content */
223 /* Rules for the header */
226 display: none !important;
228 background: image-url("menu-icon.png") no-repeat;
229 background-size: 30px 30px;
233 margin: 14px 10px 0 0;
238 height: $headerHeight;
243 h1, nav, nav > ul, nav > ul > li, .dropdown {
244 display: inline-block;
249 padding: $lineheight/2;
257 text-decoration: none;
264 vertical-align: middle;
279 $border: 1px solid $green;
282 border-radius: $border-radius;
285 border-right: $border;
290 > a:hover { background: lighten($green, 30%); }
291 &.current > a:hover { background: $green; }
292 &.disabled > a:hover { background: lighten($green, 38%); }
294 > a.tab { border-right: 1px solid lighten($green, 30%); }
295 &.current > a.tab { border-right: 1px solid lighten($green, 10%); }
302 display: inline-block;
313 border-top-color: $green;
322 border-top-color: #ccc;
327 background-color: $green;
334 border-top-color: #fff;
344 vertical-align: middle;
345 a, .dropdown-toggle {
346 display: inline-block;
347 text-decoration: none;
351 &:hover { color: darken($darkgrey, 25%); }
356 color: darken($darkgrey, 25%);
360 $border: 1px solid $grey;
362 border-radius: $border-radius;
366 border-right: $border;
372 border-radius: 0 $border-radius $border-radius 0;
375 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
376 &:hover a { background: lighten($darkgrey, 30%); }
388 padding: 5px 10px 3px 6px;
389 display: inline-block;
392 &:hover > .user-button { color: darken($darkgrey, 5%); }
397 border-top-color: $grey;
401 img.user_thumbnail_tiny {
410 display: inline-block;
413 margin: 3px 0 3px 3px;
414 background-color: lighten($grey, 10%);
422 border-radius: 3px 0 3px 3px;
432 #compact-secondary-nav {
437 &:hover { color: #fff; }
441 @media only screen and (max-width:960px) {
442 #compact-secondary-nav {
443 display: inline-block;
450 /* Utility for styling notification numbers */
453 padding: 2px $lineheight/4;
455 background: lighten($green, 30%);
461 /* Rules for the message shown in place of the map when javascript is disabled */
470 /* Rules for bootstrap tooltips */
508 display: inline-block;
511 background-color: white;
518 border-color: transparent;
522 .tooltip.top .tooltip-arrow {
526 border-top-color: white;
527 border-width: 5px 5px 0;
530 .tooltip.right .tooltip-arrow {
534 border-right-color: white;
535 border-width: 5px 5px 5px 0;
538 .tooltip.left .tooltip-arrow {
542 border-left-color: white;
543 border-width: 5px 0 5px 5px;
546 .tooltip.bottom .tooltip-arrow {
550 border-bottom-color: white;
551 border-width: 0 5px 5px;
554 /* Rules for Leaflet maps */
556 .leaflet-control .control-button {
560 background-color: #333;
561 background-color: rgba(0,0,0,.6);
562 border-radius: 4px 0 0 4px;
567 background-color: black;
571 background-color: #9ed485;
575 background-color: #333;
576 background-color: rgba(0,0,0,.5);
585 .leaflet-control .zoomin,
586 .control-layers .control-button {
588 border-radius: 4px 0 0 0;
591 .leaflet-control .zoomout,
592 .control-key .control-button {
597 .control-locate .control-button,
598 .control-share .control-button {
599 border-radius: 0 0 0 4px;
602 /* Rules for the sidebar and main map area */
622 width: $sidebarWidth;
627 padding: $lineheight $lineheight $lineheight/2;
631 margin-top: $lineheight;
632 margin-bottom: $lineheight/2;
646 .overlay-sidebar #sidebar {
650 border-bottom-right-radius: 5px;
662 padding: $lineheight/2 $lineheight $lineheight;
676 border-right: 1px solid #fff;
696 border-bottom: 1px solid #DDD;
706 border:1px solid #ddd;
711 border: 1px solid #ccc;
713 border-top-color: #ccc;
737 border: 2px solid #fff;
740 transition: border-color 0.08s ease-in;
747 border-bottom-right-radius: 3px;
751 text-stroke: 2px #fff;
752 background: rgba(255,255,255,.9);
753 z-index: 2; // For IE9
754 input[type="radio"] {
759 &.active { border-color: darken($green, 10%); }
762 &.active { border-color: darken($green, 20%); }
772 li.disabled { color: #999; }
782 text-decoration: none;
783 background-color: $lightblue;
788 border-right: 1px solid #fff;
789 border-radius: 4px 0 0 4px;
793 border-left: 1px solid #fff;
794 border-radius: 0 4px 4px 0;
798 background-color: $blue;
810 font-family: monospace;
832 top: $lineheight/2 !important;
834 margin-right: 0px !important;
835 margin-top: 0px !important;
839 .leaflet-popup-scrolled {
840 padding-right: $lineheight;
841 border-bottom: 0px !important;
842 border-top: 0px !important;
845 .leaflet-popup-content-wrapper {
846 border-radius: 4px !important;
849 /* Rules for attribution text under the main map shown on printouts */
855 .attribution_license,
856 .attribution_project {
860 .attribution_notice {
864 .donate-attr { color: darken($green, 10%) !important; }
866 /* Rules for the sidebar */
870 padding: $lineheight/2 $lineheight;
871 // background: $offwhite;
872 // border-bottom: 1px solid #ccc;
882 padding: $lineheight;
897 margin: $lineheight auto;
903 /* Rules for the search box */
905 header .search_form {
911 padding: $lineheight/2;
912 background-color: $lightgrey;
917 border-radius: 2px 0 0 2px;
925 transition: 300ms linear;
930 box-shadow: 0px 0px 7px #9ED485;
937 border-radius: 0 2px 2px 0;
949 /* Rules for the map key which appears in the popout sidebar */
952 .mapkey-table-key img {
958 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
962 /* Rules for search sidebar */
964 .search_results_entry {
966 border-bottom: $keyline;
968 &:first-child { border-top: $keyline; }
969 &.selected { background: #FFFFE6; }
981 .search_results_error {
985 /* Rules for entity history */
990 border-bottom: $keyline;
998 /* Rules for the history sidebar */
1000 #sidebar .changesets {
1003 border-bottom: 1px solid #ddd;
1006 &.selected { background: #FFFFE6; }
1007 /* color is derived from changeset bbox fillColor in history.js */
1018 /* Rules for the browse sidebar */
1022 padding: $lineheight/2 $lineheight;
1023 border-bottom: 1px solid #ddd;
1027 word-wrap: break-word;
1031 .browse-section:last-of-type {
1032 border-bottom: none;
1038 border: 1px solid #eee;
1047 margin-bottom: 10px;
1050 padding: 5px 0 5px 10px;
1052 border: 1px solid #CCC;
1053 border-radius: 4px 4px 0 0;
1054 background-color: #F6F6F6;
1060 background-color: #FFF;
1061 border: 1px solid #CCC;
1063 border-radius: 0 0 4px 4px;
1068 background-color: #F6F6F6;
1069 border: 1px solid #ddd;
1072 table-layout: fixed;
1073 border-collapse: separate;
1076 border-bottom: 1px solid #ddd;
1079 tr:last-child th, tr:last-child td {
1087 word-wrap: break-word;
1092 background-color: #F6F6F6;
1096 border-left: 1px solid #ddd;
1097 background-color: #fff;
1102 margin: $lineheight/2 0;
1103 padding: $lineheight/2;
1108 margin: $lineheight/2 0;
1117 margin: 0 0 10px 10px;
1121 /* Rules for export sidebar */
1124 padding: $lineheight;
1126 .export_area_inputs,
1131 .export_area_inputs {
1132 margin-bottom: $lineheight/2;
1133 input[type="text"] {
1142 border: 1px solid #ccc;
1145 #maxlat { margin-top: -1px; }
1154 #minlat { margin-bottom: 0; }
1158 margin: $lineheight/4;
1162 margin-top: $lineheight;
1163 margin-bottom: $lineheight;
1167 padding-left: $lineheight/2;
1170 margin-bottom: 10px;
1175 /* Rules for edit pages */
1191 /* Rules for non-map content pages */
1194 background: $lightgrey;
1196 h1 { font-size: 22px; }
1200 h1, h2, h3, p, ul, ol {
1201 margin-bottom: $lineheight;
1205 margin-top: $lineheight/2;
1213 padding: $lineheight;
1216 /* Overrides for pages that use new layout conventions */
1221 .content-body .content-inner {
1230 .content-heading .content-inner {
1235 .header-illustration {
1236 background-position: 0 0;
1237 background-repeat: no-repeat;
1245 background-image: image-url("sign-up-illustration.png");
1249 background-image: image-url("confirm-illustration.png");
1253 background-image: image-url("terms-illustration.png");
1261 background-image: image-url("sign-up-illustration-arm.png");
1266 #content.maximised {
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 new trace form */
1324 width: calc(100% - 150px);
1329 /* Rules for the edit trace form */
1338 width: calc(100% - 150px);
1343 /* Rules for the user profile page */
1348 .userinformation-inner {
1363 .admin-user-info small {
1364 margin-bottom: $lineheight/2;
1366 margin-right: $lineheight;
1371 border-bottom: 1px solid #ccc;
1372 padding-bottom: $lineheight;
1375 margin-bottom: $lineheight/2;
1380 margin-top: $lineheight;
1384 .activity-details p {
1389 #friends-container .contact-activity ul {
1394 // Silly exception; remove when user page is redesigned.
1398 p#no_home_location {
1399 margin: $lineheight;
1402 margin-top: $lineheight/4;
1407 /* Rules for the user map */
1409 .content_map .leaflet-popup-content {
1410 margin: $lineheight/2;
1414 /* Rules for user popups on maps */
1420 margin-top: 0 0 0 60px;
1423 img.user_thumbnail {
1425 margin: 0 $lineheight/2 0 0;
1429 /* Rules for the user list */
1432 font-size: $lineheight/2;
1436 vertical-align: middle;
1445 #user_list_actions {
1447 margin-top: $lineheight/2;
1450 /* Rules for the diary list page */
1454 margin-top: $lineheight/2;
1455 padding-top: $lineheight;
1456 border-top: 1px solid #ccc;
1459 margin-bottom: $lineheight;
1463 margin-bottom: $lineheight/2;
1468 img.user_thumbnail {
1477 ul.secondary-actions {
1478 display: inline-block;
1482 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1486 /* Rules for the diary entry page */
1493 border: 1px solid #ccc;
1495 margin-bottom: $lineheight;
1498 border-top: 1px solid #ccc;
1499 padding-top: $lineheight;
1500 margin-top: $lineheight/2;
1506 margin-top: $lineheight/2;
1507 border-top: 1px dashed #ccc;
1508 padding-top: $lineheight/2;
1510 margin-top: $lineheight;
1511 padding-top: $lineheight;
1512 border-top: 1px solid #ccc;
1515 margin-bottom: $lineheight/2;
1524 .diary_entry-view img.user_thumbnail {
1528 /* Rules for the log in page */
1530 #login_openid_buttons {
1534 #login_openid_buttons li {
1536 padding: $lineheight/4 $lineheight/2;
1539 /* Rules for the account confirmation page */
1543 border: 1px solid #ccc;
1544 padding: $lineheight;
1545 margin-bottom: $lineheight;
1551 background: $lightblue;
1553 background: darken($lightblue, $hovercolor);
1558 /* Rules for the account settings page */
1560 #accountForm .user_map {
1564 border: 1px solid #ccc;
1567 #accountForm .user_image {
1571 #accountForm #user_image {
1575 #accountForm ul.accountImage-options {
1588 display: inline !important;
1591 .content_map.settings_map {
1596 /* Rules for the oauth settings page */
1598 .oauth_clients .buttons .oauth-edit {
1599 border-radius: 2px 0 0 2px;
1602 .oauth_clients .buttons .oauth-delete {
1603 border-radius: 0 2px 2px 0;
1606 /* Rules for messages pages */
1610 border: 1px solid #ddd;
1612 input[type="submit"] {
1616 border-top: 1px solid #ccc;
1620 background: #f8f8ff;
1633 padding: $lineheight/4;
1644 border-right: 1px solid $lightgrey;
1648 .inbox-row .inbox-mark-read {
1653 margin-bottom: $lineheight;
1654 padding: $lineheight/4 0px 4px 0px;
1655 border-bottom: 1px solid #ccc;
1662 .info-line .user_thumbnail_tiny {
1663 vertical-align: middle;
1667 white-space: nowrap;
1676 .inbox-row-unread .inbox-mark-unread {
1680 .message-read .message-buttons {
1681 margin-top: $lineheight;
1682 margin-bottom: $lineheight * 1.5;
1683 padding-top: $lineheight;
1684 border-top: 1px solid $lightgrey;
1687 .message-read .buttons .mark-unread-button {
1691 /* Rules for "flash" notice boxes shown at the top of the content area */
1694 padding: $lineheight;
1695 background-color: #ff7070;
1699 padding: $lineheight;
1700 background-color: #ffe0cc;
1704 padding: $lineheight;
1705 background-color: #CBEEA7;
1708 /* Rules for highlighting fields with rails validation errors */
1711 display: inline-block;
1717 background-color: #ff7070;
1720 /* Rules for rails validation error boxes */
1724 border: 2px solid #ff7070;
1725 padding: 0 $lineheight/2;
1726 margin-bottom: $lineheight;
1727 background-color: #f0f0f0;
1730 margin: 0 -10px 10px -10px;
1731 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1734 background-color: #c00;
1742 padding: $lineheight/4;
1746 padding-left: $lineheight;
1755 /* Rules for forms */
1759 margin-bottom: $lineheight;
1761 label.standard-label {
1763 margin-bottom: $lineheight/4;
1764 font-size: $typeheight;
1768 label.standard-label.secondary {
1769 display: inline-block;
1770 font-weight: normal;
1773 font-weight: normal;
1780 margin-top: $lineheight;
1781 padding-top: $lineheight;
1782 border-top: 1px solid $lightgrey;
1784 .horizontal-list .form-row {
1786 padding-right: 10px;
1789 margin-bottom: $lineheight/2;
1797 input[type="checkbox"],
1798 input[type="radio"] {
1804 #remember_me_openid {
1808 input[type="checkbox"],
1809 input[type="radio"] {
1814 input[type="email"],
1816 input[type="password"],
1818 border: 1px solid #ccc;
1823 &.field_with_errors {
1824 border: 2px solid #ff7070;
1833 /* Rules for user images */
1838 border: 1px solid #ccc;
1839 margin-bottom: $lineheight;
1841 margin-right: $lineheight;
1844 img.user_thumbnail {
1847 border: 1px solid #ccc;
1848 margin-right: $lineheight;
1851 img.user_thumbnail_tiny {
1856 border: 1px solid #ccc;
1859 /* Rules for geo microformats */
1862 border-bottom: none;
1865 /* Rules for RSS buttons */
1872 /* General styles for action lists / subnavs / pager navs */
1874 ul.secondary-actions {
1879 display: inline-block;
1886 border-left: 1px solid #ccc;
1887 padding-left: $lineheight/2;
1888 margin-right: $lineheight/2;
1899 div.secondary-actions {
1904 /* Utility for managing inner content areas */
1906 .inner22 { padding: $lineheight;}
1908 .inner12 { padding: $lineheight/2 $lineheight;}
1910 .inner11 { padding: $lineheight/2;}
1912 .inner20 { padding: $lineheight 0;}
1914 .inner02 { padding: 0 $lineheight;}
1916 /* Utility for general button styles */
1918 input[type="button"],
1919 input[type="submit"],
1920 input[type="reset"],
1924 display: inline-block;
1925 padding: $lineheight/4 $lineheight/2;
1926 min-height: 20px + $lineheight/2;
1928 margin: 0 0 $lineheight/2 0;
1934 background: darken($blue, $hovercolor);
1935 text-decoration: none;
1938 background: $lightblue;
1940 background: darken($lightblue, $hovercolor);
1944 background: $lightgrey;
1946 background: $lightgrey;
1954 input[type="button"],
1955 input[type="submit"],
1956 input[type="reset"] {
1957 line-height: normal;
1966 input[type="submit"],
1967 input[type="button"],
1968 input[type="reset"],
1970 box-sizing: border-box;
1976 border-right:1px solid white;
1977 text-overflow: ellipsis;
1978 white-space: nowrap;
1982 .button:first-child {
1983 border-radius:2px 0 0 2px;
1986 .button:last-child {
1987 border-radius:0 2px 2px 0;
1988 border-right-width: 0;
1992 *[value="Hide"] + input:last-child,
1993 *[value="Hide"] + .button:last-child {
1995 border-right-width: 0;
1997 /* if a 3-button set has a hidden middle button */
1998 *[value="Hide"] + input:nth-child(3),
1999 *[value="Hide"] + .button:nth-child(3) {
2000 border-radius:0 2px 2px 0;
2001 border-right-width: 0;
2003 /* if a 3-button set starts with a hidden button */
2004 *[value="Hide"] + input:nth-child(2):not(:last-child),
2005 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
2006 border-radius:2px 0 0 2px;
2007 border-right-width: 1px;
2011 /* Rules for doing distinct colour of alternate table rows */
2015 background: $offwhite;
2023 /* Rules for OpenID logo */
2026 vertical-align: text-bottom;
2030 /* Rules for rich text */
2035 padding-bottom: $lineheight/2;
2036 border-bottom: 1px dashed #cccccc;
2037 margin-bottom: $lineheight/2;
2049 font-size: $typeheight;
2054 background: #e8e8e8;
2060 background: #e8e8e8;
2069 padding: $lineheight;
2070 background-color: $offwhite;
2077 border-left: $lineheight solid $offwhite;
2078 padding-left: $lineheight;
2084 padding-left: $lineheight;
2085 margin-bottom: $lineheight;
2086 margin-left: $lineheight;
2094 list-style: decimal;
2098 .diary_post .richtext {
2099 margin-top: $lineheight;
2102 .comments .richtext {
2107 /* Rules for rich text editors */
2109 input.richtext_title[type="text"] {
2111 width: calc(100% - 235px);
2113 @media only screen and (max-width:768px) {
2118 .richtext_container {
2119 margin-bottom: $lineheight;
2123 width: calc(100% - 235px);
2124 display: inline-block;
2125 vertical-align: top;
2127 @media only screen and (max-width:768px) {
2132 display: inline-block;
2133 padding: $lineheight;
2134 background-color: $offwhite;
2138 background-image: image-url("loading.gif");
2139 background-repeat: no-repeat;
2140 background-position: center;
2150 display: inline-block;
2151 vertical-align: top;
2153 background-color: #f8f8ff;
2154 padding: $lineheight/2;
2162 border-bottom: 1px solid #ccc;
2163 margin-bottom: $lineheight/4;
2164 padding-bottom: $lineheight/4;
2167 li h4, li span, li p {
2168 display: inline-block;
2169 vertical-align: top;
2180 margin-left: $lineheight/2;
2181 margin-bottom: $lineheight/4;
2182 white-space: nowrap;
2187 /* Rules for the user notes list */
2191 background-color: #eeeeee;
2203 /* Rules for the iD editor */
2210 /* Rules for dropdown menus */
2217 *margin-bottom: -3px;
2220 .dropdown-toggle:active,
2221 .open .dropdown-toggle {
2226 display: inline-block;
2229 vertical-align: top;
2230 border-top: 4px solid #000000;
2231 border-right: 4px solid transparent;
2232 border-left: 4px solid transparent;
2252 background-color: #ffffff;
2253 border: 1px solid #ccc;
2254 border-radius: 0 3px 3px;
2255 *border-right-width: 2px;
2256 *border-bottom-width: 2px;
2257 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2258 background-clip: padding-box;
2261 .dropdown-menu.pull-right {
2266 .dropdown-menu .divider {
2270 *margin: -5px 0 5px;
2272 background-color: #e5e5e5;
2273 border-bottom: 1px solid #ffffff;
2276 .dropdown-menu > li > a {
2280 font-weight: normal;
2283 white-space: nowrap;
2286 .dropdown-menu > li > a:hover,
2287 .dropdown-menu > li > a:focus,
2288 .dropdown-submenu:hover > a,
2289 .dropdown-submenu:focus > a {
2291 text-decoration: none;
2292 background-color: $green;
2295 .dropdown-menu > .active > a,
2296 .dropdown-menu > .active > a:hover,
2297 .dropdown-menu > .active > a:focus {
2299 text-decoration: none;
2300 background-color: $green;
2304 .dropdown-menu > .disabled > a,
2305 .dropdown-menu > .disabled > a:hover,
2306 .dropdown-menu > .disabled > a:focus {
2310 .dropdown-menu > .disabled > a:hover,
2311 .dropdown-menu > .disabled > a:focus {
2312 text-decoration: none;
2314 background-color: transparent;
2315 background-image: none;
2322 .open > .dropdown-menu {
2326 .dropdown-backdrop {
2335 /* Rules for the "Welcome" page */
2336 .site-welcome, .site-fixthemap {
2346 background-image: image-url("welcome-sprite.png");
2347 background-size: 500px 250px;
2353 padding-bottom: 20px;
2355 margin-bottom: 10px;
2367 background-position: -50px 0;
2372 vertical-align: middle;
2376 background-position: -100px 0;
2380 background-position: -150px 0;
2384 background-position: -200px 0;
2388 background-position: -250px 0;
2392 background-position: -300px 0;
2401 text-decoration: none;
2406 background-color: $offwhite;
2410 background-color: #333;
2415 .site-about #content {
2416 //background-color: #000;
2417 background-color: #eee;
2418 background-position: 50% 50%;
2419 background-repeat: no-repeat;
2420 background-size: cover;
2421 background-attachment: fixed;
2425 font: 13px/20px Helvetica, Arial, sans-serif;
2430 text-shadow: #000 0px 1px 5px;
2438 white-space: nowrap;
2439 text-decoration: none;
2450 text-indent: -9999px;
2452 background: image-url('about/sprite.png') -120px 0px no-repeat;
2453 background-color: #000;
2454 background-color: rgba(0, 0, 0, 0.5);
2464 margin-bottom: 30px;
2467 .section:last-child {
2479 padding: 170px 40px 20px;
2481 background: rgba(0, 0, 0, .8);
2501 background-position: 0 50%;
2502 background-repeat: no-repeat;
2503 background-image: image-url('about/osm.png');
2504 background-size: cover;
2505 background-color: #76c551;
2515 padding: 20px 20px 20px 40px;
2516 font: 500 20px/24px Helvetica, Arial, sans-serif;
2517 white-space: nowrap;
2519 background: #76c551;
2523 display: inline-block;
2530 margin-bottom: 10px;
2537 vertical-align: middle;
2538 background: 40px 40px image-url('about/sprite.png') no-repeat;
2540 &.local { background-position: 0px 0px; }
2541 &.community { background-position: 0px -40px; }
2542 &.open { background-position: 0px -80px; }
2543 &.partners { background-position: 0px -120px; }
2544 &.infringement { background-position: 0px -160px; }
2550 @media only screen and (max-width:960px) {
2551 .header-illustration.new-user-arm {