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;
784 margin: $lineheight auto;
790 /* Rules for the search box */
794 padding: $lineheight;
795 background-color: $lightgrey;
796 border-bottom: $keyline;
807 border-radius: 2px 0 0 2px;
809 transition: 300ms linear;
810 -webkit-transition: 300ms linear;
811 -moz-transition: 300ms linear;
816 box-shadow: 0px 0px 7px #9ED485;
823 border-radius: 0 2px 2px 0;
835 /* Rules for donation request box */
840 padding: $lineheight/4;
841 border: 1px solid #AED1A0;
843 font-size: $typeheight;
848 margin: $lineheight/2 auto;
852 text-decoration: none;
856 /* Rules for rotating sidebar ads */
864 border-bottom: 1px solid #ccc;
879 /* Rules for the map key which appears in the popout sidebar */
882 .mapkey-table-key img {
888 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
892 /* Rules for search results which appear in the popout sidebar */
894 .search_results_entry {
896 border-bottom: 1px solid #ccc;
908 .search_results_error {
912 /* Rules for data browser information which appears in the popout sidebar */
916 .browse_show_list.button {
941 /* Rules for the changeset list shown by the history tab */
943 #sidebar .changesets {
945 padding: $lineheight;
946 border-bottom: $keyline;
955 /* Rules for the data browser */
960 border-bottom: 1px solid #CCC;
967 padding: 5px 0 5px 10px;
969 border: 1px solid #CCC;
970 border-radius: 4px 4px 0 0;
971 background-color: #F6F6F6;
977 background-color: #FFF;
978 border: 1px solid #CCC;
980 border-radius: 0 0 4px 4px;
985 border: 1px solid #CCC;
990 border-bottom: 1px solid #CCC;
999 display: inline-block;
1008 background-color: #F6F6F6;
1009 border-radius: 4px 0 0 4px;
1013 border-left: 1px solid #CCC;
1018 /* Rules for export information which appears in the popout sidebar */
1024 .export_area_inputs {
1025 margin-bottom: $lineheight/2;
1026 input[type="text"] {
1033 margin: $lineheight/4;
1036 /* Rules for edit pages */
1051 /* Rules for non-map content pages */
1054 background: $lightgrey;
1055 border-bottom: $keyline;
1060 margin-bottom: $lineheight;
1064 margin-top: $lineheight/2;
1072 padding: $lineheight;
1075 /* Overrides for pages that use new layout conventions */
1080 .content-body .content-inner {
1089 .content-heading .content-inner {
1094 .header-illustration {
1095 background-position: 0 0;
1096 background-repeat: no-repeat;
1104 background-image: image-url("sign-up-illustration.png");
1108 background-image: image-url("confirm-illustration.png");
1112 background-image: image-url("terms-illustration.png");
1120 background-image: image-url("sign-up-illustration-arm.png");
1125 @media only screen and (max-width:900px) {
1126 .header-illustration.new-user-arm {
1131 #content.maximised {
1144 #slim_container_content {
1146 background-color: #FFFFFF;
1147 margin: $lineheight/2 auto;
1149 border-radius: 25px;
1150 -moz-border-radius: 25px;
1151 border: 1px solid #e6e6e6;
1155 margin: $lineheight/2;
1160 margin-bottom: 15px;
1165 margin: 30px $lineheight/2;
1168 margin-right: $lineheight/4;
1170 vertical-align: middle;
1171 margin-bottom: $lineheight/4;
1172 margin-right: $lineheight/4;
1176 /* Rules for small maps in content areas */
1182 border: 1px solid #ccc;
1183 margin-bottom: $lineheight;
1187 /* Rules for the trace list shown by the traces tab etc */
1190 font-size: $lineheight/2;
1207 .trace_identifiable {
1220 /* Rules for the user profile page */
1225 .userinformation-inner {
1240 .admin-user-info small {
1241 margin-bottom: $lineheight/2;
1243 margin-right: $lineheight;
1248 border-bottom: 1px solid #ccc;
1249 padding-bottom: $lineheight;
1252 margin-bottom: $lineheight/2;
1257 margin-top: $lineheight;
1261 .activity-details p {
1266 #friends-container .contact-activity ul {
1271 p#no_home_location {
1272 margin: $lineheight;
1275 margin-top: $lineheight/4;
1280 /* Rules for the user map */
1282 .content_map .leaflet-popup-content {
1283 margin: $lineheight/2;
1287 /* Rules for user popups on maps */
1293 margin-top: 0 0 0 60px;
1296 img.user_thumbnail {
1298 margin: 0 $lineheight/2 0 0;
1302 /* Rules for the user list */
1305 font-size: $lineheight/2;
1309 vertical-align: middle;
1318 #user_list_actions {
1320 margin-top: $lineheight/2;
1323 /* Rules for the diary list page */
1327 margin-top: $lineheight/2;
1328 padding-top: $lineheight;
1329 border-top: 1px solid #ccc;
1332 margin-bottom: $lineheight;
1336 margin-bottom: $lineheight/2;
1341 img.user_thumbnail {
1350 ul.secondary-actions {
1351 display: inline-block;
1355 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1359 /* Rules for the diary entry page */
1366 border: 1px solid #ccc;
1368 margin-bottom: $lineheight;
1371 border-top: 1px solid #ccc;
1372 padding-top: $lineheight;
1373 margin-top: $lineheight/2;
1379 margin-top: $lineheight/2;
1380 border-top: 1px dashed #ccc;
1381 padding-top: $lineheight/2;
1383 margin-top: $lineheight;
1384 padding-top: $lineheight;
1385 border-top: 1px solid #ccc;
1388 margin-bottom: $lineheight/2;
1397 .diary_entry-view img.user_thumbnail {
1401 /* Rules for the log in page */
1403 #login_openid_buttons {
1407 #login_openid_buttons li {
1409 padding: $lineheight/4 $lineheight/2;
1412 /* Rules for the account confirmation page */
1416 border: 1px solid #ccc;
1417 padding: $lineheight;
1418 margin-bottom: $lineheight;
1424 background: $lightblue;
1426 background: darken($lightblue, $hovercolor);
1436 /* Rules for the account settings page */
1438 #accountForm .user_map {
1442 border: 1px solid #ccc;
1445 #accountForm .user_image {
1449 #accountForm #user_image {
1453 #accountForm ul.accountImage-options {
1466 display: inline !important;
1469 .content_map.settings_map {
1474 /* Rules for the oauth settings page */
1476 .oauth_clients .buttons .oauth-edit {
1477 border-radius: 2px 0 0 2px;
1480 .oauth_clients .buttons .oauth-delete {
1481 border-radius: 0 2px 2px 0;
1484 /* Rules for messages pages */
1488 border: 1px solid #ddd;
1490 input[type="submit"] {
1494 border-top: 1px solid #ccc;
1498 background: #f8f8ff;
1511 padding: $lineheight/4;
1522 border-right: 1px solid $lightgrey;
1526 .inbox-row .inbox-mark-read {
1531 margin-bottom: $lineheight;
1532 padding: $lineheight/4 0px 4px 0px;
1533 border-bottom: 1px solid #ccc;
1540 .info-line .user_thumbnail_tiny {
1541 vertical-align: middle;
1550 .inbox-row-unread .inbox-mark-unread {
1554 .message-read .message-buttons {
1555 margin-top: $lineheight;
1556 padding-top: $lineheight;
1557 border-top: 1px solid $lightgrey;
1560 .message-read .buttons .mark-unread-button {
1564 /* Rules for "flash" notice boxes shown at the top of the content area */
1567 padding: $lineheight;
1568 background-color: #ff7070;
1572 padding: $lineheight;
1573 background-color: #ffe0cc;
1577 padding: $lineheight;
1578 background-color: #CBEEA7;
1581 /* Rules for highlighting fields with rails validation errors */
1583 .field_with_errors {
1585 background-color: #ff7070;
1586 display: inline-block;
1590 display: inline-block;
1596 background-color: #ff7070;
1599 /* Rules for rails validation error boxes */
1603 border: 2px solid #ff7070;
1604 padding: 0 $lineheight/2;
1605 margin-bottom: $lineheight;
1606 background-color: #f0f0f0;
1609 margin: 0 -10px 10px -10px;
1610 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1613 background-color: #c00;
1621 padding: $lineheight/4;
1625 padding-left: $lineheight;
1634 /* Rules for forms */
1638 margin-bottom: $lineheight;
1640 label.standard-label {
1642 margin-bottom: $lineheight/4;
1643 font-size: $typeheight;
1647 label.standard-label.secondary {
1648 display: inline-block;
1649 font-weight: normal;
1652 font-weight: normal;
1659 margin-top: $lineheight;
1660 padding-top: $lineheight;
1661 border-top: 1px solid $lightgrey;
1663 .horizontal-list .form-row {
1665 padding-right: 10px;
1668 margin-bottom: $lineheight/2;
1676 input[type="checkbox"],
1677 input[type="radio"] {
1683 #remember_me_openid {
1687 input[type="checkbox"],
1688 input[type="radio"] {
1693 input[type="email"],
1695 input[type="password"],
1697 border: 1px solid #ccc;
1708 /* Rules for user images */
1713 border: 1px solid #ccc;
1714 margin-bottom: $lineheight;
1716 margin-right: $lineheight;
1719 img.user_thumbnail {
1722 border: 1px solid #ccc;
1723 margin-right: $lineheight;
1726 img.user_thumbnail_tiny {
1729 border: 1px solid #ccc;
1732 /* Rules for geo microformats */
1735 border-bottom: none;
1738 /* Rules for RSS buttons */
1745 /* General styles for action lists / subnavs / pager navs */
1747 ul.secondary-actions {
1752 display: inline-block;
1759 border-left: 1px solid #ccc;
1760 padding-left: $lineheight/4;
1761 margin-right: $lineheight/4;
1772 /* Utility for managing inner content areas */
1774 .inner22 { padding: $lineheight;}
1776 .inner12 { padding: $lineheight/2 $lineheight;}
1778 .inner11 { padding: $lineheight/2;}
1780 .inner20 { padding: $lineheight 0;}
1782 .inner02 { padding: 0 $lineheight;}
1784 /* Utility for general button styles */
1786 input[type="button"],
1787 input[type="submit"],
1788 input[type="reset"],
1792 display: inline-block;
1794 padding: $lineheight/4 $lineheight/2;
1795 min-height: 20px + $lineheight/2;
1797 margin: 0 0 $lineheight/2 0;
1802 -moz-border-radius: 2px;
1804 background: darken($blue, $hovercolor);
1805 text-decoration: none;
1808 background: $lightblue;
1810 background: darken($lightblue, $hovercolor);
1814 background: $lightgrey;
1816 background: $lightgrey;
1826 input[type="submit"],
1827 input[type="button"],
1828 input[type="reset"],
1830 box-sizing: border-box;
1836 border-right:1px solid white;
1837 text-overflow: ellipsis;
1838 white-space: nowrap;
1842 .button:first-child {
1843 border-radius:2px 0 0 2px;
1846 .button:last-child {
1847 border-radius:0 2px 2px 0;
1848 border-right-width: 0;
1852 *[value="Hide"] + input:last-child,
1853 *[value="Hide"] + .button:last-child {
1855 border-right-width: 0;
1857 /* if a 3-button set has a hidden middle button */
1858 *[value="Hide"] + input:nth-child(3),
1859 *[value="Hide"] + .button:nth-child(3) {
1860 border-radius:0 2px 2px 0;
1861 border-right-width: 0;
1863 /* if a 3-button set starts with a hidden button */
1864 *[value="Hide"] + input:nth-child(2):not(:last-child),
1865 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1866 border-radius:2px 0 0 2px;
1867 border-right-width: 1px;
1871 /* Rules for doing distinct colour of alternate table rows */
1875 background: $offwhite;
1883 /* Rules for OpenID logo */
1886 vertical-align: text-bottom;
1890 /* Rules for rich text */
1895 padding-bottom: $lineheight/2;
1896 border-bottom: 1px dashed #cccccc;
1897 margin-bottom: $lineheight/2;
1909 font-size: $typeheight;
1914 background: #e8e8e8;
1920 background: #e8e8e8;
1929 padding: $lineheight;
1930 background-color: $offwhite;
1937 border-left: $lineheight solid $offwhite;
1938 padding-left: $lineheight;
1944 padding-left: $lineheight;
1945 margin-bottom: $lineheight;
1946 margin-left: $lineheight;
1954 list-style: decimal;
1958 .diary_post .richtext {
1959 margin-top: $lineheight;
1962 .comments .richtext {
1967 /* Rules for rich text editors */
1969 .richtext_container {
1970 margin-bottom: $lineheight;
1974 display: inline-block;
1975 vertical-align: top;
1978 display: inline-block;
1979 padding: $lineheight;
1980 background-color: $offwhite;
1984 background-image: image-url("loading.gif");
1985 background-repeat: no-repeat;
1986 background-position: center;
1996 display: inline-block;
1997 vertical-align: top;
1999 background-color: #f8f8ff;
2000 padding: $lineheight/2;
2008 border-bottom: 1px solid #ccc;
2009 margin-bottom: $lineheight/4;
2010 padding-bottom: $lineheight/4;
2013 li h4, li span, li p {
2014 display: inline-block;
2015 vertical-align: top;
2026 margin-left: $lineheight/2;
2027 margin-bottom: $lineheight/4;
2028 white-space: nowrap;
2033 /* Rules for the user notes list */
2037 background-color: #eeeeee;
2049 /* Rules for the notes interface */
2051 .leaflet-popup-content .note {
2052 padding-top: $lineheight/2;
2055 .leaflet-popup-content .note {
2057 margin-bottom: $lineheight/2;
2061 margin-top: $lineheight/2;
2067 left: $lineheight/4;
2074 padding-left: $lineheight;
2077 .permalink:hover span {
2083 background-color: #ffe0cc;
2085 margin-bottom: $lineheight/2;
2104 margin-top: $lineheight/4;
2109 /* Rules for the iD editor */
2116 /* Rules for dropdown menus */
2123 *margin-bottom: -3px;
2126 .dropdown-toggle:active,
2127 .open .dropdown-toggle {
2132 display: inline-block;
2135 vertical-align: top;
2136 border-top: 4px solid #000000;
2137 border-right: 4px solid transparent;
2138 border-left: 4px solid transparent;
2158 background-color: #ffffff;
2159 border: 1px solid #ccc;
2160 *border-right-width: 2px;
2161 *border-bottom-width: 2px;
2162 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2163 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2164 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2165 -webkit-background-clip: padding-box;
2166 -moz-background-clip: padding;
2167 background-clip: padding-box;
2170 .dropdown-menu.pull-right {
2175 .dropdown-menu .divider {
2179 *margin: -5px 0 5px;
2181 background-color: #e5e5e5;
2182 border-bottom: 1px solid #ffffff;
2185 .dropdown-menu > li > a {
2189 font-weight: normal;
2192 white-space: nowrap;
2195 .dropdown-menu > li > a:hover,
2196 .dropdown-menu > li > a:focus,
2197 .dropdown-submenu:hover > a,
2198 .dropdown-submenu:focus > a {
2200 text-decoration: none;
2201 background-color: $green;
2204 .dropdown-menu > .active > a,
2205 .dropdown-menu > .active > a:hover,
2206 .dropdown-menu > .active > a:focus {
2208 text-decoration: none;
2209 background-color: $green;
2213 .dropdown-menu > .disabled > a,
2214 .dropdown-menu > .disabled > a:hover,
2215 .dropdown-menu > .disabled > a:focus {
2219 .dropdown-menu > .disabled > a:hover,
2220 .dropdown-menu > .disabled > a:focus {
2221 text-decoration: none;
2223 background-color: transparent;
2224 background-image: none;
2231 .open > .dropdown-menu {
2235 .dropdown-backdrop {
2244 /* Rules for the "Welcome" page */
2255 background-image: image-url("welcome-sprite.png");
2256 background-size: 500px 250px;
2262 padding-bottom: 20px;
2264 margin-bottom: 10px;
2276 background-position: -50px 0;
2281 vertical-align: middle;
2285 background-position: -100px 0;
2289 background-position: -150px 0;
2293 background-position: -200px 0;
2297 background-position: -250px 0;
2301 background-position: -300px 0;
2310 text-decoration: none;
2315 background-color: $offwhite;
2319 background-color: #333;
2324 .site-about #content {
2325 background-color: #000;
2326 background-position: 50% 50%;
2327 background-repeat: no-repeat;
2328 background-size: cover;
2329 background-attachment: fixed;
2331 &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2332 &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2333 &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2334 &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2335 &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2336 &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2340 font: italic 14px/20px 'Times New Roman', serif;
2345 text-shadow: #000 0px 1px 5px;
2352 white-space: nowrap;
2353 text-decoration: none;
2364 text-indent: -9999px;
2366 background: image-url('about/sprite.png') -120px 0px no-repeat;
2367 background-color: #000;
2368 background-color: rgba(0, 0, 0, 0.5);
2378 margin-bottom: 30px;
2381 .section:last-child {
2393 padding: 170px 20px 20px 20px;
2395 background: rgba(0, 0, 0, .8);
2413 background-position: 0 50%;
2414 background-repeat: no-repeat;
2415 background-image: image-url('about/osm.png');
2416 background-size: cover;
2417 background-color: #76c551;
2427 padding: 20px 20px 20px 40px;
2428 font: bold 24px/25px Helvetica, Arial, sans-serif;
2429 white-space: nowrap;
2435 display: inline-block;
2442 margin-bottom: 10px;
2449 vertical-align: middle;
2450 background: 40px 40px image-url('about/sprite.png') no-repeat;
2452 &.local { background-position: 0px 0px; }
2453 &.community { background-position: 0px -40px; }
2454 &.open { background-position: 0px -80px; }
2455 &.contributors { background-position: 0px -120px; }
2456 &.infringement { background-position: 0px -160px; }