15 $keyline: 1px solid $grey;
17 /* Styles common to large and small screens */
19 /* Minimal CSS reset */
21 html, body, ul, ol, li, form, fieldset, legend, h1, h2, h3, h4, h5, h6, p, input {
28 fieldset,img { border: 0; }
30 legend { color: #000; }
32 sup { vertical-align: text-top; }
34 sub { vertical-align: text-bottom; }
37 border-collapse: collapse;
41 li { list-style: none; }
46 body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; }
49 border-bottom: .1em dotted;
53 /* Micro Clearfix | Details: http://nicolasgallagher.com/micro-clearfix-hack/ */
67 .col0 { float:left; width:04.1666%; }
68 .col1 { float:left; width:08.3333%; }
69 .col2 { float:left; width:16.6666%; }
70 .col3 { float:left; width:25.0000%; }
71 .col4 { float:left; width:33.3333%; }
72 .col5 { float:left; width:41.6666%; }
73 .col6 { float:left; width:50.0000%; }
74 .col7 { float:left; width:58.3333%; }
75 .col8 { float:left; width:66.6666%; }
76 .col9 { float:left; width:75.0000%; }
77 .col10 { float:left; width:83.3333%; }
78 .col11 { float:left; width:91.6666%; }
79 .col12 { width:100%; }
81 .margin0 { margin-left:04.1666%; }
82 .margin1 { margin-left:08.3333%; }
83 .margin2 { margin-left:16.6666%; }
84 .margin3 { margin-left:25.0000%; }
85 .margin4 { margin-left:33.3333%; }
86 .margin5 { margin-left:41.6666%; }
87 .margin6 { margin-left:50.0000%; }
88 .margin7 { margin-left:58.3333%; }
89 .margin8 { margin-left:66.6666%; }
90 .margin9 { margin-left:75.0000%; }
91 .margin10 { margin-left:83.3333%; }
92 .margin11 { margin-left:91.6666%; }
93 .margin12 { margin-left:100.0000%; }
95 .fillL { background-color: white; }
97 /* Default rules for the body of every page */
100 -webkit-box-sizing: border-box;
101 -moz-box-sizing: border-box;
102 box-sizing: border-box;
106 font-family: 'Helvetica Neue',Arial,sans-serif;
107 font-size: $typeheight;
110 background-color: #fff;
117 background-color: #f0f0f0;
144 margin: 0 0 $lineheight/2 0;
148 vertical-align: middle;
149 margin-right: $lineheight/4;
152 /* Rules for icons */
155 display:inline-block;
159 background:transparent image-url("sprite.png") no-repeat 0 0;
164 .icon.search { background-position: 0 0; }
165 .icon.donate { background-position: -20px 0; }
166 .icon.zoomin { background-position: -40px 0; }
167 .icon.zoomout { background-position: -60px 0; }
168 .icon.geolocate { background-position: -80px 0; }
169 .active .icon.geolocate { background-position: -80px -20px; }
170 .icon.layers { background-position: -100px 0; }
171 .icon.key { background-position: -120px 0; }
172 .icon.share { background-position: -140px 0; }
173 .icon.clipboard { background-position: -160px 0; }
174 .icon.link { background-position: -180px 0; }
175 .icon.close { background-position: -200px 0; }
176 .icon.check { background-position: -220px 0; }
177 .icon.note { background-position: -240px 0; }
178 .icon.gear { background-position: -260px 0; }
180 /* Rules for links */
184 text-decoration: none;
186 text-decoration: underline;
190 /* Rules for horizontal lines */
194 background-color: #ccc;
199 /* General styles for tables */
203 margin-bottom: $lineheight;
206 padding: $lineheight/4;
207 line-height: $lineheight;
214 vertical-align: middle;
218 /* Rules for the search box */
222 padding: $lineheight;
223 background-color: $lightgrey;
224 border-bottom: $keyline;
235 border-radius: 2px 0 0 2px;
237 transition: 300ms linear;
238 -webkit-transition: 300ms linear;
239 -moz-transition: 300ms linear;
244 box-shadow: 0px 0px 7px #9ED485;
251 border-radius: 0 2px 2px 0;
263 /* Utility for de-emphasizing content */
272 /* Rules for donation request box */
277 padding: $lineheight/4;
278 border: 1px solid #AED1A0;
280 font-size: $typeheight;
285 margin: $lineheight/2 auto;
289 text-decoration: none;
293 /* Rules for the header */
296 height: $headerHeight;
298 border-bottom: $keyline;
301 h1, nav, nav > ul, nav > ul > li, .dropdown {
302 display: inline-block;
307 padding: $lineheight;
315 text-decoration: none;
321 vertical-align: middle;
326 border-right: $keyline;
336 $border: 1px solid darken($green, 20%);
342 border-right: $border;
343 &:last-child { border-right: 0; }
349 display: inline-block;
360 border-right: 1px solid lighten($green, 20%);
364 border-top-color: $green;
372 border-top-color: #ccc;
377 background-color: $green;
384 border-top-color: #fff;
395 display: inline-block;
397 text-decoration: none;
403 color: darken($darkgrey, 25%);
407 $border: 1px solid $grey;
414 border-right: $border;
415 &:last-child { border-right: 0; }
424 border-top-color: $grey;
428 img.user_thumbnail_tiny {
432 border-radius: 2px 0 0 2px;
436 display: inline-block;
440 background-color: $grey;
441 border-radius: 0 2px 2px 0;
456 /* Utility for styling notification numbers */
459 padding: 2px $lineheight/4;
467 /* Rules for the message shown in place of the map when javascript is disabled */
476 /* Rules for bootstrap tooltips */
514 display: inline-block;
517 background-color: white;
524 border-color: transparent;
528 .tooltip.top .tooltip-arrow {
532 border-top-color: white;
533 border-width: 5px 5px 0;
536 .tooltip.right .tooltip-arrow {
540 border-right-color: white;
541 border-width: 5px 5px 5px 0;
544 .tooltip.left .tooltip-arrow {
548 border-left-color: white;
549 border-width: 5px 0 5px 5px;
552 .tooltip.bottom .tooltip-arrow {
556 border-bottom-color: white;
557 border-width: 0 5px 5px;
560 /* Rules for Leaflet maps */
562 .leaflet-control .control-button {
566 background-color: #333;
567 background-color: rgba(0,0,0,.6);
568 border-radius: 4px 0 0 4px;
573 background-color: black;
577 background-color: #9ed485;
581 background-color: #333;
582 background-color: rgba(0,0,0,.5);
591 .leaflet-control .zoomin,
592 .control-layers .control-button {
594 border-radius: 4px 0 0 0;
597 .leaflet-control .zoomout,
598 .control-key .control-button {
603 .control-locate .control-button,
604 .control-share .control-button {
605 border-radius: 0 0 0 4px;
608 /* Rules for the home page */
625 border-bottom: 1px solid #DDD;
635 border:1px solid #ddd;
655 padding: 5px 5px 5px 7px;
656 background-color: #eee;
661 background-color: #ccc;
679 text-decoration: none;
680 background-color: $lightblue;
685 border-right: 1px solid #fff;
686 border-radius: 4px 0 0 4px;
690 border-left: 1px solid #fff;
691 border-radius: 0 4px 4px 0;
695 background-color: $blue;
707 font-family: monospace;
728 .leaflet-top.leaflet-right {
729 top: $lineheight !important;
731 margin-right: 0px !important;
732 margin-top: 0px !important;
736 .leaflet-popup-scrolled {
737 padding-right: $lineheight;
738 border-bottom: 0px !important;
739 border-top: 0px !important;
742 .leaflet-popup-content-wrapper {
743 border-radius: 4px !important;
744 -webkit-border-radius: 4px !important;
747 /* Rules for attribution text under the main map shown on printouts */
753 .attribution_license,
754 .attribution_project {
758 .attribution_notice {
762 /* Rules for the sidebar */
765 border-right: $keyline;
772 padding: $lineheight;
773 border-bottom: $keyline;
802 padding: $lineheight/2 $lineheight;
803 background: $offwhite;
804 border-bottom: 1px solid #ccc;
824 /* Rules for the map key which appears in the popout sidebar */
827 .mapkey-table-key img {
833 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
837 /* Rules for search results which appear in the popout sidebar */
840 margin-top: $lineheight/4;
841 margin-bottom: $lineheight/4;
844 .search_results_entry {
847 margin: $lineheight auto;
853 border-bottom: 1px solid #ccc;
865 .search_results_error {
869 /* Rules for data browser information which appears in the popout sidebar */
873 .browse_show_list.button {
898 /* Rules for export information which appears in the popout sidebar */
904 .export_area_inputs {
905 margin-bottom: $lineheight/2;
913 margin: $lineheight/4;
916 /* Rules for the sidebar and main content area */
939 width: $sidebarWidth;
944 background: $lightgrey;
945 border-bottom: $keyline;
950 margin-bottom: $lineheight;
954 margin-top: $lineheight/2;
962 padding: $lineheight;
965 /* Overrides for pages that use new layout conventions */
970 .content-body .content-inner {
979 .content-heading .content-inner {
984 .header-illustration {
985 background-position: 0 0;
986 background-repeat: no-repeat;
994 background-image: image-url("sign-up-illustration.png");
998 background-image: image-url("confirm-illustration.png");
1002 background-image: image-url("terms-illustration.png");
1010 background-image: image-url("sign-up-illustration-arm.png");
1015 @media only screen and (max-width:900px) {
1016 .header-illustration.new-user-arm {
1021 #content.maximised {
1034 #slim_container_content {
1036 background-color: #FFFFFF;
1037 margin: $lineheight/2 auto;
1039 border-radius: 25px;
1040 -moz-border-radius: 25px;
1041 border: 1px solid #e6e6e6;
1045 margin: $lineheight/2;
1050 margin-bottom: 15px;
1055 margin: 30px $lineheight/2;
1058 margin-right: $lineheight/4;
1060 vertical-align: middle;
1061 margin-bottom: $lineheight/4;
1062 margin-right: $lineheight/4;
1066 /* Rules for small maps in content areas */
1072 border: 1px solid #ccc;
1073 margin-bottom: $lineheight;
1077 /* Rules for the changeset list shown by the history tab */
1079 #sidebar .changesets {
1081 padding: $lineheight;
1082 border-bottom: $keyline;
1086 /* Rules for the data browser */
1088 body.browse #sidebar_content {
1091 border-bottom: 1px solid #CCC;
1095 margin-bottom: 10px;
1098 padding: 5px 0 5px 10px;
1100 border: 1px solid #CCC;
1101 border-radius: 4px 4px 0 0;
1102 background-color: #F6F6F6;
1108 background-color: #FFF;
1109 border: 1px solid #CCC;
1111 border-radius: 0 0 4px 4px;
1116 border: 1px solid #CCC;
1121 border-bottom: 1px solid #CCC;
1130 display: inline-block;
1139 background-color: #F6F6F6;
1140 border-radius: 4px 0 0 4px;
1144 border-left: 1px solid #CCC;
1149 /* Rules for the trace list shown by the traces tab etc */
1152 font-size: $lineheight/2;
1169 .trace_identifiable {
1182 /* Rules for the user profile page */
1187 .userinformation-inner {
1202 .admin-user-info small {
1203 margin-bottom: $lineheight/2;
1205 margin-right: $lineheight;
1210 border-bottom: 1px solid #ccc;
1211 padding-bottom: $lineheight;
1214 margin-bottom: $lineheight/2;
1219 margin-top: $lineheight;
1223 .activity-details p {
1228 #friends-container .contact-activity ul {
1233 p#no_home_location {
1234 margin: $lineheight;
1237 margin-top: $lineheight/4;
1242 /* Rules for the user map */
1244 .content_map .leaflet-popup-content {
1245 margin: $lineheight/2;
1249 /* Rules for user popups on maps */
1255 margin-top: 0 0 0 60px;
1258 img.user_thumbnail {
1260 margin: 0 $lineheight/2 0 0;
1264 /* Rules for the user list */
1267 font-size: $lineheight/2;
1271 vertical-align: middle;
1280 #user_list_actions {
1282 margin-top: $lineheight/2;
1285 /* Rules for the diary list page */
1289 margin-top: $lineheight/2;
1290 padding-top: $lineheight;
1291 border-top: 1px solid #ccc;
1294 margin-bottom: $lineheight;
1298 margin-bottom: $lineheight/2;
1303 img.user_thumbnail {
1312 ul.secondary-actions {
1313 display: inline-block;
1317 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1321 /* Rules for the diary entry page */
1328 border: 1px solid #ccc;
1330 margin-bottom: $lineheight;
1333 border-top: 1px solid #ccc;
1334 padding-top: $lineheight;
1335 margin-top: $lineheight/2;
1341 margin-top: $lineheight/2;
1342 border-top: 1px dashed #ccc;
1343 padding-top: $lineheight/2;
1345 margin-top: $lineheight;
1346 padding-top: $lineheight;
1347 border-top: 1px solid #ccc;
1350 margin-bottom: $lineheight/2;
1359 .diary_entry-view img.user_thumbnail {
1363 /* Rules for the log in page */
1365 #login_openid_buttons {
1369 #login_openid_buttons li {
1371 padding: $lineheight/4 $lineheight/2;
1374 /* Rules for the account confirmation page */
1378 border: 1px solid #ccc;
1379 padding: $lineheight;
1380 margin-bottom: $lineheight;
1386 background: $lightblue;
1388 background: darken($lightblue, $hovercolor);
1398 /* Rules for the account settings page */
1400 #accountForm .user_map {
1404 border: 1px solid #ccc;
1407 #accountForm .user_image {
1411 #accountForm #user_image {
1415 #accountForm ul.accountImage-options {
1428 display: inline !important;
1431 .content_map.settings_map {
1436 /* Rules for the oauth settings page */
1438 .oauth_clients .buttons .oauth-edit {
1439 border-radius: 2px 0 0 2px;
1442 .oauth_clients .buttons .oauth-delete {
1443 border-radius: 0 2px 2px 0;
1446 /* Rules for messages pages */
1450 border: 1px solid #ddd;
1452 input[type="submit"] {
1456 border-top: 1px solid #ccc;
1460 background: #f8f8ff;
1473 padding: $lineheight/4;
1484 border-right: 1px solid $lightgrey;
1488 .inbox-row .inbox-mark-read {
1493 margin-bottom: $lineheight;
1494 padding: $lineheight/4 0px 4px 0px;
1495 border-bottom: 1px solid #ccc;
1502 .info-line .user_thumbnail_tiny {
1503 vertical-align: middle;
1512 .inbox-row-unread .inbox-mark-unread {
1516 .message-read .message-buttons {
1517 margin-top: $lineheight;
1518 padding-top: $lineheight;
1519 border-top: 1px solid $lightgrey;
1522 .message-read .buttons .mark-unread-button {
1526 /* Rules for "flash" notice boxes shown at the top of the content area */
1529 padding: $lineheight;
1531 background-color: #ff7070;
1534 background-color: #ffe0cc;
1537 background-color: #CBEEA7;
1541 /* Rules for highlighting fields with rails validation errors */
1543 .field_with_errors {
1545 background-color: #ff7070;
1546 display: inline-block;
1550 display: inline-block;
1556 background-color: #ff7070;
1559 /* Rules for rails validation error boxes */
1563 border: 2px solid #ff7070;
1564 padding: 0 $lineheight/2;
1565 margin-bottom: $lineheight;
1566 background-color: #f0f0f0;
1569 margin: 0 -10px 10px -10px;
1570 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1573 background-color: #c00;
1581 padding: $lineheight/4;
1585 padding-left: $lineheight;
1594 /* Rules for forms */
1598 margin-bottom: $lineheight;
1600 label.standard-label {
1602 margin-bottom: $lineheight/4;
1603 font-size: $typeheight;
1607 label.standard-label.secondary {
1608 display: inline-block;
1609 font-weight: normal;
1612 font-weight: normal;
1619 margin-top: $lineheight;
1620 padding-top: $lineheight;
1621 border-top: 1px solid $lightgrey;
1623 .horizontal-list .form-row {
1625 padding-right: 10px;
1628 margin-bottom: $lineheight/2;
1636 input[type="checkbox"],
1637 input[type="radio"] {
1643 #remember_me_openid {
1647 input[type="checkbox"],
1648 input[type="radio"] {
1653 input[type="email"],
1655 input[type="password"],
1657 border: 1px solid #ccc;
1668 /* Rules for user images */
1673 border: 1px solid #ccc;
1674 margin-bottom: $lineheight;
1676 margin-right: $lineheight;
1679 img.user_thumbnail {
1682 border: 1px solid #ccc;
1683 margin-right: $lineheight;
1686 img.user_thumbnail_tiny {
1689 border: 1px solid #ccc;
1692 /* Rules for geo microformats */
1695 border-bottom: none;
1698 /* Rules for RSS buttons */
1705 /* General styles for action lists / subnavs / pager navs */
1707 ul.secondary-actions {
1712 display: inline-block;
1719 border-left: 1px solid #ccc;
1720 padding-left: $lineheight/4;
1721 margin-right: $lineheight/4;
1732 /* Utility for managing inner content areas */
1734 .inner22 { padding: $lineheight;}
1736 .inner12 { padding: $lineheight/2 $lineheight;}
1738 .inner11 { padding: $lineheight/2;}
1740 .inner20 { padding: $lineheight 0;}
1742 .inner02 { padding: 0 $lineheight;}
1744 /* Utility for general button styles */
1746 input[type="button"],
1747 input[type="submit"],
1748 input[type="reset"],
1752 display: inline-block;
1754 padding: $lineheight/4 $lineheight/2;
1755 min-height: 20px + $lineheight/2;
1757 margin: 0 0 $lineheight/2 0;
1762 -moz-border-radius: 2px;
1764 background: darken($blue, $hovercolor);
1765 text-decoration: none;
1768 background: $lightblue;
1770 background: darken($lightblue, $hovercolor);
1774 background: $lightgrey;
1776 background: $lightgrey;
1786 input[type="submit"],
1787 input[type="button"],
1788 input[type="reset"],
1790 box-sizing: border-box;
1796 border-right:1px solid white;
1797 text-overflow: ellipsis;
1798 white-space: nowrap;
1802 .button:first-child {
1803 border-radius:2px 0 0 2px;
1806 .button:last-child {
1807 border-radius:0 2px 2px 0;
1808 border-right-width: 0;
1812 *[value="Hide"] + input:last-child,
1813 *[value="Hide"] + .button:last-child {
1815 border-right-width: 0;
1817 /* if a 3-button set has a hidden middle button */
1818 *[value="Hide"] + input:nth-child(3),
1819 *[value="Hide"] + .button:nth-child(3) {
1820 border-radius:0 2px 2px 0;
1821 border-right-width: 0;
1823 /* if a 3-button set starts with a hidden button */
1824 *[value="Hide"] + input:nth-child(2):not(:last-child),
1825 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1826 border-radius:2px 0 0 2px;
1827 border-right-width: 1px;
1831 /* Rules for doing distinct colour of alternate table rows */
1835 background: $offwhite;
1843 /* Rules for OpenID logo */
1846 vertical-align: text-bottom;
1850 /* Rules for rich text */
1855 padding-bottom: $lineheight/2;
1856 border-bottom: 1px dashed #cccccc;
1857 margin-bottom: $lineheight/2;
1869 font-size: $typeheight;
1874 background: #e8e8e8;
1880 background: #e8e8e8;
1889 padding: $lineheight;
1890 background-color: $offwhite;
1897 border-left: $lineheight solid $offwhite;
1898 padding-left: $lineheight;
1904 padding-left: $lineheight;
1905 margin-bottom: $lineheight;
1906 margin-left: $lineheight;
1914 list-style: decimal;
1918 .diary_post .richtext {
1919 margin-top: $lineheight;
1922 .comments .richtext {
1927 /* Rules for rich text editors */
1929 .richtext_container {
1930 margin-bottom: $lineheight;
1934 display: inline-block;
1935 vertical-align: top;
1938 display: inline-block;
1939 padding: $lineheight;
1940 background-color: $offwhite;
1944 background-image: image-url("loading.gif");
1945 background-repeat: no-repeat;
1946 background-position: center;
1956 display: inline-block;
1957 vertical-align: top;
1959 background-color: #f8f8ff;
1960 padding: $lineheight/2;
1968 border-bottom: 1px solid #ccc;
1969 margin-bottom: $lineheight/4;
1970 padding-bottom: $lineheight/4;
1973 li h4, li span, li p {
1974 display: inline-block;
1975 vertical-align: top;
1986 margin-left: $lineheight/2;
1987 margin-bottom: $lineheight/4;
1988 white-space: nowrap;
1993 /* Rules for the user notes list */
1997 background-color: #eeeeee;
2009 /* Rules for the notes interface */
2011 .leaflet-popup-content .note {
2012 padding-top: $lineheight/2;
2015 .leaflet-popup-content .note {
2017 margin-bottom: $lineheight/2;
2021 margin-top: $lineheight/2;
2027 left: $lineheight/4;
2034 padding-left: $lineheight;
2037 .permalink:hover span {
2043 background-color: #ffe0cc;
2045 margin-bottom: $lineheight/2;
2064 margin-top: $lineheight/4;
2070 * Rules for the iD editor
2078 /* Rules for rotating sidebar ads */
2085 border-bottom: 1px solid #ccc;
2100 /* Rules for dropdown menus */
2107 *margin-bottom: -3px;
2110 .dropdown-toggle:active,
2111 .open .dropdown-toggle {
2116 display: inline-block;
2119 vertical-align: top;
2120 border-top: 4px solid #000000;
2121 border-right: 4px solid transparent;
2122 border-left: 4px solid transparent;
2142 background-color: #ffffff;
2143 border: 1px solid #ccc;
2144 *border-right-width: 2px;
2145 *border-bottom-width: 2px;
2146 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2147 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2148 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2149 -webkit-background-clip: padding-box;
2150 -moz-background-clip: padding;
2151 background-clip: padding-box;
2154 .dropdown-menu.pull-right {
2159 .dropdown-menu .divider {
2163 *margin: -5px 0 5px;
2165 background-color: #e5e5e5;
2166 border-bottom: 1px solid #ffffff;
2169 .dropdown-menu > li > a {
2173 font-weight: normal;
2176 white-space: nowrap;
2179 .dropdown-menu > li > a:hover,
2180 .dropdown-menu > li > a:focus,
2181 .dropdown-submenu:hover > a,
2182 .dropdown-submenu:focus > a {
2184 text-decoration: none;
2185 background-color: $green;
2188 .dropdown-menu > .active > a,
2189 .dropdown-menu > .active > a:hover,
2190 .dropdown-menu > .active > a:focus {
2192 text-decoration: none;
2193 background-color: $green;
2197 .dropdown-menu > .disabled > a,
2198 .dropdown-menu > .disabled > a:hover,
2199 .dropdown-menu > .disabled > a:focus {
2203 .dropdown-menu > .disabled > a:hover,
2204 .dropdown-menu > .disabled > a:focus {
2205 text-decoration: none;
2207 background-color: transparent;
2208 background-image: none;
2215 .open > .dropdown-menu {
2219 .dropdown-backdrop {
2228 /* Rules for the "Welcome" page */
2239 background-image: image-url("welcome-sprite.png");
2240 background-size: 500px 250px;
2246 padding-bottom: 20px;
2248 margin-bottom: 10px;
2260 background-position: -50px 0;
2265 vertical-align: middle;
2269 background-position: -100px 0;
2273 background-position: -150px 0;
2277 background-position: -200px 0;
2281 background-position: -250px 0;
2285 background-position: -300px 0;
2294 text-decoration: none;
2299 background-color: $offwhite;
2303 background-color: #333;
2308 .site-about #content {
2309 background-color: #000;
2310 background-position: 50% 50%;
2311 background-repeat: no-repeat;
2312 background-size: cover;
2313 background-attachment: fixed;
2315 &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2316 &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2317 &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2318 &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2319 &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2320 &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2324 font: italic 14px/20px 'Times New Roman', serif;
2329 text-shadow: #000 0px 1px 5px;
2336 white-space: nowrap;
2337 text-decoration: none;
2348 text-indent: -9999px;
2350 background: image-url('about/sprite.png') -120px 0px no-repeat;
2351 background-color: #000;
2352 background-color: rgba(0, 0, 0, 0.5);
2362 margin-bottom: 30px;
2365 .section:last-child {
2377 padding: 170px 20px 20px 20px;
2379 background: rgba(0, 0, 0, .8);
2397 background-position: 0 50%;
2398 background-repeat: no-repeat;
2399 background-image: image-url('about/osm.png');
2400 background-size: cover;
2401 background-color: #76c551;
2411 padding: 20px 20px 20px 40px;
2412 font: bold 24px/25px Helvetica, Arial, sans-serif;
2413 white-space: nowrap;
2419 display: inline-block;
2426 margin-bottom: 10px;
2433 vertical-align: middle;
2434 background: 40px 40px image-url('about/sprite.png') no-repeat;
2436 &.local { background-position: 0px 0px; }
2437 &.community { background-position: 0px -40px; }
2438 &.open { background-position: 0px -80px; }
2439 &.contributors { background-position: 0px -120px; }
2440 &.infringement { background-position: 0px -160px; }