15 $keyline: 1px solid $lightgrey;
18 /* Styles common to large and small screens */
20 /* Minimal CSS reset */
22 html, body, ul, ol, li, form, fieldset, legend, h1, h2, h3, h4, h5, h6, p, input {
29 fieldset,img { border: 0; }
31 legend { color: #000; }
33 sup { vertical-align: text-top; }
35 sub { vertical-align: text-bottom; }
38 border-collapse: collapse;
42 li { list-style: none; }
47 body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; }
50 border-bottom: .1em dotted;
54 /* Micro Clearfix | Details: http://nicolasgallagher.com/micro-clearfix-hack/ */
68 .col0 { float:left; width:04.1666%; }
69 .col1 { float:left; width:08.3333%; }
70 .col2 { float:left; width:16.6666%; }
71 .col3 { float:left; width:25.0000%; }
72 .col4 { float:left; width:33.3333%; }
73 .col5 { float:left; width:41.6666%; }
74 .col6 { float:left; width:50.0000%; }
75 .col7 { float:left; width:58.3333%; }
76 .col8 { float:left; width:66.6666%; }
77 .col9 { float:left; width:75.0000%; }
78 .col10 { float:left; width:83.3333%; }
79 .col11 { float:left; width:91.6666%; }
80 .col12 { width:100%; }
82 .margin0 { margin-left:04.1666%; }
83 .margin1 { margin-left:08.3333%; }
84 .margin2 { margin-left:16.6666%; }
85 .margin3 { margin-left:25.0000%; }
86 .margin4 { margin-left:33.3333%; }
87 .margin5 { margin-left:41.6666%; }
88 .margin6 { margin-left:50.0000%; }
89 .margin7 { margin-left:58.3333%; }
90 .margin8 { margin-left:66.6666%; }
91 .margin9 { margin-left:75.0000%; }
92 .margin10 { margin-left:83.3333%; }
93 .margin11 { margin-left:91.6666%; }
94 .margin12 { margin-left:100.0000%; }
96 .fillL { background-color: white; }
98 /* Default rules for the body of every page */
101 -webkit-box-sizing: border-box;
102 -moz-box-sizing: border-box;
103 box-sizing: border-box;
107 font-family: 'Helvetica Neue',Arial,sans-serif;
108 font-size: $typeheight;
111 background-color: #fff;
118 background-color: #f0f0f0;
145 margin: 0 0 $lineheight/2 0;
149 vertical-align: middle;
150 margin-right: $lineheight/4;
153 /* Rules for icons */
156 display:inline-block;
160 background:transparent image-url("sprite.png") no-repeat 0 0;
165 .icon.search { background-position: 0 0; }
166 .icon.donate { background-position: -20px 0; }
167 .icon.zoomin { background-position: -40px 0; }
168 .icon.zoomout { background-position: -60px 0; }
169 .icon.geolocate { background-position: -80px 0; }
170 .active .icon.geolocate { background-position: -80px -20px; }
171 .icon.layers { background-position: -100px 0; }
172 .icon.key { background-position: -120px 0; }
173 .icon.share { background-position: -140px 0; }
174 .icon.clipboard { background-position: -160px 0; }
175 .icon.link { background-position: -180px 0; }
176 .icon.close { background-position: -200px 0; }
177 .icon.check { background-position: -220px 0; }
178 .icon.note { background-position: -240px 0; }
179 .icon.gear { background-position: -260px 0; }
181 /* Rules for links */
185 text-decoration: none;
186 -webkit-appearance: none;
189 text-decoration: underline;
193 /* Rules for horizontal lines */
197 background-color: #ccc;
202 /* General styles for tables */
206 margin-bottom: $lineheight;
209 padding: $lineheight/4;
210 line-height: $lineheight;
217 vertical-align: middle;
221 /* Utility for de-emphasizing content */
230 /* Rules for the header */
233 height: $headerHeight;
235 // border-bottom: $keyline;
239 h1, nav, nav > ul, nav > ul > li, .dropdown {
240 display: inline-block;
245 padding: $lineheight/2 $lineheight;
253 text-decoration: none;
260 vertical-align: middle;
265 padding: ($lineheight - 3) $lineheight ($lineheight + 3);
275 $border: 1px solid $green;
278 border-radius: $border-radius;
281 border-right: $border;
284 > a { border-radius: 0 $border-radius $border-radius 0; }
286 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
287 > a:hover { background: lighten($green, 30%); }
288 &.current > a:hover { background: $green; }
289 &.disabled > a:hover { background: lighten($green, 38%); }
291 > a.tab { border-right: 1px solid lighten($green, 30%); }
292 &.current > a.tab { border-right: 1px solid lighten($green, 10%); }
299 display: inline-block;
310 border-top-color: $green;
319 border-top-color: #ccc;
324 background-color: $green;
331 border-top-color: #fff;
342 display: inline-block;
343 text-decoration: none;
347 &:hover { color: darken($darkgrey, 10%); }
351 color: darken($darkgrey, 25%);
355 $border: 1px solid $grey;
359 border-radius: $border-radius;
363 border-right: $border;
368 border-radius: 0 $border-radius $border-radius 0;
371 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
372 &:hover a { background: lighten($darkgrey, 30%); }
382 padding: 5px 10px 5px 6px;
383 display: inline-block;
389 border-top-color: $grey;
393 img.user_thumbnail_tiny {
402 display: inline-block;
405 margin: 3px 0 3px 3px;
406 background-color: lighten($grey, 10%);
423 /* Utility for styling notification numbers */
426 padding: 2px $lineheight/4;
434 /* Rules for the message shown in place of the map when javascript is disabled */
443 /* Rules for bootstrap tooltips */
481 display: inline-block;
484 background-color: white;
491 border-color: transparent;
495 .tooltip.top .tooltip-arrow {
499 border-top-color: white;
500 border-width: 5px 5px 0;
503 .tooltip.right .tooltip-arrow {
507 border-right-color: white;
508 border-width: 5px 5px 5px 0;
511 .tooltip.left .tooltip-arrow {
515 border-left-color: white;
516 border-width: 5px 0 5px 5px;
519 .tooltip.bottom .tooltip-arrow {
523 border-bottom-color: white;
524 border-width: 0 5px 5px;
527 /* Rules for Leaflet maps */
529 .leaflet-control .control-button {
533 background-color: #333;
534 background-color: rgba(0,0,0,.6);
535 border-radius: 4px 0 0 4px;
540 background-color: black;
544 background-color: #9ed485;
548 background-color: #333;
549 background-color: rgba(0,0,0,.5);
558 .leaflet-control .zoomin,
559 .control-layers .control-button {
561 border-radius: 4px 0 0 0;
564 .leaflet-control .zoomout,
565 .control-key .control-button {
570 .control-locate .control-button,
571 .control-share .control-button {
572 border-radius: 0 0 0 4px;
575 /* Rules for the sidebar and main map area */
594 width: $sidebarWidth;
595 border-right: $keyline;
598 padding: $lineheight $lineheight $lineheight/2;
664 border-bottom: 1px solid #DDD;
674 border:1px solid #ddd;
695 padding: 5px 5px 5px 7px;
696 background-color: #eee;
701 background-color: #ccc;
719 text-decoration: none;
720 background-color: $lightblue;
725 border-right: 1px solid #fff;
726 border-radius: 4px 0 0 4px;
730 border-left: 1px solid #fff;
731 border-radius: 0 4px 4px 0;
735 background-color: $blue;
747 font-family: monospace;
768 .leaflet-top.leaflet-right {
769 top: $lineheight !important;
771 margin-right: 0px !important;
772 margin-top: 0px !important;
776 .leaflet-popup-scrolled {
777 padding-right: $lineheight;
778 border-bottom: 0px !important;
779 border-top: 0px !important;
782 .leaflet-popup-content-wrapper {
783 border-radius: 4px !important;
784 -webkit-border-radius: 4px !important;
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 */
806 padding: $lineheight/2 $lineheight;
807 background: $offwhite;
808 border-bottom: 1px solid #ccc;
830 margin: $lineheight auto;
836 /* Rules for the search box */
840 padding: $lineheight/2 $lineheight;
841 background-color: $lightgrey;
852 border-radius: 2px 0 0 2px;
854 transition: 300ms linear;
855 -webkit-transition: 300ms linear;
856 -moz-transition: 300ms linear;
861 box-shadow: 0px 0px 7px #9ED485;
868 border-radius: 0 2px 2px 0;
880 /* Rules for donation request box */
885 padding: $lineheight/4;
886 border: 1px solid #AED1A0;
888 font-size: $typeheight;
893 margin: $lineheight/2 auto;
897 text-decoration: none;
901 /* Rules for rotating sidebar ads */
909 border-bottom: 1px solid #ccc;
924 /* Rules for the map key which appears in the popout sidebar */
927 .mapkey-table-key img {
933 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
937 /* Rules for search results which appear in the popout sidebar */
939 .search_results_entry {
941 border-bottom: $keyline;
942 &:first-child { border-top: $keyline; }
954 .search_results_error {
958 /* Rules for data browser information which appears in the popout sidebar */
962 .browse_show_list.button {
979 /* Rules for entity history */
983 border-bottom: $keyline;
991 /* Rules for the changeset list shown by the history tab */
993 #sidebar .changesets {
995 padding: $lineheight;
996 border-bottom: $keyline;
1001 background: #FCFEA4;
1005 /* Rules for the data browser */
1021 margin-bottom: 10px;
1024 padding: 5px 0 5px 10px;
1026 border: 1px solid #CCC;
1027 border-radius: 4px 4px 0 0;
1028 background-color: #F6F6F6;
1034 background-color: #FFF;
1035 border: 1px solid #CCC;
1037 border-radius: 0 0 4px 4px;
1042 border: 1px solid #CCC;
1047 border-bottom: 1px solid #CCC;
1056 display: inline-block;
1065 background-color: #F6F6F6;
1066 border-radius: 4px 0 0 4px;
1070 border-left: 1px solid #CCC;
1075 /* Rules for the changeset details */
1078 .browse-section.header {
1080 border-bottom: $keyline;
1084 border-bottom: none;
1089 /* Rules for export information which appears in the popout sidebar */
1095 .export_area_inputs {
1096 margin-bottom: $lineheight/2;
1097 input[type="text"] {
1104 margin: $lineheight/4;
1107 /* Rules for edit pages */
1122 /* Rules for non-map content pages */
1125 background: $lightgrey;
1126 // border-bottom: $keyline;
1131 margin-bottom: $lineheight;
1135 margin-top: $lineheight/2;
1143 padding: $lineheight;
1146 /* Overrides for pages that use new layout conventions */
1151 .content-body .content-inner {
1160 .content-heading .content-inner {
1165 .header-illustration {
1166 background-position: 0 0;
1167 background-repeat: no-repeat;
1175 background-image: image-url("sign-up-illustration.png");
1179 background-image: image-url("confirm-illustration.png");
1183 background-image: image-url("terms-illustration.png");
1191 background-image: image-url("sign-up-illustration-arm.png");
1196 @media only screen and (max-width:900px) {
1197 .header-illustration.new-user-arm {
1202 #content.maximised {
1215 #slim_container_content {
1217 background-color: #FFFFFF;
1218 margin: $lineheight/2 auto;
1220 border-radius: 25px;
1221 -moz-border-radius: 25px;
1222 border: 1px solid #e6e6e6;
1226 margin: $lineheight/2;
1231 margin-bottom: 15px;
1236 margin: 30px $lineheight/2;
1239 margin-right: $lineheight/4;
1241 vertical-align: middle;
1242 margin-bottom: $lineheight/4;
1243 margin-right: $lineheight/4;
1247 /* Rules for small maps in content areas */
1253 border: 1px solid #ccc;
1254 margin-bottom: $lineheight;
1258 /* Rules for the trace list shown by the traces tab etc */
1261 font-size: $lineheight/2;
1278 .trace_identifiable {
1291 /* Rules for the user profile page */
1296 .userinformation-inner {
1311 .admin-user-info small {
1312 margin-bottom: $lineheight/2;
1314 margin-right: $lineheight;
1319 border-bottom: 1px solid #ccc;
1320 padding-bottom: $lineheight;
1323 margin-bottom: $lineheight/2;
1328 margin-top: $lineheight;
1332 .activity-details p {
1337 #friends-container .contact-activity ul {
1342 p#no_home_location {
1343 margin: $lineheight;
1346 margin-top: $lineheight/4;
1351 /* Rules for the user map */
1353 .content_map .leaflet-popup-content {
1354 margin: $lineheight/2;
1358 /* Rules for user popups on maps */
1364 margin-top: 0 0 0 60px;
1367 img.user_thumbnail {
1369 margin: 0 $lineheight/2 0 0;
1373 /* Rules for the user list */
1376 font-size: $lineheight/2;
1380 vertical-align: middle;
1389 #user_list_actions {
1391 margin-top: $lineheight/2;
1394 /* Rules for the diary list page */
1398 margin-top: $lineheight/2;
1399 padding-top: $lineheight;
1400 border-top: 1px solid #ccc;
1403 margin-bottom: $lineheight;
1407 margin-bottom: $lineheight/2;
1412 img.user_thumbnail {
1421 ul.secondary-actions {
1422 display: inline-block;
1426 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1430 /* Rules for the diary entry page */
1437 border: 1px solid #ccc;
1439 margin-bottom: $lineheight;
1442 border-top: 1px solid #ccc;
1443 padding-top: $lineheight;
1444 margin-top: $lineheight/2;
1450 margin-top: $lineheight/2;
1451 border-top: 1px dashed #ccc;
1452 padding-top: $lineheight/2;
1454 margin-top: $lineheight;
1455 padding-top: $lineheight;
1456 border-top: 1px solid #ccc;
1459 margin-bottom: $lineheight/2;
1468 .diary_entry-view img.user_thumbnail {
1472 /* Rules for the log in page */
1474 #login_openid_buttons {
1478 #login_openid_buttons li {
1480 padding: $lineheight/4 $lineheight/2;
1483 /* Rules for the account confirmation page */
1487 border: 1px solid #ccc;
1488 padding: $lineheight;
1489 margin-bottom: $lineheight;
1495 background: $lightblue;
1497 background: darken($lightblue, $hovercolor);
1507 /* Rules for the account settings page */
1509 #accountForm .user_map {
1513 border: 1px solid #ccc;
1516 #accountForm .user_image {
1520 #accountForm #user_image {
1524 #accountForm ul.accountImage-options {
1537 display: inline !important;
1540 .content_map.settings_map {
1545 /* Rules for the oauth settings page */
1547 .oauth_clients .buttons .oauth-edit {
1548 border-radius: 2px 0 0 2px;
1551 .oauth_clients .buttons .oauth-delete {
1552 border-radius: 0 2px 2px 0;
1555 /* Rules for messages pages */
1559 border: 1px solid #ddd;
1561 input[type="submit"] {
1565 border-top: 1px solid #ccc;
1569 background: #f8f8ff;
1582 padding: $lineheight/4;
1593 border-right: 1px solid $lightgrey;
1597 .inbox-row .inbox-mark-read {
1602 margin-bottom: $lineheight;
1603 padding: $lineheight/4 0px 4px 0px;
1604 border-bottom: 1px solid #ccc;
1611 .info-line .user_thumbnail_tiny {
1612 vertical-align: middle;
1621 .inbox-row-unread .inbox-mark-unread {
1625 .message-read .message-buttons {
1626 margin-top: $lineheight;
1627 padding-top: $lineheight;
1628 border-top: 1px solid $lightgrey;
1631 .message-read .buttons .mark-unread-button {
1635 /* Rules for "flash" notice boxes shown at the top of the content area */
1638 padding: $lineheight;
1639 background-color: #ff7070;
1643 padding: $lineheight;
1644 background-color: #ffe0cc;
1648 padding: $lineheight;
1649 background-color: #CBEEA7;
1652 /* Rules for highlighting fields with rails validation errors */
1654 .field_with_errors {
1656 background-color: #ff7070;
1657 display: inline-block;
1661 display: inline-block;
1667 background-color: #ff7070;
1670 /* Rules for rails validation error boxes */
1674 border: 2px solid #ff7070;
1675 padding: 0 $lineheight/2;
1676 margin-bottom: $lineheight;
1677 background-color: #f0f0f0;
1680 margin: 0 -10px 10px -10px;
1681 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1684 background-color: #c00;
1692 padding: $lineheight/4;
1696 padding-left: $lineheight;
1705 /* Rules for forms */
1709 margin-bottom: $lineheight;
1711 label.standard-label {
1713 margin-bottom: $lineheight/4;
1714 font-size: $typeheight;
1718 label.standard-label.secondary {
1719 display: inline-block;
1720 font-weight: normal;
1723 font-weight: normal;
1730 margin-top: $lineheight;
1731 padding-top: $lineheight;
1732 border-top: 1px solid $lightgrey;
1734 .horizontal-list .form-row {
1736 padding-right: 10px;
1739 margin-bottom: $lineheight/2;
1747 input[type="checkbox"],
1748 input[type="radio"] {
1754 #remember_me_openid {
1758 input[type="checkbox"],
1759 input[type="radio"] {
1764 input[type="email"],
1766 input[type="password"],
1768 border: 1px solid #ccc;
1779 /* Rules for user images */
1784 border: 1px solid #ccc;
1785 margin-bottom: $lineheight;
1787 margin-right: $lineheight;
1790 img.user_thumbnail {
1793 border: 1px solid #ccc;
1794 margin-right: $lineheight;
1797 img.user_thumbnail_tiny {
1800 border: 1px solid #ccc;
1803 /* Rules for geo microformats */
1806 border-bottom: none;
1809 /* Rules for RSS buttons */
1816 /* General styles for action lists / subnavs / pager navs */
1818 ul.secondary-actions {
1823 display: inline-block;
1830 border-left: 1px solid #ccc;
1831 padding-left: $lineheight/4;
1832 margin-right: $lineheight/4;
1843 div.secondary-actions {
1845 border-top: 1px solid #ccc;
1849 /* Utility for managing inner content areas */
1851 .inner22 { padding: $lineheight;}
1853 .inner12 { padding: $lineheight/2 $lineheight;}
1855 .inner11 { padding: $lineheight/2;}
1857 .inner20 { padding: $lineheight 0;}
1859 .inner02 { padding: 0 $lineheight;}
1861 /* Utility for general button styles */
1863 input[type="button"],
1864 input[type="submit"],
1865 input[type="reset"],
1869 display: inline-block;
1871 padding: $lineheight/4 $lineheight/2;
1872 min-height: 20px + $lineheight/2;
1874 margin: 0 0 $lineheight/2 0;
1879 -moz-border-radius: 2px;
1881 background: darken($blue, $hovercolor);
1882 text-decoration: none;
1885 background: $lightblue;
1887 background: darken($lightblue, $hovercolor);
1891 background: $lightgrey;
1893 background: $lightgrey;
1903 input[type="submit"],
1904 input[type="button"],
1905 input[type="reset"],
1907 box-sizing: border-box;
1913 border-right:1px solid white;
1914 text-overflow: ellipsis;
1915 white-space: nowrap;
1919 .button:first-child {
1920 border-radius:2px 0 0 2px;
1923 .button:last-child {
1924 border-radius:0 2px 2px 0;
1925 border-right-width: 0;
1929 *[value="Hide"] + input:last-child,
1930 *[value="Hide"] + .button:last-child {
1932 border-right-width: 0;
1934 /* if a 3-button set has a hidden middle button */
1935 *[value="Hide"] + input:nth-child(3),
1936 *[value="Hide"] + .button:nth-child(3) {
1937 border-radius:0 2px 2px 0;
1938 border-right-width: 0;
1940 /* if a 3-button set starts with a hidden button */
1941 *[value="Hide"] + input:nth-child(2):not(:last-child),
1942 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1943 border-radius:2px 0 0 2px;
1944 border-right-width: 1px;
1948 /* Rules for doing distinct colour of alternate table rows */
1952 background: $offwhite;
1960 /* Rules for OpenID logo */
1963 vertical-align: text-bottom;
1967 /* Rules for rich text */
1972 padding-bottom: $lineheight/2;
1973 border-bottom: 1px dashed #cccccc;
1974 margin-bottom: $lineheight/2;
1986 font-size: $typeheight;
1991 background: #e8e8e8;
1997 background: #e8e8e8;
2006 padding: $lineheight;
2007 background-color: $offwhite;
2014 border-left: $lineheight solid $offwhite;
2015 padding-left: $lineheight;
2021 padding-left: $lineheight;
2022 margin-bottom: $lineheight;
2023 margin-left: $lineheight;
2031 list-style: decimal;
2035 .diary_post .richtext {
2036 margin-top: $lineheight;
2039 .comments .richtext {
2044 /* Rules for rich text editors */
2046 .richtext_container {
2047 margin-bottom: $lineheight;
2051 display: inline-block;
2052 vertical-align: top;
2055 display: inline-block;
2056 padding: $lineheight;
2057 background-color: $offwhite;
2061 background-image: image-url("loading.gif");
2062 background-repeat: no-repeat;
2063 background-position: center;
2073 display: inline-block;
2074 vertical-align: top;
2076 background-color: #f8f8ff;
2077 padding: $lineheight/2;
2085 border-bottom: 1px solid #ccc;
2086 margin-bottom: $lineheight/4;
2087 padding-bottom: $lineheight/4;
2090 li h4, li span, li p {
2091 display: inline-block;
2092 vertical-align: top;
2103 margin-left: $lineheight/2;
2104 margin-bottom: $lineheight/4;
2105 white-space: nowrap;
2110 /* Rules for the user notes list */
2114 background-color: #eeeeee;
2126 /* Rules for the notes interface */
2128 .leaflet-popup-content .note {
2129 padding-top: $lineheight/2;
2132 .leaflet-popup-content .note {
2134 margin-bottom: $lineheight/2;
2138 margin-top: $lineheight/2;
2144 left: $lineheight/4;
2151 padding-left: $lineheight;
2154 .permalink:hover span {
2160 background-color: #ffe0cc;
2162 margin-bottom: $lineheight/2;
2181 margin-top: $lineheight/4;
2186 /* Rules for the iD editor */
2193 /* Rules for dropdown menus */
2200 *margin-bottom: -3px;
2203 .dropdown-toggle:active,
2204 .open .dropdown-toggle {
2209 display: inline-block;
2212 vertical-align: top;
2213 border-top: 4px solid #000000;
2214 border-right: 4px solid transparent;
2215 border-left: 4px solid transparent;
2235 background-color: #ffffff;
2236 border: 1px solid #ccc;
2237 *border-right-width: 2px;
2238 *border-bottom-width: 2px;
2239 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2240 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2241 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2242 -webkit-background-clip: padding-box;
2243 -moz-background-clip: padding;
2244 background-clip: padding-box;
2247 .dropdown-menu.pull-right {
2252 .dropdown-menu .divider {
2256 *margin: -5px 0 5px;
2258 background-color: #e5e5e5;
2259 border-bottom: 1px solid #ffffff;
2262 .dropdown-menu > li > a {
2266 font-weight: normal;
2269 white-space: nowrap;
2272 .dropdown-menu > li > a:hover,
2273 .dropdown-menu > li > a:focus,
2274 .dropdown-submenu:hover > a,
2275 .dropdown-submenu:focus > a {
2277 text-decoration: none;
2278 background-color: $green;
2281 .dropdown-menu > .active > a,
2282 .dropdown-menu > .active > a:hover,
2283 .dropdown-menu > .active > a:focus {
2285 text-decoration: none;
2286 background-color: $green;
2290 .dropdown-menu > .disabled > a,
2291 .dropdown-menu > .disabled > a:hover,
2292 .dropdown-menu > .disabled > a:focus {
2296 .dropdown-menu > .disabled > a:hover,
2297 .dropdown-menu > .disabled > a:focus {
2298 text-decoration: none;
2300 background-color: transparent;
2301 background-image: none;
2308 .open > .dropdown-menu {
2312 .dropdown-backdrop {
2321 /* Rules for the "Welcome" page */
2332 background-image: image-url("welcome-sprite.png");
2333 background-size: 500px 250px;
2339 padding-bottom: 20px;
2341 margin-bottom: 10px;
2353 background-position: -50px 0;
2358 vertical-align: middle;
2362 background-position: -100px 0;
2366 background-position: -150px 0;
2370 background-position: -200px 0;
2374 background-position: -250px 0;
2378 background-position: -300px 0;
2387 text-decoration: none;
2392 background-color: $offwhite;
2396 background-color: #333;
2401 .site-about #content {
2402 background-color: #000;
2403 background-position: 50% 50%;
2404 background-repeat: no-repeat;
2405 background-size: cover;
2406 background-attachment: fixed;
2408 &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2409 &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2410 &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2411 &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2412 &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2413 &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2417 font: italic 14px/20px 'Times New Roman', serif;
2422 text-shadow: #000 0px 1px 5px;
2429 white-space: nowrap;
2430 text-decoration: none;
2441 text-indent: -9999px;
2443 background: image-url('about/sprite.png') -120px 0px no-repeat;
2444 background-color: #000;
2445 background-color: rgba(0, 0, 0, 0.5);
2455 margin-bottom: 30px;
2458 .section:last-child {
2470 padding: 170px 20px 20px 20px;
2472 background: rgba(0, 0, 0, .8);
2490 background-position: 0 50%;
2491 background-repeat: no-repeat;
2492 background-image: image-url('about/osm.png');
2493 background-size: cover;
2494 background-color: #76c551;
2504 padding: 20px 20px 20px 40px;
2505 font: 500 24px/25px Helvetica, Arial, sans-serif;
2506 white-space: nowrap;
2512 display: inline-block;
2519 margin-bottom: 10px;
2526 vertical-align: middle;
2527 background: 40px 40px image-url('about/sprite.png') no-repeat;
2529 &.local { background-position: 0px 0px; }
2530 &.community { background-position: 0px -40px; }
2531 &.open { background-position: 0px -80px; }
2532 &.contributors { background-position: 0px -120px; }
2533 &.infringement { background-position: 0px -160px; }