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 */
1017 margin-bottom: 10px;
1020 padding: 5px 0 5px 10px;
1022 border: 1px solid #CCC;
1023 border-radius: 4px 4px 0 0;
1024 background-color: #F6F6F6;
1030 background-color: #FFF;
1031 border: 1px solid #CCC;
1033 border-radius: 0 0 4px 4px;
1038 border: 1px solid #CCC;
1043 border-bottom: 1px solid #CCC;
1052 display: inline-block;
1061 background-color: #F6F6F6;
1062 border-radius: 4px 0 0 4px;
1066 border-left: 1px solid #CCC;
1071 /* Rules for the changeset details */
1074 .browse-section.header {
1076 border-bottom: $keyline;
1080 border-bottom: none;
1085 /* Rules for export information which appears in the popout sidebar */
1091 .export_area_inputs {
1092 margin-bottom: $lineheight/2;
1093 input[type="text"] {
1100 margin: $lineheight/4;
1103 /* Rules for edit pages */
1118 /* Rules for non-map content pages */
1121 background: $lightgrey;
1122 // border-bottom: $keyline;
1127 margin-bottom: $lineheight;
1131 margin-top: $lineheight/2;
1139 padding: $lineheight;
1142 /* Overrides for pages that use new layout conventions */
1147 .content-body .content-inner {
1156 .content-heading .content-inner {
1161 .header-illustration {
1162 background-position: 0 0;
1163 background-repeat: no-repeat;
1171 background-image: image-url("sign-up-illustration.png");
1175 background-image: image-url("confirm-illustration.png");
1179 background-image: image-url("terms-illustration.png");
1187 background-image: image-url("sign-up-illustration-arm.png");
1192 @media only screen and (max-width:900px) {
1193 .header-illustration.new-user-arm {
1198 #content.maximised {
1211 #slim_container_content {
1213 background-color: #FFFFFF;
1214 margin: $lineheight/2 auto;
1216 border-radius: 25px;
1217 -moz-border-radius: 25px;
1218 border: 1px solid #e6e6e6;
1222 margin: $lineheight/2;
1227 margin-bottom: 15px;
1232 margin: 30px $lineheight/2;
1235 margin-right: $lineheight/4;
1237 vertical-align: middle;
1238 margin-bottom: $lineheight/4;
1239 margin-right: $lineheight/4;
1243 /* Rules for small maps in content areas */
1249 border: 1px solid #ccc;
1250 margin-bottom: $lineheight;
1254 /* Rules for the trace list shown by the traces tab etc */
1257 font-size: $lineheight/2;
1274 .trace_identifiable {
1287 /* Rules for the user profile page */
1292 .userinformation-inner {
1307 .admin-user-info small {
1308 margin-bottom: $lineheight/2;
1310 margin-right: $lineheight;
1315 border-bottom: 1px solid #ccc;
1316 padding-bottom: $lineheight;
1319 margin-bottom: $lineheight/2;
1324 margin-top: $lineheight;
1328 .activity-details p {
1333 #friends-container .contact-activity ul {
1338 p#no_home_location {
1339 margin: $lineheight;
1342 margin-top: $lineheight/4;
1347 /* Rules for the user map */
1349 .content_map .leaflet-popup-content {
1350 margin: $lineheight/2;
1354 /* Rules for user popups on maps */
1360 margin-top: 0 0 0 60px;
1363 img.user_thumbnail {
1365 margin: 0 $lineheight/2 0 0;
1369 /* Rules for the user list */
1372 font-size: $lineheight/2;
1376 vertical-align: middle;
1385 #user_list_actions {
1387 margin-top: $lineheight/2;
1390 /* Rules for the diary list page */
1394 margin-top: $lineheight/2;
1395 padding-top: $lineheight;
1396 border-top: 1px solid #ccc;
1399 margin-bottom: $lineheight;
1403 margin-bottom: $lineheight/2;
1408 img.user_thumbnail {
1417 ul.secondary-actions {
1418 display: inline-block;
1422 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1426 /* Rules for the diary entry page */
1433 border: 1px solid #ccc;
1435 margin-bottom: $lineheight;
1438 border-top: 1px solid #ccc;
1439 padding-top: $lineheight;
1440 margin-top: $lineheight/2;
1446 margin-top: $lineheight/2;
1447 border-top: 1px dashed #ccc;
1448 padding-top: $lineheight/2;
1450 margin-top: $lineheight;
1451 padding-top: $lineheight;
1452 border-top: 1px solid #ccc;
1455 margin-bottom: $lineheight/2;
1464 .diary_entry-view img.user_thumbnail {
1468 /* Rules for the log in page */
1470 #login_openid_buttons {
1474 #login_openid_buttons li {
1476 padding: $lineheight/4 $lineheight/2;
1479 /* Rules for the account confirmation page */
1483 border: 1px solid #ccc;
1484 padding: $lineheight;
1485 margin-bottom: $lineheight;
1491 background: $lightblue;
1493 background: darken($lightblue, $hovercolor);
1503 /* Rules for the account settings page */
1505 #accountForm .user_map {
1509 border: 1px solid #ccc;
1512 #accountForm .user_image {
1516 #accountForm #user_image {
1520 #accountForm ul.accountImage-options {
1533 display: inline !important;
1536 .content_map.settings_map {
1541 /* Rules for the oauth settings page */
1543 .oauth_clients .buttons .oauth-edit {
1544 border-radius: 2px 0 0 2px;
1547 .oauth_clients .buttons .oauth-delete {
1548 border-radius: 0 2px 2px 0;
1551 /* Rules for messages pages */
1555 border: 1px solid #ddd;
1557 input[type="submit"] {
1561 border-top: 1px solid #ccc;
1565 background: #f8f8ff;
1578 padding: $lineheight/4;
1589 border-right: 1px solid $lightgrey;
1593 .inbox-row .inbox-mark-read {
1598 margin-bottom: $lineheight;
1599 padding: $lineheight/4 0px 4px 0px;
1600 border-bottom: 1px solid #ccc;
1607 .info-line .user_thumbnail_tiny {
1608 vertical-align: middle;
1617 .inbox-row-unread .inbox-mark-unread {
1621 .message-read .message-buttons {
1622 margin-top: $lineheight;
1623 padding-top: $lineheight;
1624 border-top: 1px solid $lightgrey;
1627 .message-read .buttons .mark-unread-button {
1631 /* Rules for "flash" notice boxes shown at the top of the content area */
1634 padding: $lineheight;
1635 background-color: #ff7070;
1639 padding: $lineheight;
1640 background-color: #ffe0cc;
1644 padding: $lineheight;
1645 background-color: #CBEEA7;
1648 /* Rules for highlighting fields with rails validation errors */
1650 .field_with_errors {
1652 background-color: #ff7070;
1653 display: inline-block;
1657 display: inline-block;
1663 background-color: #ff7070;
1666 /* Rules for rails validation error boxes */
1670 border: 2px solid #ff7070;
1671 padding: 0 $lineheight/2;
1672 margin-bottom: $lineheight;
1673 background-color: #f0f0f0;
1676 margin: 0 -10px 10px -10px;
1677 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1680 background-color: #c00;
1688 padding: $lineheight/4;
1692 padding-left: $lineheight;
1701 /* Rules for forms */
1705 margin-bottom: $lineheight;
1707 label.standard-label {
1709 margin-bottom: $lineheight/4;
1710 font-size: $typeheight;
1714 label.standard-label.secondary {
1715 display: inline-block;
1716 font-weight: normal;
1719 font-weight: normal;
1726 margin-top: $lineheight;
1727 padding-top: $lineheight;
1728 border-top: 1px solid $lightgrey;
1730 .horizontal-list .form-row {
1732 padding-right: 10px;
1735 margin-bottom: $lineheight/2;
1743 input[type="checkbox"],
1744 input[type="radio"] {
1750 #remember_me_openid {
1754 input[type="checkbox"],
1755 input[type="radio"] {
1760 input[type="email"],
1762 input[type="password"],
1764 border: 1px solid #ccc;
1775 /* Rules for user images */
1780 border: 1px solid #ccc;
1781 margin-bottom: $lineheight;
1783 margin-right: $lineheight;
1786 img.user_thumbnail {
1789 border: 1px solid #ccc;
1790 margin-right: $lineheight;
1793 img.user_thumbnail_tiny {
1796 border: 1px solid #ccc;
1799 /* Rules for geo microformats */
1802 border-bottom: none;
1805 /* Rules for RSS buttons */
1812 /* General styles for action lists / subnavs / pager navs */
1814 ul.secondary-actions {
1819 display: inline-block;
1826 border-left: 1px solid #ccc;
1827 padding-left: $lineheight/4;
1828 margin-right: $lineheight/4;
1839 div.secondary-actions {
1841 border-top: 1px solid #ccc;
1845 /* Utility for managing inner content areas */
1847 .inner22 { padding: $lineheight;}
1849 .inner12 { padding: $lineheight/2 $lineheight;}
1851 .inner11 { padding: $lineheight/2;}
1853 .inner20 { padding: $lineheight 0;}
1855 .inner02 { padding: 0 $lineheight;}
1857 /* Utility for general button styles */
1859 input[type="button"],
1860 input[type="submit"],
1861 input[type="reset"],
1865 display: inline-block;
1867 padding: $lineheight/4 $lineheight/2;
1868 min-height: 20px + $lineheight/2;
1870 margin: 0 0 $lineheight/2 0;
1875 -moz-border-radius: 2px;
1877 background: darken($blue, $hovercolor);
1878 text-decoration: none;
1881 background: $lightblue;
1883 background: darken($lightblue, $hovercolor);
1887 background: $lightgrey;
1889 background: $lightgrey;
1899 input[type="submit"],
1900 input[type="button"],
1901 input[type="reset"],
1903 box-sizing: border-box;
1909 border-right:1px solid white;
1910 text-overflow: ellipsis;
1911 white-space: nowrap;
1915 .button:first-child {
1916 border-radius:2px 0 0 2px;
1919 .button:last-child {
1920 border-radius:0 2px 2px 0;
1921 border-right-width: 0;
1925 *[value="Hide"] + input:last-child,
1926 *[value="Hide"] + .button:last-child {
1928 border-right-width: 0;
1930 /* if a 3-button set has a hidden middle button */
1931 *[value="Hide"] + input:nth-child(3),
1932 *[value="Hide"] + .button:nth-child(3) {
1933 border-radius:0 2px 2px 0;
1934 border-right-width: 0;
1936 /* if a 3-button set starts with a hidden button */
1937 *[value="Hide"] + input:nth-child(2):not(:last-child),
1938 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1939 border-radius:2px 0 0 2px;
1940 border-right-width: 1px;
1944 /* Rules for doing distinct colour of alternate table rows */
1948 background: $offwhite;
1956 /* Rules for OpenID logo */
1959 vertical-align: text-bottom;
1963 /* Rules for rich text */
1968 padding-bottom: $lineheight/2;
1969 border-bottom: 1px dashed #cccccc;
1970 margin-bottom: $lineheight/2;
1982 font-size: $typeheight;
1987 background: #e8e8e8;
1993 background: #e8e8e8;
2002 padding: $lineheight;
2003 background-color: $offwhite;
2010 border-left: $lineheight solid $offwhite;
2011 padding-left: $lineheight;
2017 padding-left: $lineheight;
2018 margin-bottom: $lineheight;
2019 margin-left: $lineheight;
2027 list-style: decimal;
2031 .diary_post .richtext {
2032 margin-top: $lineheight;
2035 .comments .richtext {
2040 /* Rules for rich text editors */
2042 .richtext_container {
2043 margin-bottom: $lineheight;
2047 display: inline-block;
2048 vertical-align: top;
2051 display: inline-block;
2052 padding: $lineheight;
2053 background-color: $offwhite;
2057 background-image: image-url("loading.gif");
2058 background-repeat: no-repeat;
2059 background-position: center;
2069 display: inline-block;
2070 vertical-align: top;
2072 background-color: #f8f8ff;
2073 padding: $lineheight/2;
2081 border-bottom: 1px solid #ccc;
2082 margin-bottom: $lineheight/4;
2083 padding-bottom: $lineheight/4;
2086 li h4, li span, li p {
2087 display: inline-block;
2088 vertical-align: top;
2099 margin-left: $lineheight/2;
2100 margin-bottom: $lineheight/4;
2101 white-space: nowrap;
2106 /* Rules for the user notes list */
2110 background-color: #eeeeee;
2122 /* Rules for the notes interface */
2124 .leaflet-popup-content .note {
2125 padding-top: $lineheight/2;
2128 .leaflet-popup-content .note {
2130 margin-bottom: $lineheight/2;
2134 margin-top: $lineheight/2;
2140 left: $lineheight/4;
2147 padding-left: $lineheight;
2150 .permalink:hover span {
2156 background-color: #ffe0cc;
2158 margin-bottom: $lineheight/2;
2177 margin-top: $lineheight/4;
2182 /* Rules for the iD editor */
2189 /* Rules for dropdown menus */
2196 *margin-bottom: -3px;
2199 .dropdown-toggle:active,
2200 .open .dropdown-toggle {
2205 display: inline-block;
2208 vertical-align: top;
2209 border-top: 4px solid #000000;
2210 border-right: 4px solid transparent;
2211 border-left: 4px solid transparent;
2231 background-color: #ffffff;
2232 border: 1px solid #ccc;
2233 *border-right-width: 2px;
2234 *border-bottom-width: 2px;
2235 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2236 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2237 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2238 -webkit-background-clip: padding-box;
2239 -moz-background-clip: padding;
2240 background-clip: padding-box;
2243 .dropdown-menu.pull-right {
2248 .dropdown-menu .divider {
2252 *margin: -5px 0 5px;
2254 background-color: #e5e5e5;
2255 border-bottom: 1px solid #ffffff;
2258 .dropdown-menu > li > a {
2262 font-weight: normal;
2265 white-space: nowrap;
2268 .dropdown-menu > li > a:hover,
2269 .dropdown-menu > li > a:focus,
2270 .dropdown-submenu:hover > a,
2271 .dropdown-submenu:focus > a {
2273 text-decoration: none;
2274 background-color: $green;
2277 .dropdown-menu > .active > a,
2278 .dropdown-menu > .active > a:hover,
2279 .dropdown-menu > .active > a:focus {
2281 text-decoration: none;
2282 background-color: $green;
2286 .dropdown-menu > .disabled > a,
2287 .dropdown-menu > .disabled > a:hover,
2288 .dropdown-menu > .disabled > a:focus {
2292 .dropdown-menu > .disabled > a:hover,
2293 .dropdown-menu > .disabled > a:focus {
2294 text-decoration: none;
2296 background-color: transparent;
2297 background-image: none;
2304 .open > .dropdown-menu {
2308 .dropdown-backdrop {
2317 /* Rules for the "Welcome" page */
2328 background-image: image-url("welcome-sprite.png");
2329 background-size: 500px 250px;
2335 padding-bottom: 20px;
2337 margin-bottom: 10px;
2349 background-position: -50px 0;
2354 vertical-align: middle;
2358 background-position: -100px 0;
2362 background-position: -150px 0;
2366 background-position: -200px 0;
2370 background-position: -250px 0;
2374 background-position: -300px 0;
2383 text-decoration: none;
2388 background-color: $offwhite;
2392 background-color: #333;
2397 .site-about #content {
2398 background-color: #000;
2399 background-position: 50% 50%;
2400 background-repeat: no-repeat;
2401 background-size: cover;
2402 background-attachment: fixed;
2404 &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2405 &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2406 &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2407 &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2408 &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2409 &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2413 font: italic 14px/20px 'Times New Roman', serif;
2418 text-shadow: #000 0px 1px 5px;
2425 white-space: nowrap;
2426 text-decoration: none;
2437 text-indent: -9999px;
2439 background: image-url('about/sprite.png') -120px 0px no-repeat;
2440 background-color: #000;
2441 background-color: rgba(0, 0, 0, 0.5);
2451 margin-bottom: 30px;
2454 .section:last-child {
2466 padding: 170px 20px 20px 20px;
2468 background: rgba(0, 0, 0, .8);
2486 background-position: 0 50%;
2487 background-repeat: no-repeat;
2488 background-image: image-url('about/osm.png');
2489 background-size: cover;
2490 background-color: #76c551;
2500 padding: 20px 20px 20px 40px;
2501 font: 500 24px/25px Helvetica, Arial, sans-serif;
2502 white-space: nowrap;
2508 display: inline-block;
2515 margin-bottom: 10px;
2522 vertical-align: middle;
2523 background: 40px 40px image-url('about/sprite.png') no-repeat;
2525 &.local { background-position: 0px 0px; }
2526 &.community { background-position: 0px -40px; }
2527 &.open { background-position: 0px -80px; }
2528 &.contributors { background-position: 0px -120px; }
2529 &.infringement { background-position: 0px -160px; }