3 /* Styles common to large and small screens */
5 /* Minimal CSS reset */
7 html, body, ul, ol, li, form, fieldset, legend, h1, h2, h3, h4, h5, h6, p, input {
14 fieldset,img { border: 0; }
16 legend { color: #000; }
18 sup { vertical-align: text-top; }
20 sub { vertical-align: text-bottom; }
23 border-collapse: collapse;
27 li { list-style: none; }
32 body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; }
35 border-bottom: .1em dotted;
44 /* Micro Clearfix | Details: http://nicolasgallagher.com/micro-clearfix-hack/ */
58 .col0 { float:left; width:04.1666%; }
59 .col1 { float:left; width:08.3333%; }
60 .col2 { float:left; width:16.6666%; }
61 .col3 { float:left; width:25.0000%; }
62 .col4 { float:left; width:33.3333%; }
63 .col5 { float:left; width:41.6666%; }
64 .col6 { float:left; width:50.0000%; }
65 .col7 { float:left; width:58.3333%; }
66 .col8 { float:left; width:66.6666%; }
67 .col9 { float:left; width:75.0000%; }
68 .col10 { float:left; width:83.3333%; }
69 .col11 { float:left; width:91.6666%; }
70 .col12 { width:100%; }
72 .margin0 { margin-left:04.1666%; }
73 .margin1 { margin-left:08.3333%; }
74 .margin2 { margin-left:16.6666%; }
75 .margin3 { margin-left:25.0000%; }
76 .margin4 { margin-left:33.3333%; }
77 .margin5 { margin-left:41.6666%; }
78 .margin6 { margin-left:50.0000%; }
79 .margin7 { margin-left:58.3333%; }
80 .margin8 { margin-left:66.6666%; }
81 .margin9 { margin-left:75.0000%; }
82 .margin10 { margin-left:83.3333%; }
83 .margin11 { margin-left:91.6666%; }
84 .margin12 { margin-left:100.0000%; }
86 .fillL { background-color: white; }
88 /* Default rules for the body of every page */
91 -webkit-box-sizing: border-box;
92 -moz-box-sizing: border-box;
93 box-sizing: border-box;
97 font-family: 'Helvetica Neue',Arial,sans-serif;
98 font-size: $typeheight;
101 background-color: #fff;
109 background-color: #f0f0f0;
140 #container { position: relative; }
144 margin: 0 0 $lineheight/2 0;
148 vertical-align: middle;
149 margin-right: $lineheight/4;
152 .red { color: $red; }
154 /* Rules for icons */
157 display:inline-block;
161 background:transparent image-url("sprite.png") no-repeat 0 0;
166 .icon.search { background-position: 0 0; }
167 .icon.donate { background-position: -20px 0; }
168 .icon.zoomin { background-position: -40px 0; }
169 .icon.zoomout { background-position: -60px 0; }
170 .icon.geolocate { background-position: -80px 0; }
171 .active .icon.geolocate { background-position: -80px -20px; }
172 .icon.layers { background-position: -100px 0; }
173 .icon.key { background-position: -120px 0; }
174 .icon.share { background-position: -140px 0; }
175 .icon.clipboard { background-position: -160px 0; }
176 .icon.link { background-position: -180px 0; }
177 .icon.close { background-position: -200px 0; }
178 .icon.close:hover { background-position: -200px -20px; }
179 .icon.check { background-position: -220px 0; }
180 .icon.note { background-position: -240px 0; }
181 .icon.gear { background-position: -260px 0; }
183 /* Rules for links */
187 text-decoration: none;
188 -webkit-appearance: none;
191 text-decoration: underline;
195 /* Rules for horizontal lines */
199 background-color: #ccc;
204 /* General styles for tables */
208 margin-bottom: $lineheight;
211 padding: $lineheight/4;
212 line-height: $lineheight;
220 vertical-align: middle;
224 /* Utility for de-emphasizing content */
233 /* Rules for the header */
236 display: none !important;
238 background: image-url("menu-icon.png") no-repeat;
239 background-size: 30px 30px;
243 margin: 14px 10px 0 0;
248 height: $headerHeight;
253 h1, nav, nav > ul, nav > ul > li, .dropdown {
254 display: inline-block;
259 padding: $lineheight/2;
267 text-decoration: none;
274 vertical-align: middle;
289 $border: 1px solid $green;
292 border-radius: $border-radius;
295 border-right: $border;
300 > a:hover { background: lighten($green, 30%); }
301 &.current > a:hover { background: $green; }
302 &.disabled > a:hover { background: lighten($green, 38%); }
304 > a.tab { border-right: 1px solid lighten($green, 30%); }
305 &.current > a.tab { border-right: 1px solid lighten($green, 10%); }
312 display: inline-block;
324 border-top-color: $green;
333 border-top-color: #ccc;
338 background-color: $green;
345 border-top-color: #fff;
355 vertical-align: middle;
356 a, .dropdown-toggle {
357 display: inline-block;
358 text-decoration: none;
362 &:hover { color: darken($darkgrey, 25%); }
367 color: darken($darkgrey, 25%);
371 $border: 1px solid $grey;
375 border-radius: $border-radius;
379 border-right: $border;
385 border-radius: 0 $border-radius $border-radius 0;
388 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
389 &:hover a { background: lighten($darkgrey, 30%); }
400 padding: 5px 10px 5px 6px;
401 display: inline-block;
404 &:hover > .user-button { color: darken($darkgrey, 5%); }
409 border-top-color: $grey;
413 img.user_thumbnail_tiny {
422 display: inline-block;
425 margin: 3px 0 3px 3px;
426 background-color: lighten($grey, 10%);
434 border-radius: 3px 0 3px 3px;
444 #compact-secondary-nav {
449 &:hover { color: #fff; }
453 @media only screen and (max-width:960px) {
454 #compact-secondary-nav {
455 display: inline-block;
462 /* Utility for styling notification numbers */
465 padding: 2px $lineheight/4;
467 background: lighten($green, 30%);
473 /* Rules for the message shown in place of the map when javascript is disabled */
482 /* Rules for bootstrap tooltips */
520 display: inline-block;
523 background-color: white;
530 border-color: transparent;
534 .tooltip.top .tooltip-arrow {
538 border-top-color: white;
539 border-width: 5px 5px 0;
542 .tooltip.right .tooltip-arrow {
546 border-right-color: white;
547 border-width: 5px 5px 5px 0;
550 .tooltip.left .tooltip-arrow {
554 border-left-color: white;
555 border-width: 5px 0 5px 5px;
558 .tooltip.bottom .tooltip-arrow {
562 border-bottom-color: white;
563 border-width: 0 5px 5px;
566 /* Rules for Leaflet maps */
568 .leaflet-control .control-button {
572 background-color: #333;
573 background-color: rgba(0,0,0,.6);
574 border-radius: 4px 0 0 4px;
579 background-color: black;
583 background-color: #9ed485;
587 background-color: #333;
588 background-color: rgba(0,0,0,.5);
597 .leaflet-control .zoomin,
598 .control-layers .control-button {
600 border-radius: 4px 0 0 0;
603 .leaflet-control .zoomout,
604 .control-key .control-button {
609 .control-locate .control-button,
610 .control-share .control-button {
611 border-radius: 0 0 0 4px;
614 /* Rules for the sidebar and main map area */
634 width: $sidebarWidth;
639 padding: $lineheight $lineheight $lineheight/2;
643 margin-top: $lineheight;
644 margin-bottom: $lineheight/2;
653 .overlay-sidebar #sidebar {
657 border-bottom-right-radius: 5px;
663 padding: $lineheight/2 $lineheight $lineheight;
678 border-right: 1px solid #fff;
698 border-bottom: 1px solid #DDD;
708 border:1px solid #ddd;
713 border: 1px solid #ccc;
715 border-top-color: #ccc;
739 border: 2px solid #fff;
742 transition: border-color 0.08s ease-in;
749 border-bottom-right-radius: 3px;
754 text-stroke: 2px #fff;
755 background: rgba(255,255,255,.9);
756 z-index: 2; // For IE9
757 input[type="radio"] {
762 &.active { border-color: darken($green, 10%); }
765 &.active { border-color: darken($green, 20%); }
775 li.disabled { color: #999; }
785 text-decoration: none;
786 background-color: $lightblue;
791 border-right: 1px solid #fff;
792 border-radius: 4px 0 0 4px;
796 border-left: 1px solid #fff;
797 border-radius: 0 4px 4px 0;
801 background-color: $blue;
813 font-family: monospace;
835 top: $lineheight/2 !important;
837 margin-right: 0px !important;
838 margin-top: 0px !important;
842 .leaflet-popup-scrolled {
843 padding-right: $lineheight;
844 border-bottom: 0px !important;
845 border-top: 0px !important;
848 .leaflet-popup-content-wrapper {
849 border-radius: 4px !important;
850 -webkit-border-radius: 4px !important;
853 /* Rules for attribution text under the main map shown on printouts */
859 .attribution_license,
860 .attribution_project {
864 .attribution_notice {
868 .donate-attr { color: darken($green, 10%) !important; }
870 /* Rules for the sidebar */
874 padding: $lineheight/2 $lineheight;
875 // background: $offwhite;
876 // border-bottom: 1px solid #ccc;
886 padding: $lineheight;
895 margin: $lineheight auto;
901 /* Rules for the search box */
903 header .search_form {
909 padding: $lineheight/2;
910 background-color: $lightgrey;
915 border-radius: 2px 0 0 2px;
923 transition: 300ms linear;
924 -webkit-transition: 300ms linear;
925 -moz-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;
967 &:first-child { border-top: $keyline; }
979 .search_results_error {
983 /* Rules for entity history */
988 border-bottom: $keyline;
996 /* Rules for the history sidebar */
998 #sidebar .changesets {
1000 padding: $lineheight;
1001 border-bottom: 1px solid #ddd;
1004 &.selected { background: #FFFFE6; }
1005 /* color is derived from changeset bbox fillColor in history.js */
1016 /* Rules for the browse sidebar */
1020 padding: $lineheight/2 $lineheight;
1021 border-bottom: 1px solid #ddd;
1029 border-bottom: none;
1035 border: 1px solid #eee;
1044 margin-bottom: 10px;
1047 padding: 5px 0 5px 10px;
1049 border: 1px solid #CCC;
1050 border-radius: 4px 4px 0 0;
1051 background-color: #F6F6F6;
1057 background-color: #FFF;
1058 border: 1px solid #CCC;
1060 border-radius: 0 0 4px 4px;
1065 background-color: #F6F6F6;
1066 border: 1px solid #ddd;
1071 border-bottom: 1px solid #ddd;
1080 display: inline-block;
1089 background-color: #F6F6F6;
1093 border-left: 1px solid #ddd;
1094 background-color: #fff;
1099 margin: $lineheight/2 0;
1100 padding: $lineheight/2;
1105 margin: $lineheight/2 0;
1113 margin: 0 0 10px 10px;
1117 /* Rules for export sidebar */
1120 padding: $lineheight;
1122 .export_area_inputs,
1127 .export_area_inputs {
1128 margin-bottom: $lineheight/2;
1129 input[type="text"] {
1136 margin: $lineheight/4;
1140 margin-top: $lineheight;
1144 padding-left: $lineheight/2;
1147 margin-bottom: 10px;
1152 /* Rules for edit pages */
1167 /* Rules for non-map content pages */
1170 background: $lightgrey;
1172 h1 { font-size: 22px; }
1177 margin-bottom: $lineheight;
1181 margin-top: $lineheight/2;
1189 padding: $lineheight;
1192 /* Overrides for pages that use new layout conventions */
1197 .content-body .content-inner {
1206 .content-heading .content-inner {
1211 .header-illustration {
1212 background-position: 0 0;
1213 background-repeat: no-repeat;
1221 background-image: image-url("sign-up-illustration.png");
1225 background-image: image-url("confirm-illustration.png");
1229 background-image: image-url("terms-illustration.png");
1237 background-image: image-url("sign-up-illustration-arm.png");
1242 #content.maximised {
1255 #slim_container_content {
1257 background-color: #FFFFFF;
1258 margin: $lineheight/2 auto;
1260 border-radius: 25px;
1261 -moz-border-radius: 25px;
1262 border: 1px solid #e6e6e6;
1266 margin: $lineheight/2;
1271 margin-bottom: 15px;
1276 margin: 30px $lineheight/2;
1279 margin-right: $lineheight/4;
1281 vertical-align: middle;
1282 margin-bottom: $lineheight/4;
1283 margin-right: $lineheight/4;
1287 /* Rules for small maps in content areas */
1293 border: 1px solid #ccc;
1294 margin-bottom: $lineheight;
1298 /* Rules for the trace list shown by the traces tab etc */
1301 font-size: $lineheight/2;
1318 .trace_identifiable {
1331 /* Rules for the user profile page */
1336 .userinformation-inner {
1351 .admin-user-info small {
1352 margin-bottom: $lineheight/2;
1354 margin-right: $lineheight;
1359 border-bottom: 1px solid #ccc;
1360 padding-bottom: $lineheight;
1363 margin-bottom: $lineheight/2;
1368 margin-top: $lineheight;
1372 .activity-details p {
1377 #friends-container .contact-activity ul {
1382 p#no_home_location {
1383 margin: $lineheight;
1386 margin-top: $lineheight/4;
1391 /* Rules for the user map */
1393 .content_map .leaflet-popup-content {
1394 margin: $lineheight/2;
1398 /* Rules for user popups on maps */
1404 margin-top: 0 0 0 60px;
1407 img.user_thumbnail {
1409 margin: 0 $lineheight/2 0 0;
1413 /* Rules for the user list */
1416 font-size: $lineheight/2;
1420 vertical-align: middle;
1429 #user_list_actions {
1431 margin-top: $lineheight/2;
1434 /* Rules for the diary list page */
1438 margin-top: $lineheight/2;
1439 padding-top: $lineheight;
1440 border-top: 1px solid #ccc;
1443 margin-bottom: $lineheight;
1447 margin-bottom: $lineheight/2;
1452 img.user_thumbnail {
1461 ul.secondary-actions {
1462 display: inline-block;
1466 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1470 /* Rules for the diary entry page */
1477 border: 1px solid #ccc;
1479 margin-bottom: $lineheight;
1482 border-top: 1px solid #ccc;
1483 padding-top: $lineheight;
1484 margin-top: $lineheight/2;
1490 margin-top: $lineheight/2;
1491 border-top: 1px dashed #ccc;
1492 padding-top: $lineheight/2;
1494 margin-top: $lineheight;
1495 padding-top: $lineheight;
1496 border-top: 1px solid #ccc;
1499 margin-bottom: $lineheight/2;
1508 .diary_entry-view img.user_thumbnail {
1512 /* Rules for the log in page */
1514 #login_openid_buttons {
1518 #login_openid_buttons li {
1520 padding: $lineheight/4 $lineheight/2;
1523 /* Rules for the account confirmation page */
1527 border: 1px solid #ccc;
1528 padding: $lineheight;
1529 margin-bottom: $lineheight;
1535 background: $lightblue;
1537 background: darken($lightblue, $hovercolor);
1542 /* Rules for the account settings page */
1544 #accountForm .user_map {
1548 border: 1px solid #ccc;
1551 #accountForm .user_image {
1555 #accountForm #user_image {
1559 #accountForm ul.accountImage-options {
1572 display: inline !important;
1575 .content_map.settings_map {
1580 /* Rules for the oauth settings page */
1582 .oauth_clients .buttons .oauth-edit {
1583 border-radius: 2px 0 0 2px;
1586 .oauth_clients .buttons .oauth-delete {
1587 border-radius: 0 2px 2px 0;
1590 /* Rules for messages pages */
1594 border: 1px solid #ddd;
1596 input[type="submit"] {
1600 border-top: 1px solid #ccc;
1604 background: #f8f8ff;
1617 padding: $lineheight/4;
1628 border-right: 1px solid $lightgrey;
1632 .inbox-row .inbox-mark-read {
1637 margin-bottom: $lineheight;
1638 padding: $lineheight/4 0px 4px 0px;
1639 border-bottom: 1px solid #ccc;
1646 .info-line .user_thumbnail_tiny {
1647 vertical-align: middle;
1656 .inbox-row-unread .inbox-mark-unread {
1660 .message-read .message-buttons {
1661 margin-top: $lineheight;
1662 padding-top: $lineheight;
1663 border-top: 1px solid $lightgrey;
1666 .message-read .buttons .mark-unread-button {
1670 /* Rules for "flash" notice boxes shown at the top of the content area */
1673 padding: $lineheight;
1674 background-color: #ff7070;
1678 padding: $lineheight;
1679 background-color: #ffe0cc;
1683 padding: $lineheight;
1684 background-color: #CBEEA7;
1687 /* Rules for highlighting fields with rails validation errors */
1689 .field_with_errors {
1691 background-color: #ff7070;
1692 display: inline-block;
1696 display: inline-block;
1702 background-color: #ff7070;
1705 /* Rules for rails validation error boxes */
1709 border: 2px solid #ff7070;
1710 padding: 0 $lineheight/2;
1711 margin-bottom: $lineheight;
1712 background-color: #f0f0f0;
1715 margin: 0 -10px 10px -10px;
1716 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1720 background-color: #c00;
1728 padding: $lineheight/4;
1732 padding-left: $lineheight;
1741 /* Rules for forms */
1745 margin-bottom: $lineheight;
1747 label.standard-label {
1749 margin-bottom: $lineheight/4;
1750 font-size: $typeheight;
1755 label.standard-label.secondary {
1756 display: inline-block;
1757 font-weight: normal;
1760 font-weight: normal;
1767 margin-top: $lineheight;
1768 padding-top: $lineheight;
1769 border-top: 1px solid $lightgrey;
1771 .horizontal-list .form-row {
1773 padding-right: 10px;
1776 margin-bottom: $lineheight/2;
1784 input[type="checkbox"],
1785 input[type="radio"] {
1791 #remember_me_openid {
1795 input[type="checkbox"],
1796 input[type="radio"] {
1801 input[type="email"],
1803 input[type="password"],
1805 border: 1px solid #ccc;
1816 /* Rules for user images */
1821 border: 1px solid #ccc;
1822 margin-bottom: $lineheight;
1824 margin-right: $lineheight;
1827 img.user_thumbnail {
1830 border: 1px solid #ccc;
1831 margin-right: $lineheight;
1834 img.user_thumbnail_tiny {
1837 border: 1px solid #ccc;
1840 /* Rules for geo microformats */
1843 border-bottom: none;
1846 /* Rules for RSS buttons */
1853 /* General styles for action lists / subnavs / pager navs */
1855 ul.secondary-actions {
1860 display: inline-block;
1867 border-left: 1px solid #ccc;
1868 padding-left: $lineheight/2;
1869 margin-right: $lineheight/2;
1880 div.secondary-actions {
1885 /* Utility for managing inner content areas */
1887 .inner22 { padding: $lineheight;}
1889 .inner12 { padding: $lineheight/2 $lineheight;}
1891 .inner11 { padding: $lineheight/2;}
1893 .inner20 { padding: $lineheight 0;}
1895 .inner02 { padding: 0 $lineheight;}
1897 /* Utility for general button styles */
1899 input[type="button"],
1900 input[type="submit"],
1901 input[type="reset"],
1905 display: inline-block;
1907 padding: $lineheight/4 $lineheight/2;
1908 min-height: 20px + $lineheight/2;
1910 margin: 0 0 $lineheight/2 0;
1915 -moz-border-radius: 2px;
1917 background: darken($blue, $hovercolor);
1918 text-decoration: none;
1921 background: $lightblue;
1923 background: darken($lightblue, $hovercolor);
1927 background: $lightgrey;
1929 background: $lightgrey;
1939 input[type="submit"],
1940 input[type="button"],
1941 input[type="reset"],
1943 box-sizing: border-box;
1949 border-right:1px solid white;
1950 text-overflow: ellipsis;
1951 white-space: nowrap;
1955 .button:first-child {
1956 border-radius:2px 0 0 2px;
1959 .button:last-child {
1960 border-radius:0 2px 2px 0;
1961 border-right-width: 0;
1965 *[value="Hide"] + input:last-child,
1966 *[value="Hide"] + .button:last-child {
1968 border-right-width: 0;
1970 /* if a 3-button set has a hidden middle button */
1971 *[value="Hide"] + input:nth-child(3),
1972 *[value="Hide"] + .button:nth-child(3) {
1973 border-radius:0 2px 2px 0;
1974 border-right-width: 0;
1976 /* if a 3-button set starts with a hidden button */
1977 *[value="Hide"] + input:nth-child(2):not(:last-child),
1978 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1979 border-radius:2px 0 0 2px;
1980 border-right-width: 1px;
1984 /* Rules for doing distinct colour of alternate table rows */
1988 background: $offwhite;
1996 /* Rules for OpenID logo */
1999 vertical-align: text-bottom;
2003 /* Rules for rich text */
2008 padding-bottom: $lineheight/2;
2009 border-bottom: 1px dashed #cccccc;
2010 margin-bottom: $lineheight/2;
2022 font-size: $typeheight;
2027 background: #e8e8e8;
2033 background: #e8e8e8;
2042 padding: $lineheight;
2043 background-color: $offwhite;
2050 border-left: $lineheight solid $offwhite;
2051 padding-left: $lineheight;
2057 padding-left: $lineheight;
2058 margin-bottom: $lineheight;
2059 margin-left: $lineheight;
2067 list-style: decimal;
2071 .diary_post .richtext {
2072 margin-top: $lineheight;
2075 .comments .richtext {
2080 /* Rules for rich text editors */
2082 .richtext_container {
2083 margin-bottom: $lineheight;
2087 display: inline-block;
2088 vertical-align: top;
2091 display: inline-block;
2092 padding: $lineheight;
2093 background-color: $offwhite;
2097 background-image: image-url("loading.gif");
2098 background-repeat: no-repeat;
2099 background-position: center;
2109 display: inline-block;
2110 vertical-align: top;
2112 background-color: #f8f8ff;
2113 padding: $lineheight/2;
2121 border-bottom: 1px solid #ccc;
2122 margin-bottom: $lineheight/4;
2123 padding-bottom: $lineheight/4;
2126 li h4, li span, li p {
2127 display: inline-block;
2128 vertical-align: top;
2139 margin-left: $lineheight/2;
2140 margin-bottom: $lineheight/4;
2141 white-space: nowrap;
2146 /* Rules for the user notes list */
2150 background-color: #eeeeee;
2162 /* Rules for the iD editor */
2169 /* Rules for dropdown menus */
2176 *margin-bottom: -3px;
2179 .dropdown-toggle:active,
2180 .open .dropdown-toggle {
2185 display: inline-block;
2188 vertical-align: top;
2189 border-top: 4px solid #000000;
2190 border-right: 4px solid transparent;
2191 border-left: 4px solid transparent;
2211 background-color: #ffffff;
2212 border: 1px solid #ccc;
2213 border-radius: 0 3px 3px;
2214 *border-right-width: 2px;
2215 *border-bottom-width: 2px;
2216 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2217 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2218 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2219 -webkit-background-clip: padding-box;
2220 -moz-background-clip: padding;
2221 background-clip: padding-box;
2224 .dropdown-menu.pull-right {
2229 .dropdown-menu .divider {
2233 *margin: -5px 0 5px;
2235 background-color: #e5e5e5;
2236 border-bottom: 1px solid #ffffff;
2239 .dropdown-menu > li > a {
2243 font-weight: normal;
2246 white-space: nowrap;
2249 .dropdown-menu > li > a:hover,
2250 .dropdown-menu > li > a:focus,
2251 .dropdown-submenu:hover > a,
2252 .dropdown-submenu:focus > a {
2254 text-decoration: none;
2255 background-color: $green;
2258 .dropdown-menu > .active > a,
2259 .dropdown-menu > .active > a:hover,
2260 .dropdown-menu > .active > a:focus {
2262 text-decoration: none;
2263 background-color: $green;
2267 .dropdown-menu > .disabled > a,
2268 .dropdown-menu > .disabled > a:hover,
2269 .dropdown-menu > .disabled > a:focus {
2273 .dropdown-menu > .disabled > a:hover,
2274 .dropdown-menu > .disabled > a:focus {
2275 text-decoration: none;
2277 background-color: transparent;
2278 background-image: none;
2285 .open > .dropdown-menu {
2289 .dropdown-backdrop {
2298 /* Rules for the "Welcome" page */
2309 background-image: image-url("welcome-sprite.png");
2310 background-size: 500px 250px;
2316 padding-bottom: 20px;
2318 margin-bottom: 10px;
2330 background-position: -50px 0;
2335 vertical-align: middle;
2339 background-position: -100px 0;
2343 background-position: -150px 0;
2347 background-position: -200px 0;
2351 background-position: -250px 0;
2355 background-position: -300px 0;
2364 text-decoration: none;
2369 background-color: $offwhite;
2373 background-color: #333;
2378 .site-about #content {
2379 //background-color: #000;
2380 background-color: #eee;
2381 background-position: 50% 50%;
2382 background-repeat: no-repeat;
2383 background-size: cover;
2384 background-attachment: fixed;
2386 &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2387 &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2388 &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2389 &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2390 &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2391 &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2395 font: 13px/20px Helvetica, Arial, sans-serif;
2400 text-shadow: #000 0px 1px 5px;
2408 white-space: nowrap;
2409 text-decoration: none;
2420 text-indent: -9999px;
2422 background: image-url('about/sprite.png') -120px 0px no-repeat;
2423 background-color: #000;
2424 background-color: rgba(0, 0, 0, 0.5);
2434 margin-bottom: 30px;
2437 .section:last-child {
2449 padding: 170px 40px 20px;
2451 background: rgba(0, 0, 0, .8);
2458 font-weight: normal;
2472 background-position: 0 50%;
2473 background-repeat: no-repeat;
2474 background-image: image-url('about/osm.png');
2475 background-size: cover;
2476 background-color: #76c551;
2486 padding: 20px 20px 20px 40px;
2487 font: 500 20px/24px Helvetica, Arial, sans-serif;
2488 white-space: nowrap;
2490 background: #76c551;
2494 display: inline-block;
2501 margin-bottom: 10px;
2508 vertical-align: middle;
2509 background: 40px 40px image-url('about/sprite.png') no-repeat;
2511 &.local { background-position: 0px 0px; }
2512 &.community { background-position: 0px -40px; }
2513 &.open { background-position: 0px -80px; }
2514 &.partners { background-position: 0px -120px; }
2515 &.infringement { background-position: 0px -160px; }
2521 @media only screen and (max-width:960px) {
2522 .header-illustration.new-user-arm {