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 the changeset details */
1021 .browse-section.header {
1023 border-bottom: 1px solid #CCC;
1027 border-bottom: none;
1032 /* Rules for export information which appears in the popout sidebar */
1038 .export_area_inputs {
1039 margin-bottom: $lineheight/2;
1040 input[type="text"] {
1047 margin: $lineheight/4;
1050 /* Rules for edit pages */
1065 /* Rules for non-map content pages */
1068 background: $lightgrey;
1069 border-bottom: $keyline;
1074 margin-bottom: $lineheight;
1078 margin-top: $lineheight/2;
1086 padding: $lineheight;
1089 /* Overrides for pages that use new layout conventions */
1094 .content-body .content-inner {
1103 .content-heading .content-inner {
1108 .header-illustration {
1109 background-position: 0 0;
1110 background-repeat: no-repeat;
1118 background-image: image-url("sign-up-illustration.png");
1122 background-image: image-url("confirm-illustration.png");
1126 background-image: image-url("terms-illustration.png");
1134 background-image: image-url("sign-up-illustration-arm.png");
1139 @media only screen and (max-width:900px) {
1140 .header-illustration.new-user-arm {
1145 #content.maximised {
1158 #slim_container_content {
1160 background-color: #FFFFFF;
1161 margin: $lineheight/2 auto;
1163 border-radius: 25px;
1164 -moz-border-radius: 25px;
1165 border: 1px solid #e6e6e6;
1169 margin: $lineheight/2;
1174 margin-bottom: 15px;
1179 margin: 30px $lineheight/2;
1182 margin-right: $lineheight/4;
1184 vertical-align: middle;
1185 margin-bottom: $lineheight/4;
1186 margin-right: $lineheight/4;
1190 /* Rules for small maps in content areas */
1196 border: 1px solid #ccc;
1197 margin-bottom: $lineheight;
1201 /* Rules for the trace list shown by the traces tab etc */
1204 font-size: $lineheight/2;
1221 .trace_identifiable {
1234 /* Rules for the user profile page */
1239 .userinformation-inner {
1254 .admin-user-info small {
1255 margin-bottom: $lineheight/2;
1257 margin-right: $lineheight;
1262 border-bottom: 1px solid #ccc;
1263 padding-bottom: $lineheight;
1266 margin-bottom: $lineheight/2;
1271 margin-top: $lineheight;
1275 .activity-details p {
1280 #friends-container .contact-activity ul {
1285 p#no_home_location {
1286 margin: $lineheight;
1289 margin-top: $lineheight/4;
1294 /* Rules for the user map */
1296 .content_map .leaflet-popup-content {
1297 margin: $lineheight/2;
1301 /* Rules for user popups on maps */
1307 margin-top: 0 0 0 60px;
1310 img.user_thumbnail {
1312 margin: 0 $lineheight/2 0 0;
1316 /* Rules for the user list */
1319 font-size: $lineheight/2;
1323 vertical-align: middle;
1332 #user_list_actions {
1334 margin-top: $lineheight/2;
1337 /* Rules for the diary list page */
1341 margin-top: $lineheight/2;
1342 padding-top: $lineheight;
1343 border-top: 1px solid #ccc;
1346 margin-bottom: $lineheight;
1350 margin-bottom: $lineheight/2;
1355 img.user_thumbnail {
1364 ul.secondary-actions {
1365 display: inline-block;
1369 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1373 /* Rules for the diary entry page */
1380 border: 1px solid #ccc;
1382 margin-bottom: $lineheight;
1385 border-top: 1px solid #ccc;
1386 padding-top: $lineheight;
1387 margin-top: $lineheight/2;
1393 margin-top: $lineheight/2;
1394 border-top: 1px dashed #ccc;
1395 padding-top: $lineheight/2;
1397 margin-top: $lineheight;
1398 padding-top: $lineheight;
1399 border-top: 1px solid #ccc;
1402 margin-bottom: $lineheight/2;
1411 .diary_entry-view img.user_thumbnail {
1415 /* Rules for the log in page */
1417 #login_openid_buttons {
1421 #login_openid_buttons li {
1423 padding: $lineheight/4 $lineheight/2;
1426 /* Rules for the account confirmation page */
1430 border: 1px solid #ccc;
1431 padding: $lineheight;
1432 margin-bottom: $lineheight;
1438 background: $lightblue;
1440 background: darken($lightblue, $hovercolor);
1450 /* Rules for the account settings page */
1452 #accountForm .user_map {
1456 border: 1px solid #ccc;
1459 #accountForm .user_image {
1463 #accountForm #user_image {
1467 #accountForm ul.accountImage-options {
1480 display: inline !important;
1483 .content_map.settings_map {
1488 /* Rules for the oauth settings page */
1490 .oauth_clients .buttons .oauth-edit {
1491 border-radius: 2px 0 0 2px;
1494 .oauth_clients .buttons .oauth-delete {
1495 border-radius: 0 2px 2px 0;
1498 /* Rules for messages pages */
1502 border: 1px solid #ddd;
1504 input[type="submit"] {
1508 border-top: 1px solid #ccc;
1512 background: #f8f8ff;
1525 padding: $lineheight/4;
1536 border-right: 1px solid $lightgrey;
1540 .inbox-row .inbox-mark-read {
1545 margin-bottom: $lineheight;
1546 padding: $lineheight/4 0px 4px 0px;
1547 border-bottom: 1px solid #ccc;
1554 .info-line .user_thumbnail_tiny {
1555 vertical-align: middle;
1564 .inbox-row-unread .inbox-mark-unread {
1568 .message-read .message-buttons {
1569 margin-top: $lineheight;
1570 padding-top: $lineheight;
1571 border-top: 1px solid $lightgrey;
1574 .message-read .buttons .mark-unread-button {
1578 /* Rules for "flash" notice boxes shown at the top of the content area */
1581 padding: $lineheight;
1582 background-color: #ff7070;
1586 padding: $lineheight;
1587 background-color: #ffe0cc;
1591 padding: $lineheight;
1592 background-color: #CBEEA7;
1595 /* Rules for highlighting fields with rails validation errors */
1597 .field_with_errors {
1599 background-color: #ff7070;
1600 display: inline-block;
1604 display: inline-block;
1610 background-color: #ff7070;
1613 /* Rules for rails validation error boxes */
1617 border: 2px solid #ff7070;
1618 padding: 0 $lineheight/2;
1619 margin-bottom: $lineheight;
1620 background-color: #f0f0f0;
1623 margin: 0 -10px 10px -10px;
1624 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1627 background-color: #c00;
1635 padding: $lineheight/4;
1639 padding-left: $lineheight;
1648 /* Rules for forms */
1652 margin-bottom: $lineheight;
1654 label.standard-label {
1656 margin-bottom: $lineheight/4;
1657 font-size: $typeheight;
1661 label.standard-label.secondary {
1662 display: inline-block;
1663 font-weight: normal;
1666 font-weight: normal;
1673 margin-top: $lineheight;
1674 padding-top: $lineheight;
1675 border-top: 1px solid $lightgrey;
1677 .horizontal-list .form-row {
1679 padding-right: 10px;
1682 margin-bottom: $lineheight/2;
1690 input[type="checkbox"],
1691 input[type="radio"] {
1697 #remember_me_openid {
1701 input[type="checkbox"],
1702 input[type="radio"] {
1707 input[type="email"],
1709 input[type="password"],
1711 border: 1px solid #ccc;
1722 /* Rules for user images */
1727 border: 1px solid #ccc;
1728 margin-bottom: $lineheight;
1730 margin-right: $lineheight;
1733 img.user_thumbnail {
1736 border: 1px solid #ccc;
1737 margin-right: $lineheight;
1740 img.user_thumbnail_tiny {
1743 border: 1px solid #ccc;
1746 /* Rules for geo microformats */
1749 border-bottom: none;
1752 /* Rules for RSS buttons */
1759 /* General styles for action lists / subnavs / pager navs */
1761 ul.secondary-actions {
1766 display: inline-block;
1773 border-left: 1px solid #ccc;
1774 padding-left: $lineheight/4;
1775 margin-right: $lineheight/4;
1786 /* Utility for managing inner content areas */
1788 .inner22 { padding: $lineheight;}
1790 .inner12 { padding: $lineheight/2 $lineheight;}
1792 .inner11 { padding: $lineheight/2;}
1794 .inner20 { padding: $lineheight 0;}
1796 .inner02 { padding: 0 $lineheight;}
1798 /* Utility for general button styles */
1800 input[type="button"],
1801 input[type="submit"],
1802 input[type="reset"],
1806 display: inline-block;
1808 padding: $lineheight/4 $lineheight/2;
1809 min-height: 20px + $lineheight/2;
1811 margin: 0 0 $lineheight/2 0;
1816 -moz-border-radius: 2px;
1818 background: darken($blue, $hovercolor);
1819 text-decoration: none;
1822 background: $lightblue;
1824 background: darken($lightblue, $hovercolor);
1828 background: $lightgrey;
1830 background: $lightgrey;
1840 input[type="submit"],
1841 input[type="button"],
1842 input[type="reset"],
1844 box-sizing: border-box;
1850 border-right:1px solid white;
1851 text-overflow: ellipsis;
1852 white-space: nowrap;
1856 .button:first-child {
1857 border-radius:2px 0 0 2px;
1860 .button:last-child {
1861 border-radius:0 2px 2px 0;
1862 border-right-width: 0;
1866 *[value="Hide"] + input:last-child,
1867 *[value="Hide"] + .button:last-child {
1869 border-right-width: 0;
1871 /* if a 3-button set has a hidden middle button */
1872 *[value="Hide"] + input:nth-child(3),
1873 *[value="Hide"] + .button:nth-child(3) {
1874 border-radius:0 2px 2px 0;
1875 border-right-width: 0;
1877 /* if a 3-button set starts with a hidden button */
1878 *[value="Hide"] + input:nth-child(2):not(:last-child),
1879 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1880 border-radius:2px 0 0 2px;
1881 border-right-width: 1px;
1885 /* Rules for doing distinct colour of alternate table rows */
1889 background: $offwhite;
1897 /* Rules for OpenID logo */
1900 vertical-align: text-bottom;
1904 /* Rules for rich text */
1909 padding-bottom: $lineheight/2;
1910 border-bottom: 1px dashed #cccccc;
1911 margin-bottom: $lineheight/2;
1923 font-size: $typeheight;
1928 background: #e8e8e8;
1934 background: #e8e8e8;
1943 padding: $lineheight;
1944 background-color: $offwhite;
1951 border-left: $lineheight solid $offwhite;
1952 padding-left: $lineheight;
1958 padding-left: $lineheight;
1959 margin-bottom: $lineheight;
1960 margin-left: $lineheight;
1968 list-style: decimal;
1972 .diary_post .richtext {
1973 margin-top: $lineheight;
1976 .comments .richtext {
1981 /* Rules for rich text editors */
1983 .richtext_container {
1984 margin-bottom: $lineheight;
1988 display: inline-block;
1989 vertical-align: top;
1992 display: inline-block;
1993 padding: $lineheight;
1994 background-color: $offwhite;
1998 background-image: image-url("loading.gif");
1999 background-repeat: no-repeat;
2000 background-position: center;
2010 display: inline-block;
2011 vertical-align: top;
2013 background-color: #f8f8ff;
2014 padding: $lineheight/2;
2022 border-bottom: 1px solid #ccc;
2023 margin-bottom: $lineheight/4;
2024 padding-bottom: $lineheight/4;
2027 li h4, li span, li p {
2028 display: inline-block;
2029 vertical-align: top;
2040 margin-left: $lineheight/2;
2041 margin-bottom: $lineheight/4;
2042 white-space: nowrap;
2047 /* Rules for the user notes list */
2051 background-color: #eeeeee;
2063 /* Rules for the notes interface */
2065 .leaflet-popup-content .note {
2066 padding-top: $lineheight/2;
2069 .leaflet-popup-content .note {
2071 margin-bottom: $lineheight/2;
2075 margin-top: $lineheight/2;
2081 left: $lineheight/4;
2088 padding-left: $lineheight;
2091 .permalink:hover span {
2097 background-color: #ffe0cc;
2099 margin-bottom: $lineheight/2;
2118 margin-top: $lineheight/4;
2123 /* Rules for the iD editor */
2130 /* Rules for dropdown menus */
2137 *margin-bottom: -3px;
2140 .dropdown-toggle:active,
2141 .open .dropdown-toggle {
2146 display: inline-block;
2149 vertical-align: top;
2150 border-top: 4px solid #000000;
2151 border-right: 4px solid transparent;
2152 border-left: 4px solid transparent;
2172 background-color: #ffffff;
2173 border: 1px solid #ccc;
2174 *border-right-width: 2px;
2175 *border-bottom-width: 2px;
2176 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2177 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2178 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2179 -webkit-background-clip: padding-box;
2180 -moz-background-clip: padding;
2181 background-clip: padding-box;
2184 .dropdown-menu.pull-right {
2189 .dropdown-menu .divider {
2193 *margin: -5px 0 5px;
2195 background-color: #e5e5e5;
2196 border-bottom: 1px solid #ffffff;
2199 .dropdown-menu > li > a {
2203 font-weight: normal;
2206 white-space: nowrap;
2209 .dropdown-menu > li > a:hover,
2210 .dropdown-menu > li > a:focus,
2211 .dropdown-submenu:hover > a,
2212 .dropdown-submenu:focus > a {
2214 text-decoration: none;
2215 background-color: $green;
2218 .dropdown-menu > .active > a,
2219 .dropdown-menu > .active > a:hover,
2220 .dropdown-menu > .active > a:focus {
2222 text-decoration: none;
2223 background-color: $green;
2227 .dropdown-menu > .disabled > a,
2228 .dropdown-menu > .disabled > a:hover,
2229 .dropdown-menu > .disabled > a:focus {
2233 .dropdown-menu > .disabled > a:hover,
2234 .dropdown-menu > .disabled > a:focus {
2235 text-decoration: none;
2237 background-color: transparent;
2238 background-image: none;
2245 .open > .dropdown-menu {
2249 .dropdown-backdrop {
2258 /* Rules for the "Welcome" page */
2269 background-image: image-url("welcome-sprite.png");
2270 background-size: 500px 250px;
2276 padding-bottom: 20px;
2278 margin-bottom: 10px;
2290 background-position: -50px 0;
2295 vertical-align: middle;
2299 background-position: -100px 0;
2303 background-position: -150px 0;
2307 background-position: -200px 0;
2311 background-position: -250px 0;
2315 background-position: -300px 0;
2324 text-decoration: none;
2329 background-color: $offwhite;
2333 background-color: #333;
2338 .site-about #content {
2339 background-color: #000;
2340 background-position: 50% 50%;
2341 background-repeat: no-repeat;
2342 background-size: cover;
2343 background-attachment: fixed;
2345 &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2346 &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2347 &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2348 &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2349 &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2350 &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2354 font: italic 14px/20px 'Times New Roman', serif;
2359 text-shadow: #000 0px 1px 5px;
2366 white-space: nowrap;
2367 text-decoration: none;
2378 text-indent: -9999px;
2380 background: image-url('about/sprite.png') -120px 0px no-repeat;
2381 background-color: #000;
2382 background-color: rgba(0, 0, 0, 0.5);
2392 margin-bottom: 30px;
2395 .section:last-child {
2407 padding: 170px 20px 20px 20px;
2409 background: rgba(0, 0, 0, .8);
2427 background-position: 0 50%;
2428 background-repeat: no-repeat;
2429 background-image: image-url('about/osm.png');
2430 background-size: cover;
2431 background-color: #76c551;
2441 padding: 20px 20px 20px 40px;
2442 font: bold 24px/25px Helvetica, Arial, sans-serif;
2443 white-space: nowrap;
2449 display: inline-block;
2456 margin-bottom: 10px;
2463 vertical-align: middle;
2464 background: 40px 40px image-url('about/sprite.png') no-repeat;
2466 &.local { background-position: 0px 0px; }
2467 &.community { background-position: 0px -40px; }
2468 &.open { background-position: 0px -80px; }
2469 &.contributors { background-position: 0px -120px; }
2470 &.infringement { background-position: 0px -160px; }