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 // Silly exception; remove when user page is redesigned.
1386 p#no_home_location {
1387 margin: $lineheight;
1390 margin-top: $lineheight/4;
1395 /* Rules for the user map */
1397 .content_map .leaflet-popup-content {
1398 margin: $lineheight/2;
1402 /* Rules for user popups on maps */
1408 margin-top: 0 0 0 60px;
1411 img.user_thumbnail {
1413 margin: 0 $lineheight/2 0 0;
1417 /* Rules for the user list */
1420 font-size: $lineheight/2;
1424 vertical-align: middle;
1433 #user_list_actions {
1435 margin-top: $lineheight/2;
1438 /* Rules for the diary list page */
1442 margin-top: $lineheight/2;
1443 padding-top: $lineheight;
1444 border-top: 1px solid #ccc;
1447 margin-bottom: $lineheight;
1451 margin-bottom: $lineheight/2;
1456 img.user_thumbnail {
1465 ul.secondary-actions {
1466 display: inline-block;
1470 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1474 /* Rules for the diary entry page */
1481 border: 1px solid #ccc;
1483 margin-bottom: $lineheight;
1486 border-top: 1px solid #ccc;
1487 padding-top: $lineheight;
1488 margin-top: $lineheight/2;
1494 margin-top: $lineheight/2;
1495 border-top: 1px dashed #ccc;
1496 padding-top: $lineheight/2;
1498 margin-top: $lineheight;
1499 padding-top: $lineheight;
1500 border-top: 1px solid #ccc;
1503 margin-bottom: $lineheight/2;
1512 .diary_entry-view img.user_thumbnail {
1516 /* Rules for the log in page */
1518 #login_openid_buttons {
1522 #login_openid_buttons li {
1524 padding: $lineheight/4 $lineheight/2;
1527 /* Rules for the account confirmation page */
1531 border: 1px solid #ccc;
1532 padding: $lineheight;
1533 margin-bottom: $lineheight;
1539 background: $lightblue;
1541 background: darken($lightblue, $hovercolor);
1546 /* Rules for the account settings page */
1548 #accountForm .user_map {
1552 border: 1px solid #ccc;
1555 #accountForm .user_image {
1559 #accountForm #user_image {
1563 #accountForm ul.accountImage-options {
1576 display: inline !important;
1579 .content_map.settings_map {
1584 /* Rules for the oauth settings page */
1586 .oauth_clients .buttons .oauth-edit {
1587 border-radius: 2px 0 0 2px;
1590 .oauth_clients .buttons .oauth-delete {
1591 border-radius: 0 2px 2px 0;
1594 /* Rules for messages pages */
1598 border: 1px solid #ddd;
1600 input[type="submit"] {
1604 border-top: 1px solid #ccc;
1608 background: #f8f8ff;
1621 padding: $lineheight/4;
1632 border-right: 1px solid $lightgrey;
1636 .inbox-row .inbox-mark-read {
1641 margin-bottom: $lineheight;
1642 padding: $lineheight/4 0px 4px 0px;
1643 border-bottom: 1px solid #ccc;
1650 .info-line .user_thumbnail_tiny {
1651 vertical-align: middle;
1660 .inbox-row-unread .inbox-mark-unread {
1664 .message-read .message-buttons {
1665 margin-top: $lineheight;
1666 padding-top: $lineheight;
1667 border-top: 1px solid $lightgrey;
1670 .message-read .buttons .mark-unread-button {
1674 /* Rules for "flash" notice boxes shown at the top of the content area */
1677 padding: $lineheight;
1678 background-color: #ff7070;
1682 padding: $lineheight;
1683 background-color: #ffe0cc;
1687 padding: $lineheight;
1688 background-color: #CBEEA7;
1691 /* Rules for highlighting fields with rails validation errors */
1693 .field_with_errors {
1695 background-color: #ff7070;
1696 display: inline-block;
1700 display: inline-block;
1706 background-color: #ff7070;
1709 /* Rules for rails validation error boxes */
1713 border: 2px solid #ff7070;
1714 padding: 0 $lineheight/2;
1715 margin-bottom: $lineheight;
1716 background-color: #f0f0f0;
1719 margin: 0 -10px 10px -10px;
1720 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1724 background-color: #c00;
1732 padding: $lineheight/4;
1736 padding-left: $lineheight;
1745 /* Rules for forms */
1749 margin-bottom: $lineheight;
1751 label.standard-label {
1753 margin-bottom: $lineheight/4;
1754 font-size: $typeheight;
1759 label.standard-label.secondary {
1760 display: inline-block;
1761 font-weight: normal;
1764 font-weight: normal;
1771 margin-top: $lineheight;
1772 padding-top: $lineheight;
1773 border-top: 1px solid $lightgrey;
1775 .horizontal-list .form-row {
1777 padding-right: 10px;
1780 margin-bottom: $lineheight/2;
1788 input[type="checkbox"],
1789 input[type="radio"] {
1795 #remember_me_openid {
1799 input[type="checkbox"],
1800 input[type="radio"] {
1805 input[type="email"],
1807 input[type="password"],
1809 border: 1px solid #ccc;
1820 /* Rules for user images */
1825 border: 1px solid #ccc;
1826 margin-bottom: $lineheight;
1828 margin-right: $lineheight;
1831 img.user_thumbnail {
1834 border: 1px solid #ccc;
1835 margin-right: $lineheight;
1838 img.user_thumbnail_tiny {
1841 border: 1px solid #ccc;
1844 /* Rules for geo microformats */
1847 border-bottom: none;
1850 /* Rules for RSS buttons */
1857 /* General styles for action lists / subnavs / pager navs */
1859 ul.secondary-actions {
1864 display: inline-block;
1871 border-left: 1px solid #ccc;
1872 padding-left: $lineheight/2;
1873 margin-right: $lineheight/2;
1884 div.secondary-actions {
1889 /* Utility for managing inner content areas */
1891 .inner22 { padding: $lineheight;}
1893 .inner12 { padding: $lineheight/2 $lineheight;}
1895 .inner11 { padding: $lineheight/2;}
1897 .inner20 { padding: $lineheight 0;}
1899 .inner02 { padding: 0 $lineheight;}
1901 /* Utility for general button styles */
1903 input[type="button"],
1904 input[type="submit"],
1905 input[type="reset"],
1909 display: inline-block;
1911 padding: $lineheight/4 $lineheight/2;
1912 min-height: 20px + $lineheight/2;
1914 margin: 0 0 $lineheight/2 0;
1919 -moz-border-radius: 2px;
1921 background: darken($blue, $hovercolor);
1922 text-decoration: none;
1925 background: $lightblue;
1927 background: darken($lightblue, $hovercolor);
1931 background: $lightgrey;
1933 background: $lightgrey;
1943 input[type="submit"],
1944 input[type="button"],
1945 input[type="reset"],
1947 box-sizing: border-box;
1953 border-right:1px solid white;
1954 text-overflow: ellipsis;
1955 white-space: nowrap;
1959 .button:first-child {
1960 border-radius:2px 0 0 2px;
1963 .button:last-child {
1964 border-radius:0 2px 2px 0;
1965 border-right-width: 0;
1969 *[value="Hide"] + input:last-child,
1970 *[value="Hide"] + .button:last-child {
1972 border-right-width: 0;
1974 /* if a 3-button set has a hidden middle button */
1975 *[value="Hide"] + input:nth-child(3),
1976 *[value="Hide"] + .button:nth-child(3) {
1977 border-radius:0 2px 2px 0;
1978 border-right-width: 0;
1980 /* if a 3-button set starts with a hidden button */
1981 *[value="Hide"] + input:nth-child(2):not(:last-child),
1982 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1983 border-radius:2px 0 0 2px;
1984 border-right-width: 1px;
1988 /* Rules for doing distinct colour of alternate table rows */
1992 background: $offwhite;
2000 /* Rules for OpenID logo */
2003 vertical-align: text-bottom;
2007 /* Rules for rich text */
2012 padding-bottom: $lineheight/2;
2013 border-bottom: 1px dashed #cccccc;
2014 margin-bottom: $lineheight/2;
2026 font-size: $typeheight;
2031 background: #e8e8e8;
2037 background: #e8e8e8;
2046 padding: $lineheight;
2047 background-color: $offwhite;
2054 border-left: $lineheight solid $offwhite;
2055 padding-left: $lineheight;
2061 padding-left: $lineheight;
2062 margin-bottom: $lineheight;
2063 margin-left: $lineheight;
2071 list-style: decimal;
2075 .diary_post .richtext {
2076 margin-top: $lineheight;
2079 .comments .richtext {
2084 /* Rules for rich text editors */
2086 .richtext_container {
2087 margin-bottom: $lineheight;
2091 display: inline-block;
2092 vertical-align: top;
2095 display: inline-block;
2096 padding: $lineheight;
2097 background-color: $offwhite;
2101 background-image: image-url("loading.gif");
2102 background-repeat: no-repeat;
2103 background-position: center;
2113 display: inline-block;
2114 vertical-align: top;
2116 background-color: #f8f8ff;
2117 padding: $lineheight/2;
2125 border-bottom: 1px solid #ccc;
2126 margin-bottom: $lineheight/4;
2127 padding-bottom: $lineheight/4;
2130 li h4, li span, li p {
2131 display: inline-block;
2132 vertical-align: top;
2143 margin-left: $lineheight/2;
2144 margin-bottom: $lineheight/4;
2145 white-space: nowrap;
2150 /* Rules for the user notes list */
2154 background-color: #eeeeee;
2166 /* Rules for the iD editor */
2173 /* Rules for dropdown menus */
2180 *margin-bottom: -3px;
2183 .dropdown-toggle:active,
2184 .open .dropdown-toggle {
2189 display: inline-block;
2192 vertical-align: top;
2193 border-top: 4px solid #000000;
2194 border-right: 4px solid transparent;
2195 border-left: 4px solid transparent;
2215 background-color: #ffffff;
2216 border: 1px solid #ccc;
2217 border-radius: 0 3px 3px;
2218 *border-right-width: 2px;
2219 *border-bottom-width: 2px;
2220 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2221 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2222 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2223 -webkit-background-clip: padding-box;
2224 -moz-background-clip: padding;
2225 background-clip: padding-box;
2228 .dropdown-menu.pull-right {
2233 .dropdown-menu .divider {
2237 *margin: -5px 0 5px;
2239 background-color: #e5e5e5;
2240 border-bottom: 1px solid #ffffff;
2243 .dropdown-menu > li > a {
2247 font-weight: normal;
2250 white-space: nowrap;
2253 .dropdown-menu > li > a:hover,
2254 .dropdown-menu > li > a:focus,
2255 .dropdown-submenu:hover > a,
2256 .dropdown-submenu:focus > a {
2258 text-decoration: none;
2259 background-color: $green;
2262 .dropdown-menu > .active > a,
2263 .dropdown-menu > .active > a:hover,
2264 .dropdown-menu > .active > a:focus {
2266 text-decoration: none;
2267 background-color: $green;
2271 .dropdown-menu > .disabled > a,
2272 .dropdown-menu > .disabled > a:hover,
2273 .dropdown-menu > .disabled > a:focus {
2277 .dropdown-menu > .disabled > a:hover,
2278 .dropdown-menu > .disabled > a:focus {
2279 text-decoration: none;
2281 background-color: transparent;
2282 background-image: none;
2289 .open > .dropdown-menu {
2293 .dropdown-backdrop {
2302 /* Rules for the "Welcome" page */
2313 background-image: image-url("welcome-sprite.png");
2314 background-size: 500px 250px;
2320 padding-bottom: 20px;
2322 margin-bottom: 10px;
2334 background-position: -50px 0;
2339 vertical-align: middle;
2343 background-position: -100px 0;
2347 background-position: -150px 0;
2351 background-position: -200px 0;
2355 background-position: -250px 0;
2359 background-position: -300px 0;
2368 text-decoration: none;
2373 background-color: $offwhite;
2377 background-color: #333;
2382 .site-about #content {
2383 //background-color: #000;
2384 background-color: #eee;
2385 background-position: 50% 50%;
2386 background-repeat: no-repeat;
2387 background-size: cover;
2388 background-attachment: fixed;
2390 &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2391 &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2392 &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2393 &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2394 &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2395 &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2399 font: 13px/20px Helvetica, Arial, sans-serif;
2404 text-shadow: #000 0px 1px 5px;
2412 white-space: nowrap;
2413 text-decoration: none;
2424 text-indent: -9999px;
2426 background: image-url('about/sprite.png') -120px 0px no-repeat;
2427 background-color: #000;
2428 background-color: rgba(0, 0, 0, 0.5);
2438 margin-bottom: 30px;
2441 .section:last-child {
2453 padding: 170px 40px 20px;
2455 background: rgba(0, 0, 0, .8);
2462 font-weight: normal;
2476 background-position: 0 50%;
2477 background-repeat: no-repeat;
2478 background-image: image-url('about/osm.png');
2479 background-size: cover;
2480 background-color: #76c551;
2490 padding: 20px 20px 20px 40px;
2491 font: 500 20px/24px Helvetica, Arial, sans-serif;
2492 white-space: nowrap;
2494 background: #76c551;
2498 display: inline-block;
2505 margin-bottom: 10px;
2512 vertical-align: middle;
2513 background: 40px 40px image-url('about/sprite.png') no-repeat;
2515 &.local { background-position: 0px 0px; }
2516 &.community { background-position: 0px -40px; }
2517 &.open { background-position: 0px -80px; }
2518 &.partners { background-position: 0px -120px; }
2519 &.infringement { background-position: 0px -160px; }
2525 @media only screen and (max-width:960px) {
2526 .header-illustration.new-user-arm {