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 /* Utility for de-emphasizing content */
227 /* Rules for the header */
230 height: $headerHeight;
232 border-bottom: $keyline;
235 h1, nav, nav > ul, nav > ul > li, .dropdown {
236 display: inline-block;
241 padding: $lineheight;
249 text-decoration: none;
255 vertical-align: middle;
260 border-right: $keyline;
270 $border: 1px solid darken($green, 20%);
276 border-right: $border;
277 &:last-child { border-right: 0; }
283 display: inline-block;
294 border-right: 1px solid lighten($green, 20%);
298 border-top-color: $green;
306 border-top-color: #ccc;
311 background-color: $green;
318 border-top-color: #fff;
329 display: inline-block;
331 text-decoration: none;
337 color: darken($darkgrey, 25%);
341 $border: 1px solid $grey;
348 border-right: $border;
349 &:last-child { border-right: 0; }
358 border-top-color: $grey;
362 img.user_thumbnail_tiny {
366 border-radius: 2px 0 0 2px;
370 display: inline-block;
374 background-color: $grey;
375 border-radius: 0 2px 2px 0;
390 /* Utility for styling notification numbers */
393 padding: 2px $lineheight/4;
401 /* Rules for the message shown in place of the map when javascript is disabled */
410 /* Rules for bootstrap tooltips */
448 display: inline-block;
451 background-color: white;
458 border-color: transparent;
462 .tooltip.top .tooltip-arrow {
466 border-top-color: white;
467 border-width: 5px 5px 0;
470 .tooltip.right .tooltip-arrow {
474 border-right-color: white;
475 border-width: 5px 5px 5px 0;
478 .tooltip.left .tooltip-arrow {
482 border-left-color: white;
483 border-width: 5px 0 5px 5px;
486 .tooltip.bottom .tooltip-arrow {
490 border-bottom-color: white;
491 border-width: 0 5px 5px;
494 /* Rules for Leaflet maps */
496 .leaflet-control .control-button {
500 background-color: #333;
501 background-color: rgba(0,0,0,.6);
502 border-radius: 4px 0 0 4px;
507 background-color: black;
511 background-color: #9ed485;
515 background-color: #333;
516 background-color: rgba(0,0,0,.5);
525 .leaflet-control .zoomin,
526 .control-layers .control-button {
528 border-radius: 4px 0 0 0;
531 .leaflet-control .zoomout,
532 .control-key .control-button {
537 .control-locate .control-button,
538 .control-share .control-button {
539 border-radius: 0 0 0 4px;
542 /* Rules for the sidebar and main map area */
561 width: $sidebarWidth;
562 border-right: $keyline;
565 padding: $lineheight;
566 border-bottom: $keyline;
618 border-bottom: 1px solid #DDD;
628 border:1px solid #ddd;
649 padding: 5px 5px 5px 7px;
650 background-color: #eee;
655 background-color: #ccc;
673 text-decoration: none;
674 background-color: $lightblue;
679 border-right: 1px solid #fff;
680 border-radius: 4px 0 0 4px;
684 border-left: 1px solid #fff;
685 border-radius: 0 4px 4px 0;
689 background-color: $blue;
701 font-family: monospace;
722 .leaflet-top.leaflet-right {
723 top: $lineheight !important;
725 margin-right: 0px !important;
726 margin-top: 0px !important;
730 .leaflet-popup-scrolled {
731 padding-right: $lineheight;
732 border-bottom: 0px !important;
733 border-top: 0px !important;
736 .leaflet-popup-content-wrapper {
737 border-radius: 4px !important;
738 -webkit-border-radius: 4px !important;
741 /* Rules for attribution text under the main map shown on printouts */
747 .attribution_license,
748 .attribution_project {
752 .attribution_notice {
756 /* Rules for the sidebar */
760 padding: $lineheight/2 $lineheight;
761 background: $offwhite;
762 border-bottom: 1px solid #ccc;
782 /* Rules for the search box */
786 padding: $lineheight;
787 background-color: $lightgrey;
788 border-bottom: $keyline;
799 border-radius: 2px 0 0 2px;
801 transition: 300ms linear;
802 -webkit-transition: 300ms linear;
803 -moz-transition: 300ms linear;
808 box-shadow: 0px 0px 7px #9ED485;
815 border-radius: 0 2px 2px 0;
827 /* Rules for donation request box */
832 padding: $lineheight/4;
833 border: 1px solid #AED1A0;
835 font-size: $typeheight;
840 margin: $lineheight/2 auto;
844 text-decoration: none;
848 /* Rules for rotating sidebar ads */
856 border-bottom: 1px solid #ccc;
871 /* Rules for the map key which appears in the popout sidebar */
874 .mapkey-table-key img {
880 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
884 /* Rules for search results which appear in the popout sidebar */
887 margin-top: $lineheight/4;
888 margin-bottom: $lineheight/4;
891 .search_results_entry {
894 margin: $lineheight auto;
900 border-bottom: 1px solid #ccc;
912 .search_results_error {
916 /* Rules for data browser information which appears in the popout sidebar */
920 .browse_show_list.button {
945 /* Rules for the changeset list shown by the history tab */
947 #sidebar .changesets {
949 padding: $lineheight;
950 border-bottom: $keyline;
954 /* Rules for the data browser */
959 border-bottom: 1px solid #CCC;
966 padding: 5px 0 5px 10px;
968 border: 1px solid #CCC;
969 border-radius: 4px 4px 0 0;
970 background-color: #F6F6F6;
976 background-color: #FFF;
977 border: 1px solid #CCC;
979 border-radius: 0 0 4px 4px;
984 border: 1px solid #CCC;
989 border-bottom: 1px solid #CCC;
998 display: inline-block;
1007 background-color: #F6F6F6;
1008 border-radius: 4px 0 0 4px;
1012 border-left: 1px solid #CCC;
1017 /* Rules for export information which appears in the popout sidebar */
1023 .export_area_inputs {
1024 margin-bottom: $lineheight/2;
1025 input[type="text"] {
1032 margin: $lineheight/4;
1035 /* Rules for edit pages */
1050 /* Rules for non-map content pages */
1053 background: $lightgrey;
1054 border-bottom: $keyline;
1059 margin-bottom: $lineheight;
1063 margin-top: $lineheight/2;
1071 padding: $lineheight;
1074 /* Overrides for pages that use new layout conventions */
1079 .content-body .content-inner {
1088 .content-heading .content-inner {
1093 .header-illustration {
1094 background-position: 0 0;
1095 background-repeat: no-repeat;
1103 background-image: image-url("sign-up-illustration.png");
1107 background-image: image-url("confirm-illustration.png");
1111 background-image: image-url("terms-illustration.png");
1119 background-image: image-url("sign-up-illustration-arm.png");
1124 @media only screen and (max-width:900px) {
1125 .header-illustration.new-user-arm {
1130 #content.maximised {
1143 #slim_container_content {
1145 background-color: #FFFFFF;
1146 margin: $lineheight/2 auto;
1148 border-radius: 25px;
1149 -moz-border-radius: 25px;
1150 border: 1px solid #e6e6e6;
1154 margin: $lineheight/2;
1159 margin-bottom: 15px;
1164 margin: 30px $lineheight/2;
1167 margin-right: $lineheight/4;
1169 vertical-align: middle;
1170 margin-bottom: $lineheight/4;
1171 margin-right: $lineheight/4;
1175 /* Rules for small maps in content areas */
1181 border: 1px solid #ccc;
1182 margin-bottom: $lineheight;
1186 /* Rules for the trace list shown by the traces tab etc */
1189 font-size: $lineheight/2;
1206 .trace_identifiable {
1219 /* Rules for the user profile page */
1224 .userinformation-inner {
1239 .admin-user-info small {
1240 margin-bottom: $lineheight/2;
1242 margin-right: $lineheight;
1247 border-bottom: 1px solid #ccc;
1248 padding-bottom: $lineheight;
1251 margin-bottom: $lineheight/2;
1256 margin-top: $lineheight;
1260 .activity-details p {
1265 #friends-container .contact-activity ul {
1270 p#no_home_location {
1271 margin: $lineheight;
1274 margin-top: $lineheight/4;
1279 /* Rules for the user map */
1281 .content_map .leaflet-popup-content {
1282 margin: $lineheight/2;
1286 /* Rules for user popups on maps */
1292 margin-top: 0 0 0 60px;
1295 img.user_thumbnail {
1297 margin: 0 $lineheight/2 0 0;
1301 /* Rules for the user list */
1304 font-size: $lineheight/2;
1308 vertical-align: middle;
1317 #user_list_actions {
1319 margin-top: $lineheight/2;
1322 /* Rules for the diary list page */
1326 margin-top: $lineheight/2;
1327 padding-top: $lineheight;
1328 border-top: 1px solid #ccc;
1331 margin-bottom: $lineheight;
1335 margin-bottom: $lineheight/2;
1340 img.user_thumbnail {
1349 ul.secondary-actions {
1350 display: inline-block;
1354 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1358 /* Rules for the diary entry page */
1365 border: 1px solid #ccc;
1367 margin-bottom: $lineheight;
1370 border-top: 1px solid #ccc;
1371 padding-top: $lineheight;
1372 margin-top: $lineheight/2;
1378 margin-top: $lineheight/2;
1379 border-top: 1px dashed #ccc;
1380 padding-top: $lineheight/2;
1382 margin-top: $lineheight;
1383 padding-top: $lineheight;
1384 border-top: 1px solid #ccc;
1387 margin-bottom: $lineheight/2;
1396 .diary_entry-view img.user_thumbnail {
1400 /* Rules for the log in page */
1402 #login_openid_buttons {
1406 #login_openid_buttons li {
1408 padding: $lineheight/4 $lineheight/2;
1411 /* Rules for the account confirmation page */
1415 border: 1px solid #ccc;
1416 padding: $lineheight;
1417 margin-bottom: $lineheight;
1423 background: $lightblue;
1425 background: darken($lightblue, $hovercolor);
1435 /* Rules for the account settings page */
1437 #accountForm .user_map {
1441 border: 1px solid #ccc;
1444 #accountForm .user_image {
1448 #accountForm #user_image {
1452 #accountForm ul.accountImage-options {
1465 display: inline !important;
1468 .content_map.settings_map {
1473 /* Rules for the oauth settings page */
1475 .oauth_clients .buttons .oauth-edit {
1476 border-radius: 2px 0 0 2px;
1479 .oauth_clients .buttons .oauth-delete {
1480 border-radius: 0 2px 2px 0;
1483 /* Rules for messages pages */
1487 border: 1px solid #ddd;
1489 input[type="submit"] {
1493 border-top: 1px solid #ccc;
1497 background: #f8f8ff;
1510 padding: $lineheight/4;
1521 border-right: 1px solid $lightgrey;
1525 .inbox-row .inbox-mark-read {
1530 margin-bottom: $lineheight;
1531 padding: $lineheight/4 0px 4px 0px;
1532 border-bottom: 1px solid #ccc;
1539 .info-line .user_thumbnail_tiny {
1540 vertical-align: middle;
1549 .inbox-row-unread .inbox-mark-unread {
1553 .message-read .message-buttons {
1554 margin-top: $lineheight;
1555 padding-top: $lineheight;
1556 border-top: 1px solid $lightgrey;
1559 .message-read .buttons .mark-unread-button {
1563 /* Rules for "flash" notice boxes shown at the top of the content area */
1566 padding: $lineheight;
1567 background-color: #ff7070;
1571 padding: $lineheight;
1572 background-color: #ffe0cc;
1576 padding: $lineheight;
1577 background-color: #CBEEA7;
1580 /* Rules for highlighting fields with rails validation errors */
1582 .field_with_errors {
1584 background-color: #ff7070;
1585 display: inline-block;
1589 display: inline-block;
1595 background-color: #ff7070;
1598 /* Rules for rails validation error boxes */
1602 border: 2px solid #ff7070;
1603 padding: 0 $lineheight/2;
1604 margin-bottom: $lineheight;
1605 background-color: #f0f0f0;
1608 margin: 0 -10px 10px -10px;
1609 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1612 background-color: #c00;
1620 padding: $lineheight/4;
1624 padding-left: $lineheight;
1633 /* Rules for forms */
1637 margin-bottom: $lineheight;
1639 label.standard-label {
1641 margin-bottom: $lineheight/4;
1642 font-size: $typeheight;
1646 label.standard-label.secondary {
1647 display: inline-block;
1648 font-weight: normal;
1651 font-weight: normal;
1658 margin-top: $lineheight;
1659 padding-top: $lineheight;
1660 border-top: 1px solid $lightgrey;
1662 .horizontal-list .form-row {
1664 padding-right: 10px;
1667 margin-bottom: $lineheight/2;
1675 input[type="checkbox"],
1676 input[type="radio"] {
1682 #remember_me_openid {
1686 input[type="checkbox"],
1687 input[type="radio"] {
1692 input[type="email"],
1694 input[type="password"],
1696 border: 1px solid #ccc;
1707 /* Rules for user images */
1712 border: 1px solid #ccc;
1713 margin-bottom: $lineheight;
1715 margin-right: $lineheight;
1718 img.user_thumbnail {
1721 border: 1px solid #ccc;
1722 margin-right: $lineheight;
1725 img.user_thumbnail_tiny {
1728 border: 1px solid #ccc;
1731 /* Rules for geo microformats */
1734 border-bottom: none;
1737 /* Rules for RSS buttons */
1744 /* General styles for action lists / subnavs / pager navs */
1746 ul.secondary-actions {
1751 display: inline-block;
1758 border-left: 1px solid #ccc;
1759 padding-left: $lineheight/4;
1760 margin-right: $lineheight/4;
1771 /* Utility for managing inner content areas */
1773 .inner22 { padding: $lineheight;}
1775 .inner12 { padding: $lineheight/2 $lineheight;}
1777 .inner11 { padding: $lineheight/2;}
1779 .inner20 { padding: $lineheight 0;}
1781 .inner02 { padding: 0 $lineheight;}
1783 /* Utility for general button styles */
1785 input[type="button"],
1786 input[type="submit"],
1787 input[type="reset"],
1791 display: inline-block;
1793 padding: $lineheight/4 $lineheight/2;
1794 min-height: 20px + $lineheight/2;
1796 margin: 0 0 $lineheight/2 0;
1801 -moz-border-radius: 2px;
1803 background: darken($blue, $hovercolor);
1804 text-decoration: none;
1807 background: $lightblue;
1809 background: darken($lightblue, $hovercolor);
1813 background: $lightgrey;
1815 background: $lightgrey;
1825 input[type="submit"],
1826 input[type="button"],
1827 input[type="reset"],
1829 box-sizing: border-box;
1835 border-right:1px solid white;
1836 text-overflow: ellipsis;
1837 white-space: nowrap;
1841 .button:first-child {
1842 border-radius:2px 0 0 2px;
1845 .button:last-child {
1846 border-radius:0 2px 2px 0;
1847 border-right-width: 0;
1851 *[value="Hide"] + input:last-child,
1852 *[value="Hide"] + .button:last-child {
1854 border-right-width: 0;
1856 /* if a 3-button set has a hidden middle button */
1857 *[value="Hide"] + input:nth-child(3),
1858 *[value="Hide"] + .button:nth-child(3) {
1859 border-radius:0 2px 2px 0;
1860 border-right-width: 0;
1862 /* if a 3-button set starts with a hidden button */
1863 *[value="Hide"] + input:nth-child(2):not(:last-child),
1864 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1865 border-radius:2px 0 0 2px;
1866 border-right-width: 1px;
1870 /* Rules for doing distinct colour of alternate table rows */
1874 background: $offwhite;
1882 /* Rules for OpenID logo */
1885 vertical-align: text-bottom;
1889 /* Rules for rich text */
1894 padding-bottom: $lineheight/2;
1895 border-bottom: 1px dashed #cccccc;
1896 margin-bottom: $lineheight/2;
1908 font-size: $typeheight;
1913 background: #e8e8e8;
1919 background: #e8e8e8;
1928 padding: $lineheight;
1929 background-color: $offwhite;
1936 border-left: $lineheight solid $offwhite;
1937 padding-left: $lineheight;
1943 padding-left: $lineheight;
1944 margin-bottom: $lineheight;
1945 margin-left: $lineheight;
1953 list-style: decimal;
1957 .diary_post .richtext {
1958 margin-top: $lineheight;
1961 .comments .richtext {
1966 /* Rules for rich text editors */
1968 .richtext_container {
1969 margin-bottom: $lineheight;
1973 display: inline-block;
1974 vertical-align: top;
1977 display: inline-block;
1978 padding: $lineheight;
1979 background-color: $offwhite;
1983 background-image: image-url("loading.gif");
1984 background-repeat: no-repeat;
1985 background-position: center;
1995 display: inline-block;
1996 vertical-align: top;
1998 background-color: #f8f8ff;
1999 padding: $lineheight/2;
2007 border-bottom: 1px solid #ccc;
2008 margin-bottom: $lineheight/4;
2009 padding-bottom: $lineheight/4;
2012 li h4, li span, li p {
2013 display: inline-block;
2014 vertical-align: top;
2025 margin-left: $lineheight/2;
2026 margin-bottom: $lineheight/4;
2027 white-space: nowrap;
2032 /* Rules for the user notes list */
2036 background-color: #eeeeee;
2048 /* Rules for the notes interface */
2050 .leaflet-popup-content .note {
2051 padding-top: $lineheight/2;
2054 .leaflet-popup-content .note {
2056 margin-bottom: $lineheight/2;
2060 margin-top: $lineheight/2;
2066 left: $lineheight/4;
2073 padding-left: $lineheight;
2076 .permalink:hover span {
2082 background-color: #ffe0cc;
2084 margin-bottom: $lineheight/2;
2103 margin-top: $lineheight/4;
2108 /* Rules for the iD editor */
2115 /* Rules for dropdown menus */
2122 *margin-bottom: -3px;
2125 .dropdown-toggle:active,
2126 .open .dropdown-toggle {
2131 display: inline-block;
2134 vertical-align: top;
2135 border-top: 4px solid #000000;
2136 border-right: 4px solid transparent;
2137 border-left: 4px solid transparent;
2157 background-color: #ffffff;
2158 border: 1px solid #ccc;
2159 *border-right-width: 2px;
2160 *border-bottom-width: 2px;
2161 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2162 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2163 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2164 -webkit-background-clip: padding-box;
2165 -moz-background-clip: padding;
2166 background-clip: padding-box;
2169 .dropdown-menu.pull-right {
2174 .dropdown-menu .divider {
2178 *margin: -5px 0 5px;
2180 background-color: #e5e5e5;
2181 border-bottom: 1px solid #ffffff;
2184 .dropdown-menu > li > a {
2188 font-weight: normal;
2191 white-space: nowrap;
2194 .dropdown-menu > li > a:hover,
2195 .dropdown-menu > li > a:focus,
2196 .dropdown-submenu:hover > a,
2197 .dropdown-submenu:focus > a {
2199 text-decoration: none;
2200 background-color: $green;
2203 .dropdown-menu > .active > a,
2204 .dropdown-menu > .active > a:hover,
2205 .dropdown-menu > .active > a:focus {
2207 text-decoration: none;
2208 background-color: $green;
2212 .dropdown-menu > .disabled > a,
2213 .dropdown-menu > .disabled > a:hover,
2214 .dropdown-menu > .disabled > a:focus {
2218 .dropdown-menu > .disabled > a:hover,
2219 .dropdown-menu > .disabled > a:focus {
2220 text-decoration: none;
2222 background-color: transparent;
2223 background-image: none;
2230 .open > .dropdown-menu {
2234 .dropdown-backdrop {
2243 /* Rules for the "Welcome" page */
2254 background-image: image-url("welcome-sprite.png");
2255 background-size: 500px 250px;
2261 padding-bottom: 20px;
2263 margin-bottom: 10px;
2275 background-position: -50px 0;
2280 vertical-align: middle;
2284 background-position: -100px 0;
2288 background-position: -150px 0;
2292 background-position: -200px 0;
2296 background-position: -250px 0;
2300 background-position: -300px 0;
2309 text-decoration: none;
2314 background-color: $offwhite;
2318 background-color: #333;
2323 .site-about #content {
2324 background-color: #000;
2325 background-position: 50% 50%;
2326 background-repeat: no-repeat;
2327 background-size: cover;
2328 background-attachment: fixed;
2330 &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2331 &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2332 &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2333 &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2334 &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2335 &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2339 font: italic 14px/20px 'Times New Roman', serif;
2344 text-shadow: #000 0px 1px 5px;
2351 white-space: nowrap;
2352 text-decoration: none;
2363 text-indent: -9999px;
2365 background: image-url('about/sprite.png') -120px 0px no-repeat;
2366 background-color: #000;
2367 background-color: rgba(0, 0, 0, 0.5);
2377 margin-bottom: 30px;
2380 .section:last-child {
2392 padding: 170px 20px 20px 20px;
2394 background: rgba(0, 0, 0, .8);
2412 background-position: 0 50%;
2413 background-repeat: no-repeat;
2414 background-image: image-url('about/osm.png');
2415 background-size: cover;
2416 background-color: #76c551;
2426 padding: 20px 20px 20px 40px;
2427 font: bold 24px/25px Helvetica, Arial, sans-serif;
2428 white-space: nowrap;
2434 display: inline-block;
2441 margin-bottom: 10px;
2448 vertical-align: middle;
2449 background: 40px 40px image-url('about/sprite.png') no-repeat;
2451 &.local { background-position: 0px 0px; }
2452 &.community { background-position: 0px -40px; }
2453 &.open { background-position: 0px -80px; }
2454 &.contributors { background-position: 0px -120px; }
2455 &.infringement { background-position: 0px -160px; }