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;
252 border-radius: 2px 0 0 2px;
254 transition: 300ms linear;
255 -webkit-transition: 300ms linear;
256 -moz-transition: 300ms linear;
261 box-shadow: 0px 0px 7px #9ED485;
268 border-radius: 0 2px 2px 0;
280 /* Utility for de-emphasizing content */
289 /* Rules for donation request box */
294 padding: $lineheight/4;
295 border: 1px solid #AED1A0;
297 font-size: $typeheight;
302 margin: $lineheight/2 auto;
306 text-decoration: none;
310 /* Rules for the header */
313 height: $headerHeight;
315 border-bottom: $keyline;
318 h1, nav, nav > ul, nav > ul > li, .dropdown {
319 display: inline-block;
324 padding: $lineheight;
332 text-decoration: none;
338 vertical-align: middle;
343 border-right: $keyline;
353 $border: 1px solid darken($green, 20%);
359 border-right: $border;
360 &:last-child { border-right: 0; }
366 display: inline-block;
377 border-right: 1px solid lighten($green, 20%);
381 border-top-color: $green;
389 text-decoration: none;
393 border-top-color: #ccc;
398 background-color: $green;
405 border-top-color: #fff;
416 display: inline-block;
418 text-decoration: none;
424 color: darken($darkgrey, 25%);
428 $border: 1px solid $grey;
435 border-right: $border;
436 &:last-child { border-right: 0; }
445 border-top-color: $grey;
449 img.user_thumbnail_tiny {
453 border-radius: 2px 0 0 2px;
457 display: inline-block;
461 background-color: $grey;
462 border-radius: 0 2px 2px 0;
477 /* Utility for styling notification numbers */
480 padding: 2px $lineheight/4;
488 /* Rules for the message shown in place of the map when javascript is disabled */
497 /* Rules for bootstrap tooltips */
535 display: inline-block;
538 background-color: white;
545 border-color: transparent;
549 .tooltip.top .tooltip-arrow {
553 border-top-color: white;
554 border-width: 5px 5px 0;
557 .tooltip.right .tooltip-arrow {
561 border-right-color: white;
562 border-width: 5px 5px 5px 0;
565 .tooltip.left .tooltip-arrow {
569 border-left-color: white;
570 border-width: 5px 0 5px 5px;
573 .tooltip.bottom .tooltip-arrow {
577 border-bottom-color: white;
578 border-width: 0 5px 5px;
581 /* Rules for Leaflet maps */
583 .leaflet-control .control-button {
587 background-color: #333;
588 background-color: rgba(0,0,0,.6);
589 -bottom: 1px solid #333;
590 border-radius: 4px 0 0 4px;
595 background-color: black;
599 background-color: #9ed485;
603 background-color: #333;
604 background-color: rgba(0,0,0,.5);
613 .leaflet-control .zoomin,
614 .control-layers .control-button {
616 border-radius: 4px 0 0 0;
619 .leaflet-control .zoomout,
620 .control-key .control-button {
625 .control-locate .control-button,
626 .control-share .control-button {
627 border-radius: 0 0 0 4px;
630 /* Rules for the home page */
647 border-bottom: 1px solid #DDD;
657 border:1px solid #ddd;
663 ul, li:last-child, p:last-child {
677 padding: 5px 5px 5px 7px;
678 background-color: #eee;
683 background-color: #ccc;
701 text-decoration: none;
702 background-color: $lightblue;
707 border-right: 1px solid #fff;
708 border-radius: 4px 0 0 4px;
712 border-left: 1px solid #fff;
713 border-radius: 0 4px 4px 0;
717 background-color: $blue;
729 font-family: monospace;
750 .leaflet-top.leaflet-right {
751 top: $lineheight !important;
753 margin-right: 0px !important;
754 margin-top: 0px !important;
758 .leaflet-popup-scrolled {
759 padding-right: $lineheight;
760 border-bottom: 0px !important;
761 border-top: 0px !important;
764 .leaflet-popup-content-wrapper {
765 border-radius: 4px !important;
766 -webkit-border-radius: 4px !important;
769 /* Rules for edit menu */
775 background-color: #ffffff;
776 border: 1px solid $lightgrey;
782 padding: 2px $lineheight/4;
783 border-top: 1px solid #eee;
788 /* Rules for attribution text under the main map shown on printouts */
794 .attribution_license,
795 .attribution_project {
799 .attribution_notice {
803 /* Rules for the sidebar */
806 border-right: $keyline;
813 padding: $lineheight;
814 border-bottom: $keyline;
847 padding: $lineheight/2 $lineheight;
848 background: $offwhite;
849 border-bottom: 1px solid #ccc;
872 /* Rules for the map key which appears in the popout sidebar */
875 .mapkey-table-key img {
881 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
885 /* Rules for search results which appear in the popout sidebar */
888 margin-top: $lineheight/4;
889 margin-bottom: $lineheight/4;
892 .search_results_entry {
895 margin: $lineheight auto;
901 border-bottom: 1px solid #ccc;
913 .search_results_error {
917 /* Rules for data browser information which appears in the popout sidebar */
921 .browse_show_list.button {
946 /* Rules for export information which appears in the popout sidebar */
952 .export_area_inputs {
953 margin-bottom: $lineheight/2;
961 margin: $lineheight/4;
964 /* Rules for the sidebar and main content area */
987 width: $sidebarWidth;
993 padding: $lineheight;
994 background: $lightgrey;
995 border-bottom: $keyline;
999 padding: $lineheight;
1002 /* Overrides for pages that use new layout conventions */
1021 .header-illustration {
1022 background-position: 0 0;
1023 background-repeat: no-repeat;
1031 background-image: image-url("sign-up-illustration.png");
1035 background-image: image-url("confirm-illustration.png");
1039 background-image: image-url("terms-illustration.png");
1047 background-image: image-url("sign-up-illustration-arm.png");
1051 @media only screen and (max-width:900px) {
1052 .header-illustration.new-user-arm { display: none;}
1054 margin-left: $sidebarWidth;
1060 #content.maximised {
1073 #slim_container_content {
1075 background-color: #FFFFFF;
1076 margin: $lineheight/2 auto;
1078 border-radius: 25px;
1079 -moz-border-radius: 25px;
1080 border: 1px solid #e6e6e6;
1084 margin: $lineheight/2;
1089 margin-bottom: 15px;
1094 margin: 30px $lineheight/2;
1097 margin-right: $lineheight/4;
1099 vertical-align: middle;
1100 margin-bottom: $lineheight/4;
1101 margin-right: $lineheight/4;
1105 /* Rules for small maps in content areas */
1111 border: 1px solid #ccc;
1112 margin-bottom: $lineheight;
1116 /* Rules for the changeset list shown by the history tab */
1118 #sidebar .changesets {
1120 padding: $lineheight;
1121 border-bottom: $keyline;
1129 /* Rules for the data browser */
1131 body.browse #sidebar_content {
1134 border-bottom: 1px solid #CCC;
1142 margin-bottom: 10px;
1146 padding: 5px 0 5px 10px;
1148 border: 1px solid #CCC;
1149 border-radius: 4px 4px 0 0;
1150 background-color: #F6F6F6;
1157 background-color: #FFF;
1158 border: 1px solid #CCC;
1160 border-radius: 0 0 4px 4px;
1165 border: 1px solid #CCC;
1170 border-bottom: 1px solid #CCC;
1179 display: inline-block;
1188 background-color: #F6F6F6;
1189 border-radius: 4px 0 0 4px;
1193 border-left: 1px solid #CCC;
1198 /* Rules for the trace list shown by the traces tab etc */
1201 font-size: $lineheight/2;
1218 .trace_identifiable {
1231 /* Rules for the user profile page */
1236 .userinformation-inner {
1251 .admin-user-info small {
1252 margin-bottom: $lineheight/2;
1254 margin-right: $lineheight;
1259 border-bottom: 1px solid #ccc;
1260 padding-bottom: $lineheight;
1263 margin-bottom: $lineheight/2;
1268 margin-top: $lineheight;
1272 .activity-details p {
1277 #friends-container .contact-activity ul {
1282 p#no_home_location {
1283 margin: $lineheight;
1286 margin-top: $lineheight/4;
1291 /* Rules for the user map */
1293 .content_map .leaflet-popup-content {
1294 margin: $lineheight/2;
1298 /* Rules for user popups on maps */
1304 margin-top: 0 0 0 60px;
1307 img.user_thumbnail {
1309 margin: 0 $lineheight/2 0 0;
1313 /* Rules for the user list */
1316 font-size: $lineheight/2;
1320 vertical-align: middle;
1329 #user_list_actions {
1331 margin-top: $lineheight/2;
1334 /* Rules for the diary list page */
1336 .diary_entry-list img.user_thumbnail {
1343 margin-top: $lineheight/2;
1344 padding-top: $lineheight;
1345 border-top: 1px solid #ccc;
1360 ul.secondary-actions { display: inline-block;}
1363 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1367 #content .post_heading {
1368 margin-bottom: $lineheight;
1371 margin-bottom: $lineheight/2;
1376 /* Rules for the diary entry page */
1383 border: 1px solid #ccc;
1385 margin-bottom: $lineheight;
1388 border-top: 1px solid #ccc;
1389 padding-top: $lineheight;
1390 margin-top: $lineheight/2;
1396 margin-top: $lineheight/2;
1397 border-top: 1px dashed #ccc;
1398 padding-top: $lineheight/2;
1400 margin-top: $lineheight;
1401 padding-top: $lineheight;
1402 border-top: 1px solid #ccc;
1405 margin-bottom: $lineheight/2;
1414 .diary_entry-view img.user_thumbnail {
1418 /* Rules for the log in page */
1420 #login_openid_buttons {
1424 #login_openid_buttons li {
1426 padding: $lineheight/4 $lineheight/2;
1429 /* Rules for the account confirmation page */
1433 border: 1px solid #ccc;
1434 padding: $lineheight;
1435 margin-bottom: $lineheight;
1441 background: $lightblue;
1443 background: darken($lightblue, $hovercolor);
1453 /* Rules for the account settings page */
1455 #accountForm .user_map {
1459 border: 1px solid #ccc;
1462 #accountForm .user_image {
1466 #accountForm #user_image {
1470 #accountForm ul.accountImage-options {
1483 display: inline !important;
1486 .content_map.settings_map {
1491 /* Rules for the oauth settings page */
1493 .oauth_clients .buttons .oauth-edit {
1494 border-radius: 2px 0 0 2px;
1497 .oauth_clients .buttons .oauth-delete {
1498 border-radius: 0 2px 2px 0;
1501 /* Rules for messages pages */
1505 border: 1px solid #ddd;
1507 input[type="submit"] {
1511 border-top: 1px solid #ccc;
1515 background: #f8f8ff;
1528 padding: $lineheight/4;
1539 border-right: 1px solid $lightgrey;
1543 .inbox-row .inbox-mark-read {
1548 margin-bottom: $lineheight;
1549 padding: $lineheight/4 0px 4px 0px;
1550 border-bottom: 1px solid #ccc;
1557 .info-line .user_thumbnail_tiny {
1558 vertical-align: middle;
1567 .inbox-row-unread .inbox-mark-unread {
1571 .message-read .message-buttons {
1572 margin-top: $lineheight;
1573 padding-top: $lineheight;
1574 border-top: 1px solid $lightgrey;
1577 .message-read .buttons .mark-unread-button {
1581 /* Rules for "flash" notice boxes shown at the top of the content area */
1584 padding: $lineheight;
1586 background-color: #ff7070;
1589 background-color: #ffe0cc;
1592 background-color: #CBEEA7;
1596 /* Rules for highlighting fields with rails validation errors */
1598 .field_with_errors {
1600 background-color: #ff7070;
1601 display: inline-block;
1605 display: inline-block;
1611 background-color: #ff7070;
1614 /* Rules for rails validation error boxes */
1618 border: 2px solid #ff7070;
1619 padding: 0 $lineheight/2;
1620 margin-bottom: $lineheight;
1621 background-color: #f0f0f0;
1624 margin: 0 -10px 10px -10px;
1625 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1628 background-color: #c00;
1636 padding: $lineheight/4;
1640 padding-left: $lineheight;
1649 /* Rules for forms */
1653 margin-bottom: $lineheight;
1655 label.standard-label {
1657 margin-bottom: $lineheight/4;
1658 font-size: $typeheight;
1662 label.standard-label.secondary {
1663 display: inline-block;
1664 font-weight: normal;
1667 font-weight: normal;
1674 margin-top: $lineheight;
1675 padding-top: $lineheight;
1676 border-top: 1px solid $lightgrey;
1678 .horizontal-list .form-row {
1680 padding-right: 10px;
1683 margin-bottom: $lineheight/2;
1691 input[type="checkbox"],
1692 input[type="radio"] {
1698 #remember_me_openid {
1702 input[type="checkbox"],
1703 input[type="radio"] {
1708 input[type="email"],
1710 input[type="password"],
1712 border: 1px solid #ccc;
1723 /* Rules for user images */
1728 border: 1px solid #ccc;
1729 margin-bottom: $lineheight;
1731 margin-right: $lineheight;
1734 img.user_thumbnail {
1737 border: 1px solid #ccc;
1738 margin-right: $lineheight;
1741 img.user_thumbnail_tiny {
1744 border: 1px solid #ccc;
1747 /* Rules for geo microformats */
1750 border-bottom: none;
1753 /* Rules for RSS buttons */
1760 /* General styles for action lists / subnavs / pager navs */
1762 ul.secondary-actions {
1767 display: inline-block;
1774 border-left: 1px solid #ccc;
1775 padding-left: $lineheight/4;
1776 margin-right: $lineheight/4;
1787 /* Utility for managing inner content areas */
1789 .inner22 { padding: $lineheight;}
1791 .inner12 { padding: $lineheight/2 $lineheight;}
1793 .inner11 { padding: $lineheight/2;}
1795 .inner20 { padding: $lineheight 0;}
1797 .inner02 { padding: 0 $lineheight;}
1799 /* Utility for general button styles */
1801 input[type="button"],
1802 input[type="submit"],
1803 input[type="reset"],
1807 display: inline-block;
1809 padding: $lineheight/4 $lineheight/2;
1810 min-height: 20px + $lineheight/2;
1812 margin: 0 0 $lineheight/2 0;
1817 -moz-border-radius: 2px;
1819 background: darken($blue, $hovercolor);
1820 text-decoration: none;
1823 background: $lightblue;
1825 background: darken($lightblue, $hovercolor);
1829 background: $lightgrey;
1831 background: $lightgrey;
1841 input[type="submit"],
1842 input[type="button"],
1843 input[type="reset"],
1845 box-sizing: border-box;
1851 border-right:1px solid white;
1852 text-overflow: ellipsis;
1853 white-space: nowrap;
1857 .button:first-child {
1858 border-radius:2px 0 0 2px;
1861 .button:last-child {
1862 border-radius:0 2px 2px 0;
1863 border-right-width: 0;
1867 *[value="Hide"] + input:last-child,
1868 *[value="Hide"] + .button:last-child {
1870 border-right-width: 0;
1872 /* if a 3-button set has a hidden middle button */
1873 *[value="Hide"] + input:nth-child(3),
1874 *[value="Hide"] + .button:nth-child(3) {
1875 border-radius:0 2px 2px 0;
1876 border-right-width: 0;
1878 /* if a 3-button set starts with a hidden button */
1879 *[value="Hide"] + input:nth-child(2):not(:last-child),
1880 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1881 border-radius:2px 0 0 2px;
1882 border-right-width: 1px solid white;
1886 /* Rules for doing distinct colour of alternate table rows */
1890 background: $offwhite;
1898 /* Rules for OpenID logo */
1901 vertical-align: text-bottom;
1905 /* Rules for rich text */
1910 padding-bottom: $lineheight/2;
1911 border-bottom: 1px dashed #cccccc;
1912 margin-bottom: $lineheight/2;
1924 font-size: $typeheight;
1929 background: #e8e8e8;
1935 background: #e8e8e8;
1944 padding: $lineheight;
1945 background-color: $offwhite;
1952 border-left: $lineheight solid $offwhite;
1953 padding-left: $lineheight;
1959 padding-left: $lineheight;
1960 margin-bottom: $lineheight;
1961 margin-left: $lineheight;
1969 list-style: decimal;
1973 .diary_post .richtext {
1974 margin-top: $lineheight;
1977 .comments .richtext {
1982 /* Rules for rich text editors */
1984 .richtext_container {
1985 margin-bottom: $lineheight;
1989 display: inline-block;
1990 vertical-align: top;
1993 display: inline-block;
1994 padding: $lineheight;
1995 background-color: $offwhite;
1999 background-image: image-url("loading.gif");
2000 background-repeat: no-repeat;
2001 background-position: center;
2011 display: inline-block;
2012 vertical-align: top;
2014 background-color: #f8f8ff;
2015 padding: $lineheight/2;
2023 border-bottom: 1px solid #ccc;
2024 margin-bottom: $lineheight/4;
2025 padding-bottom: $lineheight/4;
2028 li h4, li span, li p {
2029 display: inline-block;
2030 vertical-align: top;
2041 margin-left: $lineheight/2;
2042 margin-bottom: $lineheight/4;
2043 white-space: nowrap;
2048 /* Rules for the user notes list */
2052 background-color: #eeeeee;
2064 /* Rules for the notes interface */
2066 .leaflet-popup-content .note {
2067 padding-top: $lineheight/2;
2070 .leaflet-popup-content .note {
2072 margin-bottom: $lineheight/2;
2076 margin-top: $lineheight/2;
2082 left: $lineheight/4;
2089 padding-left: $lineheight;
2092 .permalink:hover span {
2098 background-color: #ffe0cc;
2100 margin-bottom: $lineheight/2;
2119 margin-top: $lineheight/4;
2125 * Rules for the iD editor
2133 /* Rules for rotating sidebar ads */
2140 border-bottom: 1px solid #ccc;
2155 /* Rules for dropdown menus */
2162 *margin-bottom: -3px;
2165 .dropdown-toggle:active,
2166 .open .dropdown-toggle {
2171 display: inline-block;
2174 vertical-align: top;
2175 border-top: 4px solid #000000;
2176 border-right: 4px solid transparent;
2177 border-left: 4px solid transparent;
2197 background-color: #ffffff;
2198 border: 1px solid #ccc;
2199 *border-right-width: 2px;
2200 *border-bottom-width: 2px;
2201 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2202 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2203 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2204 -webkit-background-clip: padding-box;
2205 -moz-background-clip: padding;
2206 background-clip: padding-box;
2209 .dropdown-menu.pull-right {
2214 .dropdown-menu .divider {
2218 *margin: -5px 0 5px;
2220 background-color: #e5e5e5;
2221 border-bottom: 1px solid #ffffff;
2224 .dropdown-menu > li > a {
2228 font-weight: normal;
2231 white-space: nowrap;
2234 .dropdown-menu > li > a:hover,
2235 .dropdown-menu > li > a:focus,
2236 .dropdown-submenu:hover > a,
2237 .dropdown-submenu:focus > a {
2239 text-decoration: none;
2240 background-color: $green;
2243 .dropdown-menu > .active > a,
2244 .dropdown-menu > .active > a:hover,
2245 .dropdown-menu > .active > a:focus {
2247 text-decoration: none;
2248 background-color: $green;
2252 .dropdown-menu > .disabled > a,
2253 .dropdown-menu > .disabled > a:hover,
2254 .dropdown-menu > .disabled > a:focus {
2258 .dropdown-menu > .disabled > a:hover,
2259 .dropdown-menu > .disabled > a:focus {
2260 text-decoration: none;
2262 background-color: transparent;
2263 background-image: none;
2270 .open > .dropdown-menu {
2274 .dropdown-backdrop {
2283 /* Rules for the "Welcome" page */
2294 background-image: image-url("welcome-sprite.png");
2295 background-size: 500px 250px;
2301 padding-bottom: 20px;
2303 margin-bottom: 10px;
2315 background-position: -50px 0;
2320 vertical-align: middle;
2324 background-position: -100px 0;
2328 background-position: -150px 0;
2332 background-position: -200px 0;
2336 background-position: -250px 0;
2340 background-position: -300px 0;
2349 text-decoration: none;
2354 background-color: $offwhite;
2358 background-color: #333;
2363 .site-about #content {
2364 background-color: #000;
2365 background-position: 50% 50%;
2366 background-repeat: no-repeat;
2367 background-size: cover;
2368 background-attachment: fixed;
2370 &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2371 &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2372 &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2373 &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2374 &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2375 &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2379 font: italic 14px/20px 'Times New Roman', serif;
2384 text-shadow: #000 0px 1px 5px;
2391 white-space: nowrap;
2392 text-decoration: none;
2403 text-indent: -9999px;
2405 background: image-url('about/sprite.png') -120px 0px no-repeat;
2406 background-color: #000;
2407 background-color: rgba(0, 0, 0, 0.5);
2420 margin-bottom: 30px;
2423 .section:last-child {
2435 padding: 170px 20px 20px 20px;
2437 background: rgba(0, 0, 0, .8);
2455 background-position: 0 50%;
2456 background-repeat: no-repeat;
2457 background-image: image-url('about/osm.png');
2458 background-size: cover;
2459 background-color: #76c551;
2469 padding: 20px 20px 20px 40px;
2470 font: bold 24px/25px Helvetica, Arial, sans-serif;
2471 white-space: nowrap;
2477 display: inline-block;
2484 margin-bottom: 10px;
2491 vertical-align: middle;
2492 background: 40px 40px image-url('about/sprite.png') no-repeat;
2494 &.local { background-position: 0px 0px; }
2495 &.community { background-position: 0px -40px; }
2496 &.open { background-position: 0px -80px; }
2497 &.contributors { background-position: 0px -120px; }
2498 &.infringement { background-position: 0px -160px; }