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 */
935 width: $sidebarWidth;
940 background: $lightgrey;
941 border-bottom: $keyline;
946 margin-bottom: $lineheight;
950 margin-top: $lineheight/2;
958 padding: $lineheight;
961 /* Overrides for pages that use new layout conventions */
966 .content-body .content-inner {
975 .content-heading .content-inner {
980 .header-illustration {
981 background-position: 0 0;
982 background-repeat: no-repeat;
990 background-image: image-url("sign-up-illustration.png");
994 background-image: image-url("confirm-illustration.png");
998 background-image: image-url("terms-illustration.png");
1006 background-image: image-url("sign-up-illustration-arm.png");
1011 @media only screen and (max-width:900px) {
1012 .header-illustration.new-user-arm {
1017 #content.maximised {
1030 #slim_container_content {
1032 background-color: #FFFFFF;
1033 margin: $lineheight/2 auto;
1035 border-radius: 25px;
1036 -moz-border-radius: 25px;
1037 border: 1px solid #e6e6e6;
1041 margin: $lineheight/2;
1046 margin-bottom: 15px;
1051 margin: 30px $lineheight/2;
1054 margin-right: $lineheight/4;
1056 vertical-align: middle;
1057 margin-bottom: $lineheight/4;
1058 margin-right: $lineheight/4;
1062 /* Rules for small maps in content areas */
1068 border: 1px solid #ccc;
1069 margin-bottom: $lineheight;
1073 /* Rules for the changeset list shown by the history tab */
1075 #sidebar .changesets {
1077 padding: $lineheight;
1078 border-bottom: $keyline;
1082 /* Rules for the data browser */
1084 body.browse #sidebar_content {
1087 border-bottom: 1px solid #CCC;
1091 margin-bottom: 10px;
1094 padding: 5px 0 5px 10px;
1096 border: 1px solid #CCC;
1097 border-radius: 4px 4px 0 0;
1098 background-color: #F6F6F6;
1104 background-color: #FFF;
1105 border: 1px solid #CCC;
1107 border-radius: 0 0 4px 4px;
1112 border: 1px solid #CCC;
1117 border-bottom: 1px solid #CCC;
1126 display: inline-block;
1135 background-color: #F6F6F6;
1136 border-radius: 4px 0 0 4px;
1140 border-left: 1px solid #CCC;
1145 /* Rules for the trace list shown by the traces tab etc */
1148 font-size: $lineheight/2;
1165 .trace_identifiable {
1178 /* Rules for the user profile page */
1183 .userinformation-inner {
1198 .admin-user-info small {
1199 margin-bottom: $lineheight/2;
1201 margin-right: $lineheight;
1206 border-bottom: 1px solid #ccc;
1207 padding-bottom: $lineheight;
1210 margin-bottom: $lineheight/2;
1215 margin-top: $lineheight;
1219 .activity-details p {
1224 #friends-container .contact-activity ul {
1229 p#no_home_location {
1230 margin: $lineheight;
1233 margin-top: $lineheight/4;
1238 /* Rules for the user map */
1240 .content_map .leaflet-popup-content {
1241 margin: $lineheight/2;
1245 /* Rules for user popups on maps */
1251 margin-top: 0 0 0 60px;
1254 img.user_thumbnail {
1256 margin: 0 $lineheight/2 0 0;
1260 /* Rules for the user list */
1263 font-size: $lineheight/2;
1267 vertical-align: middle;
1276 #user_list_actions {
1278 margin-top: $lineheight/2;
1281 /* Rules for the diary list page */
1285 margin-top: $lineheight/2;
1286 padding-top: $lineheight;
1287 border-top: 1px solid #ccc;
1290 margin-bottom: $lineheight;
1294 margin-bottom: $lineheight/2;
1299 img.user_thumbnail {
1308 ul.secondary-actions {
1309 display: inline-block;
1313 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1317 /* Rules for the diary entry page */
1324 border: 1px solid #ccc;
1326 margin-bottom: $lineheight;
1329 border-top: 1px solid #ccc;
1330 padding-top: $lineheight;
1331 margin-top: $lineheight/2;
1337 margin-top: $lineheight/2;
1338 border-top: 1px dashed #ccc;
1339 padding-top: $lineheight/2;
1341 margin-top: $lineheight;
1342 padding-top: $lineheight;
1343 border-top: 1px solid #ccc;
1346 margin-bottom: $lineheight/2;
1355 .diary_entry-view img.user_thumbnail {
1359 /* Rules for the log in page */
1361 #login_openid_buttons {
1365 #login_openid_buttons li {
1367 padding: $lineheight/4 $lineheight/2;
1370 /* Rules for the account confirmation page */
1374 border: 1px solid #ccc;
1375 padding: $lineheight;
1376 margin-bottom: $lineheight;
1382 background: $lightblue;
1384 background: darken($lightblue, $hovercolor);
1394 /* Rules for the account settings page */
1396 #accountForm .user_map {
1400 border: 1px solid #ccc;
1403 #accountForm .user_image {
1407 #accountForm #user_image {
1411 #accountForm ul.accountImage-options {
1424 display: inline !important;
1427 .content_map.settings_map {
1432 /* Rules for the oauth settings page */
1434 .oauth_clients .buttons .oauth-edit {
1435 border-radius: 2px 0 0 2px;
1438 .oauth_clients .buttons .oauth-delete {
1439 border-radius: 0 2px 2px 0;
1442 /* Rules for messages pages */
1446 border: 1px solid #ddd;
1448 input[type="submit"] {
1452 border-top: 1px solid #ccc;
1456 background: #f8f8ff;
1469 padding: $lineheight/4;
1480 border-right: 1px solid $lightgrey;
1484 .inbox-row .inbox-mark-read {
1489 margin-bottom: $lineheight;
1490 padding: $lineheight/4 0px 4px 0px;
1491 border-bottom: 1px solid #ccc;
1498 .info-line .user_thumbnail_tiny {
1499 vertical-align: middle;
1508 .inbox-row-unread .inbox-mark-unread {
1512 .message-read .message-buttons {
1513 margin-top: $lineheight;
1514 padding-top: $lineheight;
1515 border-top: 1px solid $lightgrey;
1518 .message-read .buttons .mark-unread-button {
1522 /* Rules for "flash" notice boxes shown at the top of the content area */
1525 padding: $lineheight;
1527 background-color: #ff7070;
1530 background-color: #ffe0cc;
1533 background-color: #CBEEA7;
1537 /* Rules for highlighting fields with rails validation errors */
1539 .field_with_errors {
1541 background-color: #ff7070;
1542 display: inline-block;
1546 display: inline-block;
1552 background-color: #ff7070;
1555 /* Rules for rails validation error boxes */
1559 border: 2px solid #ff7070;
1560 padding: 0 $lineheight/2;
1561 margin-bottom: $lineheight;
1562 background-color: #f0f0f0;
1565 margin: 0 -10px 10px -10px;
1566 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1569 background-color: #c00;
1577 padding: $lineheight/4;
1581 padding-left: $lineheight;
1590 /* Rules for forms */
1594 margin-bottom: $lineheight;
1596 label.standard-label {
1598 margin-bottom: $lineheight/4;
1599 font-size: $typeheight;
1603 label.standard-label.secondary {
1604 display: inline-block;
1605 font-weight: normal;
1608 font-weight: normal;
1615 margin-top: $lineheight;
1616 padding-top: $lineheight;
1617 border-top: 1px solid $lightgrey;
1619 .horizontal-list .form-row {
1621 padding-right: 10px;
1624 margin-bottom: $lineheight/2;
1632 input[type="checkbox"],
1633 input[type="radio"] {
1639 #remember_me_openid {
1643 input[type="checkbox"],
1644 input[type="radio"] {
1649 input[type="email"],
1651 input[type="password"],
1653 border: 1px solid #ccc;
1664 /* Rules for user images */
1669 border: 1px solid #ccc;
1670 margin-bottom: $lineheight;
1672 margin-right: $lineheight;
1675 img.user_thumbnail {
1678 border: 1px solid #ccc;
1679 margin-right: $lineheight;
1682 img.user_thumbnail_tiny {
1685 border: 1px solid #ccc;
1688 /* Rules for geo microformats */
1691 border-bottom: none;
1694 /* Rules for RSS buttons */
1701 /* General styles for action lists / subnavs / pager navs */
1703 ul.secondary-actions {
1708 display: inline-block;
1715 border-left: 1px solid #ccc;
1716 padding-left: $lineheight/4;
1717 margin-right: $lineheight/4;
1728 /* Utility for managing inner content areas */
1730 .inner22 { padding: $lineheight;}
1732 .inner12 { padding: $lineheight/2 $lineheight;}
1734 .inner11 { padding: $lineheight/2;}
1736 .inner20 { padding: $lineheight 0;}
1738 .inner02 { padding: 0 $lineheight;}
1740 /* Utility for general button styles */
1742 input[type="button"],
1743 input[type="submit"],
1744 input[type="reset"],
1748 display: inline-block;
1750 padding: $lineheight/4 $lineheight/2;
1751 min-height: 20px + $lineheight/2;
1753 margin: 0 0 $lineheight/2 0;
1758 -moz-border-radius: 2px;
1760 background: darken($blue, $hovercolor);
1761 text-decoration: none;
1764 background: $lightblue;
1766 background: darken($lightblue, $hovercolor);
1770 background: $lightgrey;
1772 background: $lightgrey;
1782 input[type="submit"],
1783 input[type="button"],
1784 input[type="reset"],
1786 box-sizing: border-box;
1792 border-right:1px solid white;
1793 text-overflow: ellipsis;
1794 white-space: nowrap;
1798 .button:first-child {
1799 border-radius:2px 0 0 2px;
1802 .button:last-child {
1803 border-radius:0 2px 2px 0;
1804 border-right-width: 0;
1808 *[value="Hide"] + input:last-child,
1809 *[value="Hide"] + .button:last-child {
1811 border-right-width: 0;
1813 /* if a 3-button set has a hidden middle button */
1814 *[value="Hide"] + input:nth-child(3),
1815 *[value="Hide"] + .button:nth-child(3) {
1816 border-radius:0 2px 2px 0;
1817 border-right-width: 0;
1819 /* if a 3-button set starts with a hidden button */
1820 *[value="Hide"] + input:nth-child(2):not(:last-child),
1821 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1822 border-radius:2px 0 0 2px;
1823 border-right-width: 1px;
1827 /* Rules for doing distinct colour of alternate table rows */
1831 background: $offwhite;
1839 /* Rules for OpenID logo */
1842 vertical-align: text-bottom;
1846 /* Rules for rich text */
1851 padding-bottom: $lineheight/2;
1852 border-bottom: 1px dashed #cccccc;
1853 margin-bottom: $lineheight/2;
1865 font-size: $typeheight;
1870 background: #e8e8e8;
1876 background: #e8e8e8;
1885 padding: $lineheight;
1886 background-color: $offwhite;
1893 border-left: $lineheight solid $offwhite;
1894 padding-left: $lineheight;
1900 padding-left: $lineheight;
1901 margin-bottom: $lineheight;
1902 margin-left: $lineheight;
1910 list-style: decimal;
1914 .diary_post .richtext {
1915 margin-top: $lineheight;
1918 .comments .richtext {
1923 /* Rules for rich text editors */
1925 .richtext_container {
1926 margin-bottom: $lineheight;
1930 display: inline-block;
1931 vertical-align: top;
1934 display: inline-block;
1935 padding: $lineheight;
1936 background-color: $offwhite;
1940 background-image: image-url("loading.gif");
1941 background-repeat: no-repeat;
1942 background-position: center;
1952 display: inline-block;
1953 vertical-align: top;
1955 background-color: #f8f8ff;
1956 padding: $lineheight/2;
1964 border-bottom: 1px solid #ccc;
1965 margin-bottom: $lineheight/4;
1966 padding-bottom: $lineheight/4;
1969 li h4, li span, li p {
1970 display: inline-block;
1971 vertical-align: top;
1982 margin-left: $lineheight/2;
1983 margin-bottom: $lineheight/4;
1984 white-space: nowrap;
1989 /* Rules for the user notes list */
1993 background-color: #eeeeee;
2005 /* Rules for the notes interface */
2007 .leaflet-popup-content .note {
2008 padding-top: $lineheight/2;
2011 .leaflet-popup-content .note {
2013 margin-bottom: $lineheight/2;
2017 margin-top: $lineheight/2;
2023 left: $lineheight/4;
2030 padding-left: $lineheight;
2033 .permalink:hover span {
2039 background-color: #ffe0cc;
2041 margin-bottom: $lineheight/2;
2060 margin-top: $lineheight/4;
2066 * Rules for the iD editor
2074 /* Rules for rotating sidebar ads */
2081 border-bottom: 1px solid #ccc;
2096 /* Rules for dropdown menus */
2103 *margin-bottom: -3px;
2106 .dropdown-toggle:active,
2107 .open .dropdown-toggle {
2112 display: inline-block;
2115 vertical-align: top;
2116 border-top: 4px solid #000000;
2117 border-right: 4px solid transparent;
2118 border-left: 4px solid transparent;
2138 background-color: #ffffff;
2139 border: 1px solid #ccc;
2140 *border-right-width: 2px;
2141 *border-bottom-width: 2px;
2142 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2143 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2144 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2145 -webkit-background-clip: padding-box;
2146 -moz-background-clip: padding;
2147 background-clip: padding-box;
2150 .dropdown-menu.pull-right {
2155 .dropdown-menu .divider {
2159 *margin: -5px 0 5px;
2161 background-color: #e5e5e5;
2162 border-bottom: 1px solid #ffffff;
2165 .dropdown-menu > li > a {
2169 font-weight: normal;
2172 white-space: nowrap;
2175 .dropdown-menu > li > a:hover,
2176 .dropdown-menu > li > a:focus,
2177 .dropdown-submenu:hover > a,
2178 .dropdown-submenu:focus > a {
2180 text-decoration: none;
2181 background-color: $green;
2184 .dropdown-menu > .active > a,
2185 .dropdown-menu > .active > a:hover,
2186 .dropdown-menu > .active > a:focus {
2188 text-decoration: none;
2189 background-color: $green;
2193 .dropdown-menu > .disabled > a,
2194 .dropdown-menu > .disabled > a:hover,
2195 .dropdown-menu > .disabled > a:focus {
2199 .dropdown-menu > .disabled > a:hover,
2200 .dropdown-menu > .disabled > a:focus {
2201 text-decoration: none;
2203 background-color: transparent;
2204 background-image: none;
2211 .open > .dropdown-menu {
2215 .dropdown-backdrop {
2224 /* Rules for the "Welcome" page */
2235 background-image: image-url("welcome-sprite.png");
2236 background-size: 500px 250px;
2242 padding-bottom: 20px;
2244 margin-bottom: 10px;
2256 background-position: -50px 0;
2261 vertical-align: middle;
2265 background-position: -100px 0;
2269 background-position: -150px 0;
2273 background-position: -200px 0;
2277 background-position: -250px 0;
2281 background-position: -300px 0;
2290 text-decoration: none;
2295 background-color: $offwhite;
2299 background-color: #333;
2304 .site-about #content {
2305 background-color: #000;
2306 background-position: 50% 50%;
2307 background-repeat: no-repeat;
2308 background-size: cover;
2309 background-attachment: fixed;
2311 &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2312 &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2313 &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2314 &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2315 &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2316 &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2320 font: italic 14px/20px 'Times New Roman', serif;
2325 text-shadow: #000 0px 1px 5px;
2332 white-space: nowrap;
2333 text-decoration: none;
2344 text-indent: -9999px;
2346 background: image-url('about/sprite.png') -120px 0px no-repeat;
2347 background-color: #000;
2348 background-color: rgba(0, 0, 0, 0.5);
2358 margin-bottom: 30px;
2361 .section:last-child {
2373 padding: 170px 20px 20px 20px;
2375 background: rgba(0, 0, 0, .8);
2393 background-position: 0 50%;
2394 background-repeat: no-repeat;
2395 background-image: image-url('about/osm.png');
2396 background-size: cover;
2397 background-color: #76c551;
2407 padding: 20px 20px 20px 40px;
2408 font: bold 24px/25px Helvetica, Arial, sans-serif;
2409 white-space: nowrap;
2415 display: inline-block;
2422 margin-bottom: 10px;
2429 vertical-align: middle;
2430 background: 40px 40px image-url('about/sprite.png') no-repeat;
2432 &.local { background-position: 0px 0px; }
2433 &.community { background-position: 0px -40px; }
2434 &.open { background-position: 0px -80px; }
2435 &.contributors { background-position: 0px -120px; }
2436 &.infringement { background-position: 0px -160px; }