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;
360 padding: 3px 5px 5px 5px;
362 &:hover { color: darken($darkgrey, 25%); }
367 color: darken($darkgrey, 25%);
371 $border: 1px solid $grey;
373 border-radius: $border-radius;
377 border-right: $border;
383 border-radius: 0 $border-radius $border-radius 0;
386 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
387 &:hover a { background: lighten($darkgrey, 30%); }
399 padding: 5px 10px 3px 6px;
400 display: inline-block;
403 &:hover > .user-button { color: darken($darkgrey, 5%); }
408 border-top-color: $grey;
412 img.user_thumbnail_tiny {
421 display: inline-block;
424 margin: 3px 0 3px 3px;
425 background-color: lighten($grey, 10%);
433 border-radius: 3px 0 3px 3px;
443 #compact-secondary-nav {
448 &:hover { color: #fff; }
452 @media only screen and (max-width:960px) {
453 #compact-secondary-nav {
454 display: inline-block;
461 /* Utility for styling notification numbers */
464 padding: 2px $lineheight/4;
466 background: lighten($green, 30%);
472 /* Rules for the message shown in place of the map when javascript is disabled */
481 /* Rules for bootstrap tooltips */
519 display: inline-block;
522 background-color: white;
529 border-color: transparent;
533 .tooltip.top .tooltip-arrow {
537 border-top-color: white;
538 border-width: 5px 5px 0;
541 .tooltip.right .tooltip-arrow {
545 border-right-color: white;
546 border-width: 5px 5px 5px 0;
549 .tooltip.left .tooltip-arrow {
553 border-left-color: white;
554 border-width: 5px 0 5px 5px;
557 .tooltip.bottom .tooltip-arrow {
561 border-bottom-color: white;
562 border-width: 0 5px 5px;
565 /* Rules for Leaflet maps */
567 .leaflet-control .control-button {
571 background-color: #333;
572 background-color: rgba(0,0,0,.6);
573 border-radius: 4px 0 0 4px;
578 background-color: black;
582 background-color: #9ed485;
586 background-color: #333;
587 background-color: rgba(0,0,0,.5);
596 .leaflet-control .zoomin,
597 .control-layers .control-button {
599 border-radius: 4px 0 0 0;
602 .leaflet-control .zoomout,
603 .control-key .control-button {
608 .control-locate .control-button,
609 .control-share .control-button {
610 border-radius: 0 0 0 4px;
613 /* Rules for the sidebar and main map area */
633 width: $sidebarWidth;
638 padding: $lineheight $lineheight $lineheight/2;
642 margin-top: $lineheight;
643 margin-bottom: $lineheight/2;
652 .overlay-sidebar #sidebar {
656 border-bottom-right-radius: 5px;
662 padding: $lineheight/2 $lineheight $lineheight;
677 border-right: 1px solid #fff;
697 border-bottom: 1px solid #DDD;
707 border:1px solid #ddd;
712 border: 1px solid #ccc;
714 border-top-color: #ccc;
738 border: 2px solid #fff;
741 transition: border-color 0.08s ease-in;
748 border-bottom-right-radius: 3px;
753 text-stroke: 2px #fff;
754 background: rgba(255,255,255,.9);
755 z-index: 2; // For IE9
756 input[type="radio"] {
761 &.active { border-color: darken($green, 10%); }
764 &.active { border-color: darken($green, 20%); }
774 li.disabled { color: #999; }
784 text-decoration: none;
785 background-color: $lightblue;
790 border-right: 1px solid #fff;
791 border-radius: 4px 0 0 4px;
795 border-left: 1px solid #fff;
796 border-radius: 0 4px 4px 0;
800 background-color: $blue;
812 font-family: monospace;
834 top: $lineheight/2 !important;
836 margin-right: 0px !important;
837 margin-top: 0px !important;
841 .leaflet-popup-scrolled {
842 padding-right: $lineheight;
843 border-bottom: 0px !important;
844 border-top: 0px !important;
847 .leaflet-popup-content-wrapper {
848 border-radius: 4px !important;
849 -webkit-border-radius: 4px !important;
852 /* Rules for attribution text under the main map shown on printouts */
858 .attribution_license,
859 .attribution_project {
863 .attribution_notice {
867 .donate-attr { color: darken($green, 10%) !important; }
869 /* Rules for the sidebar */
873 padding: $lineheight/2 $lineheight;
874 // background: $offwhite;
875 // border-bottom: 1px solid #ccc;
885 padding: $lineheight;
894 margin: $lineheight auto;
900 /* Rules for the search box */
902 header .search_form {
908 padding: $lineheight/2;
909 background-color: $lightgrey;
914 border-radius: 2px 0 0 2px;
922 transition: 300ms linear;
923 -webkit-transition: 300ms linear;
924 -moz-transition: 300ms linear;
929 box-shadow: 0px 0px 7px #9ED485;
936 border-radius: 0 2px 2px 0;
948 /* Rules for the map key which appears in the popout sidebar */
951 .mapkey-table-key img {
957 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
961 /* Rules for search sidebar */
963 .search_results_entry {
965 border-bottom: $keyline;
966 &:first-child { border-top: $keyline; }
978 .search_results_error {
982 /* Rules for entity history */
987 border-bottom: $keyline;
995 /* Rules for the history sidebar */
997 #sidebar .changesets {
1000 border-bottom: 1px solid #ddd;
1003 &.selected { background: #FFFFE6; }
1004 /* color is derived from changeset bbox fillColor in history.js */
1015 /* Rules for the browse sidebar */
1019 padding: $lineheight/2 $lineheight;
1020 border-bottom: 1px solid #ddd;
1028 border-bottom: none;
1034 border: 1px solid #eee;
1043 margin-bottom: 10px;
1046 padding: 5px 0 5px 10px;
1048 border: 1px solid #CCC;
1049 border-radius: 4px 4px 0 0;
1050 background-color: #F6F6F6;
1056 background-color: #FFF;
1057 border: 1px solid #CCC;
1059 border-radius: 0 0 4px 4px;
1064 background-color: #F6F6F6;
1065 border: 1px solid #ddd;
1070 border-bottom: 1px solid #ddd;
1079 display: inline-block;
1088 background-color: #F6F6F6;
1092 border-left: 1px solid #ddd;
1093 background-color: #fff;
1098 margin: $lineheight/2 0;
1099 padding: $lineheight/2;
1104 margin: $lineheight/2 0;
1112 margin: 0 0 10px 10px;
1116 /* Rules for export sidebar */
1119 padding: $lineheight;
1121 .export_area_inputs,
1126 .export_area_inputs {
1127 margin-bottom: $lineheight/2;
1128 input[type="text"] {
1135 margin: $lineheight/4;
1139 margin-top: $lineheight;
1143 padding-left: $lineheight/2;
1146 margin-bottom: 10px;
1151 /* Rules for edit pages */
1166 /* Rules for non-map content pages */
1169 background: $lightgrey;
1171 h1 { font-size: 22px; }
1176 margin-bottom: $lineheight;
1180 margin-top: $lineheight/2;
1188 padding: $lineheight;
1191 /* Overrides for pages that use new layout conventions */
1196 .content-body .content-inner {
1205 .content-heading .content-inner {
1210 .header-illustration {
1211 background-position: 0 0;
1212 background-repeat: no-repeat;
1220 background-image: image-url("sign-up-illustration.png");
1224 background-image: image-url("confirm-illustration.png");
1228 background-image: image-url("terms-illustration.png");
1236 background-image: image-url("sign-up-illustration-arm.png");
1241 #content.maximised {
1254 #slim_container_content {
1256 background-color: #FFFFFF;
1257 margin: $lineheight/2 auto;
1259 border-radius: 25px;
1260 -moz-border-radius: 25px;
1261 border: 1px solid #e6e6e6;
1265 margin: $lineheight/2;
1270 margin-bottom: 15px;
1275 margin: 30px $lineheight/2;
1278 margin-right: $lineheight/4;
1280 vertical-align: middle;
1281 margin-bottom: $lineheight/4;
1282 margin-right: $lineheight/4;
1286 /* Rules for small maps in content areas */
1292 border: 1px solid #ccc;
1293 margin-bottom: $lineheight;
1297 /* Rules for the trace list shown by the traces tab etc */
1300 font-size: $lineheight/2;
1317 .trace_identifiable {
1330 /* Rules for the user profile page */
1335 .userinformation-inner {
1350 .admin-user-info small {
1351 margin-bottom: $lineheight/2;
1353 margin-right: $lineheight;
1358 border-bottom: 1px solid #ccc;
1359 padding-bottom: $lineheight;
1362 margin-bottom: $lineheight/2;
1367 margin-top: $lineheight;
1371 .activity-details p {
1376 #friends-container .contact-activity ul {
1381 // Silly exception; remove when user page is redesigned.
1385 p#no_home_location {
1386 margin: $lineheight;
1389 margin-top: $lineheight/4;
1394 /* Rules for the user map */
1396 .content_map .leaflet-popup-content {
1397 margin: $lineheight/2;
1401 /* Rules for user popups on maps */
1407 margin-top: 0 0 0 60px;
1410 img.user_thumbnail {
1412 margin: 0 $lineheight/2 0 0;
1416 /* Rules for the user list */
1419 font-size: $lineheight/2;
1423 vertical-align: middle;
1432 #user_list_actions {
1434 margin-top: $lineheight/2;
1437 /* Rules for the diary list page */
1441 margin-top: $lineheight/2;
1442 padding-top: $lineheight;
1443 border-top: 1px solid #ccc;
1446 margin-bottom: $lineheight;
1450 margin-bottom: $lineheight/2;
1455 img.user_thumbnail {
1464 ul.secondary-actions {
1465 display: inline-block;
1469 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1473 /* Rules for the diary entry page */
1480 border: 1px solid #ccc;
1482 margin-bottom: $lineheight;
1485 border-top: 1px solid #ccc;
1486 padding-top: $lineheight;
1487 margin-top: $lineheight/2;
1493 margin-top: $lineheight/2;
1494 border-top: 1px dashed #ccc;
1495 padding-top: $lineheight/2;
1497 margin-top: $lineheight;
1498 padding-top: $lineheight;
1499 border-top: 1px solid #ccc;
1502 margin-bottom: $lineheight/2;
1511 .diary_entry-view img.user_thumbnail {
1515 /* Rules for the log in page */
1517 #login_openid_buttons {
1521 #login_openid_buttons li {
1523 padding: $lineheight/4 $lineheight/2;
1526 /* Rules for the account confirmation page */
1530 border: 1px solid #ccc;
1531 padding: $lineheight;
1532 margin-bottom: $lineheight;
1538 background: $lightblue;
1540 background: darken($lightblue, $hovercolor);
1545 /* Rules for the account settings page */
1547 #accountForm .user_map {
1551 border: 1px solid #ccc;
1554 #accountForm .user_image {
1558 #accountForm #user_image {
1562 #accountForm ul.accountImage-options {
1575 display: inline !important;
1578 .content_map.settings_map {
1583 /* Rules for the oauth settings page */
1585 .oauth_clients .buttons .oauth-edit {
1586 border-radius: 2px 0 0 2px;
1589 .oauth_clients .buttons .oauth-delete {
1590 border-radius: 0 2px 2px 0;
1593 /* Rules for messages pages */
1597 border: 1px solid #ddd;
1599 input[type="submit"] {
1603 border-top: 1px solid #ccc;
1607 background: #f8f8ff;
1620 padding: $lineheight/4;
1631 border-right: 1px solid $lightgrey;
1635 .inbox-row .inbox-mark-read {
1640 margin-bottom: $lineheight;
1641 padding: $lineheight/4 0px 4px 0px;
1642 border-bottom: 1px solid #ccc;
1649 .info-line .user_thumbnail_tiny {
1650 vertical-align: middle;
1659 .inbox-row-unread .inbox-mark-unread {
1663 .message-read .message-buttons {
1664 margin-top: $lineheight;
1665 padding-top: $lineheight;
1666 border-top: 1px solid $lightgrey;
1669 .message-read .buttons .mark-unread-button {
1673 /* Rules for "flash" notice boxes shown at the top of the content area */
1676 padding: $lineheight;
1677 background-color: #ff7070;
1681 padding: $lineheight;
1682 background-color: #ffe0cc;
1686 padding: $lineheight;
1687 background-color: #CBEEA7;
1690 /* Rules for highlighting fields with rails validation errors */
1692 .field_with_errors {
1694 background-color: #ff7070;
1695 display: inline-block;
1699 display: inline-block;
1705 background-color: #ff7070;
1708 /* Rules for rails validation error boxes */
1712 border: 2px solid #ff7070;
1713 padding: 0 $lineheight/2;
1714 margin-bottom: $lineheight;
1715 background-color: #f0f0f0;
1718 margin: 0 -10px 10px -10px;
1719 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1723 background-color: #c00;
1731 padding: $lineheight/4;
1735 padding-left: $lineheight;
1744 /* Rules for forms */
1748 margin-bottom: $lineheight;
1750 label.standard-label {
1752 margin-bottom: $lineheight/4;
1753 font-size: $typeheight;
1758 label.standard-label.secondary {
1759 display: inline-block;
1760 font-weight: normal;
1763 font-weight: normal;
1770 margin-top: $lineheight;
1771 padding-top: $lineheight;
1772 border-top: 1px solid $lightgrey;
1774 .horizontal-list .form-row {
1776 padding-right: 10px;
1779 margin-bottom: $lineheight/2;
1787 input[type="checkbox"],
1788 input[type="radio"] {
1794 #remember_me_openid {
1798 input[type="checkbox"],
1799 input[type="radio"] {
1804 input[type="email"],
1806 input[type="password"],
1808 border: 1px solid #ccc;
1819 /* Rules for user images */
1824 border: 1px solid #ccc;
1825 margin-bottom: $lineheight;
1827 margin-right: $lineheight;
1830 img.user_thumbnail {
1833 border: 1px solid #ccc;
1834 margin-right: $lineheight;
1837 img.user_thumbnail_tiny {
1840 border: 1px solid #ccc;
1843 /* Rules for geo microformats */
1846 border-bottom: none;
1849 /* Rules for RSS buttons */
1856 /* General styles for action lists / subnavs / pager navs */
1858 ul.secondary-actions {
1863 display: inline-block;
1870 border-left: 1px solid #ccc;
1871 padding-left: $lineheight/2;
1872 margin-right: $lineheight/2;
1883 div.secondary-actions {
1888 /* Utility for managing inner content areas */
1890 .inner22 { padding: $lineheight;}
1892 .inner12 { padding: $lineheight/2 $lineheight;}
1894 .inner11 { padding: $lineheight/2;}
1896 .inner20 { padding: $lineheight 0;}
1898 .inner02 { padding: 0 $lineheight;}
1900 /* Utility for general button styles */
1902 input[type="button"],
1903 input[type="submit"],
1904 input[type="reset"],
1908 display: inline-block;
1910 padding: $lineheight/4 $lineheight/2;
1911 min-height: 20px + $lineheight/2;
1913 margin: 0 0 $lineheight/2 0;
1918 -moz-border-radius: 2px;
1920 background: darken($blue, $hovercolor);
1921 text-decoration: none;
1924 background: $lightblue;
1926 background: darken($lightblue, $hovercolor);
1930 background: $lightgrey;
1932 background: $lightgrey;
1942 input[type="submit"],
1943 input[type="button"],
1944 input[type="reset"],
1946 box-sizing: border-box;
1952 border-right:1px solid white;
1953 text-overflow: ellipsis;
1954 white-space: nowrap;
1958 .button:first-child {
1959 border-radius:2px 0 0 2px;
1962 .button:last-child {
1963 border-radius:0 2px 2px 0;
1964 border-right-width: 0;
1968 *[value="Hide"] + input:last-child,
1969 *[value="Hide"] + .button:last-child {
1971 border-right-width: 0;
1973 /* if a 3-button set has a hidden middle button */
1974 *[value="Hide"] + input:nth-child(3),
1975 *[value="Hide"] + .button:nth-child(3) {
1976 border-radius:0 2px 2px 0;
1977 border-right-width: 0;
1979 /* if a 3-button set starts with a hidden button */
1980 *[value="Hide"] + input:nth-child(2):not(:last-child),
1981 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1982 border-radius:2px 0 0 2px;
1983 border-right-width: 1px;
1987 /* Rules for doing distinct colour of alternate table rows */
1991 background: $offwhite;
1999 /* Rules for OpenID logo */
2002 vertical-align: text-bottom;
2006 /* Rules for rich text */
2011 padding-bottom: $lineheight/2;
2012 border-bottom: 1px dashed #cccccc;
2013 margin-bottom: $lineheight/2;
2025 font-size: $typeheight;
2030 background: #e8e8e8;
2036 background: #e8e8e8;
2045 padding: $lineheight;
2046 background-color: $offwhite;
2053 border-left: $lineheight solid $offwhite;
2054 padding-left: $lineheight;
2060 padding-left: $lineheight;
2061 margin-bottom: $lineheight;
2062 margin-left: $lineheight;
2070 list-style: decimal;
2074 .diary_post .richtext {
2075 margin-top: $lineheight;
2078 .comments .richtext {
2083 /* Rules for rich text editors */
2085 .richtext_container {
2086 margin-bottom: $lineheight;
2090 display: inline-block;
2091 vertical-align: top;
2094 display: inline-block;
2095 padding: $lineheight;
2096 background-color: $offwhite;
2100 background-image: image-url("loading.gif");
2101 background-repeat: no-repeat;
2102 background-position: center;
2112 display: inline-block;
2113 vertical-align: top;
2115 background-color: #f8f8ff;
2116 padding: $lineheight/2;
2124 border-bottom: 1px solid #ccc;
2125 margin-bottom: $lineheight/4;
2126 padding-bottom: $lineheight/4;
2129 li h4, li span, li p {
2130 display: inline-block;
2131 vertical-align: top;
2142 margin-left: $lineheight/2;
2143 margin-bottom: $lineheight/4;
2144 white-space: nowrap;
2149 /* Rules for the user notes list */
2153 background-color: #eeeeee;
2165 /* Rules for the iD editor */
2172 /* Rules for dropdown menus */
2179 *margin-bottom: -3px;
2182 .dropdown-toggle:active,
2183 .open .dropdown-toggle {
2188 display: inline-block;
2191 vertical-align: top;
2192 border-top: 4px solid #000000;
2193 border-right: 4px solid transparent;
2194 border-left: 4px solid transparent;
2214 background-color: #ffffff;
2215 border: 1px solid #ccc;
2216 border-radius: 0 3px 3px;
2217 *border-right-width: 2px;
2218 *border-bottom-width: 2px;
2219 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2220 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2221 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2222 -webkit-background-clip: padding-box;
2223 -moz-background-clip: padding;
2224 background-clip: padding-box;
2227 .dropdown-menu.pull-right {
2232 .dropdown-menu .divider {
2236 *margin: -5px 0 5px;
2238 background-color: #e5e5e5;
2239 border-bottom: 1px solid #ffffff;
2242 .dropdown-menu > li > a {
2246 font-weight: normal;
2249 white-space: nowrap;
2252 .dropdown-menu > li > a:hover,
2253 .dropdown-menu > li > a:focus,
2254 .dropdown-submenu:hover > a,
2255 .dropdown-submenu:focus > a {
2257 text-decoration: none;
2258 background-color: $green;
2261 .dropdown-menu > .active > a,
2262 .dropdown-menu > .active > a:hover,
2263 .dropdown-menu > .active > a:focus {
2265 text-decoration: none;
2266 background-color: $green;
2270 .dropdown-menu > .disabled > a,
2271 .dropdown-menu > .disabled > a:hover,
2272 .dropdown-menu > .disabled > a:focus {
2276 .dropdown-menu > .disabled > a:hover,
2277 .dropdown-menu > .disabled > a:focus {
2278 text-decoration: none;
2280 background-color: transparent;
2281 background-image: none;
2288 .open > .dropdown-menu {
2292 .dropdown-backdrop {
2301 /* Rules for the "Welcome" page */
2312 background-image: image-url("welcome-sprite.png");
2313 background-size: 500px 250px;
2319 padding-bottom: 20px;
2321 margin-bottom: 10px;
2333 background-position: -50px 0;
2338 vertical-align: middle;
2342 background-position: -100px 0;
2346 background-position: -150px 0;
2350 background-position: -200px 0;
2354 background-position: -250px 0;
2358 background-position: -300px 0;
2367 text-decoration: none;
2372 background-color: $offwhite;
2376 background-color: #333;
2381 .site-about #content {
2382 //background-color: #000;
2383 background-color: #eee;
2384 background-position: 50% 50%;
2385 background-repeat: no-repeat;
2386 background-size: cover;
2387 background-attachment: fixed;
2389 &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2390 &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2391 &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2392 &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2393 &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2394 &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2398 font: 13px/20px Helvetica, Arial, sans-serif;
2403 text-shadow: #000 0px 1px 5px;
2411 white-space: nowrap;
2412 text-decoration: none;
2423 text-indent: -9999px;
2425 background: image-url('about/sprite.png') -120px 0px no-repeat;
2426 background-color: #000;
2427 background-color: rgba(0, 0, 0, 0.5);
2437 margin-bottom: 30px;
2440 .section:last-child {
2452 padding: 170px 40px 20px;
2454 background: rgba(0, 0, 0, .8);
2461 font-weight: normal;
2475 background-position: 0 50%;
2476 background-repeat: no-repeat;
2477 background-image: image-url('about/osm.png');
2478 background-size: cover;
2479 background-color: #76c551;
2489 padding: 20px 20px 20px 40px;
2490 font: 500 20px/24px Helvetica, Arial, sans-serif;
2491 white-space: nowrap;
2493 background: #76c551;
2497 display: inline-block;
2504 margin-bottom: 10px;
2511 vertical-align: middle;
2512 background: 40px 40px image-url('about/sprite.png') no-repeat;
2514 &.local { background-position: 0px 0px; }
2515 &.community { background-position: 0px -40px; }
2516 &.open { background-position: 0px -80px; }
2517 &.partners { background-position: 0px -120px; }
2518 &.infringement { background-position: 0px -160px; }
2524 @media only screen and (max-width:960px) {
2525 .header-illustration.new-user-arm {