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 height: $headerHeight;
243 // border-bottom: $keyline;
247 h1, nav, nav > ul, nav > ul > li, .dropdown {
248 display: inline-block;
253 padding: $lineheight/2 $lineheight;
261 text-decoration: none;
268 vertical-align: middle;
273 padding: ($lineheight - 3) $lineheight ($lineheight + 3);
283 $border: 1px solid $green;
286 border-radius: $border-radius;
289 border-right: $border;
292 > a { border-radius: 0 $border-radius $border-radius 0; }
294 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
295 > a:hover { background: lighten($green, 30%); }
296 &.current > a:hover { background: $green; }
297 &.disabled > a:hover { background: lighten($green, 38%); }
299 > a.tab { border-right: 1px solid lighten($green, 30%); }
300 &.current > a.tab { border-right: 1px solid lighten($green, 10%); }
307 display: inline-block;
318 border-top-color: $green;
327 border-top-color: #ccc;
332 background-color: $green;
339 border-top-color: #fff;
350 display: inline-block;
351 text-decoration: none;
355 &:hover { color: darken($darkgrey, 10%); }
359 color: darken($darkgrey, 25%);
363 $border: 1px solid $grey;
367 border-radius: $border-radius;
371 border-right: $border;
376 border-radius: 0 $border-radius $border-radius 0;
379 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
380 &:hover a { background: lighten($darkgrey, 30%); }
390 padding: 5px 10px 5px 6px;
391 display: inline-block;
397 border-top-color: $grey;
401 img.user_thumbnail_tiny {
410 display: inline-block;
413 margin: 3px 0 3px 3px;
414 background-color: lighten($grey, 10%);
431 /* Utility for styling notification numbers */
434 padding: 2px $lineheight/4;
442 /* Rules for the message shown in place of the map when javascript is disabled */
451 /* Rules for bootstrap tooltips */
489 display: inline-block;
492 background-color: white;
499 border-color: transparent;
503 .tooltip.top .tooltip-arrow {
507 border-top-color: white;
508 border-width: 5px 5px 0;
511 .tooltip.right .tooltip-arrow {
515 border-right-color: white;
516 border-width: 5px 5px 5px 0;
519 .tooltip.left .tooltip-arrow {
523 border-left-color: white;
524 border-width: 5px 0 5px 5px;
527 .tooltip.bottom .tooltip-arrow {
531 border-bottom-color: white;
532 border-width: 0 5px 5px;
535 /* Rules for Leaflet maps */
537 .leaflet-control .control-button {
541 background-color: #333;
542 background-color: rgba(0,0,0,.6);
543 border-radius: 4px 0 0 4px;
548 background-color: black;
552 background-color: #9ed485;
556 background-color: #333;
557 background-color: rgba(0,0,0,.5);
566 .leaflet-control .zoomin,
567 .control-layers .control-button {
569 border-radius: 4px 0 0 0;
572 .leaflet-control .zoomout,
573 .control-key .control-button {
578 .control-locate .control-button,
579 .control-share .control-button {
580 border-radius: 0 0 0 4px;
583 /* Rules for the sidebar and main map area */
602 width: $sidebarWidth;
605 padding: $lineheight $lineheight $lineheight/2;
672 border-bottom: 1px solid #DDD;
682 border:1px solid #ddd;
705 border: 2px solid #fff;
708 transition: border-color 0.08s ease-in;
715 border-bottom-right-radius: 3px;
719 text-stroke: 2px #fff;
720 background: rgba(255,255,255,.9);
726 input[type="radio"] {
731 &.active { border-color: darken($green, 10%); }
734 &.active { border-color: darken($green, 20%); }
753 text-decoration: none;
754 background-color: $lightblue;
759 border-right: 1px solid #fff;
760 border-radius: 4px 0 0 4px;
764 border-left: 1px solid #fff;
765 border-radius: 0 4px 4px 0;
769 background-color: $blue;
781 font-family: monospace;
802 .leaflet-top.leaflet-right {
803 top: $lineheight !important;
805 margin-right: 0px !important;
806 margin-top: 0px !important;
810 .leaflet-popup-scrolled {
811 padding-right: $lineheight;
812 border-bottom: 0px !important;
813 border-top: 0px !important;
816 .leaflet-popup-content-wrapper {
817 border-radius: 4px !important;
818 -webkit-border-radius: 4px !important;
821 /* Rules for attribution text under the main map shown on printouts */
827 .attribution_license,
828 .attribution_project {
832 .attribution_notice {
836 /* Rules for the sidebar */
840 padding: $lineheight/2 $lineheight;
841 // background: $offwhite;
842 // border-bottom: 1px solid #ccc;
860 margin: $lineheight auto;
866 /* Rules for the search box */
870 padding: $lineheight/2 $lineheight;
871 background-color: $lightgrey;
882 border-radius: 2px 0 0 2px;
884 transition: 300ms linear;
885 -webkit-transition: 300ms linear;
886 -moz-transition: 300ms linear;
891 box-shadow: 0px 0px 7px #9ED485;
898 border-radius: 0 2px 2px 0;
910 /* Rules for donation request box */
914 padding: $lineheight/4 $lineheight;
915 border: 1px solid $green;
916 font-size: $typeheight;
921 margin: $lineheight/2 $lineheight;
925 text-decoration: none;
929 /* Rules for rotating sidebar ads */
937 border-bottom: 1px solid #ccc;
952 /* Rules for the map key which appears in the popout sidebar */
955 .mapkey-table-key img {
961 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
965 /* Rules for search results which appear in the popout sidebar */
967 .search_results_entry {
969 border-bottom: $keyline;
970 &:first-child { border-top: $keyline; }
982 .search_results_error {
986 /* Rules for data browser information which appears in the popout sidebar */
990 .browse_show_list.button {
1007 /* Rules for entity history */
1011 border-bottom: $keyline;
1019 /* Rules for the changeset list shown by the history tab */
1021 #sidebar .changesets {
1023 padding: $lineheight;
1024 border-bottom: $keyline;
1027 &.selected { background: lighten($green, 35%); }
1036 /* Rules for the data browser */
1047 .paginate ul, .note-comments ul {
1052 margin-bottom: 10px;
1055 padding: 5px 0 5px 10px;
1057 border: 1px solid #CCC;
1058 border-radius: 4px 4px 0 0;
1059 background-color: #F6F6F6;
1065 background-color: #FFF;
1066 border: 1px solid #CCC;
1068 border-radius: 0 0 4px 4px;
1073 border: 1px solid #CCC;
1078 border-bottom: 1px solid #CCC;
1087 display: inline-block;
1096 background-color: #F6F6F6;
1097 border-radius: 4px 0 0 4px;
1101 border-left: 1px solid #CCC;
1106 /* Rules for export information which appears in the popout sidebar */
1112 .export_area_inputs {
1113 margin-bottom: $lineheight/2;
1114 input[type="text"] {
1121 margin: $lineheight/4;
1129 padding-bottom: 5px;
1138 margin-bottom: 10px;
1143 /* Rules for edit pages */
1158 /* Rules for non-map content pages */
1161 background: $lightgrey;
1163 h1 { font-size: 22px; }
1168 margin-bottom: $lineheight;
1172 margin-top: $lineheight/2;
1180 padding: $lineheight;
1183 /* Overrides for pages that use new layout conventions */
1188 .content-body .content-inner {
1197 .content-heading .content-inner {
1202 .header-illustration {
1203 background-position: 0 0;
1204 background-repeat: no-repeat;
1212 background-image: image-url("sign-up-illustration.png");
1216 background-image: image-url("confirm-illustration.png");
1220 background-image: image-url("terms-illustration.png");
1228 background-image: image-url("sign-up-illustration-arm.png");
1233 @media only screen and (max-width:900px) {
1234 .header-illustration.new-user-arm {
1239 #content.maximised {
1252 #slim_container_content {
1254 background-color: #FFFFFF;
1255 margin: $lineheight/2 auto;
1257 border-radius: 25px;
1258 -moz-border-radius: 25px;
1259 border: 1px solid #e6e6e6;
1263 margin: $lineheight/2;
1268 margin-bottom: 15px;
1273 margin: 30px $lineheight/2;
1276 margin-right: $lineheight/4;
1278 vertical-align: middle;
1279 margin-bottom: $lineheight/4;
1280 margin-right: $lineheight/4;
1284 /* Rules for small maps in content areas */
1290 border: 1px solid #ccc;
1291 margin-bottom: $lineheight;
1295 /* Rules for the trace list shown by the traces tab etc */
1298 font-size: $lineheight/2;
1315 .trace_identifiable {
1328 /* Rules for the user profile page */
1333 .userinformation-inner {
1348 .admin-user-info small {
1349 margin-bottom: $lineheight/2;
1351 margin-right: $lineheight;
1356 border-bottom: 1px solid #ccc;
1357 padding-bottom: $lineheight;
1360 margin-bottom: $lineheight/2;
1365 margin-top: $lineheight;
1369 .activity-details p {
1374 #friends-container .contact-activity ul {
1379 p#no_home_location {
1380 margin: $lineheight;
1383 margin-top: $lineheight/4;
1388 /* Rules for the user map */
1390 .content_map .leaflet-popup-content {
1391 margin: $lineheight/2;
1395 /* Rules for user popups on maps */
1401 margin-top: 0 0 0 60px;
1404 img.user_thumbnail {
1406 margin: 0 $lineheight/2 0 0;
1410 /* Rules for the user list */
1413 font-size: $lineheight/2;
1417 vertical-align: middle;
1426 #user_list_actions {
1428 margin-top: $lineheight/2;
1431 /* Rules for the diary list page */
1435 margin-top: $lineheight/2;
1436 padding-top: $lineheight;
1437 border-top: 1px solid #ccc;
1440 margin-bottom: $lineheight;
1444 margin-bottom: $lineheight/2;
1449 img.user_thumbnail {
1458 ul.secondary-actions {
1459 display: inline-block;
1463 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1467 /* Rules for the diary entry page */
1474 border: 1px solid #ccc;
1476 margin-bottom: $lineheight;
1479 border-top: 1px solid #ccc;
1480 padding-top: $lineheight;
1481 margin-top: $lineheight/2;
1487 margin-top: $lineheight/2;
1488 border-top: 1px dashed #ccc;
1489 padding-top: $lineheight/2;
1491 margin-top: $lineheight;
1492 padding-top: $lineheight;
1493 border-top: 1px solid #ccc;
1496 margin-bottom: $lineheight/2;
1505 .diary_entry-view img.user_thumbnail {
1509 /* Rules for the log in page */
1511 #login_openid_buttons {
1515 #login_openid_buttons li {
1517 padding: $lineheight/4 $lineheight/2;
1520 /* Rules for the account confirmation page */
1524 border: 1px solid #ccc;
1525 padding: $lineheight;
1526 margin-bottom: $lineheight;
1532 background: $lightblue;
1534 background: darken($lightblue, $hovercolor);
1544 /* Rules for the account settings page */
1546 #accountForm .user_map {
1550 border: 1px solid #ccc;
1553 #accountForm .user_image {
1557 #accountForm #user_image {
1561 #accountForm ul.accountImage-options {
1574 display: inline !important;
1577 .content_map.settings_map {
1582 /* Rules for the oauth settings page */
1584 .oauth_clients .buttons .oauth-edit {
1585 border-radius: 2px 0 0 2px;
1588 .oauth_clients .buttons .oauth-delete {
1589 border-radius: 0 2px 2px 0;
1592 /* Rules for messages pages */
1596 border: 1px solid #ddd;
1598 input[type="submit"] {
1602 border-top: 1px solid #ccc;
1606 background: #f8f8ff;
1619 padding: $lineheight/4;
1630 border-right: 1px solid $lightgrey;
1634 .inbox-row .inbox-mark-read {
1639 margin-bottom: $lineheight;
1640 padding: $lineheight/4 0px 4px 0px;
1641 border-bottom: 1px solid #ccc;
1648 .info-line .user_thumbnail_tiny {
1649 vertical-align: middle;
1658 .inbox-row-unread .inbox-mark-unread {
1662 .message-read .message-buttons {
1663 margin-top: $lineheight;
1664 padding-top: $lineheight;
1665 border-top: 1px solid $lightgrey;
1668 .message-read .buttons .mark-unread-button {
1672 /* Rules for "flash" notice boxes shown at the top of the content area */
1675 padding: $lineheight;
1676 background-color: #ff7070;
1680 padding: $lineheight;
1681 background-color: #ffe0cc;
1685 padding: $lineheight;
1686 background-color: #CBEEA7;
1689 /* Rules for highlighting fields with rails validation errors */
1691 .field_with_errors {
1693 background-color: #ff7070;
1694 display: inline-block;
1698 display: inline-block;
1704 background-color: #ff7070;
1707 /* Rules for rails validation error boxes */
1711 border: 2px solid #ff7070;
1712 padding: 0 $lineheight/2;
1713 margin-bottom: $lineheight;
1714 background-color: #f0f0f0;
1717 margin: 0 -10px 10px -10px;
1718 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1721 background-color: #c00;
1729 padding: $lineheight/4;
1733 padding-left: $lineheight;
1742 /* Rules for forms */
1746 margin-bottom: $lineheight;
1748 label.standard-label {
1750 margin-bottom: $lineheight/4;
1751 font-size: $typeheight;
1755 label.standard-label.secondary {
1756 display: inline-block;
1757 font-weight: normal;
1760 font-weight: normal;
1767 margin-top: $lineheight;
1768 padding-top: $lineheight;
1769 border-top: 1px solid $lightgrey;
1771 .horizontal-list .form-row {
1773 padding-right: 10px;
1776 margin-bottom: $lineheight/2;
1784 input[type="checkbox"],
1785 input[type="radio"] {
1791 #remember_me_openid {
1795 input[type="checkbox"],
1796 input[type="radio"] {
1801 input[type="email"],
1803 input[type="password"],
1805 border: 1px solid #ccc;
1816 /* Rules for user images */
1821 border: 1px solid #ccc;
1822 margin-bottom: $lineheight;
1824 margin-right: $lineheight;
1827 img.user_thumbnail {
1830 border: 1px solid #ccc;
1831 margin-right: $lineheight;
1834 img.user_thumbnail_tiny {
1837 border: 1px solid #ccc;
1840 /* Rules for geo microformats */
1843 border-bottom: none;
1846 /* Rules for RSS buttons */
1853 /* General styles for action lists / subnavs / pager navs */
1855 ul.secondary-actions {
1860 display: inline-block;
1867 border-left: 1px solid #ccc;
1868 padding-left: $lineheight/2;
1869 margin-right: $lineheight/2;
1880 div.secondary-actions {
1882 border-top: 1px solid #ccc;
1886 /* Utility for managing inner content areas */
1888 .inner22 { padding: $lineheight;}
1890 .inner12 { padding: $lineheight/2 $lineheight;}
1892 .inner11 { padding: $lineheight/2;}
1894 .inner20 { padding: $lineheight 0;}
1896 .inner02 { padding: 0 $lineheight;}
1898 /* Utility for general button styles */
1900 input[type="button"],
1901 input[type="submit"],
1902 input[type="reset"],
1906 display: inline-block;
1908 padding: $lineheight/4 $lineheight/2;
1909 min-height: 20px + $lineheight/2;
1911 margin: 0 0 $lineheight/2 0;
1916 -moz-border-radius: 2px;
1918 background: darken($blue, $hovercolor);
1919 text-decoration: none;
1922 background: $lightblue;
1924 background: darken($lightblue, $hovercolor);
1928 background: $lightgrey;
1930 background: $lightgrey;
1940 input[type="submit"],
1941 input[type="button"],
1942 input[type="reset"],
1944 box-sizing: border-box;
1950 border-right:1px solid white;
1951 text-overflow: ellipsis;
1952 white-space: nowrap;
1956 .button:first-child {
1957 border-radius:2px 0 0 2px;
1960 .button:last-child {
1961 border-radius:0 2px 2px 0;
1962 border-right-width: 0;
1966 *[value="Hide"] + input:last-child,
1967 *[value="Hide"] + .button:last-child {
1969 border-right-width: 0;
1971 /* if a 3-button set has a hidden middle button */
1972 *[value="Hide"] + input:nth-child(3),
1973 *[value="Hide"] + .button:nth-child(3) {
1974 border-radius:0 2px 2px 0;
1975 border-right-width: 0;
1977 /* if a 3-button set starts with a hidden button */
1978 *[value="Hide"] + input:nth-child(2):not(:last-child),
1979 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1980 border-radius:2px 0 0 2px;
1981 border-right-width: 1px;
1985 /* Rules for doing distinct colour of alternate table rows */
1989 background: $offwhite;
1997 /* Rules for OpenID logo */
2000 vertical-align: text-bottom;
2004 /* Rules for rich text */
2009 padding-bottom: $lineheight/2;
2010 border-bottom: 1px dashed #cccccc;
2011 margin-bottom: $lineheight/2;
2023 font-size: $typeheight;
2028 background: #e8e8e8;
2034 background: #e8e8e8;
2043 padding: $lineheight;
2044 background-color: $offwhite;
2051 border-left: $lineheight solid $offwhite;
2052 padding-left: $lineheight;
2058 padding-left: $lineheight;
2059 margin-bottom: $lineheight;
2060 margin-left: $lineheight;
2068 list-style: decimal;
2072 .diary_post .richtext {
2073 margin-top: $lineheight;
2076 .comments .richtext {
2081 /* Rules for rich text editors */
2083 .richtext_container {
2084 margin-bottom: $lineheight;
2088 display: inline-block;
2089 vertical-align: top;
2092 display: inline-block;
2093 padding: $lineheight;
2094 background-color: $offwhite;
2098 background-image: image-url("loading.gif");
2099 background-repeat: no-repeat;
2100 background-position: center;
2110 display: inline-block;
2111 vertical-align: top;
2113 background-color: #f8f8ff;
2114 padding: $lineheight/2;
2122 border-bottom: 1px solid #ccc;
2123 margin-bottom: $lineheight/4;
2124 padding-bottom: $lineheight/4;
2127 li h4, li span, li p {
2128 display: inline-block;
2129 vertical-align: top;
2140 margin-left: $lineheight/2;
2141 margin-bottom: $lineheight/4;
2142 white-space: nowrap;
2147 /* Rules for the user notes list */
2151 background-color: #eeeeee;
2163 /* Rules for the notes interface */
2165 .leaflet-popup-content .note {
2166 padding-top: $lineheight/2;
2169 .leaflet-popup-content .note {
2171 margin-bottom: $lineheight/2;
2175 margin-top: $lineheight/2;
2181 left: $lineheight/4;
2188 padding-left: $lineheight;
2191 .permalink:hover span {
2197 background-color: #ffe0cc;
2199 margin-bottom: $lineheight/2;
2218 margin-top: $lineheight/4;
2223 /* Rules for the iD editor */
2230 /* Rules for dropdown menus */
2237 *margin-bottom: -3px;
2240 .dropdown-toggle:active,
2241 .open .dropdown-toggle {
2246 display: inline-block;
2249 vertical-align: top;
2250 border-top: 4px solid #000000;
2251 border-right: 4px solid transparent;
2252 border-left: 4px solid transparent;
2272 background-color: #ffffff;
2273 border: 1px solid #ccc;
2274 *border-right-width: 2px;
2275 *border-bottom-width: 2px;
2276 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2277 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2278 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2279 -webkit-background-clip: padding-box;
2280 -moz-background-clip: padding;
2281 background-clip: padding-box;
2284 .dropdown-menu.pull-right {
2289 .dropdown-menu .divider {
2293 *margin: -5px 0 5px;
2295 background-color: #e5e5e5;
2296 border-bottom: 1px solid #ffffff;
2299 .dropdown-menu > li > a {
2303 font-weight: normal;
2306 white-space: nowrap;
2309 .dropdown-menu > li > a:hover,
2310 .dropdown-menu > li > a:focus,
2311 .dropdown-submenu:hover > a,
2312 .dropdown-submenu:focus > a {
2314 text-decoration: none;
2315 background-color: $green;
2318 .dropdown-menu > .active > a,
2319 .dropdown-menu > .active > a:hover,
2320 .dropdown-menu > .active > a:focus {
2322 text-decoration: none;
2323 background-color: $green;
2327 .dropdown-menu > .disabled > a,
2328 .dropdown-menu > .disabled > a:hover,
2329 .dropdown-menu > .disabled > a:focus {
2333 .dropdown-menu > .disabled > a:hover,
2334 .dropdown-menu > .disabled > a:focus {
2335 text-decoration: none;
2337 background-color: transparent;
2338 background-image: none;
2345 .open > .dropdown-menu {
2349 .dropdown-backdrop {
2358 /* Rules for the "Welcome" page */
2369 background-image: image-url("welcome-sprite.png");
2370 background-size: 500px 250px;
2376 padding-bottom: 20px;
2378 margin-bottom: 10px;
2390 background-position: -50px 0;
2395 vertical-align: middle;
2399 background-position: -100px 0;
2403 background-position: -150px 0;
2407 background-position: -200px 0;
2411 background-position: -250px 0;
2415 background-position: -300px 0;
2424 text-decoration: none;
2429 background-color: $offwhite;
2433 background-color: #333;
2438 .site-about #content {
2439 //background-color: #000;
2440 background-color: #eee;
2441 background-position: 50% 50%;
2442 background-repeat: no-repeat;
2443 background-size: cover;
2444 background-attachment: fixed;
2446 &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2447 &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2448 &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2449 &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2450 &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2451 &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2455 font: 13px/20px Helvetica, Arial, sans-serif;
2460 text-shadow: #000 0px 1px 5px;
2468 white-space: nowrap;
2469 text-decoration: none;
2480 text-indent: -9999px;
2482 background: image-url('about/sprite.png') -120px 0px no-repeat;
2483 background-color: #000;
2484 background-color: rgba(0, 0, 0, 0.5);
2494 margin-bottom: 30px;
2497 .section:last-child {
2509 padding: 170px 40px 20px;
2511 background: rgba(0, 0, 0, .8);
2531 background-position: 0 50%;
2532 background-repeat: no-repeat;
2533 background-image: image-url('about/osm.png');
2534 background-size: cover;
2535 background-color: #76c551;
2545 padding: 20px 20px 20px 40px;
2546 font: 500 20px/24px Helvetica, Arial, sans-serif;
2547 white-space: nowrap;
2549 background: #76c551;
2553 display: inline-block;
2560 margin-bottom: 10px;
2567 vertical-align: middle;
2568 background: 40px 40px image-url('about/sprite.png') no-repeat;
2570 &.local { background-position: 0px 0px; }
2571 &.community { background-position: 0px -40px; }
2572 &.open { background-position: 0px -80px; }
2573 &.contributors { background-position: 0px -120px; }
2574 &.infringement { background-position: 0px -160px; }