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 .site-index #view_tab,
399 .changeset-list #history_tab,
400 .site-export #export_tab,
401 .site-edit #edit_tab {
402 background-color: $green;
409 border-top-color: #fff;
419 display: inline-block;
421 text-decoration: none;
427 $border: 1px solid $grey;
434 border-right: $border;
435 &:last-child { border-right: 0; }
444 border-top-color: $grey;
448 img.user_thumbnail_tiny {
452 border-radius: 2px 0 0 2px;
456 display: inline-block;
460 background-color: $grey;
461 border-radius: 0 2px 2px 0;
476 /* Utility for styling notification numbers */
479 padding: 2px $lineheight/4;
487 /* Rules for the message shown in place of the map when javascript is disabled */
496 /* Rules for bootstrap tooltips */
534 display: inline-block;
537 background-color: white;
544 border-color: transparent;
548 .tooltip.top .tooltip-arrow {
552 border-top-color: white;
553 border-width: 5px 5px 0;
556 .tooltip.right .tooltip-arrow {
560 border-right-color: white;
561 border-width: 5px 5px 5px 0;
564 .tooltip.left .tooltip-arrow {
568 border-left-color: white;
569 border-width: 5px 0 5px 5px;
572 .tooltip.bottom .tooltip-arrow {
576 border-bottom-color: white;
577 border-width: 0 5px 5px;
580 /* Rules for Leaflet maps */
582 .leaflet-control .control-button {
586 background-color: #333;
587 background-color: rgba(0,0,0,.6);
588 -bottom: 1px solid #333;
589 border-radius: 4px 0 0 4px;
594 background-color: black;
598 background-color: #9ed485;
602 background-color: #333;
603 background-color: rgba(0,0,0,.5);
612 .leaflet-control .zoomin,
613 .control-layers .control-button {
615 border-radius: 4px 0 0 0;
618 .leaflet-control .zoomout,
619 .control-key .control-button {
624 .control-locate .control-button,
625 .control-share .control-button {
626 border-radius: 0 0 0 4px;
629 /* Rules for the home page */
646 border-bottom: 1px solid #DDD;
656 border:1px solid #ddd;
662 ul, li:last-child, p:last-child {
676 padding: 5px 5px 5px 7px;
677 background-color: #eee;
682 background-color: #ccc;
700 text-decoration: none;
701 background-color: $lightblue;
706 border-right: 1px solid #fff;
707 border-radius: 4px 0 0 4px;
711 border-left: 1px solid #fff;
712 border-radius: 0 4px 4px 0;
716 background-color: $blue;
728 font-family: monospace;
749 .leaflet-top.leaflet-right {
750 top: $lineheight !important;
752 margin-right: 0px !important;
753 margin-top: 0px !important;
757 .leaflet-popup-scrolled {
758 padding-right: $lineheight;
759 border-bottom: 0px !important;
760 border-top: 0px !important;
763 .leaflet-popup-content-wrapper {
764 border-radius: 4px !important;
765 -webkit-border-radius: 4px !important;
768 /* Rules for edit menu */
774 background-color: #ffffff;
775 border: 1px solid $lightgrey;
781 padding: 2px $lineheight/4;
782 border-top: 1px solid #eee;
787 /* Rules for attribution text under the main map shown on printouts */
793 .attribution_license,
794 .attribution_project {
798 .attribution_notice {
802 /* Rules for the sidebar */
805 border-right: $keyline;
812 padding: $lineheight;
813 border-bottom: $keyline;
846 padding: $lineheight/2 $lineheight;
847 background: $offwhite;
848 border-bottom: 1px solid #ccc;
871 /* Rules for the map key which appears in the popout sidebar */
874 .mapkey-table-key img {
880 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
884 /* Rules for search results which appear in the popout sidebar */
887 margin-top: $lineheight/4;
888 margin-bottom: $lineheight/4;
891 .search_results_entry {
894 margin: $lineheight auto;
900 border-bottom: 1px solid #ccc;
912 .search_results_error {
916 /* Rules for data browser information which appears in the popout sidebar */
920 .browse_show_list.button {
945 /* Rules for export information which appears in the popout sidebar */
951 .export_area_inputs {
952 margin-bottom: $lineheight/2;
960 margin: $lineheight/4;
963 /* Rules for the sidebar and main content area */
986 width: $sidebarWidth;
992 padding: $lineheight;
993 background: $lightgrey;
994 border-bottom: $keyline;
998 padding: $lineheight;
1001 /* Overrides for pages that use new layout conventions */
1020 .header-illustration {
1021 background-position: 0 0;
1022 background-repeat: no-repeat;
1030 background-image: image-url("sign-up-illustration.png");
1034 background-image: image-url("confirm-illustration.png");
1038 background-image: image-url("terms-illustration.png");
1046 background-image: image-url("sign-up-illustration-arm.png");
1050 @media only screen and (max-width:900px) {
1051 .header-illustration.new-user-arm { display: none;}
1053 margin-left: $sidebarWidth;
1059 #content.maximised {
1072 #slim_container_content {
1074 background-color: #FFFFFF;
1075 margin: $lineheight/2 auto;
1077 border-radius: 25px;
1078 -moz-border-radius: 25px;
1079 border: 1px solid #e6e6e6;
1083 margin: $lineheight/2;
1088 margin-bottom: 15px;
1093 margin: 30px $lineheight/2;
1096 margin-right: $lineheight/4;
1098 vertical-align: middle;
1099 margin-bottom: $lineheight/4;
1100 margin-right: $lineheight/4;
1104 /* Rules for small maps in content areas */
1110 border: 1px solid #ccc;
1111 margin-bottom: $lineheight;
1115 /* Rules for the changeset list shown by the history tab */
1117 #sidebar .changesets {
1119 padding: $lineheight;
1120 border-bottom: $keyline;
1128 /* Rules for the data browser */
1130 body.browse #sidebar_content {
1133 border-bottom: 1px solid #CCC;
1141 margin-bottom: 10px;
1145 padding: 5px 0 5px 10px;
1147 border: 1px solid #CCC;
1148 border-radius: 4px 4px 0 0;
1149 background-color: #F6F6F6;
1156 background-color: #FFF;
1157 border: 1px solid #CCC;
1159 border-radius: 0 0 4px 4px;
1164 border: 1px solid #CCC;
1169 border-bottom: 1px solid #CCC;
1178 display: inline-block;
1187 background-color: #F6F6F6;
1188 border-radius: 4px 0 0 4px;
1192 border-left: 1px solid #CCC;
1197 /* Rules for the trace list shown by the traces tab etc */
1200 font-size: $lineheight/2;
1217 .trace_identifiable {
1230 /* Rules for the user profile page */
1235 .userinformation-inner {
1250 .admin-user-info small {
1251 margin-bottom: $lineheight/2;
1253 margin-right: $lineheight;
1258 border-bottom: 1px solid #ccc;
1259 padding-bottom: $lineheight;
1262 margin-bottom: $lineheight/2;
1267 margin-top: $lineheight;
1271 .activity-details p {
1276 #friends-container .contact-activity ul {
1281 p#no_home_location {
1282 margin: $lineheight;
1285 margin-top: $lineheight/4;
1290 /* Rules for the user map */
1292 .content_map .leaflet-popup-content {
1293 margin: $lineheight/2;
1297 /* Rules for user popups on maps */
1303 margin-top: 0 0 0 60px;
1306 img.user_thumbnail {
1308 margin: 0 $lineheight/2 0 0;
1312 /* Rules for the user list */
1315 font-size: $lineheight/2;
1319 vertical-align: middle;
1328 #user_list_actions {
1330 margin-top: $lineheight/2;
1333 /* Rules for the diary list page */
1335 .diary_entry-list img.user_thumbnail {
1342 margin-top: $lineheight/2;
1343 padding-top: $lineheight;
1344 border-top: 1px solid #ccc;
1359 ul.secondary-actions { display: inline-block;}
1362 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1366 #content .post_heading {
1367 margin-bottom: $lineheight;
1370 margin-bottom: $lineheight/2;
1375 /* Rules for the diary entry page */
1382 border: 1px solid #ccc;
1384 margin-bottom: $lineheight;
1387 border-top: 1px solid #ccc;
1388 padding-top: $lineheight;
1389 margin-top: $lineheight/2;
1395 margin-top: $lineheight/2;
1396 border-top: 1px dashed #ccc;
1397 padding-top: $lineheight/2;
1399 margin-top: $lineheight;
1400 padding-top: $lineheight;
1401 border-top: 1px solid #ccc;
1404 margin-bottom: $lineheight/2;
1413 .diary_entry-view img.user_thumbnail {
1417 /* Rules for the log in page */
1419 #login_openid_buttons {
1423 #login_openid_buttons li {
1425 padding: $lineheight/4 $lineheight/2;
1428 /* Rules for the account confirmation page */
1432 border: 1px solid #ccc;
1433 padding: $lineheight;
1434 margin-bottom: $lineheight;
1440 background: $lightblue;
1442 background: darken($lightblue, $hovercolor);
1452 /* Rules for the account settings page */
1454 #accountForm .user_map {
1458 border: 1px solid #ccc;
1461 #accountForm .user_image {
1465 #accountForm #user_image {
1469 #accountForm ul.accountImage-options {
1482 display: inline !important;
1485 .content_map.settings_map {
1490 /* Rules for the oauth settings page */
1492 .oauth_clients .buttons .oauth-edit {
1493 border-radius: 2px 0 0 2px;
1496 .oauth_clients .buttons .oauth-delete {
1497 border-radius: 0 2px 2px 0;
1500 /* Rules for messages pages */
1504 border: 1px solid #ddd;
1506 input[type="submit"] {
1510 border-top: 1px solid #ccc;
1514 background: #f8f8ff;
1527 padding: $lineheight/4;
1538 border-right: 1px solid $lightgrey;
1542 .inbox-row .inbox-mark-read {
1547 margin-bottom: $lineheight;
1548 padding: $lineheight/4 0px 4px 0px;
1549 border-bottom: 1px solid #ccc;
1556 .info-line .user_thumbnail_tiny {
1557 vertical-align: middle;
1566 .inbox-row-unread .inbox-mark-unread {
1570 .message-read .message-buttons {
1571 margin-top: $lineheight;
1572 padding-top: $lineheight;
1573 border-top: 1px solid $lightgrey;
1576 .message-read .buttons .mark-unread-button {
1580 /* Rules for "flash" notice boxes shown at the top of the content area */
1583 padding: $lineheight;
1585 background-color: #ff7070;
1588 background-color: #ffe0cc;
1591 background-color: #CBEEA7;
1595 /* Rules for highlighting fields with rails validation errors */
1597 .field_with_errors {
1599 background-color: #ff7070;
1600 display: inline-block;
1604 display: inline-block;
1610 background-color: #ff7070;
1613 /* Rules for rails validation error boxes */
1617 border: 2px solid #ff7070;
1618 padding: 0 $lineheight/2;
1619 margin-bottom: $lineheight;
1620 background-color: #f0f0f0;
1623 margin: 0 -10px 10px -10px;
1624 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1627 background-color: #c00;
1635 padding: $lineheight/4;
1639 padding-left: $lineheight;
1648 /* Rules for forms */
1652 margin-bottom: $lineheight;
1654 label.standard-label {
1656 margin-bottom: $lineheight/4;
1657 font-size: $typeheight;
1661 label.standard-label.secondary {
1662 display: inline-block;
1663 font-weight: normal;
1666 font-weight: normal;
1673 margin-top: $lineheight;
1674 padding-top: $lineheight;
1675 border-top: 1px solid $lightgrey;
1677 .horizontal-list .form-row {
1679 padding-right: 10px;
1682 margin-bottom: $lineheight/2;
1690 input[type="checkbox"],
1691 input[type="radio"] {
1697 #remember_me_openid {
1701 input[type="checkbox"],
1702 input[type="radio"] {
1707 input[type="email"],
1709 input[type="password"],
1711 border: 1px solid #ccc;
1722 /* Rules for user images */
1727 border: 1px solid #ccc;
1728 margin-bottom: $lineheight;
1730 margin-right: $lineheight;
1733 img.user_thumbnail {
1736 border: 1px solid #ccc;
1737 margin-right: $lineheight;
1740 img.user_thumbnail_tiny {
1743 border: 1px solid #ccc;
1746 /* Rules for geo microformats */
1749 border-bottom: none;
1752 /* Rules for RSS buttons */
1759 /* General styles for action lists / subnavs / pager navs */
1761 ul.secondary-actions {
1766 display: inline-block;
1773 border-left: 1px solid #ccc;
1774 padding-left: $lineheight/4;
1775 margin-right: $lineheight/4;
1786 /* Utility for managing inner content areas */
1788 .inner22 { padding: $lineheight;}
1790 .inner12 { padding: $lineheight/2 $lineheight;}
1792 .inner11 { padding: $lineheight/2;}
1794 .inner20 { padding: $lineheight 0;}
1796 .inner02 { padding: 0 $lineheight;}
1798 /* Utility for general button styles */
1800 input[type="button"],
1801 input[type="submit"],
1802 input[type="reset"],
1806 display: inline-block;
1808 padding: $lineheight/4 $lineheight/2;
1809 min-height: 20px + $lineheight/2;
1811 margin: 0 0 $lineheight/2 0;
1816 -moz-border-radius: 2px;
1818 background: darken($blue, $hovercolor);
1819 text-decoration: none;
1822 background: $lightblue;
1824 background: darken($lightblue, $hovercolor);
1828 background: $lightgrey;
1830 background: $lightgrey;
1840 input[type="submit"],
1841 input[type="button"],
1842 input[type="reset"],
1844 box-sizing: border-box;
1850 border-right:1px solid white;
1851 text-overflow: ellipsis;
1852 white-space: nowrap;
1856 .button:first-child {
1857 border-radius:2px 0 0 2px;
1860 .button:last-child {
1861 border-radius:0 2px 2px 0;
1862 border-right-width: 0;
1866 *[value="Hide"] + input:last-child,
1867 *[value="Hide"] + .button:last-child {
1869 border-right-width: 0;
1871 /* if a 3-button set has a hidden middle button */
1872 *[value="Hide"] + input:nth-child(3),
1873 *[value="Hide"] + .button:nth-child(3) {
1874 border-radius:0 2px 2px 0;
1875 border-right-width: 0;
1877 /* if a 3-button set starts with a hidden button */
1878 *[value="Hide"] + input:nth-child(2):not(:last-child),
1879 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1880 border-radius:2px 0 0 2px;
1881 border-right-width: 1px solid white;
1885 /* Rules for doing distinct colour of alternate table rows */
1889 background: $offwhite;
1897 /* Rules for OpenID logo */
1900 vertical-align: text-bottom;
1904 /* Rules for rich text */
1909 padding-bottom: $lineheight/2;
1910 border-bottom: 1px dashed #cccccc;
1911 margin-bottom: $lineheight/2;
1923 font-size: $typeheight;
1928 background: #e8e8e8;
1934 background: #e8e8e8;
1943 padding: $lineheight;
1944 background-color: $offwhite;
1951 border-left: $lineheight solid $offwhite;
1952 padding-left: $lineheight;
1958 padding-left: $lineheight;
1959 margin-bottom: $lineheight;
1960 margin-left: $lineheight;
1968 list-style: decimal;
1972 .diary_post .richtext {
1973 margin-top: $lineheight;
1976 .comments .richtext {
1981 /* Rules for rich text editors */
1983 .richtext_container {
1984 margin-bottom: $lineheight;
1988 display: inline-block;
1989 vertical-align: top;
1992 display: inline-block;
1993 padding: $lineheight;
1994 background-color: $offwhite;
1998 background-image: image-url("loading.gif");
1999 background-repeat: no-repeat;
2000 background-position: center;
2010 display: inline-block;
2011 vertical-align: top;
2013 background-color: #f8f8ff;
2014 padding: $lineheight/2;
2022 border-bottom: 1px solid #ccc;
2023 margin-bottom: $lineheight/4;
2024 padding-bottom: $lineheight/4;
2027 li h4, li span, li p {
2028 display: inline-block;
2029 vertical-align: top;
2040 margin-left: $lineheight/2;
2041 margin-bottom: $lineheight/4;
2042 white-space: nowrap;
2047 /* Rules for the user notes list */
2051 background-color: #eeeeee;
2063 /* Rules for the notes interface */
2065 .leaflet-popup-content .note {
2066 padding-top: $lineheight/2;
2069 .leaflet-popup-content .note {
2071 margin-bottom: $lineheight/2;
2075 margin-top: $lineheight/2;
2081 left: $lineheight/4;
2088 padding-left: $lineheight;
2091 .permalink:hover span {
2097 background-color: #ffe0cc;
2099 margin-bottom: $lineheight/2;
2118 margin-top: $lineheight/4;
2124 * Rules for the iD editor
2132 /* Rules for rotating sidebar ads */
2139 border-bottom: 1px solid #ccc;
2154 /* Rules for dropdown menus */
2161 *margin-bottom: -3px;
2164 .dropdown-toggle:active,
2165 .open .dropdown-toggle {
2170 display: inline-block;
2173 vertical-align: top;
2174 border-top: 4px solid #000000;
2175 border-right: 4px solid transparent;
2176 border-left: 4px solid transparent;
2196 background-color: #ffffff;
2197 border: 1px solid #ccc;
2198 *border-right-width: 2px;
2199 *border-bottom-width: 2px;
2200 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2201 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2202 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2203 -webkit-background-clip: padding-box;
2204 -moz-background-clip: padding;
2205 background-clip: padding-box;
2208 .dropdown-menu.pull-right {
2213 .dropdown-menu .divider {
2217 *margin: -5px 0 5px;
2219 background-color: #e5e5e5;
2220 border-bottom: 1px solid #ffffff;
2223 .dropdown-menu > li > a {
2227 font-weight: normal;
2230 white-space: nowrap;
2233 .dropdown-menu > li > a:hover,
2234 .dropdown-menu > li > a:focus,
2235 .dropdown-submenu:hover > a,
2236 .dropdown-submenu:focus > a {
2238 text-decoration: none;
2239 background-color: $green;
2242 .dropdown-menu > .active > a,
2243 .dropdown-menu > .active > a:hover,
2244 .dropdown-menu > .active > a:focus {
2246 text-decoration: none;
2247 background-color: $green;
2251 .dropdown-menu > .disabled > a,
2252 .dropdown-menu > .disabled > a:hover,
2253 .dropdown-menu > .disabled > a:focus {
2257 .dropdown-menu > .disabled > a:hover,
2258 .dropdown-menu > .disabled > a:focus {
2259 text-decoration: none;
2261 background-color: transparent;
2262 background-image: none;
2269 .open > .dropdown-menu {
2273 .dropdown-backdrop {
2282 /* Rules for the "Welcome" page */
2293 background-image: image-url("welcome-sprite.png");
2294 background-size: 500px 250px;
2300 padding-bottom: 20px;
2302 margin-bottom: 10px;
2314 background-position: -50px 0;
2319 vertical-align: middle;
2323 background-position: -100px 0;
2327 background-position: -150px 0;
2331 background-position: -200px 0;
2335 background-position: -250px 0;
2339 background-position: -300px 0;
2348 text-decoration: none;
2353 background-color: $offwhite;
2357 background-color: #333;
2362 .site-about #content {
2363 background-color: #000;
2364 background-position: 50% 50%;
2365 background-repeat: no-repeat;
2366 background-size: cover;
2367 background-attachment: fixed;
2369 &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2370 &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2371 &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2372 &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2373 &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2374 &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2378 font: italic 14px/20px 'Times New Roman', serif;
2383 text-shadow: #000 0px 1px 5px;
2390 white-space: nowrap;
2391 text-decoration: none;
2402 text-indent: -9999px;
2404 background: image-url('about/sprite.png') -120px 0px no-repeat;
2405 background-color: #000;
2406 background-color: rgba(0, 0, 0, 0.5);
2419 margin-bottom: 30px;
2422 .section:last-child {
2434 padding: 170px 20px 20px 20px;
2436 background: rgba(0, 0, 0, .8);
2454 background-position: 0 50%;
2455 background-repeat: no-repeat;
2456 background-image: image-url('about/osm.png');
2457 background-size: cover;
2458 background-color: #76c551;
2468 padding: 20px 20px 20px 40px;
2469 font: bold 24px/25px Helvetica, Arial, sans-serif;
2470 white-space: nowrap;
2476 display: inline-block;
2483 margin-bottom: 10px;
2490 vertical-align: middle;
2491 background: 40px 40px image-url('about/sprite.png') no-repeat;
2493 &.local { background-position: 0px 0px; }
2494 &.community { background-position: 0px -40px; }
2495 &.open { background-position: 0px -80px; }
2496 &.contributors { background-position: 0px -120px; }
2497 &.infringement { background-position: 0px -160px; }