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 -moz-box-sizing: border-box;
101 -webkit-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;
134 margin-bottom: $lineheight;
157 margin: 0 0 $lineheight/2 0;
161 vertical-align: middle;
162 margin-right: $lineheight/4;
165 /* Rules for icons */
168 display:inline-block;
172 background:transparent image-url("sprite.png") no-repeat 0 0;
181 .icon.search { background-position: 0 0; }
182 .icon.donate { background-position: -20px 0; }
183 .icon.zoomin { background-position: -40px 0; }
184 .icon.zoomout { background-position: -60px 0; }
185 .icon.geolocate { background-position: -80px 0; }
186 .active .icon.geolocate { background-position: -80px -20px; }
187 .icon.layers { background-position: -100px 0; }
188 .icon.key { background-position: -120px 0; }
189 .icon.share { background-position: -140px 0; }
190 .icon.clipboard { background-position: -160px 0; }
191 .icon.link { background-position: -180px 0; }
192 .icon.close { background-position: -200px 0; }
193 .icon.check { background-position: -220px 0; }
194 .icon.note { background-position: -240px 0; }
195 .icon.gear { background-position: -260px 0; }
197 /* Rules for links */
201 text-decoration: none;
203 text-decoration: underline;
207 /* Rules for horizontal lines */
211 background-color: #ccc;
216 /* General styles for tables */
220 margin-bottom: $lineheight;
223 padding: $lineheight/4;
224 line-height: $lineheight;
231 vertical-align: middle;
235 /* Rules for the search box */
239 padding: $lineheight;
240 background-color: $lightgrey;
241 border-bottom: $keyline;
251 border-radius: 2px 0 0 2px;
253 transition: 300ms linear;
254 -webkit-transition: 300ms linear;
255 -moz-transition: 300ms linear;
260 box-shadow: 0px 0px 7px #9ED485;
267 border-radius: 0 2px 2px 0;
271 /* Utility for de-emphasizing content */
280 /* Rules for donation request box */
285 padding: $lineheight/4;
286 border: 1px solid #AED1A0;
288 font-size: $typeheight;
293 margin: $lineheight/2 auto;
297 text-decoration: none;
301 /* Rules for the header */
304 height: $headerHeight;
306 border-bottom: $keyline;
309 h1, nav, nav > ul, nav > ul > li, .dropdown {
310 display: inline-block;
315 padding: $lineheight;
325 vertical-align: middle;
330 border-right: $keyline;
336 border: 1px solid darken($green, 20%);
341 display: inline-block;
343 text-decoration: none;
346 border-right: 1px solid darken($green, 20%);
350 border-right: 1px solid lighten($green, 20%);
354 display: inline-block;
355 padding: 6px 10px 4px 10px;
359 border-top-color: $green;
367 text-decoration: none;
371 border-top-color: #ccc;
376 .site-index #view_tab,
377 .changeset-list #history_tab,
378 .site-export #export_tab,
379 .site-edit #edit_tab {
380 background-color: $green;
387 border-top-color: #fff;
401 display: inline-block;
403 text-decoration: none;
409 border: 1px solid $grey;
414 border-top-color: $grey;
419 img.user_thumbnail_tiny {
423 border-radius: 2px 0 0 2px;
427 display: inline-block;
431 background-color: $grey;
432 border-radius: 0 2px 2px 0;
447 /* Utility for styling notification numbers */
450 padding: 2px $lineheight/4;
458 /* Rules for the message shown in place of the map when javascript is disabled */
467 /* Rules for bootstrap tooltips */
505 display: inline-block;
508 background-color: white;
515 border-color: transparent;
519 .tooltip.top .tooltip-arrow {
523 border-top-color: white;
524 border-width: 5px 5px 0;
527 .tooltip.right .tooltip-arrow {
531 border-right-color: white;
532 border-width: 5px 5px 5px 0;
535 .tooltip.left .tooltip-arrow {
539 border-left-color: white;
540 border-width: 5px 0 5px 5px;
543 .tooltip.bottom .tooltip-arrow {
547 border-bottom-color: white;
548 border-width: 0 5px 5px;
551 /* Rules for Leaflet maps */
553 .leaflet-control .control-button {
557 background-color: #333;
558 background-color: rgba(0,0,0,.6);
559 -bottom: 1px solid #333;
560 border-radius: 4px 0 0 4px;
565 background-color: black;
569 background-color: #9ed485;
573 background-color: #333;
574 background-color: rgba(0,0,0,.5);
583 .leaflet-control .zoomin,
584 .control-layers .control-button {
586 border-radius: 4px 0 0 0;
589 .leaflet-control .zoomout,
590 .control-key .control-button {
595 .control-locate .control-button,
596 .control-share .control-button {
597 border-radius: 0 0 0 4px;
600 /* Rules for the home page */
617 border-bottom: 1px solid #DDD;
627 border:1px solid #ddd;
633 ul, li:last-child, p:last-child {
647 padding: 5px 5px 5px 7px;
648 background-color: #eee;
653 background-color: #ccc;
671 text-decoration: none;
672 background-color: $lightblue;
677 border-right: 1px solid #fff;
678 border-radius: 4px 0 0 4px;
682 border-left: 1px solid #fff;
683 border-radius: 0 4px 4px 0;
687 background-color: $blue;
699 font-family: monospace;
720 .leaflet-top.leaflet-right {
721 top: $lineheight !important;
723 margin-right: 0px !important;
724 margin-top: 0px !important;
728 .leaflet-popup-scrolled {
729 padding-right: $lineheight;
730 border-bottom: 0px !important;
731 border-top: 0px !important;
734 .leaflet-popup-content-wrapper {
735 border-radius: 4px !important;
736 -webkit-border-radius: 4px !important;
739 /* Rules for edit menu */
745 background-color: #ffffff;
746 border: 1px solid $lightgrey;
752 padding: 2px $lineheight/4;
753 border-top: 1px solid #eee;
758 /* Rules for attribution text under the main map shown on printouts */
764 .attribution_license,
765 .attribution_project {
769 .attribution_notice {
773 /* Rules for the sidebar */
776 border-right: $keyline;
783 padding: $lineheight;
784 border-bottom: $keyline;
817 padding: $lineheight/2 $lineheight;
818 background: $offwhite;
819 border-bottom: 1px solid #ccc;
842 /* Rules for the map key which appears in the popout sidebar */
845 .mapkey-table-key img {
851 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
855 /* Rules for search results which appear in the popout sidebar */
858 margin-top: $lineheight/4;
859 margin-bottom: $lineheight/4;
862 .search_results_entry {
865 margin: $lineheight auto;
871 border-bottom: 1px solid #ccc;
883 .search_results_error {
887 /* Rules for data browser information which appears in the popout sidebar */
891 .browse_show_list.button {
916 /* Rules for export information which appears in the popout sidebar */
922 .export_area_inputs {
923 margin-bottom: $lineheight/2;
931 margin: $lineheight/4;
934 /* Rules for the sidebar and main content area */
957 width: $sidebarWidth;
963 padding: $lineheight;
964 background: $lightgrey;
965 border-bottom: $keyline;
969 padding: $lineheight;
972 /* Overrides for pages that use new layout conventions */
991 .header-illustration {
992 background-position: 0 0;
993 background-repeat: no-repeat;
1001 background-image: image-url("sign-up-illustration.png");
1005 background-image: image-url("confirm-illustration.png");
1009 background-image: image-url("terms-illustration.png");
1017 background-image: image-url("sign-up-illustration-arm.png");
1021 @media only screen and (max-width:900px) {
1022 .header-illustration.new-user-arm { display: none;}
1024 margin-left: $sidebarWidth;
1030 #content.maximised {
1043 #slim_container_content {
1045 background-color: #FFFFFF;
1046 margin: $lineheight/2 auto;
1048 border-radius: 25px;
1049 -moz-border-radius: 25px;
1050 border: 1px solid #e6e6e6;
1054 margin: $lineheight/2;
1059 margin-bottom: 15px;
1064 margin: 30px $lineheight/2;
1067 margin-right: $lineheight/4;
1069 vertical-align: middle;
1070 margin-bottom: $lineheight/4;
1071 margin-right: $lineheight/4;
1075 /* Rules for small maps in content areas */
1081 border: 1px solid #ccc;
1082 margin-bottom: $lineheight;
1086 /* Rules for the changeset list shown by the history tab */
1088 #sidebar .changesets {
1090 padding: $lineheight;
1091 border-bottom: $keyline;
1099 /* Rules for the data browser */
1101 body.browse #sidebar_content {
1104 border-bottom: 1px solid #CCC;
1112 margin-bottom: 10px;
1116 padding: 5px 0 5px 10px;
1118 border: 1px solid #CCC;
1119 border-radius: 4px 4px 0 0;
1120 background-color: #F6F6F6;
1127 background-color: #FFF;
1128 border: 1px solid #CCC;
1130 border-radius: 0 0 4px 4px;
1135 border: 1px solid #CCC;
1140 border-bottom: 1px solid #CCC;
1149 display: inline-block;
1158 background-color: #F6F6F6;
1159 border-radius: 4px 0 0 4px;
1163 border-left: 1px solid #CCC;
1168 /* Rules for the trace list shown by the traces tab etc */
1171 font-size: $lineheight/2;
1188 .trace_identifiable {
1201 /* Rules for the user profile page */
1206 .userinformation-inner {
1221 .admin-user-info small {
1222 margin-bottom: $lineheight/2;
1224 margin-right: $lineheight;
1229 border-bottom: 1px solid #ccc;
1230 padding-bottom: $lineheight;
1233 margin-bottom: $lineheight/2;
1238 margin-top: $lineheight;
1242 .activity-details p {
1247 #friends-container .contact-activity ul {
1252 p#no_home_location {
1253 margin: $lineheight;
1256 margin-top: $lineheight/4;
1261 /* Rules for the user map */
1263 .content_map .leaflet-popup-content {
1264 margin: $lineheight/2;
1268 /* Rules for user popups on maps */
1274 margin-top: 0 0 0 60px;
1277 img.user_thumbnail {
1279 margin: 0 $lineheight/2 0 0;
1283 /* Rules for the user list */
1286 font-size: $lineheight/2;
1290 vertical-align: middle;
1299 #user_list_actions {
1301 margin-top: $lineheight/2;
1304 /* Rules for the diary list page */
1306 .diary_entry-list img.user_thumbnail {
1313 margin-top: $lineheight/2;
1314 padding-top: $lineheight;
1315 border-top: 1px solid #ccc;
1330 ul.secondary-actions { display: inline-block;}
1333 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1337 #content .post_heading {
1338 margin-bottom: $lineheight;
1341 margin-bottom: $lineheight/2;
1346 /* Rules for the diary entry page */
1353 border: 1px solid #ccc;
1355 margin-bottom: $lineheight;
1358 border-top: 1px solid #ccc;
1359 padding-top: $lineheight;
1360 margin-top: $lineheight/2;
1366 margin-top: $lineheight/2;
1367 border-top: 1px dashed #ccc;
1368 padding-top: $lineheight/2;
1370 margin-top: $lineheight;
1371 padding-top: $lineheight;
1372 border-top: 1px solid #ccc;
1375 margin-bottom: $lineheight/2;
1384 .diary_entry-view img.user_thumbnail {
1388 /* Rules for the log in page */
1390 #login_openid_buttons {
1394 #login_openid_buttons li {
1396 padding: $lineheight/4 $lineheight/2;
1399 /* Rules for the account confirmation page */
1403 border: 1px solid #ccc;
1404 padding: $lineheight;
1405 margin-bottom: $lineheight;
1411 background: $lightblue;
1413 background: darken($lightblue, $hovercolor);
1423 /* Rules for the account settings page */
1425 #accountForm .user_map {
1429 border: 1px solid #ccc;
1432 #accountForm .user_image {
1436 #accountForm #user_image {
1440 #accountForm ul.accountImage-options {
1453 display: inline !important;
1456 .content_map.settings_map {
1461 /* Rules for the oauth settings page */
1463 .oauth_clients .buttons .oauth-edit {
1464 border-radius: 2px 0 0 2px;
1467 .oauth_clients .buttons .oauth-delete {
1468 border-radius: 0 2px 2px 0;
1471 /* Rules for messages pages */
1475 border: 1px solid #ddd;
1477 input[type="submit"] {
1481 border-top: 1px solid #ccc;
1485 background: #f8f8ff;
1498 padding: $lineheight/4;
1509 border-right: 1px solid $lightgrey;
1513 .inbox-row .inbox-mark-read {
1518 margin-bottom: $lineheight;
1519 padding: $lineheight/4 0px 4px 0px;
1520 border-bottom: 1px solid #ccc;
1527 .info-line .user_thumbnail_tiny {
1528 vertical-align: middle;
1537 .inbox-row-unread .inbox-mark-unread {
1541 .message-read .message-buttons {
1542 margin-top: $lineheight;
1543 padding-top: $lineheight;
1544 border-top: 1px solid $lightgrey;
1547 .message-read .buttons .mark-unread-button {
1551 /* Rules for "flash" notice boxes shown at the top of the content area */
1554 padding: $lineheight;
1556 background-color: #ff7070;
1559 background-color: #ffe0cc;
1562 background-color: #CBEEA7;
1566 /* Rules for highlighting fields with rails validation errors */
1568 .field_with_errors {
1570 background-color: #ff7070;
1571 display: inline-block;
1575 display: inline-block;
1581 background-color: #ff7070;
1584 /* Rules for rails validation error boxes */
1588 border: 2px solid #ff7070;
1589 padding: 0 $lineheight/2;
1590 margin-bottom: $lineheight;
1591 background-color: #f0f0f0;
1594 margin: 0 -10px 10px -10px;
1595 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1598 background-color: #c00;
1606 padding: $lineheight/4;
1610 padding-left: $lineheight;
1619 /* Rules for forms */
1623 margin-bottom: $lineheight;
1625 label.standard-label {
1627 margin-bottom: $lineheight/4;
1628 font-size: $typeheight;
1632 label.standard-label.secondary {
1633 display: inline-block;
1634 font-weight: normal;
1637 font-weight: normal;
1644 margin-top: $lineheight;
1645 padding-top: $lineheight;
1646 border-top: 1px solid $lightgrey;
1648 .horizontal-list .form-row {
1650 padding-right: 10px;
1653 margin-bottom: $lineheight/2;
1661 input[type="checkbox"],
1662 input[type="radio"] {
1668 #remember_me_openid {
1672 input[type="checkbox"],
1673 input[type="radio"] {
1678 input[type="email"],
1680 input[type="password"],
1682 border: 1px solid #ccc;
1693 /* Rules for user images */
1698 border: 1px solid #ccc;
1699 margin-bottom: $lineheight;
1701 margin-right: $lineheight;
1704 img.user_thumbnail {
1707 border: 1px solid #ccc;
1708 margin-right: $lineheight;
1711 img.user_thumbnail_tiny {
1714 border: 1px solid #ccc;
1717 /* Rules for geo microformats */
1720 border-bottom: none;
1723 /* Rules for RSS buttons */
1730 /* General styles for action lists / subnavs / pager navs */
1732 ul.secondary-actions {
1737 display: inline-block;
1744 border-left: 1px solid #ccc;
1745 padding-left: $lineheight/4;
1746 margin-right: $lineheight/4;
1757 /* Utility for managing inner content areas */
1759 .inner22 { padding: $lineheight;}
1761 .inner12 { padding: $lineheight/2 $lineheight;}
1763 .inner11 { padding: $lineheight/2;}
1765 .inner20 { padding: $lineheight 0;}
1767 .inner02 { padding: 0 $lineheight;}
1769 /* Utility for general button styles */
1771 input[type="button"],
1772 input[type="submit"],
1773 input[type="reset"],
1777 display: inline-block;
1779 padding: $lineheight/4 $lineheight/2;
1780 min-height: 20px + $lineheight/2;
1782 margin: 0 0 $lineheight/2 0;
1787 -moz-border-radius: 2px;
1789 background: darken($blue, $hovercolor);
1790 text-decoration: none;
1793 background: $lightblue;
1795 background: darken($lightblue, $hovercolor);
1799 background: $lightgrey;
1801 background: $lightgrey;
1811 input[type="submit"],
1812 input[type="button"],
1813 input[type="reset"],
1815 box-sizing: border-box;
1821 border-right:1px solid white;
1822 text-overflow: ellipsis;
1823 white-space: nowrap;
1827 .button:first-child {
1828 border-radius:2px 0 0 2px;
1831 .button:last-child {
1832 border-radius:0 2px 2px 0;
1833 border-right-width: 0;
1837 *[value="Hide"] + input:last-child,
1838 *[value="Hide"] + .button:last-child {
1840 border-right-width: 0;
1842 /* if a 3-button set has a hidden middle button */
1843 *[value="Hide"] + input:nth-child(3),
1844 *[value="Hide"] + .button:nth-child(3) {
1845 border-radius:0 2px 2px 0;
1846 border-right-width: 0;
1848 /* if a 3-button set starts with a hidden button */
1849 *[value="Hide"] + input:nth-child(2):not(:last-child),
1850 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1851 border-radius:2px 0 0 2px;
1852 border-right-width: 1px solid white;
1856 /* Rules for doing distinct colour of alternate table rows */
1860 background: $offwhite;
1868 /* Rules for OpenID logo */
1871 vertical-align: text-bottom;
1875 /* Rules for rich text */
1880 padding-bottom: $lineheight/2;
1881 border-bottom: 1px dashed #cccccc;
1882 margin-bottom: $lineheight/2;
1894 font-size: $typeheight;
1899 background: #e8e8e8;
1905 background: #e8e8e8;
1914 padding: $lineheight;
1915 background-color: $offwhite;
1922 border-left: $lineheight solid $offwhite;
1923 padding-left: $lineheight;
1929 padding-left: $lineheight;
1930 margin-bottom: $lineheight;
1931 margin-left: $lineheight;
1939 list-style: decimal;
1943 .diary_post .richtext {
1944 margin-top: $lineheight;
1947 .comments .richtext {
1952 /* Rules for rich text editors */
1954 .richtext_container {
1955 margin-bottom: $lineheight;
1959 display: inline-block;
1960 vertical-align: top;
1963 display: inline-block;
1964 padding: $lineheight;
1965 background-color: $offwhite;
1969 background-image: image-url("loading.gif");
1970 background-repeat: no-repeat;
1971 background-position: center;
1981 display: inline-block;
1982 vertical-align: top;
1984 background-color: #f8f8ff;
1985 padding: $lineheight/2;
1993 border-bottom: 1px solid #ccc;
1994 margin-bottom: $lineheight/4;
1995 padding-bottom: $lineheight/4;
1998 li h4, li span, li p {
1999 display: inline-block;
2000 vertical-align: top;
2011 margin-left: $lineheight/2;
2012 margin-bottom: $lineheight/4;
2013 white-space: nowrap;
2018 /* Rules for the user notes list */
2022 background-color: #eeeeee;
2034 /* Rules for the notes interface */
2036 .leaflet-popup-content .note {
2037 padding-top: $lineheight/2;
2040 .leaflet-popup-content .note {
2042 margin-bottom: $lineheight/2;
2046 margin-top: $lineheight/2;
2052 left: $lineheight/4;
2059 padding-left: $lineheight;
2062 .permalink:hover span {
2068 background-color: #ffe0cc;
2070 margin-bottom: $lineheight/2;
2089 margin-top: $lineheight/4;
2095 * Rules for the iD editor
2103 /* Rules for rotating sidebar ads */
2110 border-bottom: 1px solid #ccc;
2125 /* Rules for dropdown menus */
2132 *margin-bottom: -3px;
2135 .dropdown-toggle:active,
2136 .open .dropdown-toggle {
2141 display: inline-block;
2144 vertical-align: top;
2145 border-top: 4px solid #000000;
2146 border-right: 4px solid transparent;
2147 border-left: 4px solid transparent;
2167 background-color: #ffffff;
2168 border: 1px solid #ccc;
2169 *border-right-width: 2px;
2170 *border-bottom-width: 2px;
2171 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2172 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2173 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2174 -webkit-background-clip: padding-box;
2175 -moz-background-clip: padding;
2176 background-clip: padding-box;
2179 .dropdown-menu.pull-right {
2184 .dropdown-menu .divider {
2188 *margin: -5px 0 5px;
2190 background-color: #e5e5e5;
2191 border-bottom: 1px solid #ffffff;
2194 .dropdown-menu > li > a {
2198 font-weight: normal;
2201 white-space: nowrap;
2204 .dropdown-menu > li > a:hover,
2205 .dropdown-menu > li > a:focus,
2206 .dropdown-submenu:hover > a,
2207 .dropdown-submenu:focus > a {
2209 text-decoration: none;
2210 background-color: $green;
2213 .dropdown-menu > .active > a,
2214 .dropdown-menu > .active > a:hover,
2215 .dropdown-menu > .active > a:focus {
2217 text-decoration: none;
2218 background-color: $green;
2222 .dropdown-menu > .disabled > a,
2223 .dropdown-menu > .disabled > a:hover,
2224 .dropdown-menu > .disabled > a:focus {
2228 .dropdown-menu > .disabled > a:hover,
2229 .dropdown-menu > .disabled > a:focus {
2230 text-decoration: none;
2232 background-color: transparent;
2233 background-image: none;
2240 .open > .dropdown-menu {
2244 .dropdown-backdrop {
2253 /* Rules for the "Welcome" page */
2264 background-image: image-url("welcome-sprite.png");
2265 background-size: 500px 250px;
2271 padding-bottom: 20px;
2273 margin-bottom: 10px;
2285 background-position: -50px 0;
2290 vertical-align: middle;
2294 background-position: -100px 0;
2298 background-position: -150px 0;
2302 background-position: -200px 0;
2306 background-position: -250px 0;
2310 background-position: -300px 0;
2319 text-decoration: none;
2324 background-color: $offwhite;
2328 background-color: #333;
2333 .site-about #content {
2334 background-color: #000;
2335 background-position: 50% 50%;
2336 background-repeat: no-repeat;
2337 background-size: cover;
2338 background-attachment: fixed;
2340 &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2341 &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2342 &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2343 &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2344 &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2345 &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2349 font: italic 14px/20px 'Times New Roman', serif;
2354 text-shadow: #000 0px 1px 5px;
2361 white-space: nowrap;
2362 text-decoration: none;
2373 text-indent: -9999px;
2375 background: image-url('about/sprite.png') -120px 0px no-repeat;
2376 background-color: #000;
2377 background-color: rgba(0, 0, 0, 0.5);
2390 margin-bottom: 30px;
2393 .section:last-child {
2405 padding: 170px 20px 20px 20px;
2407 background: rgba(0, 0, 0, .8);
2425 background-position: 0 50%;
2426 background-repeat: no-repeat;
2427 background-image: image-url('about/osm.png');
2428 background-size: cover;
2429 background-color: #76c551;
2439 padding: 20px 20px 20px 40px;
2440 font: bold 24px/25px Helvetica, Arial, sans-serif;
2441 white-space: nowrap;
2447 display: inline-block;
2454 margin-bottom: 10px;
2461 vertical-align: middle;
2462 background: 40px 40px image-url('about/sprite.png') no-repeat;
2464 &.local { background-position: 0px 0px; }
2465 &.community { background-position: 0px -40px; }
2466 &.open { background-position: 0px -80px; }
2467 &.contributors { background-position: 0px -120px; }
2468 &.infringement { background-position: 0px -160px; }