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;
39 strong { font-weight: 500; }
41 /* Micro Clearfix | Details: http://nicolasgallagher.com/micro-clearfix-hack/ */
55 .col0 { float:left; width:04.1666%; }
56 .col1 { float:left; width:08.3333%; }
57 .col2 { float:left; width:16.6666%; }
58 .col3 { float:left; width:25.0000%; }
59 .col4 { float:left; width:33.3333%; }
60 .col5 { float:left; width:41.6666%; }
61 .col6 { float:left; width:50.0000%; }
62 .col7 { float:left; width:58.3333%; }
63 .col8 { float:left; width:66.6666%; }
64 .col9 { float:left; width:75.0000%; }
65 .col10 { float:left; width:83.3333%; }
66 .col11 { float:left; width:91.6666%; }
67 .col12 { width:100%; }
69 .margin0 { margin-left:04.1666%; }
70 .margin1 { margin-left:08.3333%; }
71 .margin2 { margin-left:16.6666%; }
72 .margin3 { margin-left:25.0000%; }
73 .margin4 { margin-left:33.3333%; }
74 .margin5 { margin-left:41.6666%; }
75 .margin6 { margin-left:50.0000%; }
76 .margin7 { margin-left:58.3333%; }
77 .margin8 { margin-left:66.6666%; }
78 .margin9 { margin-left:75.0000%; }
79 .margin10 { margin-left:83.3333%; }
80 .margin11 { margin-left:91.6666%; }
81 .margin12 { margin-left:100.0000%; }
83 .fillL { background-color: white; }
85 /* Default rules for the body of every page */
88 -webkit-box-sizing: border-box;
89 -moz-box-sizing: border-box;
90 box-sizing: border-box;
94 font-family: 'Helvetica Neue',Arial,sans-serif;
95 font-size: $typeheight;
98 background-color: #fff;
106 background-color: #f0f0f0;
114 h4, h5 { font-weight: 500; }
133 #container { position: relative; }
137 margin: 0 0 $lineheight/2 0;
141 vertical-align: middle;
142 margin-right: $lineheight/4;
145 .red { color: $red; }
147 /* Rules for icons */
150 display:inline-block;
154 background:transparent image-url("sprite.png") no-repeat 0 0;
159 .icon.search { background-position: 0 0; }
160 .icon.donate { background-position: -20px 0; }
161 .icon.zoomin { background-position: -40px 0; }
162 .icon.zoomout { background-position: -60px 0; }
163 .icon.geolocate { background-position: -80px 0; }
164 .active .icon.geolocate { background-position: -80px -20px; }
165 .icon.layers { background-position: -100px 0; }
166 .icon.key { background-position: -120px 0; }
167 .icon.share { background-position: -140px 0; }
168 .icon.clipboard { background-position: -160px 0; }
169 .icon.link { background-position: -180px 0; }
170 .icon.close { background-position: -200px 0; }
171 .icon.close:hover { background-position: -200px -20px; }
172 .icon.check { background-position: -220px 0; }
173 .icon.note { background-position: -240px 0; }
174 .icon.gear { background-position: -260px 0; }
176 /* Rules for links */
180 text-decoration: none;
181 -webkit-appearance: none;
184 text-decoration: underline;
188 /* Rules for horizontal lines */
192 background-color: #ccc;
197 /* General styles for tables */
201 margin-bottom: $lineheight;
204 padding: $lineheight/4;
205 line-height: $lineheight;
212 vertical-align: middle;
216 /* Utility for de-emphasizing content */
225 /* Rules for the header */
228 display: none !important;
230 background: image-url("menu-icon.png") no-repeat;
231 background-size: 30px 30px;
235 margin: 14px 10px 0 0;
240 height: $headerHeight;
245 h1, nav, nav > ul, nav > ul > li, .dropdown {
246 display: inline-block;
251 padding: $lineheight/2;
259 text-decoration: none;
266 vertical-align: middle;
281 $border: 1px solid $green;
284 border-radius: $border-radius;
287 border-right: $border;
292 > a:hover { background: lighten($green, 30%); }
293 &.current > a:hover { background: $green; }
294 &.disabled > a:hover { background: lighten($green, 38%); }
296 > a.tab { border-right: 1px solid lighten($green, 30%); }
297 &.current > a.tab { border-right: 1px solid lighten($green, 10%); }
304 display: inline-block;
315 border-top-color: $green;
324 border-top-color: #ccc;
329 background-color: $green;
336 border-top-color: #fff;
346 vertical-align: middle;
347 a, .dropdown-toggle {
348 display: inline-block;
349 text-decoration: none;
353 &:hover { color: darken($darkgrey, 10%); }
358 color: darken($darkgrey, 25%);
362 $border: 1px solid $grey;
366 border-radius: $border-radius;
370 border-right: $border;
376 border-radius: 0 $border-radius $border-radius 0;
379 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
380 &:hover a { background: lighten($darkgrey, 30%); }
391 padding: 5px 10px 5px 6px;
392 display: inline-block;
395 &:hover > .user-button { color: darken($darkgrey, 5%); }
400 border-top-color: $grey;
404 img.user_thumbnail_tiny {
413 display: inline-block;
416 margin: 3px 0 3px 3px;
417 background-color: lighten($grey, 10%);
425 border-radius: 3px 0 3px 3px;
435 #compact-secondary-nav {
440 &:hover { color: #fff; }
444 @media only screen and (max-width:960px) {
445 #compact-secondary-nav {
446 display: inline-block;
453 /* Utility for styling notification numbers */
456 padding: 2px $lineheight/4;
458 background: lighten($green, 30%);
464 /* Rules for the message shown in place of the map when javascript is disabled */
473 /* Rules for bootstrap tooltips */
511 display: inline-block;
514 background-color: white;
521 border-color: transparent;
525 .tooltip.top .tooltip-arrow {
529 border-top-color: white;
530 border-width: 5px 5px 0;
533 .tooltip.right .tooltip-arrow {
537 border-right-color: white;
538 border-width: 5px 5px 5px 0;
541 .tooltip.left .tooltip-arrow {
545 border-left-color: white;
546 border-width: 5px 0 5px 5px;
549 .tooltip.bottom .tooltip-arrow {
553 border-bottom-color: white;
554 border-width: 0 5px 5px;
557 /* Rules for Leaflet maps */
559 .leaflet-control .control-button {
563 background-color: #333;
564 background-color: rgba(0,0,0,.6);
565 border-radius: 4px 0 0 4px;
570 background-color: black;
574 background-color: #9ed485;
578 background-color: #333;
579 background-color: rgba(0,0,0,.5);
588 .leaflet-control .zoomin,
589 .control-layers .control-button {
591 border-radius: 4px 0 0 0;
594 .leaflet-control .zoomout,
595 .control-key .control-button {
600 .control-locate .control-button,
601 .control-share .control-button {
602 border-radius: 0 0 0 4px;
605 /* Rules for the sidebar and main map area */
625 width: $sidebarWidth;
630 padding: $lineheight $lineheight $lineheight/2;
634 margin-top: $lineheight;
635 margin-bottom: $lineheight/2;
644 .overlay-sidebar #sidebar {
648 border-bottom-right-radius: 5px;
654 padding: $lineheight/2 $lineheight $lineheight;
668 border-right: 1px solid #fff;
688 border-bottom: 1px solid #DDD;
698 border:1px solid #ddd;
721 border: 2px solid #fff;
724 transition: border-color 0.08s ease-in;
731 border-bottom-right-radius: 3px;
735 text-stroke: 2px #fff;
736 background: rgba(255,255,255,.9);
737 input[type="radio"] {
742 &.active { border-color: darken($green, 10%); }
745 &.active { border-color: darken($green, 20%); }
764 text-decoration: none;
765 background-color: $lightblue;
770 border-right: 1px solid #fff;
771 border-radius: 4px 0 0 4px;
775 border-left: 1px solid #fff;
776 border-radius: 0 4px 4px 0;
780 background-color: $blue;
792 font-family: monospace;
814 top: $lineheight/2 !important;
816 margin-right: 0px !important;
817 margin-top: 0px !important;
821 .leaflet-popup-scrolled {
822 padding-right: $lineheight;
823 border-bottom: 0px !important;
824 border-top: 0px !important;
827 .leaflet-popup-content-wrapper {
828 border-radius: 4px !important;
829 -webkit-border-radius: 4px !important;
832 /* Rules for attribution text under the main map shown on printouts */
838 .attribution_license,
839 .attribution_project {
843 .attribution_notice {
847 .donate-attr { color: darken($green, 10%) !important; }
849 /* Rules for the sidebar */
853 padding: $lineheight/2 $lineheight;
854 // background: $offwhite;
855 // border-bottom: 1px solid #ccc;
865 padding: $lineheight;
873 margin: $lineheight auto;
879 /* Rules for the search box */
881 header .search_form {
887 padding: $lineheight/2;
888 background-color: $lightgrey;
893 border-radius: 2px 0 0 2px;
901 transition: 300ms linear;
902 -webkit-transition: 300ms linear;
903 -moz-transition: 300ms linear;
908 box-shadow: 0px 0px 7px #9ED485;
915 border-radius: 0 2px 2px 0;
927 /* Rules for the map key which appears in the popout sidebar */
930 .mapkey-table-key img {
936 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
940 /* Rules for search sidebar */
942 .search_results_entry {
944 border-bottom: $keyline;
945 &:first-child { border-top: $keyline; }
957 .search_results_error {
961 /* Rules for entity history */
966 border-bottom: $keyline;
974 /* Rules for the history sidebar */
976 #sidebar .changesets {
978 padding: $lineheight;
979 border-bottom: $keyline;
982 &.selected { background: #FFFFE6; }
983 /* color is derived from changeset bbox fillColor in history.js */
994 /* Rules for the browse sidebar */
998 padding: $lineheight/2 $lineheight;
1008 border: 1px solid #eee;
1017 margin-bottom: 10px;
1020 padding: 5px 0 5px 10px;
1022 border: 1px solid #CCC;
1023 border-radius: 4px 4px 0 0;
1024 background-color: #F6F6F6;
1030 background-color: #FFF;
1031 border: 1px solid #CCC;
1033 border-radius: 0 0 4px 4px;
1038 background-color: #F6F6F6;
1039 border: 1px solid #ddd;
1044 border-bottom: 1px solid #ddd;
1053 display: inline-block;
1061 background-color: #F6F6F6;
1065 border-left: 1px solid #ddd;
1066 background-color: #fff;
1071 margin: $lineheight/2 0;
1072 padding: $lineheight/2;
1077 margin: $lineheight/2 0;
1081 /* Rules for export sidebar */
1084 padding: $lineheight;
1086 .export_area_inputs,
1091 .export_area_inputs {
1092 margin-bottom: $lineheight/2;
1093 input[type="text"] {
1100 margin: $lineheight/4;
1104 margin-top: $lineheight;
1108 padding-left: $lineheight/2;
1111 margin-bottom: 10px;
1116 /* Rules for edit pages */
1131 /* Rules for non-map content pages */
1134 background: $lightgrey;
1136 h1 { font-size: 22px; }
1141 margin-bottom: $lineheight;
1145 margin-top: $lineheight/2;
1153 padding: $lineheight;
1156 /* Overrides for pages that use new layout conventions */
1161 .content-body .content-inner {
1170 .content-heading .content-inner {
1175 .header-illustration {
1176 background-position: 0 0;
1177 background-repeat: no-repeat;
1185 background-image: image-url("sign-up-illustration.png");
1189 background-image: image-url("confirm-illustration.png");
1193 background-image: image-url("terms-illustration.png");
1201 background-image: image-url("sign-up-illustration-arm.png");
1206 #content.maximised {
1219 #slim_container_content {
1221 background-color: #FFFFFF;
1222 margin: $lineheight/2 auto;
1224 border-radius: 25px;
1225 -moz-border-radius: 25px;
1226 border: 1px solid #e6e6e6;
1230 margin: $lineheight/2;
1235 margin-bottom: 15px;
1240 margin: 30px $lineheight/2;
1243 margin-right: $lineheight/4;
1245 vertical-align: middle;
1246 margin-bottom: $lineheight/4;
1247 margin-right: $lineheight/4;
1251 /* Rules for small maps in content areas */
1257 border: 1px solid #ccc;
1258 margin-bottom: $lineheight;
1262 /* Rules for the trace list shown by the traces tab etc */
1265 font-size: $lineheight/2;
1282 .trace_identifiable {
1295 /* Rules for the user profile page */
1300 .userinformation-inner {
1315 .admin-user-info small {
1316 margin-bottom: $lineheight/2;
1318 margin-right: $lineheight;
1323 border-bottom: 1px solid #ccc;
1324 padding-bottom: $lineheight;
1327 margin-bottom: $lineheight/2;
1332 margin-top: $lineheight;
1336 .activity-details p {
1341 #friends-container .contact-activity ul {
1346 p#no_home_location {
1347 margin: $lineheight;
1350 margin-top: $lineheight/4;
1355 /* Rules for the user map */
1357 .content_map .leaflet-popup-content {
1358 margin: $lineheight/2;
1362 /* Rules for user popups on maps */
1368 margin-top: 0 0 0 60px;
1371 img.user_thumbnail {
1373 margin: 0 $lineheight/2 0 0;
1377 /* Rules for the user list */
1380 font-size: $lineheight/2;
1384 vertical-align: middle;
1393 #user_list_actions {
1395 margin-top: $lineheight/2;
1398 /* Rules for the diary list page */
1402 margin-top: $lineheight/2;
1403 padding-top: $lineheight;
1404 border-top: 1px solid #ccc;
1407 margin-bottom: $lineheight;
1411 margin-bottom: $lineheight/2;
1416 img.user_thumbnail {
1425 ul.secondary-actions {
1426 display: inline-block;
1430 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1434 /* Rules for the diary entry page */
1441 border: 1px solid #ccc;
1443 margin-bottom: $lineheight;
1446 border-top: 1px solid #ccc;
1447 padding-top: $lineheight;
1448 margin-top: $lineheight/2;
1454 margin-top: $lineheight/2;
1455 border-top: 1px dashed #ccc;
1456 padding-top: $lineheight/2;
1458 margin-top: $lineheight;
1459 padding-top: $lineheight;
1460 border-top: 1px solid #ccc;
1463 margin-bottom: $lineheight/2;
1472 .diary_entry-view img.user_thumbnail {
1476 /* Rules for the log in page */
1478 #login_openid_buttons {
1482 #login_openid_buttons li {
1484 padding: $lineheight/4 $lineheight/2;
1487 /* Rules for the account confirmation page */
1491 border: 1px solid #ccc;
1492 padding: $lineheight;
1493 margin-bottom: $lineheight;
1499 background: $lightblue;
1501 background: darken($lightblue, $hovercolor);
1511 /* Rules for the account settings page */
1513 #accountForm .user_map {
1517 border: 1px solid #ccc;
1520 #accountForm .user_image {
1524 #accountForm #user_image {
1528 #accountForm ul.accountImage-options {
1541 display: inline !important;
1544 .content_map.settings_map {
1549 /* Rules for the oauth settings page */
1551 .oauth_clients .buttons .oauth-edit {
1552 border-radius: 2px 0 0 2px;
1555 .oauth_clients .buttons .oauth-delete {
1556 border-radius: 0 2px 2px 0;
1559 /* Rules for messages pages */
1563 border: 1px solid #ddd;
1565 input[type="submit"] {
1569 border-top: 1px solid #ccc;
1573 background: #f8f8ff;
1586 padding: $lineheight/4;
1597 border-right: 1px solid $lightgrey;
1601 .inbox-row .inbox-mark-read {
1606 margin-bottom: $lineheight;
1607 padding: $lineheight/4 0px 4px 0px;
1608 border-bottom: 1px solid #ccc;
1615 .info-line .user_thumbnail_tiny {
1616 vertical-align: middle;
1625 .inbox-row-unread .inbox-mark-unread {
1629 .message-read .message-buttons {
1630 margin-top: $lineheight;
1631 padding-top: $lineheight;
1632 border-top: 1px solid $lightgrey;
1635 .message-read .buttons .mark-unread-button {
1639 /* Rules for "flash" notice boxes shown at the top of the content area */
1642 padding: $lineheight;
1643 background-color: #ff7070;
1647 padding: $lineheight;
1648 background-color: #ffe0cc;
1652 padding: $lineheight;
1653 background-color: #CBEEA7;
1656 /* Rules for highlighting fields with rails validation errors */
1658 .field_with_errors {
1660 background-color: #ff7070;
1661 display: inline-block;
1665 display: inline-block;
1671 background-color: #ff7070;
1674 /* Rules for rails validation error boxes */
1678 border: 2px solid #ff7070;
1679 padding: 0 $lineheight/2;
1680 margin-bottom: $lineheight;
1681 background-color: #f0f0f0;
1684 margin: 0 -10px 10px -10px;
1685 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1688 background-color: #c00;
1696 padding: $lineheight/4;
1700 padding-left: $lineheight;
1709 /* Rules for forms */
1713 margin-bottom: $lineheight;
1715 label.standard-label {
1717 margin-bottom: $lineheight/4;
1718 font-size: $typeheight;
1722 label.standard-label.secondary {
1723 display: inline-block;
1724 font-weight: normal;
1727 font-weight: normal;
1734 margin-top: $lineheight;
1735 padding-top: $lineheight;
1736 border-top: 1px solid $lightgrey;
1738 .horizontal-list .form-row {
1740 padding-right: 10px;
1743 margin-bottom: $lineheight/2;
1751 input[type="checkbox"],
1752 input[type="radio"] {
1758 #remember_me_openid {
1762 input[type="checkbox"],
1763 input[type="radio"] {
1768 input[type="email"],
1770 input[type="password"],
1772 border: 1px solid #ccc;
1783 /* Rules for user images */
1788 border: 1px solid #ccc;
1789 margin-bottom: $lineheight;
1791 margin-right: $lineheight;
1794 img.user_thumbnail {
1797 border: 1px solid #ccc;
1798 margin-right: $lineheight;
1801 img.user_thumbnail_tiny {
1804 border: 1px solid #ccc;
1807 /* Rules for geo microformats */
1810 border-bottom: none;
1813 /* Rules for RSS buttons */
1820 /* General styles for action lists / subnavs / pager navs */
1822 ul.secondary-actions {
1827 display: inline-block;
1834 border-left: 1px solid #ccc;
1835 padding-left: $lineheight/2;
1836 margin-right: $lineheight/2;
1847 div.secondary-actions {
1849 border-top: 1px solid #ccc;
1853 /* Utility for managing inner content areas */
1855 .inner22 { padding: $lineheight;}
1857 .inner12 { padding: $lineheight/2 $lineheight;}
1859 .inner11 { padding: $lineheight/2;}
1861 .inner20 { padding: $lineheight 0;}
1863 .inner02 { padding: 0 $lineheight;}
1865 /* Utility for general button styles */
1867 input[type="button"],
1868 input[type="submit"],
1869 input[type="reset"],
1873 display: inline-block;
1875 padding: $lineheight/4 $lineheight/2;
1876 min-height: 20px + $lineheight/2;
1878 margin: 0 0 $lineheight/2 0;
1883 -moz-border-radius: 2px;
1885 background: darken($blue, $hovercolor);
1886 text-decoration: none;
1889 background: $lightblue;
1891 background: darken($lightblue, $hovercolor);
1895 background: $lightgrey;
1897 background: $lightgrey;
1907 input[type="submit"],
1908 input[type="button"],
1909 input[type="reset"],
1911 box-sizing: border-box;
1917 border-right:1px solid white;
1918 text-overflow: ellipsis;
1919 white-space: nowrap;
1923 .button:first-child {
1924 border-radius:2px 0 0 2px;
1927 .button:last-child {
1928 border-radius:0 2px 2px 0;
1929 border-right-width: 0;
1933 *[value="Hide"] + input:last-child,
1934 *[value="Hide"] + .button:last-child {
1936 border-right-width: 0;
1938 /* if a 3-button set has a hidden middle button */
1939 *[value="Hide"] + input:nth-child(3),
1940 *[value="Hide"] + .button:nth-child(3) {
1941 border-radius:0 2px 2px 0;
1942 border-right-width: 0;
1944 /* if a 3-button set starts with a hidden button */
1945 *[value="Hide"] + input:nth-child(2):not(:last-child),
1946 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1947 border-radius:2px 0 0 2px;
1948 border-right-width: 1px;
1952 /* Rules for doing distinct colour of alternate table rows */
1956 background: $offwhite;
1964 /* Rules for OpenID logo */
1967 vertical-align: text-bottom;
1971 /* Rules for rich text */
1976 padding-bottom: $lineheight/2;
1977 border-bottom: 1px dashed #cccccc;
1978 margin-bottom: $lineheight/2;
1990 font-size: $typeheight;
1995 background: #e8e8e8;
2001 background: #e8e8e8;
2010 padding: $lineheight;
2011 background-color: $offwhite;
2018 border-left: $lineheight solid $offwhite;
2019 padding-left: $lineheight;
2025 padding-left: $lineheight;
2026 margin-bottom: $lineheight;
2027 margin-left: $lineheight;
2035 list-style: decimal;
2039 .diary_post .richtext {
2040 margin-top: $lineheight;
2043 .comments .richtext {
2048 /* Rules for rich text editors */
2050 .richtext_container {
2051 margin-bottom: $lineheight;
2055 display: inline-block;
2056 vertical-align: top;
2059 display: inline-block;
2060 padding: $lineheight;
2061 background-color: $offwhite;
2065 background-image: image-url("loading.gif");
2066 background-repeat: no-repeat;
2067 background-position: center;
2077 display: inline-block;
2078 vertical-align: top;
2080 background-color: #f8f8ff;
2081 padding: $lineheight/2;
2089 border-bottom: 1px solid #ccc;
2090 margin-bottom: $lineheight/4;
2091 padding-bottom: $lineheight/4;
2094 li h4, li span, li p {
2095 display: inline-block;
2096 vertical-align: top;
2107 margin-left: $lineheight/2;
2108 margin-bottom: $lineheight/4;
2109 white-space: nowrap;
2114 /* Rules for the user notes list */
2118 background-color: #eeeeee;
2130 /* Rules for the iD editor */
2137 /* Rules for dropdown menus */
2144 *margin-bottom: -3px;
2147 .dropdown-toggle:active,
2148 .open .dropdown-toggle {
2153 display: inline-block;
2156 vertical-align: top;
2157 border-top: 4px solid #000000;
2158 border-right: 4px solid transparent;
2159 border-left: 4px solid transparent;
2179 background-color: #ffffff;
2180 border: 1px solid #ccc;
2181 border-radius: 0 3px 3px;
2182 *border-right-width: 2px;
2183 *border-bottom-width: 2px;
2184 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2185 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2186 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2187 -webkit-background-clip: padding-box;
2188 -moz-background-clip: padding;
2189 background-clip: padding-box;
2192 .dropdown-menu.pull-right {
2197 .dropdown-menu .divider {
2201 *margin: -5px 0 5px;
2203 background-color: #e5e5e5;
2204 border-bottom: 1px solid #ffffff;
2207 .dropdown-menu > li > a {
2211 font-weight: normal;
2214 white-space: nowrap;
2217 .dropdown-menu > li > a:hover,
2218 .dropdown-menu > li > a:focus,
2219 .dropdown-submenu:hover > a,
2220 .dropdown-submenu:focus > a {
2222 text-decoration: none;
2223 background-color: $green;
2226 .dropdown-menu > .active > a,
2227 .dropdown-menu > .active > a:hover,
2228 .dropdown-menu > .active > a:focus {
2230 text-decoration: none;
2231 background-color: $green;
2235 .dropdown-menu > .disabled > a,
2236 .dropdown-menu > .disabled > a:hover,
2237 .dropdown-menu > .disabled > a:focus {
2241 .dropdown-menu > .disabled > a:hover,
2242 .dropdown-menu > .disabled > a:focus {
2243 text-decoration: none;
2245 background-color: transparent;
2246 background-image: none;
2253 .open > .dropdown-menu {
2257 .dropdown-backdrop {
2266 /* Rules for the "Welcome" page */
2277 background-image: image-url("welcome-sprite.png");
2278 background-size: 500px 250px;
2284 padding-bottom: 20px;
2286 margin-bottom: 10px;
2298 background-position: -50px 0;
2303 vertical-align: middle;
2307 background-position: -100px 0;
2311 background-position: -150px 0;
2315 background-position: -200px 0;
2319 background-position: -250px 0;
2323 background-position: -300px 0;
2332 text-decoration: none;
2337 background-color: $offwhite;
2341 background-color: #333;
2346 .site-about #content {
2347 //background-color: #000;
2348 background-color: #eee;
2349 background-position: 50% 50%;
2350 background-repeat: no-repeat;
2351 background-size: cover;
2352 background-attachment: fixed;
2354 &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2355 &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2356 &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2357 &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2358 &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2359 &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2363 font: 13px/20px Helvetica, Arial, sans-serif;
2368 text-shadow: #000 0px 1px 5px;
2376 white-space: nowrap;
2377 text-decoration: none;
2388 text-indent: -9999px;
2390 background: image-url('about/sprite.png') -120px 0px no-repeat;
2391 background-color: #000;
2392 background-color: rgba(0, 0, 0, 0.5);
2402 margin-bottom: 30px;
2405 .section:last-child {
2417 padding: 170px 40px 20px;
2419 background: rgba(0, 0, 0, .8);
2439 background-position: 0 50%;
2440 background-repeat: no-repeat;
2441 background-image: image-url('about/osm.png');
2442 background-size: cover;
2443 background-color: #76c551;
2453 padding: 20px 20px 20px 40px;
2454 font: 500 20px/24px Helvetica, Arial, sans-serif;
2455 white-space: nowrap;
2457 background: #76c551;
2461 display: inline-block;
2468 margin-bottom: 10px;
2475 vertical-align: middle;
2476 background: 40px 40px image-url('about/sprite.png') no-repeat;
2478 &.local { background-position: 0px 0px; }
2479 &.community { background-position: 0px -40px; }
2480 &.open { background-position: 0px -80px; }
2481 &.partners { background-position: 0px -120px; }
2482 &.infringement { background-position: 0px -160px; }
2488 @media only screen and (max-width:960px) {
2489 .header-illustration.new-user-arm {