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;
121 background-color: #f0f0f0;
129 h4, h5 { font-weight: 500; }
150 margin: 0 0 $lineheight/2 0;
154 vertical-align: middle;
155 margin-right: $lineheight/4;
158 .red { color: $red; }
160 /* Rules for icons */
163 display:inline-block;
167 background:transparent image-url("sprite.png") no-repeat 0 0;
172 .icon.search { background-position: 0 0; }
173 .icon.donate { background-position: -20px 0; }
174 .icon.zoomin { background-position: -40px 0; }
175 .icon.zoomout { background-position: -60px 0; }
176 .icon.geolocate { background-position: -80px 0; }
177 .active .icon.geolocate { background-position: -80px -20px; }
178 .icon.layers { background-position: -100px 0; }
179 .icon.key { background-position: -120px 0; }
180 .icon.share { background-position: -140px 0; }
181 .icon.clipboard { background-position: -160px 0; }
182 .icon.link { background-position: -180px 0; }
183 .icon.close { background-position: -200px 0; }
184 .icon.close:hover { background-position: -200px -20px; }
185 .icon.check { background-position: -220px 0; }
186 .icon.note { background-position: -240px 0; }
187 .icon.gear { background-position: -260px 0; }
189 /* Rules for links */
193 text-decoration: none;
194 -webkit-appearance: none;
197 text-decoration: underline;
201 /* Rules for horizontal lines */
205 background-color: #ccc;
210 /* General styles for tables */
214 margin-bottom: $lineheight;
217 padding: $lineheight/4;
218 line-height: $lineheight;
225 vertical-align: middle;
229 /* Utility for de-emphasizing content */
238 /* Rules for the header */
241 display: none !important;
243 background: url("/assets/menu-icon.png") no-repeat;
244 background-size: 30px 30px;
248 margin: 14px 10px 0 0;
253 height: $headerHeight;
258 h1, nav, nav > ul, nav > ul > li, .dropdown {
259 display: inline-block;
264 padding: $lineheight/2 $lineheight;
272 text-decoration: none;
279 vertical-align: middle;
284 padding: ($lineheight - 3) $lineheight ($lineheight + 3);
294 $border: 1px solid $green;
297 border-radius: $border-radius;
300 border-right: $border;
303 > a { border-radius: 0 $border-radius $border-radius 0; }
305 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
306 > a:hover { background: lighten($green, 30%); }
307 &.current > a:hover { background: $green; }
308 &.disabled > a:hover { background: lighten($green, 38%); }
310 > a.tab { border-right: 1px solid lighten($green, 30%); }
311 &.current > a.tab { border-right: 1px solid lighten($green, 10%); }
318 display: inline-block;
329 border-top-color: $green;
338 border-top-color: #ccc;
343 background-color: $green;
350 border-top-color: #fff;
360 vertical-align: middle;
361 a, .dropdown-toggle {
362 display: inline-block;
363 text-decoration: none;
367 &:hover { color: darken($darkgrey, 10%); }
372 color: darken($darkgrey, 25%);
376 $border: 1px solid $grey;
380 border-radius: $border-radius;
384 border-right: $border;
390 border-radius: 0 $border-radius $border-radius 0;
393 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
394 &:hover a { background: lighten($darkgrey, 30%); }
404 padding: 5px 10px 5px 6px;
405 display: inline-block;
411 border-top-color: $grey;
415 img.user_thumbnail_tiny {
424 display: inline-block;
427 margin: 3px 0 3px 3px;
428 background-color: lighten($grey, 10%);
445 /* Utility for styling notification numbers */
448 padding: 2px $lineheight/4;
450 background: lighten($green, 30%);
456 /* Rules for the message shown in place of the map when javascript is disabled */
465 /* Rules for bootstrap tooltips */
503 display: inline-block;
506 background-color: white;
513 border-color: transparent;
517 .tooltip.top .tooltip-arrow {
521 border-top-color: white;
522 border-width: 5px 5px 0;
525 .tooltip.right .tooltip-arrow {
529 border-right-color: white;
530 border-width: 5px 5px 5px 0;
533 .tooltip.left .tooltip-arrow {
537 border-left-color: white;
538 border-width: 5px 0 5px 5px;
541 .tooltip.bottom .tooltip-arrow {
545 border-bottom-color: white;
546 border-width: 0 5px 5px;
549 /* Rules for Leaflet maps */
551 .leaflet-control .control-button {
555 background-color: #333;
556 background-color: rgba(0,0,0,.6);
557 border-radius: 4px 0 0 4px;
562 background-color: black;
566 background-color: #9ed485;
570 background-color: #333;
571 background-color: rgba(0,0,0,.5);
580 .leaflet-control .zoomin,
581 .control-layers .control-button {
583 border-radius: 4px 0 0 0;
586 .leaflet-control .zoomout,
587 .control-key .control-button {
592 .control-locate .control-button,
593 .control-share .control-button {
594 border-radius: 0 0 0 4px;
597 /* Rules for the sidebar and main map area */
616 width: $sidebarWidth;
619 padding: $lineheight $lineheight $lineheight/2;
686 border-bottom: 1px solid #DDD;
696 border:1px solid #ddd;
719 border: 2px solid #fff;
722 transition: border-color 0.08s ease-in;
729 border-bottom-right-radius: 3px;
733 text-stroke: 2px #fff;
734 background: rgba(255,255,255,.9);
740 input[type="radio"] {
745 &.active { border-color: darken($green, 10%); }
748 &.active { border-color: darken($green, 20%); }
767 text-decoration: none;
768 background-color: $lightblue;
773 border-right: 1px solid #fff;
774 border-radius: 4px 0 0 4px;
778 border-left: 1px solid #fff;
779 border-radius: 0 4px 4px 0;
783 background-color: $blue;
795 font-family: monospace;
816 .leaflet-top.leaflet-right {
817 top: $lineheight !important;
819 margin-right: 0px !important;
820 margin-top: 0px !important;
824 .leaflet-popup-scrolled {
825 padding-right: $lineheight;
826 border-bottom: 0px !important;
827 border-top: 0px !important;
830 .leaflet-popup-content-wrapper {
831 border-radius: 4px !important;
832 -webkit-border-radius: 4px !important;
835 /* Rules for attribution text under the main map shown on printouts */
841 .attribution_license,
842 .attribution_project {
846 .attribution_notice {
850 /* Rules for the sidebar */
854 padding: $lineheight/2 $lineheight;
855 // background: $offwhite;
856 // border-bottom: 1px solid #ccc;
874 margin: $lineheight auto;
880 /* Rules for the search box */
884 padding: $lineheight/2 $lineheight;
885 background-color: $lightgrey;
896 border-radius: 2px 0 0 2px;
898 transition: 300ms linear;
899 -webkit-transition: 300ms linear;
900 -moz-transition: 300ms linear;
905 box-shadow: 0px 0px 7px #9ED485;
912 border-radius: 0 2px 2px 0;
924 /* Rules for donation request box */
928 padding: $lineheight/4 $lineheight;
929 border: 1px solid $green;
930 font-size: $typeheight;
935 margin: $lineheight/2 $lineheight;
939 text-decoration: none;
943 /* Rules for rotating sidebar ads */
951 border-bottom: 1px solid #ccc;
966 /* Rules for the map key which appears in the popout sidebar */
969 .mapkey-table-key img {
975 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
979 /* Rules for search results which appear in the popout sidebar */
981 .search_results_entry {
983 border-bottom: $keyline;
984 &:first-child { border-top: $keyline; }
996 .search_results_error {
1000 /* Rules for data browser information which appears in the popout sidebar */
1004 .browse_show_list.button {
1021 /* Rules for entity history */
1025 border-bottom: $keyline;
1033 /* Rules for the changeset list shown by the history tab */
1035 #sidebar .changesets {
1037 padding: $lineheight;
1038 border-bottom: $keyline;
1041 &.selected { background: lighten($green, 35%); }
1050 /* Rules for the data browser */
1061 .paginate ul, .note-comments ul {
1066 margin-bottom: 10px;
1069 padding: 5px 0 5px 10px;
1071 border: 1px solid #CCC;
1072 border-radius: 4px 4px 0 0;
1073 background-color: #F6F6F6;
1079 background-color: #FFF;
1080 border: 1px solid #CCC;
1082 border-radius: 0 0 4px 4px;
1087 border: 1px solid #CCC;
1092 border-bottom: 1px solid #CCC;
1101 display: inline-block;
1110 background-color: #F6F6F6;
1111 border-radius: 4px 0 0 4px;
1115 border-left: 1px solid #CCC;
1120 /* Rules for export information which appears in the popout sidebar */
1126 .export_area_inputs {
1127 margin-bottom: $lineheight/2;
1128 input[type="text"] {
1135 margin: $lineheight/4;
1143 padding-bottom: 5px;
1152 margin-bottom: 10px;
1157 /* Rules for edit pages */
1172 /* Rules for non-map content pages */
1175 background: $lightgrey;
1177 h1 { font-size: 22px; }
1182 margin-bottom: $lineheight;
1186 margin-top: $lineheight/2;
1194 padding: $lineheight;
1197 /* Overrides for pages that use new layout conventions */
1202 .content-body .content-inner {
1211 .content-heading .content-inner {
1216 .header-illustration {
1217 background-position: 0 0;
1218 background-repeat: no-repeat;
1226 background-image: image-url("sign-up-illustration.png");
1230 background-image: image-url("confirm-illustration.png");
1234 background-image: image-url("terms-illustration.png");
1242 background-image: image-url("sign-up-illustration-arm.png");
1247 #content.maximised {
1260 #slim_container_content {
1262 background-color: #FFFFFF;
1263 margin: $lineheight/2 auto;
1265 border-radius: 25px;
1266 -moz-border-radius: 25px;
1267 border: 1px solid #e6e6e6;
1271 margin: $lineheight/2;
1276 margin-bottom: 15px;
1281 margin: 30px $lineheight/2;
1284 margin-right: $lineheight/4;
1286 vertical-align: middle;
1287 margin-bottom: $lineheight/4;
1288 margin-right: $lineheight/4;
1292 /* Rules for small maps in content areas */
1298 border: 1px solid #ccc;
1299 margin-bottom: $lineheight;
1303 /* Rules for the trace list shown by the traces tab etc */
1306 font-size: $lineheight/2;
1323 .trace_identifiable {
1336 /* Rules for the user profile page */
1341 .userinformation-inner {
1356 .admin-user-info small {
1357 margin-bottom: $lineheight/2;
1359 margin-right: $lineheight;
1364 border-bottom: 1px solid #ccc;
1365 padding-bottom: $lineheight;
1368 margin-bottom: $lineheight/2;
1373 margin-top: $lineheight;
1377 .activity-details p {
1382 #friends-container .contact-activity ul {
1387 p#no_home_location {
1388 margin: $lineheight;
1391 margin-top: $lineheight/4;
1396 /* Rules for the user map */
1398 .content_map .leaflet-popup-content {
1399 margin: $lineheight/2;
1403 /* Rules for user popups on maps */
1409 margin-top: 0 0 0 60px;
1412 img.user_thumbnail {
1414 margin: 0 $lineheight/2 0 0;
1418 /* Rules for the user list */
1421 font-size: $lineheight/2;
1425 vertical-align: middle;
1434 #user_list_actions {
1436 margin-top: $lineheight/2;
1439 /* Rules for the diary list page */
1443 margin-top: $lineheight/2;
1444 padding-top: $lineheight;
1445 border-top: 1px solid #ccc;
1448 margin-bottom: $lineheight;
1452 margin-bottom: $lineheight/2;
1457 img.user_thumbnail {
1466 ul.secondary-actions {
1467 display: inline-block;
1471 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1475 /* Rules for the diary entry page */
1482 border: 1px solid #ccc;
1484 margin-bottom: $lineheight;
1487 border-top: 1px solid #ccc;
1488 padding-top: $lineheight;
1489 margin-top: $lineheight/2;
1495 margin-top: $lineheight/2;
1496 border-top: 1px dashed #ccc;
1497 padding-top: $lineheight/2;
1499 margin-top: $lineheight;
1500 padding-top: $lineheight;
1501 border-top: 1px solid #ccc;
1504 margin-bottom: $lineheight/2;
1513 .diary_entry-view img.user_thumbnail {
1517 /* Rules for the log in page */
1519 #login_openid_buttons {
1523 #login_openid_buttons li {
1525 padding: $lineheight/4 $lineheight/2;
1528 /* Rules for the account confirmation page */
1532 border: 1px solid #ccc;
1533 padding: $lineheight;
1534 margin-bottom: $lineheight;
1540 background: $lightblue;
1542 background: darken($lightblue, $hovercolor);
1552 /* Rules for the account settings page */
1554 #accountForm .user_map {
1558 border: 1px solid #ccc;
1561 #accountForm .user_image {
1565 #accountForm #user_image {
1569 #accountForm ul.accountImage-options {
1582 display: inline !important;
1585 .content_map.settings_map {
1590 /* Rules for the oauth settings page */
1592 .oauth_clients .buttons .oauth-edit {
1593 border-radius: 2px 0 0 2px;
1596 .oauth_clients .buttons .oauth-delete {
1597 border-radius: 0 2px 2px 0;
1600 /* Rules for messages pages */
1604 border: 1px solid #ddd;
1606 input[type="submit"] {
1610 border-top: 1px solid #ccc;
1614 background: #f8f8ff;
1627 padding: $lineheight/4;
1638 border-right: 1px solid $lightgrey;
1642 .inbox-row .inbox-mark-read {
1647 margin-bottom: $lineheight;
1648 padding: $lineheight/4 0px 4px 0px;
1649 border-bottom: 1px solid #ccc;
1656 .info-line .user_thumbnail_tiny {
1657 vertical-align: middle;
1666 .inbox-row-unread .inbox-mark-unread {
1670 .message-read .message-buttons {
1671 margin-top: $lineheight;
1672 padding-top: $lineheight;
1673 border-top: 1px solid $lightgrey;
1676 .message-read .buttons .mark-unread-button {
1680 /* Rules for "flash" notice boxes shown at the top of the content area */
1683 padding: $lineheight;
1684 background-color: #ff7070;
1688 padding: $lineheight;
1689 background-color: #ffe0cc;
1693 padding: $lineheight;
1694 background-color: #CBEEA7;
1697 /* Rules for highlighting fields with rails validation errors */
1699 .field_with_errors {
1701 background-color: #ff7070;
1702 display: inline-block;
1706 display: inline-block;
1712 background-color: #ff7070;
1715 /* Rules for rails validation error boxes */
1719 border: 2px solid #ff7070;
1720 padding: 0 $lineheight/2;
1721 margin-bottom: $lineheight;
1722 background-color: #f0f0f0;
1725 margin: 0 -10px 10px -10px;
1726 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1729 background-color: #c00;
1737 padding: $lineheight/4;
1741 padding-left: $lineheight;
1750 /* Rules for forms */
1754 margin-bottom: $lineheight;
1756 label.standard-label {
1758 margin-bottom: $lineheight/4;
1759 font-size: $typeheight;
1763 label.standard-label.secondary {
1764 display: inline-block;
1765 font-weight: normal;
1768 font-weight: normal;
1775 margin-top: $lineheight;
1776 padding-top: $lineheight;
1777 border-top: 1px solid $lightgrey;
1779 .horizontal-list .form-row {
1781 padding-right: 10px;
1784 margin-bottom: $lineheight/2;
1792 input[type="checkbox"],
1793 input[type="radio"] {
1799 #remember_me_openid {
1803 input[type="checkbox"],
1804 input[type="radio"] {
1809 input[type="email"],
1811 input[type="password"],
1813 border: 1px solid #ccc;
1824 /* Rules for user images */
1829 border: 1px solid #ccc;
1830 margin-bottom: $lineheight;
1832 margin-right: $lineheight;
1835 img.user_thumbnail {
1838 border: 1px solid #ccc;
1839 margin-right: $lineheight;
1842 img.user_thumbnail_tiny {
1845 border: 1px solid #ccc;
1848 /* Rules for geo microformats */
1851 border-bottom: none;
1854 /* Rules for RSS buttons */
1861 /* General styles for action lists / subnavs / pager navs */
1863 ul.secondary-actions {
1868 display: inline-block;
1875 border-left: 1px solid #ccc;
1876 padding-left: $lineheight/2;
1877 margin-right: $lineheight/2;
1888 div.secondary-actions {
1890 border-top: 1px solid #ccc;
1894 /* Utility for managing inner content areas */
1896 .inner22 { padding: $lineheight;}
1898 .inner12 { padding: $lineheight/2 $lineheight;}
1900 .inner11 { padding: $lineheight/2;}
1902 .inner20 { padding: $lineheight 0;}
1904 .inner02 { padding: 0 $lineheight;}
1906 /* Utility for general button styles */
1908 input[type="button"],
1909 input[type="submit"],
1910 input[type="reset"],
1914 display: inline-block;
1916 padding: $lineheight/4 $lineheight/2;
1917 min-height: 20px + $lineheight/2;
1919 margin: 0 0 $lineheight/2 0;
1924 -moz-border-radius: 2px;
1926 background: darken($blue, $hovercolor);
1927 text-decoration: none;
1930 background: $lightblue;
1932 background: darken($lightblue, $hovercolor);
1936 background: $lightgrey;
1938 background: $lightgrey;
1948 input[type="submit"],
1949 input[type="button"],
1950 input[type="reset"],
1952 box-sizing: border-box;
1958 border-right:1px solid white;
1959 text-overflow: ellipsis;
1960 white-space: nowrap;
1964 .button:first-child {
1965 border-radius:2px 0 0 2px;
1968 .button:last-child {
1969 border-radius:0 2px 2px 0;
1970 border-right-width: 0;
1974 *[value="Hide"] + input:last-child,
1975 *[value="Hide"] + .button:last-child {
1977 border-right-width: 0;
1979 /* if a 3-button set has a hidden middle button */
1980 *[value="Hide"] + input:nth-child(3),
1981 *[value="Hide"] + .button:nth-child(3) {
1982 border-radius:0 2px 2px 0;
1983 border-right-width: 0;
1985 /* if a 3-button set starts with a hidden button */
1986 *[value="Hide"] + input:nth-child(2):not(:last-child),
1987 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1988 border-radius:2px 0 0 2px;
1989 border-right-width: 1px;
1993 /* Rules for doing distinct colour of alternate table rows */
1997 background: $offwhite;
2005 /* Rules for OpenID logo */
2008 vertical-align: text-bottom;
2012 /* Rules for rich text */
2017 padding-bottom: $lineheight/2;
2018 border-bottom: 1px dashed #cccccc;
2019 margin-bottom: $lineheight/2;
2031 font-size: $typeheight;
2036 background: #e8e8e8;
2042 background: #e8e8e8;
2051 padding: $lineheight;
2052 background-color: $offwhite;
2059 border-left: $lineheight solid $offwhite;
2060 padding-left: $lineheight;
2066 padding-left: $lineheight;
2067 margin-bottom: $lineheight;
2068 margin-left: $lineheight;
2076 list-style: decimal;
2080 .diary_post .richtext {
2081 margin-top: $lineheight;
2084 .comments .richtext {
2089 /* Rules for rich text editors */
2091 .richtext_container {
2092 margin-bottom: $lineheight;
2096 display: inline-block;
2097 vertical-align: top;
2100 display: inline-block;
2101 padding: $lineheight;
2102 background-color: $offwhite;
2106 background-image: image-url("loading.gif");
2107 background-repeat: no-repeat;
2108 background-position: center;
2118 display: inline-block;
2119 vertical-align: top;
2121 background-color: #f8f8ff;
2122 padding: $lineheight/2;
2130 border-bottom: 1px solid #ccc;
2131 margin-bottom: $lineheight/4;
2132 padding-bottom: $lineheight/4;
2135 li h4, li span, li p {
2136 display: inline-block;
2137 vertical-align: top;
2148 margin-left: $lineheight/2;
2149 margin-bottom: $lineheight/4;
2150 white-space: nowrap;
2155 /* Rules for the user notes list */
2159 background-color: #eeeeee;
2171 /* Rules for the notes interface */
2173 .leaflet-popup-content .note {
2174 padding-top: $lineheight/2;
2177 .leaflet-popup-content .note {
2179 margin-bottom: $lineheight/2;
2183 margin-top: $lineheight/2;
2189 left: $lineheight/4;
2196 padding-left: $lineheight;
2199 .permalink:hover span {
2205 background-color: #ffe0cc;
2207 margin-bottom: $lineheight/2;
2226 margin-top: $lineheight/4;
2231 /* Rules for the iD editor */
2238 /* Rules for dropdown menus */
2245 *margin-bottom: -3px;
2248 .dropdown-toggle:active,
2249 .open .dropdown-toggle {
2254 display: inline-block;
2257 vertical-align: top;
2258 border-top: 4px solid #000000;
2259 border-right: 4px solid transparent;
2260 border-left: 4px solid transparent;
2280 background-color: #ffffff;
2281 border: 1px solid #ccc;
2282 *border-right-width: 2px;
2283 *border-bottom-width: 2px;
2284 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2285 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2286 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2287 -webkit-background-clip: padding-box;
2288 -moz-background-clip: padding;
2289 background-clip: padding-box;
2292 .dropdown-menu.pull-right {
2297 .dropdown-menu .divider {
2301 *margin: -5px 0 5px;
2303 background-color: #e5e5e5;
2304 border-bottom: 1px solid #ffffff;
2307 .dropdown-menu > li > a {
2311 font-weight: normal;
2314 white-space: nowrap;
2317 .dropdown-menu > li > a:hover,
2318 .dropdown-menu > li > a:focus,
2319 .dropdown-submenu:hover > a,
2320 .dropdown-submenu:focus > a {
2322 text-decoration: none;
2323 background-color: $green;
2326 .dropdown-menu > .active > a,
2327 .dropdown-menu > .active > a:hover,
2328 .dropdown-menu > .active > a:focus {
2330 text-decoration: none;
2331 background-color: $green;
2335 .dropdown-menu > .disabled > a,
2336 .dropdown-menu > .disabled > a:hover,
2337 .dropdown-menu > .disabled > a:focus {
2341 .dropdown-menu > .disabled > a:hover,
2342 .dropdown-menu > .disabled > a:focus {
2343 text-decoration: none;
2345 background-color: transparent;
2346 background-image: none;
2353 .open > .dropdown-menu {
2357 .dropdown-backdrop {
2366 /* Rules for the "Welcome" page */
2377 background-image: image-url("welcome-sprite.png");
2378 background-size: 500px 250px;
2384 padding-bottom: 20px;
2386 margin-bottom: 10px;
2398 background-position: -50px 0;
2403 vertical-align: middle;
2407 background-position: -100px 0;
2411 background-position: -150px 0;
2415 background-position: -200px 0;
2419 background-position: -250px 0;
2423 background-position: -300px 0;
2432 text-decoration: none;
2437 background-color: $offwhite;
2441 background-color: #333;
2446 .site-about #content {
2447 //background-color: #000;
2448 background-color: #eee;
2449 background-position: 50% 50%;
2450 background-repeat: no-repeat;
2451 background-size: cover;
2452 background-attachment: fixed;
2454 &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2455 &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2456 &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2457 &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2458 &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2459 &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2463 font: 13px/20px Helvetica, Arial, sans-serif;
2468 text-shadow: #000 0px 1px 5px;
2476 white-space: nowrap;
2477 text-decoration: none;
2488 text-indent: -9999px;
2490 background: image-url('about/sprite.png') -120px 0px no-repeat;
2491 background-color: #000;
2492 background-color: rgba(0, 0, 0, 0.5);
2502 margin-bottom: 30px;
2505 .section:last-child {
2517 padding: 170px 40px 20px;
2519 background: rgba(0, 0, 0, .8);
2539 background-position: 0 50%;
2540 background-repeat: no-repeat;
2541 background-image: image-url('about/osm.png');
2542 background-size: cover;
2543 background-color: #76c551;
2553 padding: 20px 20px 20px 40px;
2554 font: 500 20px/24px Helvetica, Arial, sans-serif;
2555 white-space: nowrap;
2557 background: #76c551;
2561 display: inline-block;
2568 margin-bottom: 10px;
2575 vertical-align: middle;
2576 background: 40px 40px image-url('about/sprite.png') no-repeat;
2578 &.local { background-position: 0px 0px; }
2579 &.community { background-position: 0px -40px; }
2580 &.open { background-position: 0px -80px; }
2581 &.contributors { background-position: 0px -120px; }
2582 &.infringement { background-position: 0px -160px; }
2588 @media only screen and (max-width:960px) {
2589 .header-illustration.new-user-arm {