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 */
246 height: $headerHeight;
248 // border-bottom: $keyline;
252 h1, nav, nav > ul, nav > ul > li, .dropdown {
253 display: inline-block;
258 padding: $lineheight/2 $lineheight;
266 text-decoration: none;
273 vertical-align: middle;
278 padding: ($lineheight - 3) $lineheight ($lineheight + 3);
288 $border: 1px solid $green;
291 border-radius: $border-radius;
294 border-right: $border;
297 > a { border-radius: 0 $border-radius $border-radius 0; }
299 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
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;
323 border-top-color: $green;
332 border-top-color: #ccc;
337 background-color: $green;
344 border-top-color: #fff;
355 display: inline-block;
356 text-decoration: none;
360 &:hover { color: darken($darkgrey, 10%); }
364 color: darken($darkgrey, 25%);
368 $border: 1px solid $grey;
372 border-radius: $border-radius;
376 border-right: $border;
381 border-radius: 0 $border-radius $border-radius 0;
384 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
385 &:hover a { background: lighten($darkgrey, 30%); }
395 padding: 5px 10px 5px 6px;
396 display: inline-block;
402 border-top-color: $grey;
406 img.user_thumbnail_tiny {
415 display: inline-block;
418 margin: 3px 0 3px 3px;
419 background-color: lighten($grey, 10%);
436 /* Utility for styling notification numbers */
439 padding: 2px $lineheight/4;
441 background: lighten($green, 30%);
447 /* Rules for the message shown in place of the map when javascript is disabled */
456 /* Rules for bootstrap tooltips */
494 display: inline-block;
497 background-color: white;
504 border-color: transparent;
508 .tooltip.top .tooltip-arrow {
512 border-top-color: white;
513 border-width: 5px 5px 0;
516 .tooltip.right .tooltip-arrow {
520 border-right-color: white;
521 border-width: 5px 5px 5px 0;
524 .tooltip.left .tooltip-arrow {
528 border-left-color: white;
529 border-width: 5px 0 5px 5px;
532 .tooltip.bottom .tooltip-arrow {
536 border-bottom-color: white;
537 border-width: 0 5px 5px;
540 /* Rules for Leaflet maps */
542 .leaflet-control .control-button {
546 background-color: #333;
547 background-color: rgba(0,0,0,.6);
548 border-radius: 4px 0 0 4px;
553 background-color: black;
557 background-color: #9ed485;
561 background-color: #333;
562 background-color: rgba(0,0,0,.5);
571 .leaflet-control .zoomin,
572 .control-layers .control-button {
574 border-radius: 4px 0 0 0;
577 .leaflet-control .zoomout,
578 .control-key .control-button {
583 .control-locate .control-button,
584 .control-share .control-button {
585 border-radius: 0 0 0 4px;
588 /* Rules for the sidebar and main map area */
607 width: $sidebarWidth;
610 padding: $lineheight $lineheight $lineheight/2;
677 border-bottom: 1px solid #DDD;
687 border:1px solid #ddd;
710 border: 2px solid #fff;
713 transition: border-color 0.08s ease-in;
720 border-bottom-right-radius: 3px;
724 text-stroke: 2px #fff;
725 background: rgba(255,255,255,.9);
731 input[type="radio"] {
736 &.active { border-color: darken($green, 10%); }
739 &.active { border-color: darken($green, 20%); }
758 text-decoration: none;
759 background-color: $lightblue;
764 border-right: 1px solid #fff;
765 border-radius: 4px 0 0 4px;
769 border-left: 1px solid #fff;
770 border-radius: 0 4px 4px 0;
774 background-color: $blue;
786 font-family: monospace;
807 .leaflet-top.leaflet-right {
808 top: $lineheight !important;
810 margin-right: 0px !important;
811 margin-top: 0px !important;
815 .leaflet-popup-scrolled {
816 padding-right: $lineheight;
817 border-bottom: 0px !important;
818 border-top: 0px !important;
821 .leaflet-popup-content-wrapper {
822 border-radius: 4px !important;
823 -webkit-border-radius: 4px !important;
826 /* Rules for attribution text under the main map shown on printouts */
832 .attribution_license,
833 .attribution_project {
837 .attribution_notice {
841 /* Rules for the sidebar */
845 padding: $lineheight/2 $lineheight;
846 // background: $offwhite;
847 // border-bottom: 1px solid #ccc;
865 margin: $lineheight auto;
871 /* Rules for the search box */
875 padding: $lineheight/2 $lineheight;
876 background-color: $lightgrey;
887 border-radius: 2px 0 0 2px;
889 transition: 300ms linear;
890 -webkit-transition: 300ms linear;
891 -moz-transition: 300ms linear;
896 box-shadow: 0px 0px 7px #9ED485;
903 border-radius: 0 2px 2px 0;
915 /* Rules for donation request box */
919 padding: $lineheight/4 $lineheight;
920 border: 1px solid $green;
921 font-size: $typeheight;
926 margin: $lineheight/2 $lineheight;
930 text-decoration: none;
934 /* Rules for rotating sidebar ads */
942 border-bottom: 1px solid #ccc;
957 /* Rules for the map key which appears in the popout sidebar */
960 .mapkey-table-key img {
966 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
970 /* Rules for search results which appear in the popout sidebar */
972 .search_results_entry {
974 border-bottom: $keyline;
975 &:first-child { border-top: $keyline; }
987 .search_results_error {
991 /* Rules for data browser information which appears in the popout sidebar */
995 .browse_show_list.button {
1012 /* Rules for entity history */
1016 border-bottom: $keyline;
1024 /* Rules for the changeset list shown by the history tab */
1026 #sidebar .changesets {
1028 padding: $lineheight;
1029 border-bottom: $keyline;
1032 &.selected { background: lighten($green, 35%); }
1041 /* Rules for the data browser */
1052 .paginate ul, .note-comments ul {
1057 margin-bottom: 10px;
1060 padding: 5px 0 5px 10px;
1062 border: 1px solid #CCC;
1063 border-radius: 4px 4px 0 0;
1064 background-color: #F6F6F6;
1070 background-color: #FFF;
1071 border: 1px solid #CCC;
1073 border-radius: 0 0 4px 4px;
1078 border: 1px solid #CCC;
1083 border-bottom: 1px solid #CCC;
1092 display: inline-block;
1101 background-color: #F6F6F6;
1102 border-radius: 4px 0 0 4px;
1106 border-left: 1px solid #CCC;
1111 /* Rules for export information which appears in the popout sidebar */
1117 .export_area_inputs {
1118 margin-bottom: $lineheight/2;
1119 input[type="text"] {
1126 margin: $lineheight/4;
1134 padding-bottom: 5px;
1143 margin-bottom: 10px;
1148 /* Rules for edit pages */
1163 /* Rules for non-map content pages */
1166 background: $lightgrey;
1168 h1 { font-size: 22px; }
1173 margin-bottom: $lineheight;
1177 margin-top: $lineheight/2;
1185 padding: $lineheight;
1188 /* Overrides for pages that use new layout conventions */
1193 .content-body .content-inner {
1202 .content-heading .content-inner {
1207 .header-illustration {
1208 background-position: 0 0;
1209 background-repeat: no-repeat;
1217 background-image: image-url("sign-up-illustration.png");
1221 background-image: image-url("confirm-illustration.png");
1225 background-image: image-url("terms-illustration.png");
1233 background-image: image-url("sign-up-illustration-arm.png");
1238 #content.maximised {
1251 #slim_container_content {
1253 background-color: #FFFFFF;
1254 margin: $lineheight/2 auto;
1256 border-radius: 25px;
1257 -moz-border-radius: 25px;
1258 border: 1px solid #e6e6e6;
1262 margin: $lineheight/2;
1267 margin-bottom: 15px;
1272 margin: 30px $lineheight/2;
1275 margin-right: $lineheight/4;
1277 vertical-align: middle;
1278 margin-bottom: $lineheight/4;
1279 margin-right: $lineheight/4;
1283 /* Rules for small maps in content areas */
1289 border: 1px solid #ccc;
1290 margin-bottom: $lineheight;
1294 /* Rules for the trace list shown by the traces tab etc */
1297 font-size: $lineheight/2;
1314 .trace_identifiable {
1327 /* Rules for the user profile page */
1332 .userinformation-inner {
1347 .admin-user-info small {
1348 margin-bottom: $lineheight/2;
1350 margin-right: $lineheight;
1355 border-bottom: 1px solid #ccc;
1356 padding-bottom: $lineheight;
1359 margin-bottom: $lineheight/2;
1364 margin-top: $lineheight;
1368 .activity-details p {
1373 #friends-container .contact-activity ul {
1378 p#no_home_location {
1379 margin: $lineheight;
1382 margin-top: $lineheight/4;
1387 /* Rules for the user map */
1389 .content_map .leaflet-popup-content {
1390 margin: $lineheight/2;
1394 /* Rules for user popups on maps */
1400 margin-top: 0 0 0 60px;
1403 img.user_thumbnail {
1405 margin: 0 $lineheight/2 0 0;
1409 /* Rules for the user list */
1412 font-size: $lineheight/2;
1416 vertical-align: middle;
1425 #user_list_actions {
1427 margin-top: $lineheight/2;
1430 /* Rules for the diary list page */
1434 margin-top: $lineheight/2;
1435 padding-top: $lineheight;
1436 border-top: 1px solid #ccc;
1439 margin-bottom: $lineheight;
1443 margin-bottom: $lineheight/2;
1448 img.user_thumbnail {
1457 ul.secondary-actions {
1458 display: inline-block;
1462 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1466 /* Rules for the diary entry page */
1473 border: 1px solid #ccc;
1475 margin-bottom: $lineheight;
1478 border-top: 1px solid #ccc;
1479 padding-top: $lineheight;
1480 margin-top: $lineheight/2;
1486 margin-top: $lineheight/2;
1487 border-top: 1px dashed #ccc;
1488 padding-top: $lineheight/2;
1490 margin-top: $lineheight;
1491 padding-top: $lineheight;
1492 border-top: 1px solid #ccc;
1495 margin-bottom: $lineheight/2;
1504 .diary_entry-view img.user_thumbnail {
1508 /* Rules for the log in page */
1510 #login_openid_buttons {
1514 #login_openid_buttons li {
1516 padding: $lineheight/4 $lineheight/2;
1519 /* Rules for the account confirmation page */
1523 border: 1px solid #ccc;
1524 padding: $lineheight;
1525 margin-bottom: $lineheight;
1531 background: $lightblue;
1533 background: darken($lightblue, $hovercolor);
1543 /* Rules for the account settings page */
1545 #accountForm .user_map {
1549 border: 1px solid #ccc;
1552 #accountForm .user_image {
1556 #accountForm #user_image {
1560 #accountForm ul.accountImage-options {
1573 display: inline !important;
1576 .content_map.settings_map {
1581 /* Rules for the oauth settings page */
1583 .oauth_clients .buttons .oauth-edit {
1584 border-radius: 2px 0 0 2px;
1587 .oauth_clients .buttons .oauth-delete {
1588 border-radius: 0 2px 2px 0;
1591 /* Rules for messages pages */
1595 border: 1px solid #ddd;
1597 input[type="submit"] {
1601 border-top: 1px solid #ccc;
1605 background: #f8f8ff;
1618 padding: $lineheight/4;
1629 border-right: 1px solid $lightgrey;
1633 .inbox-row .inbox-mark-read {
1638 margin-bottom: $lineheight;
1639 padding: $lineheight/4 0px 4px 0px;
1640 border-bottom: 1px solid #ccc;
1647 .info-line .user_thumbnail_tiny {
1648 vertical-align: middle;
1657 .inbox-row-unread .inbox-mark-unread {
1661 .message-read .message-buttons {
1662 margin-top: $lineheight;
1663 padding-top: $lineheight;
1664 border-top: 1px solid $lightgrey;
1667 .message-read .buttons .mark-unread-button {
1671 /* Rules for "flash" notice boxes shown at the top of the content area */
1674 padding: $lineheight;
1675 background-color: #ff7070;
1679 padding: $lineheight;
1680 background-color: #ffe0cc;
1684 padding: $lineheight;
1685 background-color: #CBEEA7;
1688 /* Rules for highlighting fields with rails validation errors */
1690 .field_with_errors {
1692 background-color: #ff7070;
1693 display: inline-block;
1697 display: inline-block;
1703 background-color: #ff7070;
1706 /* Rules for rails validation error boxes */
1710 border: 2px solid #ff7070;
1711 padding: 0 $lineheight/2;
1712 margin-bottom: $lineheight;
1713 background-color: #f0f0f0;
1716 margin: 0 -10px 10px -10px;
1717 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1720 background-color: #c00;
1728 padding: $lineheight/4;
1732 padding-left: $lineheight;
1741 /* Rules for forms */
1745 margin-bottom: $lineheight;
1747 label.standard-label {
1749 margin-bottom: $lineheight/4;
1750 font-size: $typeheight;
1754 label.standard-label.secondary {
1755 display: inline-block;
1756 font-weight: normal;
1759 font-weight: normal;
1766 margin-top: $lineheight;
1767 padding-top: $lineheight;
1768 border-top: 1px solid $lightgrey;
1770 .horizontal-list .form-row {
1772 padding-right: 10px;
1775 margin-bottom: $lineheight/2;
1783 input[type="checkbox"],
1784 input[type="radio"] {
1790 #remember_me_openid {
1794 input[type="checkbox"],
1795 input[type="radio"] {
1800 input[type="email"],
1802 input[type="password"],
1804 border: 1px solid #ccc;
1815 /* Rules for user images */
1820 border: 1px solid #ccc;
1821 margin-bottom: $lineheight;
1823 margin-right: $lineheight;
1826 img.user_thumbnail {
1829 border: 1px solid #ccc;
1830 margin-right: $lineheight;
1833 img.user_thumbnail_tiny {
1836 border: 1px solid #ccc;
1839 /* Rules for geo microformats */
1842 border-bottom: none;
1845 /* Rules for RSS buttons */
1852 /* General styles for action lists / subnavs / pager navs */
1854 ul.secondary-actions {
1859 display: inline-block;
1866 border-left: 1px solid #ccc;
1867 padding-left: $lineheight/2;
1868 margin-right: $lineheight/2;
1879 div.secondary-actions {
1881 border-top: 1px solid #ccc;
1885 /* Utility for managing inner content areas */
1887 .inner22 { padding: $lineheight;}
1889 .inner12 { padding: $lineheight/2 $lineheight;}
1891 .inner11 { padding: $lineheight/2;}
1893 .inner20 { padding: $lineheight 0;}
1895 .inner02 { padding: 0 $lineheight;}
1897 /* Utility for general button styles */
1899 input[type="button"],
1900 input[type="submit"],
1901 input[type="reset"],
1905 display: inline-block;
1907 padding: $lineheight/4 $lineheight/2;
1908 min-height: 20px + $lineheight/2;
1910 margin: 0 0 $lineheight/2 0;
1915 -moz-border-radius: 2px;
1917 background: darken($blue, $hovercolor);
1918 text-decoration: none;
1921 background: $lightblue;
1923 background: darken($lightblue, $hovercolor);
1927 background: $lightgrey;
1929 background: $lightgrey;
1939 input[type="submit"],
1940 input[type="button"],
1941 input[type="reset"],
1943 box-sizing: border-box;
1949 border-right:1px solid white;
1950 text-overflow: ellipsis;
1951 white-space: nowrap;
1955 .button:first-child {
1956 border-radius:2px 0 0 2px;
1959 .button:last-child {
1960 border-radius:0 2px 2px 0;
1961 border-right-width: 0;
1965 *[value="Hide"] + input:last-child,
1966 *[value="Hide"] + .button:last-child {
1968 border-right-width: 0;
1970 /* if a 3-button set has a hidden middle button */
1971 *[value="Hide"] + input:nth-child(3),
1972 *[value="Hide"] + .button:nth-child(3) {
1973 border-radius:0 2px 2px 0;
1974 border-right-width: 0;
1976 /* if a 3-button set starts with a hidden button */
1977 *[value="Hide"] + input:nth-child(2):not(:last-child),
1978 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1979 border-radius:2px 0 0 2px;
1980 border-right-width: 1px;
1984 /* Rules for doing distinct colour of alternate table rows */
1988 background: $offwhite;
1996 /* Rules for OpenID logo */
1999 vertical-align: text-bottom;
2003 /* Rules for rich text */
2008 padding-bottom: $lineheight/2;
2009 border-bottom: 1px dashed #cccccc;
2010 margin-bottom: $lineheight/2;
2022 font-size: $typeheight;
2027 background: #e8e8e8;
2033 background: #e8e8e8;
2042 padding: $lineheight;
2043 background-color: $offwhite;
2050 border-left: $lineheight solid $offwhite;
2051 padding-left: $lineheight;
2057 padding-left: $lineheight;
2058 margin-bottom: $lineheight;
2059 margin-left: $lineheight;
2067 list-style: decimal;
2071 .diary_post .richtext {
2072 margin-top: $lineheight;
2075 .comments .richtext {
2080 /* Rules for rich text editors */
2082 .richtext_container {
2083 margin-bottom: $lineheight;
2087 display: inline-block;
2088 vertical-align: top;
2091 display: inline-block;
2092 padding: $lineheight;
2093 background-color: $offwhite;
2097 background-image: image-url("loading.gif");
2098 background-repeat: no-repeat;
2099 background-position: center;
2109 display: inline-block;
2110 vertical-align: top;
2112 background-color: #f8f8ff;
2113 padding: $lineheight/2;
2121 border-bottom: 1px solid #ccc;
2122 margin-bottom: $lineheight/4;
2123 padding-bottom: $lineheight/4;
2126 li h4, li span, li p {
2127 display: inline-block;
2128 vertical-align: top;
2139 margin-left: $lineheight/2;
2140 margin-bottom: $lineheight/4;
2141 white-space: nowrap;
2146 /* Rules for the user notes list */
2150 background-color: #eeeeee;
2162 /* Rules for the notes interface */
2164 .leaflet-popup-content .note {
2165 padding-top: $lineheight/2;
2168 .leaflet-popup-content .note {
2170 margin-bottom: $lineheight/2;
2174 margin-top: $lineheight/2;
2180 left: $lineheight/4;
2187 padding-left: $lineheight;
2190 .permalink:hover span {
2196 background-color: #ffe0cc;
2198 margin-bottom: $lineheight/2;
2217 margin-top: $lineheight/4;
2222 /* Rules for the iD editor */
2229 /* Rules for dropdown menus */
2236 *margin-bottom: -3px;
2239 .dropdown-toggle:active,
2240 .open .dropdown-toggle {
2245 display: inline-block;
2248 vertical-align: top;
2249 border-top: 4px solid #000000;
2250 border-right: 4px solid transparent;
2251 border-left: 4px solid transparent;
2271 background-color: #ffffff;
2272 border: 1px solid #ccc;
2273 *border-right-width: 2px;
2274 *border-bottom-width: 2px;
2275 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2276 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2277 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2278 -webkit-background-clip: padding-box;
2279 -moz-background-clip: padding;
2280 background-clip: padding-box;
2283 .dropdown-menu.pull-right {
2288 .dropdown-menu .divider {
2292 *margin: -5px 0 5px;
2294 background-color: #e5e5e5;
2295 border-bottom: 1px solid #ffffff;
2298 .dropdown-menu > li > a {
2302 font-weight: normal;
2305 white-space: nowrap;
2308 .dropdown-menu > li > a:hover,
2309 .dropdown-menu > li > a:focus,
2310 .dropdown-submenu:hover > a,
2311 .dropdown-submenu:focus > a {
2313 text-decoration: none;
2314 background-color: $green;
2317 .dropdown-menu > .active > a,
2318 .dropdown-menu > .active > a:hover,
2319 .dropdown-menu > .active > a:focus {
2321 text-decoration: none;
2322 background-color: $green;
2326 .dropdown-menu > .disabled > a,
2327 .dropdown-menu > .disabled > a:hover,
2328 .dropdown-menu > .disabled > a:focus {
2332 .dropdown-menu > .disabled > a:hover,
2333 .dropdown-menu > .disabled > a:focus {
2334 text-decoration: none;
2336 background-color: transparent;
2337 background-image: none;
2344 .open > .dropdown-menu {
2348 .dropdown-backdrop {
2357 /* Rules for the "Welcome" page */
2368 background-image: image-url("welcome-sprite.png");
2369 background-size: 500px 250px;
2375 padding-bottom: 20px;
2377 margin-bottom: 10px;
2389 background-position: -50px 0;
2394 vertical-align: middle;
2398 background-position: -100px 0;
2402 background-position: -150px 0;
2406 background-position: -200px 0;
2410 background-position: -250px 0;
2414 background-position: -300px 0;
2423 text-decoration: none;
2428 background-color: $offwhite;
2432 background-color: #333;
2437 .site-about #content {
2438 //background-color: #000;
2439 background-color: #eee;
2440 background-position: 50% 50%;
2441 background-repeat: no-repeat;
2442 background-size: cover;
2443 background-attachment: fixed;
2445 &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2446 &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2447 &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2448 &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2449 &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2450 &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2454 font: 13px/20px Helvetica, Arial, sans-serif;
2459 text-shadow: #000 0px 1px 5px;
2467 white-space: nowrap;
2468 text-decoration: none;
2479 text-indent: -9999px;
2481 background: image-url('about/sprite.png') -120px 0px no-repeat;
2482 background-color: #000;
2483 background-color: rgba(0, 0, 0, 0.5);
2493 margin-bottom: 30px;
2496 .section:last-child {
2508 padding: 170px 40px 20px;
2510 background: rgba(0, 0, 0, .8);
2530 background-position: 0 50%;
2531 background-repeat: no-repeat;
2532 background-image: image-url('about/osm.png');
2533 background-size: cover;
2534 background-color: #76c551;
2544 padding: 20px 20px 20px 40px;
2545 font: 500 20px/24px Helvetica, Arial, sans-serif;
2546 white-space: nowrap;
2548 background: #76c551;
2552 display: inline-block;
2559 margin-bottom: 10px;
2566 vertical-align: middle;
2567 background: 40px 40px image-url('about/sprite.png') no-repeat;
2569 &.local { background-position: 0px 0px; }
2570 &.community { background-position: 0px -40px; }
2571 &.open { background-position: 0px -80px; }
2572 &.contributors { background-position: 0px -120px; }
2573 &.infringement { background-position: 0px -160px; }
2579 @media only screen and (max-width:960px) {
2580 .header-illustration.new-user-arm {