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, .user-menu {
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 > #compact-secondary-nav {
356 vertical-align: middle;
357 a, .dropdown-toggle {
358 display: inline-block;
359 text-decoration: none;
363 &:hover { color: darken($darkgrey, 25%); }
368 color: darken($darkgrey, 25%);
372 $border: 1px solid $grey;
376 border-radius: $border-radius;
380 border-right: $border;
386 border-radius: 0 $border-radius $border-radius 0;
389 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
390 &:hover a { background: lighten($darkgrey, 30%); }
401 padding: 5px 10px 5px 6px;
402 display: inline-block;
405 &:hover > .user-button { color: darken($darkgrey, 5%); }
410 border-top-color: $grey;
414 img.user_thumbnail_tiny {
423 display: inline-block;
426 margin: 3px 0 3px 3px;
427 background-color: lighten($grey, 10%);
435 border-radius: 3px 0 3px 3px;
445 #compact-secondary-nav {
450 &:hover { color: #fff; }
454 @media only screen and (max-width:960px) {
455 #compact-secondary-nav {
456 display: inline-block;
459 display: none !important;
463 /* Utility for styling notification numbers */
466 padding: 2px $lineheight/4;
468 background: lighten($green, 30%);
474 /* Rules for the message shown in place of the map when javascript is disabled */
483 /* Rules for bootstrap tooltips */
521 display: inline-block;
524 background-color: white;
531 border-color: transparent;
535 .tooltip.top .tooltip-arrow {
539 border-top-color: white;
540 border-width: 5px 5px 0;
543 .tooltip.right .tooltip-arrow {
547 border-right-color: white;
548 border-width: 5px 5px 5px 0;
551 .tooltip.left .tooltip-arrow {
555 border-left-color: white;
556 border-width: 5px 0 5px 5px;
559 .tooltip.bottom .tooltip-arrow {
563 border-bottom-color: white;
564 border-width: 0 5px 5px;
567 /* Rules for Leaflet maps */
569 .leaflet-control .control-button {
573 background-color: #333;
574 background-color: rgba(0,0,0,.6);
575 border-radius: 4px 0 0 4px;
580 background-color: black;
584 background-color: #9ed485;
588 background-color: #333;
589 background-color: rgba(0,0,0,.5);
598 .leaflet-control .zoomin,
599 .control-layers .control-button {
601 border-radius: 4px 0 0 0;
604 .leaflet-control .zoomout,
605 .control-key .control-button {
610 .control-locate .control-button,
611 .control-share .control-button {
612 border-radius: 0 0 0 4px;
615 /* Rules for the sidebar and main map area */
635 width: $sidebarWidth;
640 padding: $lineheight $lineheight $lineheight/2;
644 margin-top: $lineheight;
645 margin-bottom: $lineheight/2;
654 .overlay-sidebar #sidebar {
658 border-bottom-right-radius: 5px;
664 padding: $lineheight/2 $lineheight $lineheight;
679 border-right: 1px solid #fff;
699 border-bottom: 1px solid #DDD;
709 border:1px solid #ddd;
714 border: 1px solid #ccc;
716 border-top-color: #ccc;
740 border: 2px solid #fff;
743 transition: border-color 0.08s ease-in;
750 border-bottom-right-radius: 3px;
755 text-stroke: 2px #fff;
756 background: rgba(255,255,255,.9);
757 z-index: 2; // For IE9
758 input[type="radio"] {
763 &.active { border-color: darken($green, 10%); }
766 &.active { border-color: darken($green, 20%); }
776 li.disabled { color: #999; }
786 text-decoration: none;
787 background-color: $lightblue;
792 border-right: 1px solid #fff;
793 border-radius: 4px 0 0 4px;
797 border-left: 1px solid #fff;
798 border-radius: 0 4px 4px 0;
802 background-color: $blue;
814 font-family: monospace;
836 top: $lineheight/2 !important;
838 margin-right: 0px !important;
839 margin-top: 0px !important;
843 .leaflet-popup-scrolled {
844 padding-right: $lineheight;
845 border-bottom: 0px !important;
846 border-top: 0px !important;
849 .leaflet-popup-content-wrapper {
850 border-radius: 4px !important;
851 -webkit-border-radius: 4px !important;
854 /* Rules for attribution text under the main map shown on printouts */
860 .attribution_license,
861 .attribution_project {
865 .attribution_notice {
869 .donate-attr { color: darken($green, 10%) !important; }
871 /* Rules for the sidebar */
875 padding: $lineheight/2 $lineheight;
876 // background: $offwhite;
877 // border-bottom: 1px solid #ccc;
887 padding: $lineheight;
896 margin: $lineheight auto;
902 /* Rules for the search box */
904 #header .search_form {
910 padding: $lineheight/2;
911 background-color: $lightgrey;
916 border-radius: 2px 0 0 2px;
924 transition: 300ms linear;
925 -webkit-transition: 300ms linear;
926 -moz-transition: 300ms linear;
931 box-shadow: 0px 0px 7px #9ED485;
938 border-radius: 0 2px 2px 0;
950 /* Rules for the map key which appears in the popout sidebar */
953 .mapkey-table-key img {
959 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
963 /* Rules for search sidebar */
965 .search_results_entry {
967 border-bottom: $keyline;
968 &:first-child { border-top: $keyline; }
980 .search_results_error {
984 /* Rules for entity history */
989 border-bottom: $keyline;
997 /* Rules for the history sidebar */
999 #sidebar .changesets {
1001 padding: $lineheight;
1002 border-bottom: 1px solid #ddd;
1005 &.selected { background: #FFFFE6; }
1006 /* color is derived from changeset bbox fillColor in history.js */
1017 /* Rules for the browse sidebar */
1021 padding: $lineheight/2 $lineheight;
1022 border-bottom: 1px solid #ddd;
1030 border-bottom: none;
1036 border: 1px solid #eee;
1045 margin-bottom: 10px;
1048 padding: 5px 0 5px 10px;
1050 border: 1px solid #CCC;
1051 border-radius: 4px 4px 0 0;
1052 background-color: #F6F6F6;
1058 background-color: #FFF;
1059 border: 1px solid #CCC;
1061 border-radius: 0 0 4px 4px;
1066 background-color: #F6F6F6;
1067 border: 1px solid #ddd;
1072 border-bottom: 1px solid #ddd;
1081 display: inline-block;
1090 background-color: #F6F6F6;
1094 border-left: 1px solid #ddd;
1095 background-color: #fff;
1100 margin: $lineheight/2 0;
1101 padding: $lineheight/2;
1106 margin: $lineheight/2 0;
1114 margin: 0 0 10px 10px;
1118 /* Rules for export sidebar */
1121 padding: $lineheight;
1123 .export_area_inputs,
1128 .export_area_inputs {
1129 margin-bottom: $lineheight/2;
1130 input[type="text"] {
1137 margin: $lineheight/4;
1141 margin-top: $lineheight;
1145 padding-left: $lineheight/2;
1148 margin-bottom: 10px;
1153 /* Rules for edit pages */
1168 /* Rules for non-map content pages */
1171 background: $lightgrey;
1173 h1 { font-size: 22px; }
1178 margin-bottom: $lineheight;
1182 margin-top: $lineheight/2;
1190 padding: $lineheight;
1193 /* Overrides for pages that use new layout conventions */
1198 .content-body .content-inner {
1207 .content-heading .content-inner {
1212 .header-illustration {
1213 background-position: 0 0;
1214 background-repeat: no-repeat;
1222 background-image: image-url("sign-up-illustration.png");
1226 background-image: image-url("confirm-illustration.png");
1230 background-image: image-url("terms-illustration.png");
1238 background-image: image-url("sign-up-illustration-arm.png");
1243 #content.maximised {
1256 #slim_container_content {
1258 background-color: #FFFFFF;
1259 margin: $lineheight/2 auto;
1261 border-radius: 25px;
1262 -moz-border-radius: 25px;
1263 border: 1px solid #e6e6e6;
1267 margin: $lineheight/2;
1272 margin-bottom: 15px;
1277 margin: 30px $lineheight/2;
1280 margin-right: $lineheight/4;
1282 vertical-align: middle;
1283 margin-bottom: $lineheight/4;
1284 margin-right: $lineheight/4;
1288 /* Rules for small maps in content areas */
1294 border: 1px solid #ccc;
1295 margin-bottom: $lineheight;
1299 /* Rules for the trace list shown by the traces tab etc */
1302 font-size: $lineheight/2;
1319 .trace_identifiable {
1332 /* Rules for the user profile page */
1337 .userinformation-inner {
1352 .admin-user-info small {
1353 margin-bottom: $lineheight/2;
1355 margin-right: $lineheight;
1360 border-bottom: 1px solid #ccc;
1361 padding-bottom: $lineheight;
1364 margin-bottom: $lineheight/2;
1369 margin-top: $lineheight;
1373 .activity-details p {
1378 #friends-container .contact-activity ul {
1383 p#no_home_location {
1384 margin: $lineheight;
1387 margin-top: $lineheight/4;
1392 /* Rules for the user map */
1394 .content_map .leaflet-popup-content {
1395 margin: $lineheight/2;
1399 /* Rules for user popups on maps */
1405 margin-top: 0 0 0 60px;
1408 img.user_thumbnail {
1410 margin: 0 $lineheight/2 0 0;
1414 /* Rules for the user list */
1417 font-size: $lineheight/2;
1421 vertical-align: middle;
1430 #user_list_actions {
1432 margin-top: $lineheight/2;
1435 /* Rules for the diary list page */
1439 margin-top: $lineheight/2;
1440 padding-top: $lineheight;
1441 border-top: 1px solid #ccc;
1444 margin-bottom: $lineheight;
1448 margin-bottom: $lineheight/2;
1453 img.user_thumbnail {
1462 ul.secondary-actions {
1463 display: inline-block;
1467 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1471 /* Rules for the diary entry page */
1478 border: 1px solid #ccc;
1480 margin-bottom: $lineheight;
1483 border-top: 1px solid #ccc;
1484 padding-top: $lineheight;
1485 margin-top: $lineheight/2;
1491 margin-top: $lineheight/2;
1492 border-top: 1px dashed #ccc;
1493 padding-top: $lineheight/2;
1495 margin-top: $lineheight;
1496 padding-top: $lineheight;
1497 border-top: 1px solid #ccc;
1500 margin-bottom: $lineheight/2;
1509 .diary_entry-view img.user_thumbnail {
1513 /* Rules for the log in page */
1515 #login_openid_buttons {
1519 #login_openid_buttons li {
1521 padding: $lineheight/4 $lineheight/2;
1524 /* Rules for the account confirmation page */
1528 border: 1px solid #ccc;
1529 padding: $lineheight;
1530 margin-bottom: $lineheight;
1536 background: $lightblue;
1538 background: darken($lightblue, $hovercolor);
1543 /* Rules for the account settings page */
1545 #accountForm .user_map {
1549 border: 1px solid #ccc;
1552 #accountForm .user_image {
1556 #accountForm #user_image {
1560 #accountForm ul.accountImage-options {
1573 display: inline !important;
1576 .content_map.settings_map {
1581 /* Rules for the oauth settings page */
1583 .oauth_clients .buttons .oauth-edit {
1584 border-radius: 2px 0 0 2px;
1587 .oauth_clients .buttons .oauth-delete {
1588 border-radius: 0 2px 2px 0;
1591 /* Rules for messages pages */
1595 border: 1px solid #ddd;
1597 input[type="submit"] {
1601 border-top: 1px solid #ccc;
1605 background: #f8f8ff;
1618 padding: $lineheight/4;
1629 border-right: 1px solid $lightgrey;
1633 .inbox-row .inbox-mark-read {
1638 margin-bottom: $lineheight;
1639 padding: $lineheight/4 0px 4px 0px;
1640 border-bottom: 1px solid #ccc;
1647 .info-line .user_thumbnail_tiny {
1648 vertical-align: middle;
1657 .inbox-row-unread .inbox-mark-unread {
1661 .message-read .message-buttons {
1662 margin-top: $lineheight;
1663 padding-top: $lineheight;
1664 border-top: 1px solid $lightgrey;
1667 .message-read .buttons .mark-unread-button {
1671 /* Rules for "flash" notice boxes shown at the top of the content area */
1674 padding: $lineheight;
1675 background-color: #ff7070;
1679 padding: $lineheight;
1680 background-color: #ffe0cc;
1684 padding: $lineheight;
1685 background-color: #CBEEA7;
1688 /* Rules for highlighting fields with rails validation errors */
1690 .field_with_errors {
1692 background-color: #ff7070;
1693 display: inline-block;
1697 display: inline-block;
1703 background-color: #ff7070;
1706 /* Rules for rails validation error boxes */
1710 border: 2px solid #ff7070;
1711 padding: 0 $lineheight/2;
1712 margin-bottom: $lineheight;
1713 background-color: #f0f0f0;
1716 margin: 0 -10px 10px -10px;
1717 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1721 background-color: #c00;
1729 padding: $lineheight/4;
1733 padding-left: $lineheight;
1742 /* Rules for forms */
1746 margin-bottom: $lineheight;
1748 label.standard-label {
1750 margin-bottom: $lineheight/4;
1751 font-size: $typeheight;
1756 label.standard-label.secondary {
1757 display: inline-block;
1758 font-weight: normal;
1761 font-weight: normal;
1768 margin-top: $lineheight;
1769 padding-top: $lineheight;
1770 border-top: 1px solid $lightgrey;
1772 .horizontal-list .form-row {
1774 padding-right: 10px;
1777 margin-bottom: $lineheight/2;
1785 input[type="checkbox"],
1786 input[type="radio"] {
1792 #remember_me_openid {
1796 input[type="checkbox"],
1797 input[type="radio"] {
1802 input[type="email"],
1804 input[type="password"],
1806 border: 1px solid #ccc;
1817 /* Rules for user images */
1822 border: 1px solid #ccc;
1823 margin-bottom: $lineheight;
1825 margin-right: $lineheight;
1828 img.user_thumbnail {
1831 border: 1px solid #ccc;
1832 margin-right: $lineheight;
1835 img.user_thumbnail_tiny {
1838 border: 1px solid #ccc;
1841 /* Rules for geo microformats */
1844 border-bottom: none;
1847 /* Rules for RSS buttons */
1854 /* General styles for action lists / subnavs / pager navs */
1856 ul.secondary-actions {
1861 display: inline-block;
1868 border-left: 1px solid #ccc;
1869 padding-left: $lineheight/2;
1870 margin-right: $lineheight/2;
1881 div.secondary-actions {
1886 /* Utility for managing inner content areas */
1888 .inner22 { padding: $lineheight;}
1890 .inner12 { padding: $lineheight/2 $lineheight;}
1892 .inner11 { padding: $lineheight/2;}
1894 .inner20 { padding: $lineheight 0;}
1896 .inner02 { padding: 0 $lineheight;}
1898 /* Utility for general button styles */
1900 input[type="button"],
1901 input[type="submit"],
1902 input[type="reset"],
1906 display: inline-block;
1908 padding: $lineheight/4 $lineheight/2;
1909 min-height: 20px + $lineheight/2;
1911 margin: 0 0 $lineheight/2 0;
1916 -moz-border-radius: 2px;
1918 background: darken($blue, $hovercolor);
1919 text-decoration: none;
1922 background: $lightblue;
1924 background: darken($lightblue, $hovercolor);
1928 background: $lightgrey;
1930 background: $lightgrey;
1940 input[type="submit"],
1941 input[type="button"],
1942 input[type="reset"],
1944 box-sizing: border-box;
1950 border-right:1px solid white;
1951 text-overflow: ellipsis;
1952 white-space: nowrap;
1956 .button:first-child {
1957 border-radius:2px 0 0 2px;
1960 .button:last-child {
1961 border-radius:0 2px 2px 0;
1962 border-right-width: 0;
1966 *[value="Hide"] + input:last-child,
1967 *[value="Hide"] + .button:last-child {
1969 border-right-width: 0;
1971 /* if a 3-button set has a hidden middle button */
1972 *[value="Hide"] + input:nth-child(3),
1973 *[value="Hide"] + .button:nth-child(3) {
1974 border-radius:0 2px 2px 0;
1975 border-right-width: 0;
1977 /* if a 3-button set starts with a hidden button */
1978 *[value="Hide"] + input:nth-child(2):not(:last-child),
1979 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1980 border-radius:2px 0 0 2px;
1981 border-right-width: 1px;
1985 /* Rules for doing distinct colour of alternate table rows */
1989 background: $offwhite;
1997 /* Rules for OpenID logo */
2000 vertical-align: text-bottom;
2004 /* Rules for rich text */
2009 padding-bottom: $lineheight/2;
2010 border-bottom: 1px dashed #cccccc;
2011 margin-bottom: $lineheight/2;
2023 font-size: $typeheight;
2028 background: #e8e8e8;
2034 background: #e8e8e8;
2043 padding: $lineheight;
2044 background-color: $offwhite;
2051 border-left: $lineheight solid $offwhite;
2052 padding-left: $lineheight;
2058 padding-left: $lineheight;
2059 margin-bottom: $lineheight;
2060 margin-left: $lineheight;
2068 list-style: decimal;
2072 .diary_post .richtext {
2073 margin-top: $lineheight;
2076 .comments .richtext {
2081 /* Rules for rich text editors */
2083 .richtext_container {
2084 margin-bottom: $lineheight;
2088 display: inline-block;
2089 vertical-align: top;
2092 display: inline-block;
2093 padding: $lineheight;
2094 background-color: $offwhite;
2098 background-image: image-url("loading.gif");
2099 background-repeat: no-repeat;
2100 background-position: center;
2110 display: inline-block;
2111 vertical-align: top;
2113 background-color: #f8f8ff;
2114 padding: $lineheight/2;
2122 border-bottom: 1px solid #ccc;
2123 margin-bottom: $lineheight/4;
2124 padding-bottom: $lineheight/4;
2127 li h4, li span, li p {
2128 display: inline-block;
2129 vertical-align: top;
2140 margin-left: $lineheight/2;
2141 margin-bottom: $lineheight/4;
2142 white-space: nowrap;
2147 /* Rules for the user notes list */
2151 background-color: #eeeeee;
2163 /* Rules for the iD editor */
2170 /* Rules for dropdown menus */
2177 *margin-bottom: -3px;
2180 .dropdown-toggle:active,
2181 .open .dropdown-toggle {
2186 display: inline-block;
2189 vertical-align: top;
2190 border-top: 4px solid #000000;
2191 border-right: 4px solid transparent;
2192 border-left: 4px solid transparent;
2212 background-color: #ffffff;
2213 border: 1px solid #ccc;
2214 border-radius: 0 3px 3px;
2215 *border-right-width: 2px;
2216 *border-bottom-width: 2px;
2217 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2218 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2219 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2220 -webkit-background-clip: padding-box;
2221 -moz-background-clip: padding;
2222 background-clip: padding-box;
2225 .dropdown-menu.pull-right {
2230 .dropdown-menu .divider {
2234 *margin: -5px 0 5px;
2236 background-color: #e5e5e5;
2237 border-bottom: 1px solid #ffffff;
2240 .dropdown-menu > li > a {
2244 font-weight: normal;
2247 white-space: nowrap;
2250 .dropdown-menu > li > a:hover,
2251 .dropdown-menu > li > a:focus,
2252 .dropdown-submenu:hover > a,
2253 .dropdown-submenu:focus > a {
2255 text-decoration: none;
2256 background-color: $green;
2259 .dropdown-menu > .active > a,
2260 .dropdown-menu > .active > a:hover,
2261 .dropdown-menu > .active > a:focus {
2263 text-decoration: none;
2264 background-color: $green;
2268 .dropdown-menu > .disabled > a,
2269 .dropdown-menu > .disabled > a:hover,
2270 .dropdown-menu > .disabled > a:focus {
2274 .dropdown-menu > .disabled > a:hover,
2275 .dropdown-menu > .disabled > a:focus {
2276 text-decoration: none;
2278 background-color: transparent;
2279 background-image: none;
2286 .open > .dropdown-menu {
2290 .dropdown-backdrop {
2299 /* Rules for the "Welcome" page */
2310 background-image: image-url("welcome-sprite.png");
2311 background-size: 500px 250px;
2317 padding-bottom: 20px;
2319 margin-bottom: 10px;
2331 background-position: -50px 0;
2336 vertical-align: middle;
2340 background-position: -100px 0;
2344 background-position: -150px 0;
2348 background-position: -200px 0;
2352 background-position: -250px 0;
2356 background-position: -300px 0;
2365 text-decoration: none;
2370 background-color: $offwhite;
2374 background-color: #333;
2379 .site-about #content {
2380 //background-color: #000;
2381 background-color: #eee;
2382 background-position: 50% 50%;
2383 background-repeat: no-repeat;
2384 background-size: cover;
2385 background-attachment: fixed;
2387 &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2388 &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2389 &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2390 &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2391 &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2392 &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2396 font: 13px/20px Helvetica, Arial, sans-serif;
2401 text-shadow: #000 0px 1px 5px;
2409 white-space: nowrap;
2410 text-decoration: none;
2421 text-indent: -9999px;
2423 background: image-url('about/sprite.png') -120px 0px no-repeat;
2424 background-color: #000;
2425 background-color: rgba(0, 0, 0, 0.5);
2435 margin-bottom: 30px;
2438 .section:last-child {
2450 padding: 170px 40px 20px;
2452 background: rgba(0, 0, 0, .8);
2459 font-weight: normal;
2473 background-position: 0 50%;
2474 background-repeat: no-repeat;
2475 background-image: image-url('about/osm.png');
2476 background-size: cover;
2477 background-color: #76c551;
2487 padding: 20px 20px 20px 40px;
2488 font: 500 20px/24px Helvetica, Arial, sans-serif;
2489 white-space: nowrap;
2491 background: #76c551;
2495 display: inline-block;
2502 margin-bottom: 10px;
2509 vertical-align: middle;
2510 background: 40px 40px image-url('about/sprite.png') no-repeat;
2512 &.local { background-position: 0px 0px; }
2513 &.community { background-position: 0px -40px; }
2514 &.open { background-position: 0px -80px; }
2515 &.partners { background-position: 0px -120px; }
2516 &.infringement { background-position: 0px -160px; }
2522 @media only screen and (max-width:960px) {
2523 .header-illustration.new-user-arm {