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.check { background-position: -220px 0; }
185 .icon.note { background-position: -240px 0; }
186 .icon.gear { background-position: -260px 0; }
188 /* Rules for links */
192 text-decoration: none;
193 -webkit-appearance: none;
196 text-decoration: underline;
200 /* Rules for horizontal lines */
204 background-color: #ccc;
209 /* General styles for tables */
213 margin-bottom: $lineheight;
216 padding: $lineheight/4;
217 line-height: $lineheight;
224 vertical-align: middle;
228 /* Utility for de-emphasizing content */
237 /* Rules for the header */
240 height: $headerHeight;
242 // border-bottom: $keyline;
246 h1, nav, nav > ul, nav > ul > li, .dropdown {
247 display: inline-block;
252 padding: $lineheight/2 $lineheight;
260 text-decoration: none;
267 vertical-align: middle;
272 padding: ($lineheight - 3) $lineheight ($lineheight + 3);
282 $border: 1px solid $green;
285 border-radius: $border-radius;
288 border-right: $border;
291 > a { border-radius: 0 $border-radius $border-radius 0; }
293 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
294 > a:hover { background: lighten($green, 30%); }
295 &.current > a:hover { background: $green; }
296 &.disabled > a:hover { background: lighten($green, 38%); }
298 > a.tab { border-right: 1px solid lighten($green, 30%); }
299 &.current > a.tab { border-right: 1px solid lighten($green, 10%); }
306 display: inline-block;
317 border-top-color: $green;
326 border-top-color: #ccc;
331 background-color: $green;
338 border-top-color: #fff;
349 display: inline-block;
350 text-decoration: none;
354 &:hover { color: darken($darkgrey, 10%); }
358 color: darken($darkgrey, 25%);
362 $border: 1px solid $grey;
366 border-radius: $border-radius;
370 border-right: $border;
375 border-radius: 0 $border-radius $border-radius 0;
378 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
379 &:hover a { background: lighten($darkgrey, 30%); }
389 padding: 5px 10px 5px 6px;
390 display: inline-block;
396 border-top-color: $grey;
400 img.user_thumbnail_tiny {
409 display: inline-block;
412 margin: 3px 0 3px 3px;
413 background-color: lighten($grey, 10%);
430 /* Utility for styling notification numbers */
433 padding: 2px $lineheight/4;
441 /* Rules for the message shown in place of the map when javascript is disabled */
450 /* Rules for bootstrap tooltips */
488 display: inline-block;
491 background-color: white;
498 border-color: transparent;
502 .tooltip.top .tooltip-arrow {
506 border-top-color: white;
507 border-width: 5px 5px 0;
510 .tooltip.right .tooltip-arrow {
514 border-right-color: white;
515 border-width: 5px 5px 5px 0;
518 .tooltip.left .tooltip-arrow {
522 border-left-color: white;
523 border-width: 5px 0 5px 5px;
526 .tooltip.bottom .tooltip-arrow {
530 border-bottom-color: white;
531 border-width: 0 5px 5px;
534 /* Rules for Leaflet maps */
536 .leaflet-control .control-button {
540 background-color: #333;
541 background-color: rgba(0,0,0,.6);
542 border-radius: 4px 0 0 4px;
547 background-color: black;
551 background-color: #9ed485;
555 background-color: #333;
556 background-color: rgba(0,0,0,.5);
565 .leaflet-control .zoomin,
566 .control-layers .control-button {
568 border-radius: 4px 0 0 0;
571 .leaflet-control .zoomout,
572 .control-key .control-button {
577 .control-locate .control-button,
578 .control-share .control-button {
579 border-radius: 0 0 0 4px;
582 /* Rules for the sidebar and main map area */
601 width: $sidebarWidth;
604 padding: $lineheight $lineheight $lineheight/2;
671 border-bottom: 1px solid #DDD;
681 border:1px solid #ddd;
704 border: 2px solid #fff;
707 transition: border-color 0.08s ease-in;
718 text-stroke: 2px #fff;
719 background: rgba(255,255,255,.8);
725 input[type="radio"] {
726 vertical-align: middle;
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%); }
1031 /* Rules for the data browser */
1042 .paginate ul, .note-comments ul {
1047 margin-bottom: 10px;
1050 padding: 5px 0 5px 10px;
1052 border: 1px solid #CCC;
1053 border-radius: 4px 4px 0 0;
1054 background-color: #F6F6F6;
1060 background-color: #FFF;
1061 border: 1px solid #CCC;
1063 border-radius: 0 0 4px 4px;
1068 border: 1px solid #CCC;
1073 border-bottom: 1px solid #CCC;
1082 display: inline-block;
1091 background-color: #F6F6F6;
1092 border-radius: 4px 0 0 4px;
1096 border-left: 1px solid #CCC;
1101 /* Rules for the changeset details */
1104 .browse-section.header {
1106 border-bottom: 1px solid #ccc;
1110 border-bottom: none;
1115 /* Rules for export information which appears in the popout sidebar */
1121 .export_area_inputs {
1122 margin-bottom: $lineheight/2;
1123 input[type="text"] {
1130 margin: $lineheight/4;
1138 padding-bottom: 5px;
1147 margin-bottom: 10px;
1152 /* Rules for edit pages */
1167 /* Rules for non-map content pages */
1170 background: $lightgrey;
1172 h1 { font-size: 22px; }
1177 margin-bottom: $lineheight;
1181 margin-top: $lineheight/2;
1189 padding: $lineheight;
1192 /* Overrides for pages that use new layout conventions */
1197 .content-body .content-inner {
1206 .content-heading .content-inner {
1211 .header-illustration {
1212 background-position: 0 0;
1213 background-repeat: no-repeat;
1221 background-image: image-url("sign-up-illustration.png");
1225 background-image: image-url("confirm-illustration.png");
1229 background-image: image-url("terms-illustration.png");
1237 background-image: image-url("sign-up-illustration-arm.png");
1242 @media only screen and (max-width:900px) {
1243 .header-illustration.new-user-arm {
1248 #content.maximised {
1261 #slim_container_content {
1263 background-color: #FFFFFF;
1264 margin: $lineheight/2 auto;
1266 border-radius: 25px;
1267 -moz-border-radius: 25px;
1268 border: 1px solid #e6e6e6;
1272 margin: $lineheight/2;
1277 margin-bottom: 15px;
1282 margin: 30px $lineheight/2;
1285 margin-right: $lineheight/4;
1287 vertical-align: middle;
1288 margin-bottom: $lineheight/4;
1289 margin-right: $lineheight/4;
1293 /* Rules for small maps in content areas */
1299 border: 1px solid #ccc;
1300 margin-bottom: $lineheight;
1304 /* Rules for the trace list shown by the traces tab etc */
1307 font-size: $lineheight/2;
1324 .trace_identifiable {
1337 /* Rules for the user profile page */
1342 .userinformation-inner {
1357 .admin-user-info small {
1358 margin-bottom: $lineheight/2;
1360 margin-right: $lineheight;
1365 border-bottom: 1px solid #ccc;
1366 padding-bottom: $lineheight;
1369 margin-bottom: $lineheight/2;
1374 margin-top: $lineheight;
1378 .activity-details p {
1383 #friends-container .contact-activity ul {
1388 p#no_home_location {
1389 margin: $lineheight;
1392 margin-top: $lineheight/4;
1397 /* Rules for the user map */
1399 .content_map .leaflet-popup-content {
1400 margin: $lineheight/2;
1404 /* Rules for user popups on maps */
1410 margin-top: 0 0 0 60px;
1413 img.user_thumbnail {
1415 margin: 0 $lineheight/2 0 0;
1419 /* Rules for the user list */
1422 font-size: $lineheight/2;
1426 vertical-align: middle;
1435 #user_list_actions {
1437 margin-top: $lineheight/2;
1440 /* Rules for the diary list page */
1444 margin-top: $lineheight/2;
1445 padding-top: $lineheight;
1446 border-top: 1px solid #ccc;
1449 margin-bottom: $lineheight;
1453 margin-bottom: $lineheight/2;
1458 img.user_thumbnail {
1467 ul.secondary-actions {
1468 display: inline-block;
1472 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1476 /* Rules for the diary entry page */
1483 border: 1px solid #ccc;
1485 margin-bottom: $lineheight;
1488 border-top: 1px solid #ccc;
1489 padding-top: $lineheight;
1490 margin-top: $lineheight/2;
1496 margin-top: $lineheight/2;
1497 border-top: 1px dashed #ccc;
1498 padding-top: $lineheight/2;
1500 margin-top: $lineheight;
1501 padding-top: $lineheight;
1502 border-top: 1px solid #ccc;
1505 margin-bottom: $lineheight/2;
1514 .diary_entry-view img.user_thumbnail {
1518 /* Rules for the log in page */
1520 #login_openid_buttons {
1524 #login_openid_buttons li {
1526 padding: $lineheight/4 $lineheight/2;
1529 /* Rules for the account confirmation page */
1533 border: 1px solid #ccc;
1534 padding: $lineheight;
1535 margin-bottom: $lineheight;
1541 background: $lightblue;
1543 background: darken($lightblue, $hovercolor);
1553 /* Rules for the account settings page */
1555 #accountForm .user_map {
1559 border: 1px solid #ccc;
1562 #accountForm .user_image {
1566 #accountForm #user_image {
1570 #accountForm ul.accountImage-options {
1583 display: inline !important;
1586 .content_map.settings_map {
1591 /* Rules for the oauth settings page */
1593 .oauth_clients .buttons .oauth-edit {
1594 border-radius: 2px 0 0 2px;
1597 .oauth_clients .buttons .oauth-delete {
1598 border-radius: 0 2px 2px 0;
1601 /* Rules for messages pages */
1605 border: 1px solid #ddd;
1607 input[type="submit"] {
1611 border-top: 1px solid #ccc;
1615 background: #f8f8ff;
1628 padding: $lineheight/4;
1639 border-right: 1px solid $lightgrey;
1643 .inbox-row .inbox-mark-read {
1648 margin-bottom: $lineheight;
1649 padding: $lineheight/4 0px 4px 0px;
1650 border-bottom: 1px solid #ccc;
1657 .info-line .user_thumbnail_tiny {
1658 vertical-align: middle;
1667 .inbox-row-unread .inbox-mark-unread {
1671 .message-read .message-buttons {
1672 margin-top: $lineheight;
1673 padding-top: $lineheight;
1674 border-top: 1px solid $lightgrey;
1677 .message-read .buttons .mark-unread-button {
1681 /* Rules for "flash" notice boxes shown at the top of the content area */
1684 padding: $lineheight;
1685 background-color: #ff7070;
1689 padding: $lineheight;
1690 background-color: #ffe0cc;
1694 padding: $lineheight;
1695 background-color: #CBEEA7;
1698 /* Rules for highlighting fields with rails validation errors */
1700 .field_with_errors {
1702 background-color: #ff7070;
1703 display: inline-block;
1707 display: inline-block;
1713 background-color: #ff7070;
1716 /* Rules for rails validation error boxes */
1720 border: 2px solid #ff7070;
1721 padding: 0 $lineheight/2;
1722 margin-bottom: $lineheight;
1723 background-color: #f0f0f0;
1726 margin: 0 -10px 10px -10px;
1727 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1730 background-color: #c00;
1738 padding: $lineheight/4;
1742 padding-left: $lineheight;
1751 /* Rules for forms */
1755 margin-bottom: $lineheight;
1757 label.standard-label {
1759 margin-bottom: $lineheight/4;
1760 font-size: $typeheight;
1764 label.standard-label.secondary {
1765 display: inline-block;
1766 font-weight: normal;
1769 font-weight: normal;
1776 margin-top: $lineheight;
1777 padding-top: $lineheight;
1778 border-top: 1px solid $lightgrey;
1780 .horizontal-list .form-row {
1782 padding-right: 10px;
1785 margin-bottom: $lineheight/2;
1793 input[type="checkbox"],
1794 input[type="radio"] {
1800 #remember_me_openid {
1804 input[type="checkbox"],
1805 input[type="radio"] {
1810 input[type="email"],
1812 input[type="password"],
1814 border: 1px solid #ccc;
1825 /* Rules for user images */
1830 border: 1px solid #ccc;
1831 margin-bottom: $lineheight;
1833 margin-right: $lineheight;
1836 img.user_thumbnail {
1839 border: 1px solid #ccc;
1840 margin-right: $lineheight;
1843 img.user_thumbnail_tiny {
1846 border: 1px solid #ccc;
1849 /* Rules for geo microformats */
1852 border-bottom: none;
1855 /* Rules for RSS buttons */
1862 /* General styles for action lists / subnavs / pager navs */
1864 ul.secondary-actions {
1869 display: inline-block;
1876 border-left: 1px solid #ccc;
1877 padding-left: $lineheight/2;
1878 margin-right: $lineheight/2;
1889 div.secondary-actions {
1891 border-top: 1px solid #ccc;
1895 /* Utility for managing inner content areas */
1897 .inner22 { padding: $lineheight;}
1899 .inner12 { padding: $lineheight/2 $lineheight;}
1901 .inner11 { padding: $lineheight/2;}
1903 .inner20 { padding: $lineheight 0;}
1905 .inner02 { padding: 0 $lineheight;}
1907 /* Utility for general button styles */
1909 input[type="button"],
1910 input[type="submit"],
1911 input[type="reset"],
1915 display: inline-block;
1917 padding: $lineheight/4 $lineheight/2;
1918 min-height: 20px + $lineheight/2;
1920 margin: 0 0 $lineheight/2 0;
1925 -moz-border-radius: 2px;
1927 background: darken($blue, $hovercolor);
1928 text-decoration: none;
1931 background: $lightblue;
1933 background: darken($lightblue, $hovercolor);
1937 background: $lightgrey;
1939 background: $lightgrey;
1949 input[type="submit"],
1950 input[type="button"],
1951 input[type="reset"],
1953 box-sizing: border-box;
1959 border-right:1px solid white;
1960 text-overflow: ellipsis;
1961 white-space: nowrap;
1965 .button:first-child {
1966 border-radius:2px 0 0 2px;
1969 .button:last-child {
1970 border-radius:0 2px 2px 0;
1971 border-right-width: 0;
1975 *[value="Hide"] + input:last-child,
1976 *[value="Hide"] + .button:last-child {
1978 border-right-width: 0;
1980 /* if a 3-button set has a hidden middle button */
1981 *[value="Hide"] + input:nth-child(3),
1982 *[value="Hide"] + .button:nth-child(3) {
1983 border-radius:0 2px 2px 0;
1984 border-right-width: 0;
1986 /* if a 3-button set starts with a hidden button */
1987 *[value="Hide"] + input:nth-child(2):not(:last-child),
1988 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1989 border-radius:2px 0 0 2px;
1990 border-right-width: 1px;
1994 /* Rules for doing distinct colour of alternate table rows */
1998 background: $offwhite;
2006 /* Rules for OpenID logo */
2009 vertical-align: text-bottom;
2013 /* Rules for rich text */
2018 padding-bottom: $lineheight/2;
2019 border-bottom: 1px dashed #cccccc;
2020 margin-bottom: $lineheight/2;
2032 font-size: $typeheight;
2037 background: #e8e8e8;
2043 background: #e8e8e8;
2052 padding: $lineheight;
2053 background-color: $offwhite;
2060 border-left: $lineheight solid $offwhite;
2061 padding-left: $lineheight;
2067 padding-left: $lineheight;
2068 margin-bottom: $lineheight;
2069 margin-left: $lineheight;
2077 list-style: decimal;
2081 .diary_post .richtext {
2082 margin-top: $lineheight;
2085 .comments .richtext {
2090 /* Rules for rich text editors */
2092 .richtext_container {
2093 margin-bottom: $lineheight;
2097 display: inline-block;
2098 vertical-align: top;
2101 display: inline-block;
2102 padding: $lineheight;
2103 background-color: $offwhite;
2107 background-image: image-url("loading.gif");
2108 background-repeat: no-repeat;
2109 background-position: center;
2119 display: inline-block;
2120 vertical-align: top;
2122 background-color: #f8f8ff;
2123 padding: $lineheight/2;
2131 border-bottom: 1px solid #ccc;
2132 margin-bottom: $lineheight/4;
2133 padding-bottom: $lineheight/4;
2136 li h4, li span, li p {
2137 display: inline-block;
2138 vertical-align: top;
2149 margin-left: $lineheight/2;
2150 margin-bottom: $lineheight/4;
2151 white-space: nowrap;
2156 /* Rules for the user notes list */
2160 background-color: #eeeeee;
2172 /* Rules for the notes interface */
2174 .leaflet-popup-content .note {
2175 padding-top: $lineheight/2;
2178 .leaflet-popup-content .note {
2180 margin-bottom: $lineheight/2;
2184 margin-top: $lineheight/2;
2190 left: $lineheight/4;
2197 padding-left: $lineheight;
2200 .permalink:hover span {
2206 background-color: #ffe0cc;
2208 margin-bottom: $lineheight/2;
2227 margin-top: $lineheight/4;
2232 /* Rules for the iD editor */
2239 /* Rules for dropdown menus */
2246 *margin-bottom: -3px;
2249 .dropdown-toggle:active,
2250 .open .dropdown-toggle {
2255 display: inline-block;
2258 vertical-align: top;
2259 border-top: 4px solid #000000;
2260 border-right: 4px solid transparent;
2261 border-left: 4px solid transparent;
2281 background-color: #ffffff;
2282 border: 1px solid #ccc;
2283 *border-right-width: 2px;
2284 *border-bottom-width: 2px;
2285 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2286 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2287 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2288 -webkit-background-clip: padding-box;
2289 -moz-background-clip: padding;
2290 background-clip: padding-box;
2293 .dropdown-menu.pull-right {
2298 .dropdown-menu .divider {
2302 *margin: -5px 0 5px;
2304 background-color: #e5e5e5;
2305 border-bottom: 1px solid #ffffff;
2308 .dropdown-menu > li > a {
2312 font-weight: normal;
2315 white-space: nowrap;
2318 .dropdown-menu > li > a:hover,
2319 .dropdown-menu > li > a:focus,
2320 .dropdown-submenu:hover > a,
2321 .dropdown-submenu:focus > a {
2323 text-decoration: none;
2324 background-color: $green;
2327 .dropdown-menu > .active > a,
2328 .dropdown-menu > .active > a:hover,
2329 .dropdown-menu > .active > a:focus {
2331 text-decoration: none;
2332 background-color: $green;
2336 .dropdown-menu > .disabled > a,
2337 .dropdown-menu > .disabled > a:hover,
2338 .dropdown-menu > .disabled > a:focus {
2342 .dropdown-menu > .disabled > a:hover,
2343 .dropdown-menu > .disabled > a:focus {
2344 text-decoration: none;
2346 background-color: transparent;
2347 background-image: none;
2354 .open > .dropdown-menu {
2358 .dropdown-backdrop {
2367 /* Rules for the "Welcome" page */
2378 background-image: image-url("welcome-sprite.png");
2379 background-size: 500px 250px;
2385 padding-bottom: 20px;
2387 margin-bottom: 10px;
2399 background-position: -50px 0;
2404 vertical-align: middle;
2408 background-position: -100px 0;
2412 background-position: -150px 0;
2416 background-position: -200px 0;
2420 background-position: -250px 0;
2424 background-position: -300px 0;
2433 text-decoration: none;
2438 background-color: $offwhite;
2442 background-color: #333;
2447 .site-about #content {
2448 background-color: #000;
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; }