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;
308 h1, nav, nav > ul, nav > ul > li, .dropdown {
309 display: inline-block;
314 padding: $lineheight;
324 vertical-align: middle;
329 border-right: $keyline;
335 border: 1px solid darken($green, 20%);
340 display: inline-block;
342 text-decoration: none;
345 border-right: 1px solid darken($green, 20%);
349 border-right: 1px solid lighten($green, 20%);
353 padding: 5px 10px 5px 5px;
358 border-top-color: $green;
366 text-decoration: none;
370 border-top-color: #ccc;
375 .site-index #view_tab,
376 .changeset-list #history_tab,
377 .site-export #export_tab,
378 .site-edit #edit_tab {
379 background-color: $green;
386 border-top-color: #fff;
396 text-decoration: none;
402 border: 1px solid $grey;
408 border-radius: 2px 0 0 2px;
413 display: inline-block;
426 text-decoration: none;
441 /* Utility for styling notification numbers */
444 padding: 2px $lineheight/4;
452 /* Rules for the message shown in place of the map when javascript is disabled */
461 /* Rules for bootstrap tooltips */
499 display: inline-block;
502 background-color: white;
509 border-color: transparent;
513 .tooltip.top .tooltip-arrow {
517 border-top-color: white;
518 border-width: 5px 5px 0;
521 .tooltip.right .tooltip-arrow {
525 border-right-color: white;
526 border-width: 5px 5px 5px 0;
529 .tooltip.left .tooltip-arrow {
533 border-left-color: white;
534 border-width: 5px 0 5px 5px;
537 .tooltip.bottom .tooltip-arrow {
541 border-bottom-color: white;
542 border-width: 0 5px 5px;
545 /* Rules for Leaflet maps */
547 .leaflet-control .control-button {
551 background-color: #333;
552 background-color: rgba(0,0,0,.6);
553 -bottom: 1px solid #333;
554 border-radius: 4px 0 0 4px;
559 background-color: black;
563 background-color: #9ed485;
567 background-color: #333;
568 background-color: rgba(0,0,0,.5);
577 .leaflet-control .zoomin,
578 .control-layers .control-button {
580 border-radius: 4px 0 0 0;
583 .site .leaflet-control .zoomout,
584 .control-key .control-button {
589 .leaflet-control .zoomout, // For non-main page maps
590 .control-locate .control-button,
591 .control-share .control-button {
592 border-radius: 0 0 0 4px;
595 /* Rules for the home page */
614 border-bottom: 1px solid #DDD;
624 border:1px solid #ddd;
630 ul, li:last-child, p:last-child {
644 padding: 5px 5px 5px 7px;
645 background-color: #eee;
650 background-color: #ccc;
668 text-decoration: none;
669 background-color: $lightblue;
674 border-right: 1px solid #fff;
675 border-radius: 4px 0 0 4px;
679 border-left: 1px solid #fff;
680 border-radius: 0 4px 4px 0;
684 background-color: $blue;
696 font-family: monospace;
717 .leaflet-top.leaflet-right {
718 top: 10px !important;
720 margin-right: 0px !important;
721 margin-top: 0px !important;
725 .leaflet-popup-scrolled {
726 padding-right: $lineheight;
727 border-bottom: 0px !important;
728 border-top: 0px !important;
731 .leaflet-popup-content-wrapper {
732 border-radius: 4px !important;
733 -webkit-border-radius: 4px !important;
736 /* Rules for edit menu */
742 background-color: #ffffff;
743 border: 1px solid $lightgrey;
749 padding: 2px $lineheight/4;
750 border-top: 1px solid #eee;
755 /* Rules for attribution text under the main map shown on printouts */
761 .attribution_license,
762 .attribution_project {
766 .attribution_notice {
770 /* Rules for the sidebar */
778 padding: $lineheight;
779 border-bottom: $keyline;
788 padding: $lineheight;
809 padding: $lineheight/2 $lineheight;
810 background: $offwhite;
811 border-bottom: 1px solid #ccc;
834 /* Rules for the map key which appears in the popout sidebar */
837 .mapkey-table-key img {
843 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
847 /* Rules for search results which appear in the popout sidebar */
850 margin-top: $lineheight/4;
851 margin-bottom: $lineheight/4;
854 .search_results_entry {
866 .search_results_entry .search_searching {
868 margin: $lineheight auto;
873 ul.results-list li { border-bottom: 1px solid #ccc; }
875 .search_results_error {
879 /* Rules for data browser information which appears in the popout sidebar */
883 .browse_show_list.button {
908 /* Rules for export information which appears in the popout sidebar */
914 .export_area_inputs {
915 margin-bottom: $lineheight/2;
923 margin: $lineheight/4;
926 /* Rules for the sidebar and main content area */
947 width: $sidebarWidth;
953 padding: $lineheight;
954 background: $lightgrey;
955 border-bottom: $keyline;
959 padding: $lineheight;
962 /* Overrides for pages that use new layout conventions */
981 .header-illustration {
982 background-position: 0 0;
983 background-repeat: no-repeat;
991 background-image: image-url("sign-up-illustration.png");
995 background-image: image-url("confirm-illustration.png");
999 background-image: image-url("terms-illustration.png");
1007 background-image: image-url("sign-up-illustration-arm.png");
1011 @media only screen and (max-width:900px) {
1012 .header-illustration.new-user-arm { display: none;}
1014 margin-left: $sidebarWidth;
1020 #content.maximised {
1033 #slim_container_content {
1035 background-color: #FFFFFF;
1036 margin: $lineheight/2 auto;
1038 border-radius: 25px;
1039 -moz-border-radius: 25px;
1040 border: 1px solid #e6e6e6;
1044 margin: $lineheight/2;
1049 margin-bottom: 15px;
1054 margin: 30px $lineheight/2;
1057 margin-right: $lineheight/4;
1059 vertical-align: middle;
1060 margin-bottom: $lineheight/4;
1061 margin-right: $lineheight/4;
1065 /* Rules for small maps in content areas */
1071 border: 1px solid #ccc;
1072 margin-bottom: $lineheight;
1076 .content_map #small_map {
1079 margin-bottom: $lineheight;
1082 /* Rules for the changeset list shown by the history tab etc */
1087 padding: $lineheight/2 0;
1089 border-top: 1px solid #ccc;
1091 border-bottom: 1px solid #ccc;
1095 background: #FFFFC0;
1099 border-left: 1px solid #ccc;
1100 padding-left: $lineheight/4;
1101 margin-right: $lineheight/4;
1105 #changeset_list_map_wrapper {
1113 #changeset_list_map_wrapper.scrolled {
1117 #changeset_list_map {
1119 bottom: $lineheight;
1123 border: 1px solid #ccc;
1126 #changeset_list_map_wrapper.scrolled #changeset_list_map {
1130 /* Rules for the data browser */
1133 border-top: 1px solid #ccc;
1134 margin-top: $lineheight/2;
1135 padding-top: $lineheight/2;
1140 background-color: #ffe0cc;
1146 margin-bottom: $lineheight/4;
1149 display: inline-block;
1150 vertical-align: top;
1160 display: inline-block;
1161 vertical-align: top;
1169 padding: $lineheight/4 0;
1171 text-overflow: ellipsis;
1182 #browse_map .secondary-actions {
1184 margin-bottom: $lineheight/2;
1187 /* Rules for the trace list shown by the traces tab etc */
1190 font-size: $lineheight/2;
1207 .trace_identifiable {
1220 /* Rules for the user profile page */
1225 .userinformation-inner {
1240 .admin-user-info small {
1241 margin-bottom: $lineheight/2;
1243 margin-right: $lineheight;
1248 border-bottom: 1px solid #ccc;
1249 padding-bottom: $lineheight;
1252 margin-bottom: $lineheight/2;
1257 margin-top: $lineheight;
1261 .activity-details p {
1266 #friends-container .contact-activity ul {
1271 p#no_home_location {
1272 margin: $lineheight;
1275 margin-top: $lineheight/4;
1280 /* Rules for the user map */
1282 .content_map .leaflet-popup-content {
1283 margin: $lineheight/2;
1287 /* Rules for user popups on maps */
1293 margin-top: 0 0 0 60px;
1296 img.user_thumbnail {
1298 margin: 0 $lineheight/2 0 0;
1302 /* Rules for the user list */
1305 font-size: $lineheight/2;
1309 vertical-align: middle;
1318 #user_list_actions {
1320 margin-top: $lineheight/2;
1323 /* Rules for the diary list page */
1325 .diary_entry-list img.user_thumbnail {
1332 margin-top: $lineheight/2;
1333 padding-top: $lineheight;
1334 border-top: 1px solid #ccc;
1349 ul.secondary-actions { display: inline-block;}
1352 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1356 #content .post_heading {
1357 margin-bottom: $lineheight;
1360 margin-bottom: $lineheight/2;
1365 /* Rules for the diary entry page */
1372 border: 1px solid #ccc;
1374 margin-bottom: $lineheight;
1377 border-top: 1px solid #ccc;
1378 padding-top: $lineheight;
1379 margin-top: $lineheight/2;
1385 margin-top: $lineheight/2;
1386 border-top: 1px dashed #ccc;
1387 padding-top: $lineheight/2;
1389 margin-top: $lineheight;
1390 padding-top: $lineheight;
1391 border-top: 1px solid #ccc;
1394 margin-bottom: $lineheight/2;
1403 .diary_entry-view img.user_thumbnail {
1407 /* Rules for the log in page */
1409 #login_openid_buttons {
1413 #login_openid_buttons li {
1415 padding: $lineheight/4 $lineheight/2;
1418 /* Rules for the account confirmation page */
1422 border: 1px solid #ccc;
1423 padding: $lineheight;
1424 margin-bottom: $lineheight;
1438 margin: $lineheight auto inherit auto;
1443 background: $lightblue;
1445 background: darken($lightblue, $hovercolor);
1455 /* Rules for the account settings page */
1457 #accountForm .user_map {
1461 border: 1px solid #ccc;
1464 #accountForm .user_image {
1468 #accountForm #user_image {
1472 #accountForm ul.accountImage-options {
1485 display: inline !important;
1488 .content_map.settings_map {
1493 /* Rules for the oauth settings page */
1495 .oauth_clients .buttons .oauth-edit {
1496 border-radius: 2px 0 0 2px;
1499 .oauth_clients .buttons .oauth-delete {
1500 border-radius: 0 2px 2px 0;
1503 /* Rules for messages pages */
1507 border: 1px solid #ddd;
1509 input[type="submit"] {
1513 border-top: 1px solid #ccc;
1517 background: #f8f8ff;
1530 padding: $lineheight/4;
1541 border-right: 1px solid $lightgrey;
1545 .inbox-row .inbox-mark-read {
1550 margin-bottom: $lineheight;
1551 padding: $lineheight/4 0px 4px 0px;
1552 border-bottom: 1px solid #ccc;
1559 .info-line .user_thumbnail_tiny {
1560 vertical-align: middle;
1569 .inbox-row-unread .inbox-mark-unread {
1573 .message-read .message-buttons {
1574 margin-top: $lineheight;
1575 padding-top: $lineheight;
1576 border-top: 1px solid $lightgrey;
1579 .message-read .buttons .mark-unread-button {
1583 /* Rules for "flash" notice boxes shown at the top of the content area */
1586 padding: $lineheight;
1588 background-color: #ff7070;
1591 background-color: #ffe0cc;
1594 background-color: #CBEEA7;
1598 /* Rules for highlighting fields with rails validation errors */
1600 .field_with_errors {
1602 background-color: #ff7070;
1603 display: inline-block;
1607 display: inline-block;
1613 background-color: #ff7070;
1616 /* Rules for rails validation error boxes */
1620 border: 2px solid #ff7070;
1621 padding: 0 $lineheight/2;
1622 margin-bottom: $lineheight;
1623 background-color: #f0f0f0;
1626 margin: 0 -10px 10px -10px;
1627 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1630 background-color: #c00;
1638 padding: $lineheight/4;
1642 padding-left: $lineheight;
1651 /* Rules for forms */
1655 margin-bottom: $lineheight;
1657 label.standard-label {
1659 margin-bottom: $lineheight/4;
1660 font-size: $typeheight;
1664 label.standard-label.secondary {
1665 display: inline-block;
1666 font-weight: normal;
1669 font-weight: normal;
1676 margin-top: $lineheight;
1677 padding-top: $lineheight;
1678 border-top: 1px solid $lightgrey;
1680 .horizontal-list .form-row {
1682 padding-right: 10px;
1685 margin-bottom: $lineheight/2;
1693 input[type="checkbox"],
1694 input[type="radio"] {
1700 #remember_me_openid {
1704 input[type="checkbox"],
1705 input[type="radio"] {
1710 input[type="email"],
1712 input[type="password"],
1714 border: 1px solid #ccc;
1725 /* Rules for user images */
1730 border: 1px solid #ccc;
1731 margin-bottom: $lineheight;
1733 margin-right: $lineheight;
1736 img.user_thumbnail {
1739 border: 1px solid #ccc;
1740 margin-right: $lineheight;
1743 img.user_thumbnail_tiny {
1746 border: 1px solid #ccc;
1749 /* Rule for "nowrap" class that can be applied to anything to stop wrapping */
1752 white-space: nowrap;
1755 /* Rules for geo microformats */
1758 border-bottom: none;
1761 /* Rules for RSS buttons */
1768 /* General styles for action lists / subnavs / pager navs */
1770 ul.secondary-actions {
1775 display: inline-block;
1782 border-left: 1px solid #ccc;
1783 padding-left: $lineheight/4;
1784 margin-right: $lineheight/4;
1799 /* Utility for managing inner content areas */
1801 .inner22 { padding: $lineheight;}
1803 .inner12 { padding: $lineheight/2 $lineheight;}
1805 .inner11 { padding: $lineheight/2;}
1807 .inner20 { padding: $lineheight 0;}
1809 .inner02 { padding: 0 $lineheight;}
1811 /* Utility for general button styles */
1813 input[type="button"],
1814 input[type="submit"],
1815 input[type="reset"],
1819 display: inline-block;
1821 padding: $lineheight/4 $lineheight/2;
1822 min-height: 20px + $lineheight/2;
1824 margin: 0 0 $lineheight/2 0;
1829 -moz-border-radius: 2px;
1831 background: darken($blue, $hovercolor);
1832 text-decoration: none;
1835 background: $lightblue;
1837 background: darken($lightblue, $hovercolor);
1841 background: $lightgrey;
1843 background: $lightgrey;
1853 input[type="submit"],
1854 input[type="button"],
1855 input[type="reset"],
1857 box-sizing: border-box;
1863 border-right:1px solid white;
1864 text-overflow: ellipsis;
1865 white-space: nowrap;
1869 .button:first-child {
1870 border-radius:2px 0 0 2px;
1873 .button:last-child {
1874 border-radius:0 2px 2px 0;
1875 border-right-width: 0;
1879 *[value="Hide"] + input:last-child,
1880 *[value="Hide"] + .button:last-child {
1882 border-right-width: 0;
1884 /* if a 3-button set has a hidden middle button */
1885 *[value="Hide"] + input:nth-child(3),
1886 *[value="Hide"] + .button:nth-child(3) {
1887 border-radius:0 2px 2px 0;
1888 border-right-width: 0;
1890 /* if a 3-button set starts with a hidden button */
1891 *[value="Hide"] + input:nth-child(2):not(:last-child),
1892 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
1893 border-radius:2px 0 0 2px;
1894 border-right-width: 1px solid white;
1898 /* Rules for doing distinct colour of alternate table rows */
1902 background: $offwhite;
1910 /* Rules for OpenID logo */
1913 vertical-align: text-bottom;
1917 /* Rules for rich text */
1922 padding-bottom: $lineheight/2;
1923 border-bottom: 1px dashed #cccccc;
1924 margin-bottom: $lineheight/2;
1936 font-size: $typeheight;
1941 background: #e8e8e8;
1947 background: #e8e8e8;
1956 padding: $lineheight;
1957 background-color: $offwhite;
1964 border-left: $lineheight solid $offwhite;
1965 padding-left: $lineheight;
1971 padding-left: $lineheight;
1972 margin-bottom: $lineheight;
1973 margin-left: $lineheight;
1981 list-style: decimal;
1985 .diary_post .richtext {
1986 margin-top: $lineheight;
1989 .comments .richtext {
1994 /* Rules for rich text editors */
1996 .richtext_container {
1997 margin-bottom: $lineheight;
2001 display: inline-block;
2002 vertical-align: top;
2005 display: inline-block;
2006 padding: $lineheight;
2007 background-color: $offwhite;
2011 background-image: image-url("loading.gif");
2012 background-repeat: no-repeat;
2013 background-position: center;
2023 display: inline-block;
2024 vertical-align: top;
2026 background-color: #f8f8ff;
2027 padding: $lineheight/2;
2035 border-bottom: 1px solid #ccc;
2036 margin-bottom: $lineheight/4;
2037 padding-bottom: $lineheight/4;
2040 li h4, li span, li p {
2041 display: inline-block;
2042 vertical-align: top;
2053 margin-left: $lineheight/2;
2054 margin-bottom: $lineheight/4;
2055 white-space: nowrap;
2060 /* Rules for the user notes list */
2064 background-color: #eeeeee;
2076 /* Rules for the notes interface */
2078 .leaflet-popup-content .note {
2079 padding-top: $lineheight/2;
2082 .leaflet-popup-content .note {
2084 margin-bottom: $lineheight/2;
2088 margin-top: $lineheight/2;
2094 left: $lineheight/4;
2101 padding-left: $lineheight;
2104 .permalink:hover span {
2110 background-color: #ffe0cc;
2112 margin-bottom: $lineheight/2;
2131 margin-top: $lineheight/4;
2137 * Rules for the iD editor
2145 /* Rules for rotating sidebar ads */
2152 border-bottom: 1px solid #ccc;
2167 /* Rules for dropdown menus */
2174 *margin-bottom: -3px;
2177 .dropdown-toggle:active,
2178 .open .dropdown-toggle {
2183 display: inline-block;
2186 vertical-align: top;
2187 border-top: 4px solid #000000;
2188 border-right: 4px solid transparent;
2189 border-left: 4px solid transparent;
2209 background-color: #ffffff;
2210 border: 1px solid #ccc;
2211 *border-right-width: 2px;
2212 *border-bottom-width: 2px;
2213 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2214 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2215 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2216 -webkit-background-clip: padding-box;
2217 -moz-background-clip: padding;
2218 background-clip: padding-box;
2221 .dropdown-menu.pull-right {
2226 .dropdown-menu .divider {
2230 *margin: -5px 0 5px;
2232 background-color: #e5e5e5;
2233 border-bottom: 1px solid #ffffff;
2236 .dropdown-menu > li > a {
2240 font-weight: normal;
2243 white-space: nowrap;
2246 .dropdown-menu > li > a:hover,
2247 .dropdown-menu > li > a:focus,
2248 .dropdown-submenu:hover > a,
2249 .dropdown-submenu:focus > a {
2251 text-decoration: none;
2252 background-color: #0081c2;
2255 .dropdown-menu > .active > a,
2256 .dropdown-menu > .active > a:hover,
2257 .dropdown-menu > .active > a:focus {
2259 text-decoration: none;
2260 background-color: #0081c2;
2264 .dropdown-menu > .disabled > a,
2265 .dropdown-menu > .disabled > a:hover,
2266 .dropdown-menu > .disabled > a:focus {
2270 .dropdown-menu > .disabled > a:hover,
2271 .dropdown-menu > .disabled > a:focus {
2272 text-decoration: none;
2274 background-color: transparent;
2275 background-image: none;
2282 .open > .dropdown-menu {
2286 .dropdown-backdrop {
2295 /* Rules for the "Welcome" page */
2306 background-image: image-url("welcome-sprite.png");
2307 background-size: 500px 250px;
2313 padding-bottom: 20px;
2315 margin-bottom: 10px;
2327 background-position: -50px 0;
2332 vertical-align: middle;
2336 background-position: -100px 0;
2340 background-position: -150px 0;
2344 background-position: -200px 0;
2348 background-position: -250px 0;
2352 background-position: -300px 0;
2361 text-decoration: none;
2366 background-color: $offwhite;
2370 background-color: #333;