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;
397 text-decoration: none;
403 border: 1px solid $grey;
409 border-radius: 2px 0 0 2px;
414 display: inline-block;
427 text-decoration: none;
442 /* Utility for styling notification numbers */
445 padding: 2px $lineheight/4;
453 /* Rules for the message shown in place of the map when javascript is disabled */
462 /* Rules for bootstrap tooltips */
500 display: inline-block;
503 background-color: white;
510 border-color: transparent;
514 .tooltip.top .tooltip-arrow {
518 border-top-color: white;
519 border-width: 5px 5px 0;
522 .tooltip.right .tooltip-arrow {
526 border-right-color: white;
527 border-width: 5px 5px 5px 0;
530 .tooltip.left .tooltip-arrow {
534 border-left-color: white;
535 border-width: 5px 0 5px 5px;
538 .tooltip.bottom .tooltip-arrow {
542 border-bottom-color: white;
543 border-width: 0 5px 5px;
546 /* Rules for Leaflet maps */
548 .leaflet-control .control-button {
552 background-color: #333;
553 background-color: rgba(0,0,0,.6);
554 -bottom: 1px solid #333;
555 border-radius: 4px 0 0 4px;
560 background-color: black;
564 background-color: #9ed485;
568 background-color: #333;
569 background-color: rgba(0,0,0,.5);
578 .leaflet-control .zoomin,
579 .control-layers .control-button {
581 border-radius: 4px 0 0 0;
584 .leaflet-control .zoomout,
585 .control-key .control-button {
590 .control-locate .control-button,
591 .control-share .control-button {
592 border-radius: 0 0 0 4px;
595 /* Rules for the home page */
612 border-bottom: 1px solid #DDD;
622 border:1px solid #ddd;
628 ul, li:last-child, p:last-child {
642 padding: 5px 5px 5px 7px;
643 background-color: #eee;
648 background-color: #ccc;
666 text-decoration: none;
667 background-color: $lightblue;
672 border-right: 1px solid #fff;
673 border-radius: 4px 0 0 4px;
677 border-left: 1px solid #fff;
678 border-radius: 0 4px 4px 0;
682 background-color: $blue;
694 font-family: monospace;
715 .leaflet-top.leaflet-right {
716 top: 10px !important;
718 margin-right: 0px !important;
719 margin-top: 0px !important;
723 .leaflet-popup-scrolled {
724 padding-right: $lineheight;
725 border-bottom: 0px !important;
726 border-top: 0px !important;
729 .leaflet-popup-content-wrapper {
730 border-radius: 4px !important;
731 -webkit-border-radius: 4px !important;
734 /* Rules for edit menu */
740 background-color: #ffffff;
741 border: 1px solid $lightgrey;
747 padding: 2px $lineheight/4;
748 border-top: 1px solid #eee;
753 /* Rules for attribution text under the main map shown on printouts */
759 .attribution_license,
760 .attribution_project {
764 .attribution_notice {
768 /* Rules for the sidebar */
771 border-right: $keyline;
778 padding: $lineheight;
779 border-bottom: $keyline;
812 padding: $lineheight/2 $lineheight;
813 background: $offwhite;
814 border-bottom: 1px solid #ccc;
837 /* Rules for the map key which appears in the popout sidebar */
840 .mapkey-table-key img {
846 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
850 /* Rules for search results which appear in the popout sidebar */
853 margin-top: $lineheight/4;
854 margin-bottom: $lineheight/4;
857 .search_results_entry {
860 margin: $lineheight auto;
866 border-bottom: 1px solid #ccc;
878 .search_results_error {
882 /* Rules for data browser information which appears in the popout sidebar */
886 .browse_show_list.button {
911 /* Rules for export information which appears in the popout sidebar */
917 .export_area_inputs {
918 margin-bottom: $lineheight/2;
926 margin: $lineheight/4;
929 /* Rules for the sidebar and main content area */
952 width: $sidebarWidth;
958 padding: $lineheight;
959 background: $lightgrey;
960 border-bottom: $keyline;
964 padding: $lineheight;
967 /* Overrides for pages that use new layout conventions */
986 .header-illustration {
987 background-position: 0 0;
988 background-repeat: no-repeat;
996 background-image: image-url("sign-up-illustration.png");
1000 background-image: image-url("confirm-illustration.png");
1004 background-image: image-url("terms-illustration.png");
1012 background-image: image-url("sign-up-illustration-arm.png");
1016 @media only screen and (max-width:900px) {
1017 .header-illustration.new-user-arm { display: none;}
1019 margin-left: $sidebarWidth;
1025 #content.maximised {
1038 #slim_container_content {
1040 background-color: #FFFFFF;
1041 margin: $lineheight/2 auto;
1043 border-radius: 25px;
1044 -moz-border-radius: 25px;
1045 border: 1px solid #e6e6e6;
1049 margin: $lineheight/2;
1054 margin-bottom: 15px;
1059 margin: 30px $lineheight/2;
1062 margin-right: $lineheight/4;
1064 vertical-align: middle;
1065 margin-bottom: $lineheight/4;
1066 margin-right: $lineheight/4;
1070 /* Rules for small maps in content areas */
1076 border: 1px solid #ccc;
1077 margin-bottom: $lineheight;
1081 /* Rules for the changeset list shown by the history tab */
1083 #sidebar .changesets {
1085 padding: $lineheight;
1086 border-bottom: $keyline;
1094 /* Rules for the data browser */
1096 body.browse #sidebar_content {
1099 border-bottom: 1px solid #CCC;
1107 margin-bottom: 10px;
1111 padding: 5px 0 5px 10px;
1113 border: 1px solid #CCC;
1114 border-radius: 4px 4px 0 0;
1115 background-color: #F6F6F6;
1122 background-color: #FFF;
1123 border: 1px solid #CCC;
1125 border-radius: 0 0 4px 4px;
1130 border: 1px solid #CCC;
1135 border-bottom: 1px solid #CCC;
1144 display: inline-block;
1153 background-color: #F6F6F6;
1154 border-radius: 4px 0 0 4px;
1158 border-left: 1px solid #CCC;
1163 /* Rules for the trace list shown by the traces tab etc */
1166 font-size: $lineheight/2;
1183 .trace_identifiable {
1196 /* Rules for the user profile page */
1201 .userinformation-inner {
1216 .admin-user-info small {
1217 margin-bottom: $lineheight/2;
1219 margin-right: $lineheight;
1224 border-bottom: 1px solid #ccc;
1225 padding-bottom: $lineheight;
1228 margin-bottom: $lineheight/2;
1233 margin-top: $lineheight;
1237 .activity-details p {
1242 #friends-container .contact-activity ul {
1247 p#no_home_location {
1248 margin: $lineheight;
1251 margin-top: $lineheight/4;
1256 /* Rules for the user map */
1258 .content_map .leaflet-popup-content {
1259 margin: $lineheight/2;
1263 /* Rules for user popups on maps */
1269 margin-top: 0 0 0 60px;
1272 img.user_thumbnail {
1274 margin: 0 $lineheight/2 0 0;
1278 /* Rules for the user list */
1281 font-size: $lineheight/2;
1285 vertical-align: middle;
1294 #user_list_actions {
1296 margin-top: $lineheight/2;
1299 /* Rules for the diary list page */
1301 .diary_entry-list img.user_thumbnail {
1308 margin-top: $lineheight/2;
1309 padding-top: $lineheight;
1310 border-top: 1px solid #ccc;
1325 ul.secondary-actions { display: inline-block;}
1328 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1332 #content .post_heading {
1333 margin-bottom: $lineheight;
1336 margin-bottom: $lineheight/2;
1341 /* Rules for the diary entry page */
1348 border: 1px solid #ccc;
1350 margin-bottom: $lineheight;
1353 border-top: 1px solid #ccc;
1354 padding-top: $lineheight;
1355 margin-top: $lineheight/2;
1361 margin-top: $lineheight/2;
1362 border-top: 1px dashed #ccc;
1363 padding-top: $lineheight/2;
1365 margin-top: $lineheight;
1366 padding-top: $lineheight;
1367 border-top: 1px solid #ccc;
1370 margin-bottom: $lineheight/2;
1379 .diary_entry-view img.user_thumbnail {
1383 /* Rules for the log in page */
1385 #login_openid_buttons {
1389 #login_openid_buttons li {
1391 padding: $lineheight/4 $lineheight/2;
1394 /* Rules for the account confirmation page */
1398 border: 1px solid #ccc;
1399 padding: $lineheight;
1400 margin-bottom: $lineheight;
1414 margin: $lineheight auto inherit auto;
1419 background: $lightblue;
1421 background: darken($lightblue, $hovercolor);
1431 /* Rules for the account settings page */
1433 #accountForm .user_map {
1437 border: 1px solid #ccc;
1440 #accountForm .user_image {
1444 #accountForm #user_image {
1448 #accountForm ul.accountImage-options {
1461 display: inline !important;
1464 .content_map.settings_map {
1469 /* Rules for the oauth settings page */
1471 .oauth_clients .buttons .oauth-edit {
1472 border-radius: 2px 0 0 2px;
1475 .oauth_clients .buttons .oauth-delete {
1476 border-radius: 0 2px 2px 0;
1479 /* Rules for messages pages */
1483 border: 1px solid #ddd;
1485 input[type="submit"] {
1489 border-top: 1px solid #ccc;
1493 background: #f8f8ff;
1506 padding: $lineheight/4;
1517 border-right: 1px solid $lightgrey;
1521 .inbox-row .inbox-mark-read {
1526 margin-bottom: $lineheight;
1527 padding: $lineheight/4 0px 4px 0px;
1528 border-bottom: 1px solid #ccc;
1535 .info-line .user_thumbnail_tiny {
1536 vertical-align: middle;
1545 .inbox-row-unread .inbox-mark-unread {
1549 .message-read .message-buttons {
1550 margin-top: $lineheight;
1551 padding-top: $lineheight;
1552 border-top: 1px solid $lightgrey;
1555 .message-read .buttons .mark-unread-button {
1559 /* Rules for "flash" notice boxes shown at the top of the content area */
1562 padding: $lineheight;
1564 background-color: #ff7070;
1567 background-color: #ffe0cc;
1570 background-color: #CBEEA7;
1574 /* Rules for highlighting fields with rails validation errors */
1576 .field_with_errors {
1578 background-color: #ff7070;
1579 display: inline-block;
1583 display: inline-block;
1589 background-color: #ff7070;
1592 /* Rules for rails validation error boxes */
1596 border: 2px solid #ff7070;
1597 padding: 0 $lineheight/2;
1598 margin-bottom: $lineheight;
1599 background-color: #f0f0f0;
1602 margin: 0 -10px 10px -10px;
1603 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1606 background-color: #c00;
1614 padding: $lineheight/4;
1618 padding-left: $lineheight;
1627 /* Rules for forms */
1631 margin-bottom: $lineheight;
1633 label.standard-label {
1635 margin-bottom: $lineheight/4;
1636 font-size: $typeheight;
1640 label.standard-label.secondary {
1641 display: inline-block;
1642 font-weight: normal;
1645 font-weight: normal;
1652 margin-top: $lineheight;
1653 padding-top: $lineheight;
1654 border-top: 1px solid $lightgrey;
1656 .horizontal-list .form-row {
1658 padding-right: 10px;
1661 margin-bottom: $lineheight/2;
1669 input[type="checkbox"],
1670 input[type="radio"] {
1676 #remember_me_openid {
1680 input[type="checkbox"],
1681 input[type="radio"] {
1686 input[type="email"],
1688 input[type="password"],
1690 border: 1px solid #ccc;
1701 /* Rules for user images */
1706 border: 1px solid #ccc;
1707 margin-bottom: $lineheight;
1709 margin-right: $lineheight;
1712 img.user_thumbnail {
1715 border: 1px solid #ccc;
1716 margin-right: $lineheight;
1719 img.user_thumbnail_tiny {
1722 border: 1px solid #ccc;
1725 /* Rule for "nowrap" class that can be applied to anything to stop wrapping */
1728 white-space: nowrap;
1731 /* Rules for geo microformats */
1734 border-bottom: none;
1737 /* Rules for RSS buttons */
1744 /* General styles for action lists / subnavs / pager navs */
1746 ul.secondary-actions {
1751 display: inline-block;
1758 border-left: 1px solid #ccc;
1759 padding-left: $lineheight/4;
1760 margin-right: $lineheight/4;
1775 /* Utility for managing inner content areas */
1777 .inner22 { padding: $lineheight;}
1779 .inner12 { padding: $lineheight/2 $lineheight;}
1781 .inner11 { padding: $lineheight/2;}
1783 .inner20 { padding: $lineheight 0;}
1785 .inner02 { padding: 0 $lineheight;}
1787 /* Utility for general button styles */
1789 input[type="button"],
1790 input[type="submit"],
1791 input[type="reset"],
1795 display: inline-block;
1797 padding: $lineheight/4 $lineheight/2;
1798 min-height: 20px + $lineheight/2;
1800 margin: 0 0 $lineheight/2 0;
1805 -moz-border-radius: 2px;
1807 background: darken($blue, $hovercolor);
1808 text-decoration: none;
1811 background: $lightblue;
1813 background: darken($lightblue, $hovercolor);
1817 background: $lightgrey;
1819 background: $lightgrey;
1829 input[type="submit"],
1830 input[type="button"],
1831 input[type="reset"],
1833 box-sizing: border-box;
1839 border-right:1px solid white;
1840 text-overflow: ellipsis;
1841 white-space: nowrap;
1845 .button:first-child {
1846 border-radius:2px 0 0 2px;
1849 .button:last-child {
1850 border-radius:0 2px 2px 0;
1851 border-right-width: 0;
1855 *[value="Hide"] + input:last-child,
1856 *[value="Hide"] + .button:last-child {
1858 border-right-width: 0;
1860 /* if a 3-button set has a hidden middle button */
1861 *[value="Hide"] + input:nth-child(3),
1862 *[value="Hide"] + .button:nth-child(3) {
1863 border-radius:0 2px 2px 0;
1864 border-right-width: 0;
1866 /* if a 3-button set starts with a hidden button */
1867 *[value="Hide"] + input:nth-child(2):not(:last-child),
1868 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1869 border-radius:2px 0 0 2px;
1870 border-right-width: 1px solid white;
1874 /* Rules for doing distinct colour of alternate table rows */
1878 background: $offwhite;
1886 /* Rules for OpenID logo */
1889 vertical-align: text-bottom;
1893 /* Rules for rich text */
1898 padding-bottom: $lineheight/2;
1899 border-bottom: 1px dashed #cccccc;
1900 margin-bottom: $lineheight/2;
1912 font-size: $typeheight;
1917 background: #e8e8e8;
1923 background: #e8e8e8;
1932 padding: $lineheight;
1933 background-color: $offwhite;
1940 border-left: $lineheight solid $offwhite;
1941 padding-left: $lineheight;
1947 padding-left: $lineheight;
1948 margin-bottom: $lineheight;
1949 margin-left: $lineheight;
1957 list-style: decimal;
1961 .diary_post .richtext {
1962 margin-top: $lineheight;
1965 .comments .richtext {
1970 /* Rules for rich text editors */
1972 .richtext_container {
1973 margin-bottom: $lineheight;
1977 display: inline-block;
1978 vertical-align: top;
1981 display: inline-block;
1982 padding: $lineheight;
1983 background-color: $offwhite;
1987 background-image: image-url("loading.gif");
1988 background-repeat: no-repeat;
1989 background-position: center;
1999 display: inline-block;
2000 vertical-align: top;
2002 background-color: #f8f8ff;
2003 padding: $lineheight/2;
2011 border-bottom: 1px solid #ccc;
2012 margin-bottom: $lineheight/4;
2013 padding-bottom: $lineheight/4;
2016 li h4, li span, li p {
2017 display: inline-block;
2018 vertical-align: top;
2029 margin-left: $lineheight/2;
2030 margin-bottom: $lineheight/4;
2031 white-space: nowrap;
2036 /* Rules for the user notes list */
2040 background-color: #eeeeee;
2052 /* Rules for the notes interface */
2054 .leaflet-popup-content .note {
2055 padding-top: $lineheight/2;
2058 .leaflet-popup-content .note {
2060 margin-bottom: $lineheight/2;
2064 margin-top: $lineheight/2;
2070 left: $lineheight/4;
2077 padding-left: $lineheight;
2080 .permalink:hover span {
2086 background-color: #ffe0cc;
2088 margin-bottom: $lineheight/2;
2107 margin-top: $lineheight/4;
2113 * Rules for the iD editor
2121 /* Rules for rotating sidebar ads */
2128 border-bottom: 1px solid #ccc;
2143 /* Rules for dropdown menus */
2150 *margin-bottom: -3px;
2153 .dropdown-toggle:active,
2154 .open .dropdown-toggle {
2159 display: inline-block;
2162 vertical-align: top;
2163 border-top: 4px solid #000000;
2164 border-right: 4px solid transparent;
2165 border-left: 4px solid transparent;
2185 background-color: #ffffff;
2186 border: 1px solid #ccc;
2187 *border-right-width: 2px;
2188 *border-bottom-width: 2px;
2189 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2190 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2191 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2192 -webkit-background-clip: padding-box;
2193 -moz-background-clip: padding;
2194 background-clip: padding-box;
2197 .dropdown-menu.pull-right {
2202 .dropdown-menu .divider {
2206 *margin: -5px 0 5px;
2208 background-color: #e5e5e5;
2209 border-bottom: 1px solid #ffffff;
2212 .dropdown-menu > li > a {
2216 font-weight: normal;
2219 white-space: nowrap;
2222 .dropdown-menu > li > a:hover,
2223 .dropdown-menu > li > a:focus,
2224 .dropdown-submenu:hover > a,
2225 .dropdown-submenu:focus > a {
2227 text-decoration: none;
2228 background-color: $green;
2231 .dropdown-menu > .active > a,
2232 .dropdown-menu > .active > a:hover,
2233 .dropdown-menu > .active > a:focus {
2235 text-decoration: none;
2236 background-color: $green;
2240 .dropdown-menu > .disabled > a,
2241 .dropdown-menu > .disabled > a:hover,
2242 .dropdown-menu > .disabled > a:focus {
2246 .dropdown-menu > .disabled > a:hover,
2247 .dropdown-menu > .disabled > a:focus {
2248 text-decoration: none;
2250 background-color: transparent;
2251 background-image: none;
2258 .open > .dropdown-menu {
2262 .dropdown-backdrop {
2271 /* Rules for the "Welcome" page */
2282 background-image: image-url("welcome-sprite.png");
2283 background-size: 500px 250px;
2289 padding-bottom: 20px;
2291 margin-bottom: 10px;
2303 background-position: -50px 0;
2308 vertical-align: middle;
2312 background-position: -100px 0;
2316 background-position: -150px 0;
2320 background-position: -200px 0;
2324 background-position: -250px 0;
2328 background-position: -300px 0;
2337 text-decoration: none;
2342 background-color: $offwhite;
2346 background-color: #333;
2351 .site-about #content {
2352 background-color: #000;
2353 background-position: 50% 50%;
2354 background-repeat: no-repeat;
2355 background-size: cover;
2356 background-attachment: fixed;
2358 &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2359 &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2360 &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2361 &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2362 &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2363 &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2367 font: italic 14px/20px 'Times New Roman', serif;
2372 text-shadow: #000 0px 1px 5px;
2379 white-space: nowrap;
2380 text-decoration: none;
2391 text-indent: -9999px;
2393 background: image-url('about/sprite.png') -120px 0px no-repeat;
2394 background-color: #000;
2395 background-color: rgba(0, 0, 0, 0.5);
2408 margin-bottom: 30px;
2411 .section:last-child {
2423 padding: 170px 20px 20px 20px;
2425 background: rgba(0, 0, 0, .8);
2443 background-position: 0 50%;
2444 background-repeat: no-repeat;
2445 background-image: image-url('about/osm.png');
2446 background-size: cover;
2447 background-color: #76c551;
2457 padding: 20px 20px 20px 40px;
2458 font: bold 24px/25px Helvetica, Arial, sans-serif;
2459 white-space: nowrap;
2465 display: inline-block;
2472 margin-bottom: 10px;
2479 vertical-align: middle;
2480 background: 40px 40px image-url('about/sprite.png') no-repeat;
2482 &.local { background-position: 0px 0px; }
2483 &.community { background-position: 0px -40px; }
2484 &.open { background-position: 0px -80px; }
2485 &.contributors { background-position: 0px -120px; }
2486 &.infringement { background-position: 0px -160px; }