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;
608 border-bottom: 1px solid #DDD;
618 border:1px solid #ddd;
639 padding: 5px 5px 5px 7px;
640 background-color: #eee;
645 background-color: #ccc;
663 text-decoration: none;
664 background-color: $lightblue;
669 border-right: 1px solid #fff;
670 border-radius: 4px 0 0 4px;
674 border-left: 1px solid #fff;
675 border-radius: 0 4px 4px 0;
679 background-color: $blue;
691 font-family: monospace;
712 .leaflet-top.leaflet-right {
713 top: $lineheight !important;
715 margin-right: 0px !important;
716 margin-top: 0px !important;
720 .leaflet-popup-scrolled {
721 padding-right: $lineheight;
722 border-bottom: 0px !important;
723 border-top: 0px !important;
726 .leaflet-popup-content-wrapper {
727 border-radius: 4px !important;
728 -webkit-border-radius: 4px !important;
731 /* Rules for attribution text under the main map shown on printouts */
737 .attribution_license,
738 .attribution_project {
742 .attribution_notice {
746 /* Rules for the sidebar */
750 padding: $lineheight/2 $lineheight;
751 background: $offwhite;
752 border-bottom: 1px solid #ccc;
772 /* Rules for the search box */
776 padding: $lineheight;
777 background-color: $lightgrey;
778 border-bottom: $keyline;
789 border-radius: 2px 0 0 2px;
791 transition: 300ms linear;
792 -webkit-transition: 300ms linear;
793 -moz-transition: 300ms linear;
798 box-shadow: 0px 0px 7px #9ED485;
805 border-radius: 0 2px 2px 0;
817 /* Rules for donation request box */
822 padding: $lineheight/4;
823 border: 1px solid #AED1A0;
825 font-size: $typeheight;
830 margin: $lineheight/2 auto;
834 text-decoration: none;
838 /* Rules for rotating sidebar ads */
846 border-bottom: 1px solid #ccc;
861 /* Rules for the map key which appears in the popout sidebar */
864 .mapkey-table-key img {
870 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
874 /* Rules for search results which appear in the popout sidebar */
877 margin-top: $lineheight/4;
878 margin-bottom: $lineheight/4;
881 .search_results_entry {
884 margin: $lineheight auto;
890 border-bottom: 1px solid #ccc;
902 .search_results_error {
906 /* Rules for data browser information which appears in the popout sidebar */
910 .browse_show_list.button {
935 /* Rules for the changeset list shown by the history tab */
937 #sidebar .changesets {
939 padding: $lineheight;
940 border-bottom: $keyline;
944 /* Rules for the data browser */
949 border-bottom: 1px solid #CCC;
956 padding: 5px 0 5px 10px;
958 border: 1px solid #CCC;
959 border-radius: 4px 4px 0 0;
960 background-color: #F6F6F6;
966 background-color: #FFF;
967 border: 1px solid #CCC;
969 border-radius: 0 0 4px 4px;
974 border: 1px solid #CCC;
979 border-bottom: 1px solid #CCC;
988 display: inline-block;
997 background-color: #F6F6F6;
998 border-radius: 4px 0 0 4px;
1002 border-left: 1px solid #CCC;
1007 /* Rules for export information which appears in the popout sidebar */
1013 .export_area_inputs {
1014 margin-bottom: $lineheight/2;
1015 input[type="text"] {
1022 margin: $lineheight/4;
1025 /* Rules for non-map content pages */
1028 background: $lightgrey;
1029 border-bottom: $keyline;
1034 margin-bottom: $lineheight;
1038 margin-top: $lineheight/2;
1046 padding: $lineheight;
1049 /* Overrides for pages that use new layout conventions */
1054 .content-body .content-inner {
1063 .content-heading .content-inner {
1068 .header-illustration {
1069 background-position: 0 0;
1070 background-repeat: no-repeat;
1078 background-image: image-url("sign-up-illustration.png");
1082 background-image: image-url("confirm-illustration.png");
1086 background-image: image-url("terms-illustration.png");
1094 background-image: image-url("sign-up-illustration-arm.png");
1099 @media only screen and (max-width:900px) {
1100 .header-illustration.new-user-arm {
1105 #content.maximised {
1118 #slim_container_content {
1120 background-color: #FFFFFF;
1121 margin: $lineheight/2 auto;
1123 border-radius: 25px;
1124 -moz-border-radius: 25px;
1125 border: 1px solid #e6e6e6;
1129 margin: $lineheight/2;
1134 margin-bottom: 15px;
1139 margin: 30px $lineheight/2;
1142 margin-right: $lineheight/4;
1144 vertical-align: middle;
1145 margin-bottom: $lineheight/4;
1146 margin-right: $lineheight/4;
1150 /* Rules for small maps in content areas */
1156 border: 1px solid #ccc;
1157 margin-bottom: $lineheight;
1161 /* Rules for the trace list shown by the traces tab etc */
1164 font-size: $lineheight/2;
1181 .trace_identifiable {
1194 /* Rules for the user profile page */
1199 .userinformation-inner {
1214 .admin-user-info small {
1215 margin-bottom: $lineheight/2;
1217 margin-right: $lineheight;
1222 border-bottom: 1px solid #ccc;
1223 padding-bottom: $lineheight;
1226 margin-bottom: $lineheight/2;
1231 margin-top: $lineheight;
1235 .activity-details p {
1240 #friends-container .contact-activity ul {
1245 p#no_home_location {
1246 margin: $lineheight;
1249 margin-top: $lineheight/4;
1254 /* Rules for the user map */
1256 .content_map .leaflet-popup-content {
1257 margin: $lineheight/2;
1261 /* Rules for user popups on maps */
1267 margin-top: 0 0 0 60px;
1270 img.user_thumbnail {
1272 margin: 0 $lineheight/2 0 0;
1276 /* Rules for the user list */
1279 font-size: $lineheight/2;
1283 vertical-align: middle;
1292 #user_list_actions {
1294 margin-top: $lineheight/2;
1297 /* Rules for the diary list page */
1301 margin-top: $lineheight/2;
1302 padding-top: $lineheight;
1303 border-top: 1px solid #ccc;
1306 margin-bottom: $lineheight;
1310 margin-bottom: $lineheight/2;
1315 img.user_thumbnail {
1324 ul.secondary-actions {
1325 display: inline-block;
1329 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1333 /* Rules for the diary entry page */
1340 border: 1px solid #ccc;
1342 margin-bottom: $lineheight;
1345 border-top: 1px solid #ccc;
1346 padding-top: $lineheight;
1347 margin-top: $lineheight/2;
1353 margin-top: $lineheight/2;
1354 border-top: 1px dashed #ccc;
1355 padding-top: $lineheight/2;
1357 margin-top: $lineheight;
1358 padding-top: $lineheight;
1359 border-top: 1px solid #ccc;
1362 margin-bottom: $lineheight/2;
1371 .diary_entry-view img.user_thumbnail {
1375 /* Rules for the log in page */
1377 #login_openid_buttons {
1381 #login_openid_buttons li {
1383 padding: $lineheight/4 $lineheight/2;
1386 /* Rules for the account confirmation page */
1390 border: 1px solid #ccc;
1391 padding: $lineheight;
1392 margin-bottom: $lineheight;
1398 background: $lightblue;
1400 background: darken($lightblue, $hovercolor);
1410 /* Rules for the account settings page */
1412 #accountForm .user_map {
1416 border: 1px solid #ccc;
1419 #accountForm .user_image {
1423 #accountForm #user_image {
1427 #accountForm ul.accountImage-options {
1440 display: inline !important;
1443 .content_map.settings_map {
1448 /* Rules for the oauth settings page */
1450 .oauth_clients .buttons .oauth-edit {
1451 border-radius: 2px 0 0 2px;
1454 .oauth_clients .buttons .oauth-delete {
1455 border-radius: 0 2px 2px 0;
1458 /* Rules for messages pages */
1462 border: 1px solid #ddd;
1464 input[type="submit"] {
1468 border-top: 1px solid #ccc;
1472 background: #f8f8ff;
1485 padding: $lineheight/4;
1496 border-right: 1px solid $lightgrey;
1500 .inbox-row .inbox-mark-read {
1505 margin-bottom: $lineheight;
1506 padding: $lineheight/4 0px 4px 0px;
1507 border-bottom: 1px solid #ccc;
1514 .info-line .user_thumbnail_tiny {
1515 vertical-align: middle;
1524 .inbox-row-unread .inbox-mark-unread {
1528 .message-read .message-buttons {
1529 margin-top: $lineheight;
1530 padding-top: $lineheight;
1531 border-top: 1px solid $lightgrey;
1534 .message-read .buttons .mark-unread-button {
1538 /* Rules for "flash" notice boxes shown at the top of the content area */
1541 padding: $lineheight;
1542 background-color: #ff7070;
1546 padding: $lineheight;
1547 background-color: #ffe0cc;
1551 padding: $lineheight;
1552 background-color: #CBEEA7;
1555 /* Rules for highlighting fields with rails validation errors */
1557 .field_with_errors {
1559 background-color: #ff7070;
1560 display: inline-block;
1564 display: inline-block;
1570 background-color: #ff7070;
1573 /* Rules for rails validation error boxes */
1577 border: 2px solid #ff7070;
1578 padding: 0 $lineheight/2;
1579 margin-bottom: $lineheight;
1580 background-color: #f0f0f0;
1583 margin: 0 -10px 10px -10px;
1584 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1587 background-color: #c00;
1595 padding: $lineheight/4;
1599 padding-left: $lineheight;
1608 /* Rules for forms */
1612 margin-bottom: $lineheight;
1614 label.standard-label {
1616 margin-bottom: $lineheight/4;
1617 font-size: $typeheight;
1621 label.standard-label.secondary {
1622 display: inline-block;
1623 font-weight: normal;
1626 font-weight: normal;
1633 margin-top: $lineheight;
1634 padding-top: $lineheight;
1635 border-top: 1px solid $lightgrey;
1637 .horizontal-list .form-row {
1639 padding-right: 10px;
1642 margin-bottom: $lineheight/2;
1650 input[type="checkbox"],
1651 input[type="radio"] {
1657 #remember_me_openid {
1661 input[type="checkbox"],
1662 input[type="radio"] {
1667 input[type="email"],
1669 input[type="password"],
1671 border: 1px solid #ccc;
1682 /* Rules for user images */
1687 border: 1px solid #ccc;
1688 margin-bottom: $lineheight;
1690 margin-right: $lineheight;
1693 img.user_thumbnail {
1696 border: 1px solid #ccc;
1697 margin-right: $lineheight;
1700 img.user_thumbnail_tiny {
1703 border: 1px solid #ccc;
1706 /* Rules for geo microformats */
1709 border-bottom: none;
1712 /* Rules for RSS buttons */
1719 /* General styles for action lists / subnavs / pager navs */
1721 ul.secondary-actions {
1726 display: inline-block;
1733 border-left: 1px solid #ccc;
1734 padding-left: $lineheight/4;
1735 margin-right: $lineheight/4;
1746 /* Utility for managing inner content areas */
1748 .inner22 { padding: $lineheight;}
1750 .inner12 { padding: $lineheight/2 $lineheight;}
1752 .inner11 { padding: $lineheight/2;}
1754 .inner20 { padding: $lineheight 0;}
1756 .inner02 { padding: 0 $lineheight;}
1758 /* Utility for general button styles */
1760 input[type="button"],
1761 input[type="submit"],
1762 input[type="reset"],
1766 display: inline-block;
1768 padding: $lineheight/4 $lineheight/2;
1769 min-height: 20px + $lineheight/2;
1771 margin: 0 0 $lineheight/2 0;
1776 -moz-border-radius: 2px;
1778 background: darken($blue, $hovercolor);
1779 text-decoration: none;
1782 background: $lightblue;
1784 background: darken($lightblue, $hovercolor);
1788 background: $lightgrey;
1790 background: $lightgrey;
1800 input[type="submit"],
1801 input[type="button"],
1802 input[type="reset"],
1804 box-sizing: border-box;
1810 border-right:1px solid white;
1811 text-overflow: ellipsis;
1812 white-space: nowrap;
1816 .button:first-child {
1817 border-radius:2px 0 0 2px;
1820 .button:last-child {
1821 border-radius:0 2px 2px 0;
1822 border-right-width: 0;
1826 *[value="Hide"] + input:last-child,
1827 *[value="Hide"] + .button:last-child {
1829 border-right-width: 0;
1831 /* if a 3-button set has a hidden middle button */
1832 *[value="Hide"] + input:nth-child(3),
1833 *[value="Hide"] + .button:nth-child(3) {
1834 border-radius:0 2px 2px 0;
1835 border-right-width: 0;
1837 /* if a 3-button set starts with a hidden button */
1838 *[value="Hide"] + input:nth-child(2):not(:last-child),
1839 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1840 border-radius:2px 0 0 2px;
1841 border-right-width: 1px;
1845 /* Rules for doing distinct colour of alternate table rows */
1849 background: $offwhite;
1857 /* Rules for OpenID logo */
1860 vertical-align: text-bottom;
1864 /* Rules for rich text */
1869 padding-bottom: $lineheight/2;
1870 border-bottom: 1px dashed #cccccc;
1871 margin-bottom: $lineheight/2;
1883 font-size: $typeheight;
1888 background: #e8e8e8;
1894 background: #e8e8e8;
1903 padding: $lineheight;
1904 background-color: $offwhite;
1911 border-left: $lineheight solid $offwhite;
1912 padding-left: $lineheight;
1918 padding-left: $lineheight;
1919 margin-bottom: $lineheight;
1920 margin-left: $lineheight;
1928 list-style: decimal;
1932 .diary_post .richtext {
1933 margin-top: $lineheight;
1936 .comments .richtext {
1941 /* Rules for rich text editors */
1943 .richtext_container {
1944 margin-bottom: $lineheight;
1948 display: inline-block;
1949 vertical-align: top;
1952 display: inline-block;
1953 padding: $lineheight;
1954 background-color: $offwhite;
1958 background-image: image-url("loading.gif");
1959 background-repeat: no-repeat;
1960 background-position: center;
1970 display: inline-block;
1971 vertical-align: top;
1973 background-color: #f8f8ff;
1974 padding: $lineheight/2;
1982 border-bottom: 1px solid #ccc;
1983 margin-bottom: $lineheight/4;
1984 padding-bottom: $lineheight/4;
1987 li h4, li span, li p {
1988 display: inline-block;
1989 vertical-align: top;
2000 margin-left: $lineheight/2;
2001 margin-bottom: $lineheight/4;
2002 white-space: nowrap;
2007 /* Rules for the user notes list */
2011 background-color: #eeeeee;
2023 /* Rules for the notes interface */
2025 .leaflet-popup-content .note {
2026 padding-top: $lineheight/2;
2029 .leaflet-popup-content .note {
2031 margin-bottom: $lineheight/2;
2035 margin-top: $lineheight/2;
2041 left: $lineheight/4;
2048 padding-left: $lineheight;
2051 .permalink:hover span {
2057 background-color: #ffe0cc;
2059 margin-bottom: $lineheight/2;
2078 margin-top: $lineheight/4;
2083 /* Rules for the iD editor */
2090 /* Rules for dropdown menus */
2097 *margin-bottom: -3px;
2100 .dropdown-toggle:active,
2101 .open .dropdown-toggle {
2106 display: inline-block;
2109 vertical-align: top;
2110 border-top: 4px solid #000000;
2111 border-right: 4px solid transparent;
2112 border-left: 4px solid transparent;
2132 background-color: #ffffff;
2133 border: 1px solid #ccc;
2134 *border-right-width: 2px;
2135 *border-bottom-width: 2px;
2136 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2137 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2138 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2139 -webkit-background-clip: padding-box;
2140 -moz-background-clip: padding;
2141 background-clip: padding-box;
2144 .dropdown-menu.pull-right {
2149 .dropdown-menu .divider {
2153 *margin: -5px 0 5px;
2155 background-color: #e5e5e5;
2156 border-bottom: 1px solid #ffffff;
2159 .dropdown-menu > li > a {
2163 font-weight: normal;
2166 white-space: nowrap;
2169 .dropdown-menu > li > a:hover,
2170 .dropdown-menu > li > a:focus,
2171 .dropdown-submenu:hover > a,
2172 .dropdown-submenu:focus > a {
2174 text-decoration: none;
2175 background-color: $green;
2178 .dropdown-menu > .active > a,
2179 .dropdown-menu > .active > a:hover,
2180 .dropdown-menu > .active > a:focus {
2182 text-decoration: none;
2183 background-color: $green;
2187 .dropdown-menu > .disabled > a,
2188 .dropdown-menu > .disabled > a:hover,
2189 .dropdown-menu > .disabled > a:focus {
2193 .dropdown-menu > .disabled > a:hover,
2194 .dropdown-menu > .disabled > a:focus {
2195 text-decoration: none;
2197 background-color: transparent;
2198 background-image: none;
2205 .open > .dropdown-menu {
2209 .dropdown-backdrop {
2218 /* Rules for the "Welcome" page */
2229 background-image: image-url("welcome-sprite.png");
2230 background-size: 500px 250px;
2236 padding-bottom: 20px;
2238 margin-bottom: 10px;
2250 background-position: -50px 0;
2255 vertical-align: middle;
2259 background-position: -100px 0;
2263 background-position: -150px 0;
2267 background-position: -200px 0;
2271 background-position: -250px 0;
2275 background-position: -300px 0;
2284 text-decoration: none;
2289 background-color: $offwhite;
2293 background-color: #333;
2298 .site-about #content {
2299 background-color: #000;
2300 background-position: 50% 50%;
2301 background-repeat: no-repeat;
2302 background-size: cover;
2303 background-attachment: fixed;
2305 &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2306 &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2307 &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2308 &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2309 &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2310 &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2314 font: italic 14px/20px 'Times New Roman', serif;
2319 text-shadow: #000 0px 1px 5px;
2326 white-space: nowrap;
2327 text-decoration: none;
2338 text-indent: -9999px;
2340 background: image-url('about/sprite.png') -120px 0px no-repeat;
2341 background-color: #000;
2342 background-color: rgba(0, 0, 0, 0.5);
2352 margin-bottom: 30px;
2355 .section:last-child {
2367 padding: 170px 20px 20px 20px;
2369 background: rgba(0, 0, 0, .8);
2387 background-position: 0 50%;
2388 background-repeat: no-repeat;
2389 background-image: image-url('about/osm.png');
2390 background-size: cover;
2391 background-color: #76c551;
2401 padding: 20px 20px 20px 40px;
2402 font: bold 24px/25px Helvetica, Arial, sans-serif;
2403 white-space: nowrap;
2409 display: inline-block;
2416 margin-bottom: 10px;
2423 vertical-align: middle;
2424 background: 40px 40px image-url('about/sprite.png') no-repeat;
2426 &.local { background-position: 0px 0px; }
2427 &.community { background-position: 0px -40px; }
2428 &.open { background-position: 0px -80px; }
2429 &.contributors { background-position: 0px -120px; }
2430 &.infringement { background-position: 0px -160px; }