16 $keyline: 1px solid $lightgrey;
19 /* Styles common to large and small screens */
21 /* Minimal CSS reset */
23 html, body, ul, ol, li, form, fieldset, legend, h1, h2, h3, h4, h5, h6, p, input {
30 fieldset,img { border: 0; }
32 legend { color: #000; }
34 sup { vertical-align: text-top; }
36 sub { vertical-align: text-bottom; }
39 border-collapse: collapse;
43 li { list-style: none; }
48 body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; }
51 border-bottom: .1em dotted;
55 strong { font-weight: 500; }
57 /* Micro Clearfix | Details: http://nicolasgallagher.com/micro-clearfix-hack/ */
71 .col0 { float:left; width:04.1666%; }
72 .col1 { float:left; width:08.3333%; }
73 .col2 { float:left; width:16.6666%; }
74 .col3 { float:left; width:25.0000%; }
75 .col4 { float:left; width:33.3333%; }
76 .col5 { float:left; width:41.6666%; }
77 .col6 { float:left; width:50.0000%; }
78 .col7 { float:left; width:58.3333%; }
79 .col8 { float:left; width:66.6666%; }
80 .col9 { float:left; width:75.0000%; }
81 .col10 { float:left; width:83.3333%; }
82 .col11 { float:left; width:91.6666%; }
83 .col12 { width:100%; }
85 .margin0 { margin-left:04.1666%; }
86 .margin1 { margin-left:08.3333%; }
87 .margin2 { margin-left:16.6666%; }
88 .margin3 { margin-left:25.0000%; }
89 .margin4 { margin-left:33.3333%; }
90 .margin5 { margin-left:41.6666%; }
91 .margin6 { margin-left:50.0000%; }
92 .margin7 { margin-left:58.3333%; }
93 .margin8 { margin-left:66.6666%; }
94 .margin9 { margin-left:75.0000%; }
95 .margin10 { margin-left:83.3333%; }
96 .margin11 { margin-left:91.6666%; }
97 .margin12 { margin-left:100.0000%; }
99 .fillL { background-color: white; }
101 /* Default rules for the body of every page */
104 -webkit-box-sizing: border-box;
105 -moz-box-sizing: border-box;
106 box-sizing: border-box;
110 font-family: 'Helvetica Neue',Arial,sans-serif;
111 font-size: $typeheight;
114 background-color: #fff;
122 background-color: #f0f0f0;
130 h4, h5 { font-weight: 500; }
149 #container { position: relative; }
153 margin: 0 0 $lineheight/2 0;
157 vertical-align: middle;
158 margin-right: $lineheight/4;
161 .red { color: $red; }
163 /* Rules for icons */
166 display:inline-block;
170 background:transparent image-url("sprite.png") no-repeat 0 0;
175 .icon.search { background-position: 0 0; }
176 .icon.donate { background-position: -20px 0; }
177 .icon.zoomin { background-position: -40px 0; }
178 .icon.zoomout { background-position: -60px 0; }
179 .icon.geolocate { background-position: -80px 0; }
180 .active .icon.geolocate { background-position: -80px -20px; }
181 .icon.layers { background-position: -100px 0; }
182 .icon.key { background-position: -120px 0; }
183 .icon.share { background-position: -140px 0; }
184 .icon.clipboard { background-position: -160px 0; }
185 .icon.link { background-position: -180px 0; }
186 .icon.close { background-position: -200px 0; }
187 .icon.close:hover { background-position: -200px -20px; }
188 .icon.check { background-position: -220px 0; }
189 .icon.note { background-position: -240px 0; }
190 .icon.gear { background-position: -260px 0; }
192 /* Rules for links */
196 text-decoration: none;
197 -webkit-appearance: none;
200 text-decoration: underline;
204 /* Rules for horizontal lines */
208 background-color: #ccc;
213 /* General styles for tables */
217 margin-bottom: $lineheight;
220 padding: $lineheight/4;
221 line-height: $lineheight;
228 vertical-align: middle;
232 /* Utility for de-emphasizing content */
241 /* Rules for the header */
244 display: none !important;
246 background: image-url("menu-icon.png") no-repeat;
247 background-size: 30px 30px;
251 margin: 14px 10px 0 0;
256 height: $headerHeight;
261 h1, nav, nav > ul, nav > ul > li, .dropdown {
262 display: inline-block;
267 padding: $lineheight/2 $lineheight;
275 text-decoration: none;
282 vertical-align: middle;
287 padding: ($lineheight - 3) $lineheight ($lineheight + 3);
297 $border: 1px solid $green;
300 border-radius: $border-radius;
303 border-right: $border;
308 > a:hover { background: lighten($green, 30%); }
309 &.current > a:hover { background: $green; }
310 &.disabled > a:hover { background: lighten($green, 38%); }
312 > a.tab { border-right: 1px solid lighten($green, 30%); }
313 &.current > a.tab { border-right: 1px solid lighten($green, 10%); }
320 display: inline-block;
331 border-top-color: $green;
340 border-top-color: #ccc;
345 background-color: $green;
352 border-top-color: #fff;
362 vertical-align: middle;
363 a, .dropdown-toggle {
364 display: inline-block;
365 text-decoration: none;
369 &:hover { color: darken($darkgrey, 10%); }
374 color: darken($darkgrey, 25%);
378 $border: 1px solid $grey;
382 border-radius: $border-radius;
386 border-right: $border;
392 border-radius: 0 $border-radius $border-radius 0;
395 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
396 &:hover a { background: lighten($darkgrey, 30%); }
407 padding: 5px 10px 5px 6px;
408 display: inline-block;
411 &:hover > .user-button { color: darken($darkgrey, 5%); }
416 border-top-color: $grey;
420 img.user_thumbnail_tiny {
429 display: inline-block;
432 margin: 3px 0 3px 3px;
433 background-color: lighten($grey, 10%);
441 border-radius: 3px 0 3px 3px;
451 #compact-secondary-nav {
456 &:hover { color: #fff; }
460 @media only screen and (max-width:960px) {
461 #compact-secondary-nav {
462 display: inline-block;
469 /* Utility for styling notification numbers */
472 padding: 2px $lineheight/4;
474 background: lighten($green, 30%);
480 /* Rules for the message shown in place of the map when javascript is disabled */
489 /* Rules for bootstrap tooltips */
527 display: inline-block;
530 background-color: white;
537 border-color: transparent;
541 .tooltip.top .tooltip-arrow {
545 border-top-color: white;
546 border-width: 5px 5px 0;
549 .tooltip.right .tooltip-arrow {
553 border-right-color: white;
554 border-width: 5px 5px 5px 0;
557 .tooltip.left .tooltip-arrow {
561 border-left-color: white;
562 border-width: 5px 0 5px 5px;
565 .tooltip.bottom .tooltip-arrow {
569 border-bottom-color: white;
570 border-width: 0 5px 5px;
573 /* Rules for Leaflet maps */
575 .leaflet-control .control-button {
579 background-color: #333;
580 background-color: rgba(0,0,0,.6);
581 border-radius: 4px 0 0 4px;
586 background-color: black;
590 background-color: #9ed485;
594 background-color: #333;
595 background-color: rgba(0,0,0,.5);
604 .leaflet-control .zoomin,
605 .control-layers .control-button {
607 border-radius: 4px 0 0 0;
610 .leaflet-control .zoomout,
611 .control-key .control-button {
616 .control-locate .control-button,
617 .control-share .control-button {
618 border-radius: 0 0 0 4px;
621 /* Rules for the sidebar and main map area */
640 width: $sidebarWidth;
644 padding: $lineheight $lineheight $lineheight/2;
659 -webkit-transition: margin 300ms linear;
660 -moz-transition: margin 300ms linear;
661 transition: margin 300ms linear;
664 .overlay-sidebar #sidebar {
670 margin-top: $typeheight;
671 margin-left: $typeheight;
676 padding: $lineheight/2 $lineheight $lineheight;
690 border-right: 1px solid #fff;
710 border-bottom: 1px solid #DDD;
720 border:1px solid #ddd;
743 border: 2px solid #fff;
746 transition: border-color 0.08s ease-in;
753 border-bottom-right-radius: 3px;
757 text-stroke: 2px #fff;
758 background: rgba(255,255,255,.9);
764 input[type="radio"] {
769 &.active { border-color: darken($green, 10%); }
772 &.active { border-color: darken($green, 20%); }
791 text-decoration: none;
792 background-color: $lightblue;
797 border-right: 1px solid #fff;
798 border-radius: 4px 0 0 4px;
802 border-left: 1px solid #fff;
803 border-radius: 0 4px 4px 0;
807 background-color: $blue;
819 font-family: monospace;
841 top: $lineheight !important;
843 margin-right: 0px !important;
844 margin-top: 0px !important;
848 .leaflet-popup-scrolled {
849 padding-right: $lineheight;
850 border-bottom: 0px !important;
851 border-top: 0px !important;
854 .leaflet-popup-content-wrapper {
855 border-radius: 4px !important;
856 -webkit-border-radius: 4px !important;
859 /* Rules for attribution text under the main map shown on printouts */
865 .attribution_license,
866 .attribution_project {
870 .attribution_notice {
874 .donate-attr { color: darken($green, 10%) !important; }
876 /* Rules for the sidebar */
880 padding: $lineheight/2 $lineheight;
881 // background: $offwhite;
882 // border-bottom: 1px solid #ccc;
892 padding: $lineheight;
900 margin: $lineheight auto;
906 /* Rules for the search box */
910 padding: $lineheight/2;
911 background-color: $lightgrey;
922 border-radius: 2px 0 0 2px;
924 transition: 300ms linear;
925 -webkit-transition: 300ms linear;
926 -moz-transition: 300ms linear;
931 box-shadow: 0px 0px 7px #9ED485;
938 border-radius: 0 2px 2px 0;
950 /* Rules for donation request box */
954 padding: $lineheight/4 $lineheight;
955 border: 1px solid $green;
956 font-size: $typeheight;
961 margin: $lineheight/2 $lineheight;
965 text-decoration: none;
969 /* Rules for rotating sidebar ads */
977 border-bottom: 1px solid #ccc;
992 /* Rules for the map key which appears in the popout sidebar */
995 .mapkey-table-key img {
1001 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
1005 /* Rules for search results which appear in the popout sidebar */
1007 .search_results_entry {
1009 border-bottom: $keyline;
1010 &:first-child { border-top: $keyline; }
1022 .search_results_error {
1026 /* Rules for data browser information which appears in the popout sidebar */
1030 .browse_show_list.button {
1047 /* Rules for entity history */
1051 border-bottom: $keyline;
1059 /* Rules for the changeset list shown by the history tab */
1061 #sidebar .changesets {
1063 padding: $lineheight;
1064 border-bottom: $keyline;
1067 &.selected { background: #FFFFE6; }
1068 /* color is derived from changeset bbox fillColor in history.js */
1081 /* Rules for the data browser */
1094 border: 1px solid #eee;
1099 .paginate ul, .note-comments ul {
1104 margin-bottom: 10px;
1107 padding: 5px 0 5px 10px;
1109 border: 1px solid #CCC;
1110 border-radius: 4px 4px 0 0;
1111 background-color: #F6F6F6;
1117 background-color: #FFF;
1118 border: 1px solid #CCC;
1120 border-radius: 0 0 4px 4px;
1125 background-color: #F6F6F6;
1126 border-top: 1px solid #ddd;
1127 border-bottom: 1px solid #ddd;
1129 margin-left: -$lineheight;
1130 margin-right: -$lineheight;
1133 border-bottom: 1px solid #ddd;
1142 display: inline-block;
1145 padding: 6px 10px 6px $lineheight;
1150 background-color: #F6F6F6;
1154 border-left: 1px solid #ddd;
1155 background-color: #fff;
1160 /* Rules for export information which appears in the popout sidebar */
1162 .export_bounds, .export_button {
1166 .export_area_inputs {
1167 margin-bottom: $lineheight/2;
1168 input[type="text"] {
1175 margin: $lineheight/4;
1183 padding-bottom: 5px;
1192 margin-bottom: 10px;
1197 /* Rules for edit pages */
1212 /* Rules for non-map content pages */
1215 background: $lightgrey;
1217 h1 { font-size: 22px; }
1222 margin-bottom: $lineheight;
1226 margin-top: $lineheight/2;
1234 padding: $lineheight;
1237 /* Overrides for pages that use new layout conventions */
1242 .content-body .content-inner {
1251 .content-heading .content-inner {
1256 .header-illustration {
1257 background-position: 0 0;
1258 background-repeat: no-repeat;
1266 background-image: image-url("sign-up-illustration.png");
1270 background-image: image-url("confirm-illustration.png");
1274 background-image: image-url("terms-illustration.png");
1282 background-image: image-url("sign-up-illustration-arm.png");
1287 #content.maximised {
1300 #slim_container_content {
1302 background-color: #FFFFFF;
1303 margin: $lineheight/2 auto;
1305 border-radius: 25px;
1306 -moz-border-radius: 25px;
1307 border: 1px solid #e6e6e6;
1311 margin: $lineheight/2;
1316 margin-bottom: 15px;
1321 margin: 30px $lineheight/2;
1324 margin-right: $lineheight/4;
1326 vertical-align: middle;
1327 margin-bottom: $lineheight/4;
1328 margin-right: $lineheight/4;
1332 /* Rules for small maps in content areas */
1338 border: 1px solid #ccc;
1339 margin-bottom: $lineheight;
1343 /* Rules for the trace list shown by the traces tab etc */
1346 font-size: $lineheight/2;
1363 .trace_identifiable {
1376 /* Rules for the user profile page */
1381 .userinformation-inner {
1396 .admin-user-info small {
1397 margin-bottom: $lineheight/2;
1399 margin-right: $lineheight;
1404 border-bottom: 1px solid #ccc;
1405 padding-bottom: $lineheight;
1408 margin-bottom: $lineheight/2;
1413 margin-top: $lineheight;
1417 .activity-details p {
1422 #friends-container .contact-activity ul {
1427 p#no_home_location {
1428 margin: $lineheight;
1431 margin-top: $lineheight/4;
1436 /* Rules for the user map */
1438 .content_map .leaflet-popup-content {
1439 margin: $lineheight/2;
1443 /* Rules for user popups on maps */
1449 margin-top: 0 0 0 60px;
1452 img.user_thumbnail {
1454 margin: 0 $lineheight/2 0 0;
1458 /* Rules for the user list */
1461 font-size: $lineheight/2;
1465 vertical-align: middle;
1474 #user_list_actions {
1476 margin-top: $lineheight/2;
1479 /* Rules for the diary list page */
1483 margin-top: $lineheight/2;
1484 padding-top: $lineheight;
1485 border-top: 1px solid #ccc;
1488 margin-bottom: $lineheight;
1492 margin-bottom: $lineheight/2;
1497 img.user_thumbnail {
1506 ul.secondary-actions {
1507 display: inline-block;
1511 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1515 /* Rules for the diary entry page */
1522 border: 1px solid #ccc;
1524 margin-bottom: $lineheight;
1527 border-top: 1px solid #ccc;
1528 padding-top: $lineheight;
1529 margin-top: $lineheight/2;
1535 margin-top: $lineheight/2;
1536 border-top: 1px dashed #ccc;
1537 padding-top: $lineheight/2;
1539 margin-top: $lineheight;
1540 padding-top: $lineheight;
1541 border-top: 1px solid #ccc;
1544 margin-bottom: $lineheight/2;
1553 .diary_entry-view img.user_thumbnail {
1557 /* Rules for the log in page */
1559 #login_openid_buttons {
1563 #login_openid_buttons li {
1565 padding: $lineheight/4 $lineheight/2;
1568 /* Rules for the account confirmation page */
1572 border: 1px solid #ccc;
1573 padding: $lineheight;
1574 margin-bottom: $lineheight;
1580 background: $lightblue;
1582 background: darken($lightblue, $hovercolor);
1592 /* Rules for the account settings page */
1594 #accountForm .user_map {
1598 border: 1px solid #ccc;
1601 #accountForm .user_image {
1605 #accountForm #user_image {
1609 #accountForm ul.accountImage-options {
1622 display: inline !important;
1625 .content_map.settings_map {
1630 /* Rules for the oauth settings page */
1632 .oauth_clients .buttons .oauth-edit {
1633 border-radius: 2px 0 0 2px;
1636 .oauth_clients .buttons .oauth-delete {
1637 border-radius: 0 2px 2px 0;
1640 /* Rules for messages pages */
1644 border: 1px solid #ddd;
1646 input[type="submit"] {
1650 border-top: 1px solid #ccc;
1654 background: #f8f8ff;
1667 padding: $lineheight/4;
1678 border-right: 1px solid $lightgrey;
1682 .inbox-row .inbox-mark-read {
1687 margin-bottom: $lineheight;
1688 padding: $lineheight/4 0px 4px 0px;
1689 border-bottom: 1px solid #ccc;
1696 .info-line .user_thumbnail_tiny {
1697 vertical-align: middle;
1706 .inbox-row-unread .inbox-mark-unread {
1710 .message-read .message-buttons {
1711 margin-top: $lineheight;
1712 padding-top: $lineheight;
1713 border-top: 1px solid $lightgrey;
1716 .message-read .buttons .mark-unread-button {
1720 /* Rules for "flash" notice boxes shown at the top of the content area */
1723 padding: $lineheight;
1724 background-color: #ff7070;
1728 padding: $lineheight;
1729 background-color: #ffe0cc;
1733 padding: $lineheight;
1734 background-color: #CBEEA7;
1737 /* Rules for highlighting fields with rails validation errors */
1739 .field_with_errors {
1741 background-color: #ff7070;
1742 display: inline-block;
1746 display: inline-block;
1752 background-color: #ff7070;
1755 /* Rules for rails validation error boxes */
1759 border: 2px solid #ff7070;
1760 padding: 0 $lineheight/2;
1761 margin-bottom: $lineheight;
1762 background-color: #f0f0f0;
1765 margin: 0 -10px 10px -10px;
1766 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1769 background-color: #c00;
1777 padding: $lineheight/4;
1781 padding-left: $lineheight;
1790 /* Rules for forms */
1794 margin-bottom: $lineheight;
1796 label.standard-label {
1798 margin-bottom: $lineheight/4;
1799 font-size: $typeheight;
1803 label.standard-label.secondary {
1804 display: inline-block;
1805 font-weight: normal;
1808 font-weight: normal;
1815 margin-top: $lineheight;
1816 padding-top: $lineheight;
1817 border-top: 1px solid $lightgrey;
1819 .horizontal-list .form-row {
1821 padding-right: 10px;
1824 margin-bottom: $lineheight/2;
1832 input[type="checkbox"],
1833 input[type="radio"] {
1839 #remember_me_openid {
1843 input[type="checkbox"],
1844 input[type="radio"] {
1849 input[type="email"],
1851 input[type="password"],
1853 border: 1px solid #ccc;
1864 /* Rules for user images */
1869 border: 1px solid #ccc;
1870 margin-bottom: $lineheight;
1872 margin-right: $lineheight;
1875 img.user_thumbnail {
1878 border: 1px solid #ccc;
1879 margin-right: $lineheight;
1882 img.user_thumbnail_tiny {
1885 border: 1px solid #ccc;
1888 /* Rules for geo microformats */
1891 border-bottom: none;
1894 /* Rules for RSS buttons */
1901 /* General styles for action lists / subnavs / pager navs */
1903 ul.secondary-actions {
1908 display: inline-block;
1915 border-left: 1px solid #ccc;
1916 padding-left: $lineheight/2;
1917 margin-right: $lineheight/2;
1928 div.secondary-actions {
1930 border-top: 1px solid #ccc;
1934 /* Utility for managing inner content areas */
1936 .inner22 { padding: $lineheight;}
1938 .inner12 { padding: $lineheight/2 $lineheight;}
1940 .inner11 { padding: $lineheight/2;}
1942 .inner20 { padding: $lineheight 0;}
1944 .inner02 { padding: 0 $lineheight;}
1946 /* Utility for general button styles */
1948 input[type="button"],
1949 input[type="submit"],
1950 input[type="reset"],
1954 display: inline-block;
1956 padding: $lineheight/4 $lineheight/2;
1957 min-height: 20px + $lineheight/2;
1959 margin: 0 0 $lineheight/2 0;
1964 -moz-border-radius: 2px;
1966 background: darken($blue, $hovercolor);
1967 text-decoration: none;
1970 background: $lightblue;
1972 background: darken($lightblue, $hovercolor);
1976 background: $lightgrey;
1978 background: $lightgrey;
1988 input[type="submit"],
1989 input[type="button"],
1990 input[type="reset"],
1992 box-sizing: border-box;
1998 border-right:1px solid white;
1999 text-overflow: ellipsis;
2000 white-space: nowrap;
2004 .button:first-child {
2005 border-radius:2px 0 0 2px;
2008 .button:last-child {
2009 border-radius:0 2px 2px 0;
2010 border-right-width: 0;
2014 *[value="Hide"] + input:last-child,
2015 *[value="Hide"] + .button:last-child {
2017 border-right-width: 0;
2019 /* if a 3-button set has a hidden middle button */
2020 *[value="Hide"] + input:nth-child(3),
2021 *[value="Hide"] + .button:nth-child(3) {
2022 border-radius:0 2px 2px 0;
2023 border-right-width: 0;
2025 /* if a 3-button set starts with a hidden button */
2026 *[value="Hide"] + input:nth-child(2):not(:last-child),
2027 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
2028 border-radius:2px 0 0 2px;
2029 border-right-width: 1px;
2033 /* Rules for doing distinct colour of alternate table rows */
2037 background: $offwhite;
2045 /* Rules for OpenID logo */
2048 vertical-align: text-bottom;
2052 /* Rules for rich text */
2057 padding-bottom: $lineheight/2;
2058 border-bottom: 1px dashed #cccccc;
2059 margin-bottom: $lineheight/2;
2071 font-size: $typeheight;
2076 background: #e8e8e8;
2082 background: #e8e8e8;
2091 padding: $lineheight;
2092 background-color: $offwhite;
2099 border-left: $lineheight solid $offwhite;
2100 padding-left: $lineheight;
2106 padding-left: $lineheight;
2107 margin-bottom: $lineheight;
2108 margin-left: $lineheight;
2116 list-style: decimal;
2120 .diary_post .richtext {
2121 margin-top: $lineheight;
2124 .comments .richtext {
2129 /* Rules for rich text editors */
2131 .richtext_container {
2132 margin-bottom: $lineheight;
2136 display: inline-block;
2137 vertical-align: top;
2140 display: inline-block;
2141 padding: $lineheight;
2142 background-color: $offwhite;
2146 background-image: image-url("loading.gif");
2147 background-repeat: no-repeat;
2148 background-position: center;
2158 display: inline-block;
2159 vertical-align: top;
2161 background-color: #f8f8ff;
2162 padding: $lineheight/2;
2170 border-bottom: 1px solid #ccc;
2171 margin-bottom: $lineheight/4;
2172 padding-bottom: $lineheight/4;
2175 li h4, li span, li p {
2176 display: inline-block;
2177 vertical-align: top;
2188 margin-left: $lineheight/2;
2189 margin-bottom: $lineheight/4;
2190 white-space: nowrap;
2195 /* Rules for the user notes list */
2199 background-color: #eeeeee;
2211 /* Rules for the notes interface */
2213 .leaflet-popup-content .note {
2214 padding-top: $lineheight/2;
2217 .leaflet-popup-content .note {
2219 margin-bottom: $lineheight/2;
2223 margin-top: $lineheight/2;
2229 left: $lineheight/4;
2236 padding-left: $lineheight;
2239 .permalink:hover span {
2245 background-color: #ffe0cc;
2247 margin-bottom: $lineheight/2;
2266 margin-top: $lineheight/4;
2271 /* Rules for the iD editor */
2278 /* Rules for dropdown menus */
2285 *margin-bottom: -3px;
2288 .dropdown-toggle:active,
2289 .open .dropdown-toggle {
2294 display: inline-block;
2297 vertical-align: top;
2298 border-top: 4px solid #000000;
2299 border-right: 4px solid transparent;
2300 border-left: 4px solid transparent;
2320 background-color: #ffffff;
2321 border: 1px solid #ccc;
2322 border-radius: 0 3px 3px;
2323 *border-right-width: 2px;
2324 *border-bottom-width: 2px;
2325 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2326 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2327 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2328 -webkit-background-clip: padding-box;
2329 -moz-background-clip: padding;
2330 background-clip: padding-box;
2333 .dropdown-menu.pull-right {
2338 .dropdown-menu .divider {
2342 *margin: -5px 0 5px;
2344 background-color: #e5e5e5;
2345 border-bottom: 1px solid #ffffff;
2348 .dropdown-menu > li > a {
2352 font-weight: normal;
2355 white-space: nowrap;
2358 .dropdown-menu > li > a:hover,
2359 .dropdown-menu > li > a:focus,
2360 .dropdown-submenu:hover > a,
2361 .dropdown-submenu:focus > a {
2363 text-decoration: none;
2364 background-color: $green;
2367 .dropdown-menu > .active > a,
2368 .dropdown-menu > .active > a:hover,
2369 .dropdown-menu > .active > a:focus {
2371 text-decoration: none;
2372 background-color: $green;
2376 .dropdown-menu > .disabled > a,
2377 .dropdown-menu > .disabled > a:hover,
2378 .dropdown-menu > .disabled > a:focus {
2382 .dropdown-menu > .disabled > a:hover,
2383 .dropdown-menu > .disabled > a:focus {
2384 text-decoration: none;
2386 background-color: transparent;
2387 background-image: none;
2394 .open > .dropdown-menu {
2398 .dropdown-backdrop {
2407 /* Rules for the "Welcome" page */
2418 background-image: image-url("welcome-sprite.png");
2419 background-size: 500px 250px;
2425 padding-bottom: 20px;
2427 margin-bottom: 10px;
2439 background-position: -50px 0;
2444 vertical-align: middle;
2448 background-position: -100px 0;
2452 background-position: -150px 0;
2456 background-position: -200px 0;
2460 background-position: -250px 0;
2464 background-position: -300px 0;
2473 text-decoration: none;
2478 background-color: $offwhite;
2482 background-color: #333;
2487 .site-about #content {
2488 //background-color: #000;
2489 background-color: #eee;
2490 background-position: 50% 50%;
2491 background-repeat: no-repeat;
2492 background-size: cover;
2493 background-attachment: fixed;
2495 &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2496 &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2497 &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2498 &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2499 &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2500 &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2504 font: 13px/20px Helvetica, Arial, sans-serif;
2509 text-shadow: #000 0px 1px 5px;
2517 white-space: nowrap;
2518 text-decoration: none;
2529 text-indent: -9999px;
2531 background: image-url('about/sprite.png') -120px 0px no-repeat;
2532 background-color: #000;
2533 background-color: rgba(0, 0, 0, 0.5);
2543 margin-bottom: 30px;
2546 .section:last-child {
2558 padding: 170px 40px 20px;
2560 background: rgba(0, 0, 0, .8);
2580 background-position: 0 50%;
2581 background-repeat: no-repeat;
2582 background-image: image-url('about/osm.png');
2583 background-size: cover;
2584 background-color: #76c551;
2594 padding: 20px 20px 20px 40px;
2595 font: 500 20px/24px Helvetica, Arial, sans-serif;
2596 white-space: nowrap;
2598 background: #76c551;
2602 display: inline-block;
2609 margin-bottom: 10px;
2616 vertical-align: middle;
2617 background: 40px 40px image-url('about/sprite.png') no-repeat;
2619 &.local { background-position: 0px 0px; }
2620 &.community { background-position: 0px -40px; }
2621 &.open { background-position: 0px -80px; }
2622 &.partners { background-position: 0px -120px; }
2623 &.infringement { background-position: 0px -160px; }
2629 @media only screen and (max-width:960px) {
2630 .header-illustration.new-user-arm {