16 $keyline: 1px solid $lightgrey;
19 /* Styles common to large and small screens */
21 /* Minimal CSS reset */
23 html, body, ul, ol, li, form, fieldset, legend, h1, h2, h3, h4, h5, h6, p, input {
30 fieldset,img { border: 0; }
32 legend { color: #000; }
34 sup { vertical-align: text-top; }
36 sub { vertical-align: text-bottom; }
39 border-collapse: collapse;
43 li { list-style: none; }
48 body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; }
51 border-bottom: .1em dotted;
55 strong { font-weight: 500; }
57 /* Micro Clearfix | Details: http://nicolasgallagher.com/micro-clearfix-hack/ */
71 .col0 { float:left; width:04.1666%; }
72 .col1 { float:left; width:08.3333%; }
73 .col2 { float:left; width:16.6666%; }
74 .col3 { float:left; width:25.0000%; }
75 .col4 { float:left; width:33.3333%; }
76 .col5 { float:left; width:41.6666%; }
77 .col6 { float:left; width:50.0000%; }
78 .col7 { float:left; width:58.3333%; }
79 .col8 { float:left; width:66.6666%; }
80 .col9 { float:left; width:75.0000%; }
81 .col10 { float:left; width:83.3333%; }
82 .col11 { float:left; width:91.6666%; }
83 .col12 { width:100%; }
85 .margin0 { margin-left:04.1666%; }
86 .margin1 { margin-left:08.3333%; }
87 .margin2 { margin-left:16.6666%; }
88 .margin3 { margin-left:25.0000%; }
89 .margin4 { margin-left:33.3333%; }
90 .margin5 { margin-left:41.6666%; }
91 .margin6 { margin-left:50.0000%; }
92 .margin7 { margin-left:58.3333%; }
93 .margin8 { margin-left:66.6666%; }
94 .margin9 { margin-left:75.0000%; }
95 .margin10 { margin-left:83.3333%; }
96 .margin11 { margin-left:91.6666%; }
97 .margin12 { margin-left:100.0000%; }
99 .fillL { background-color: white; }
101 /* Default rules for the body of every page */
104 -webkit-box-sizing: border-box;
105 -moz-box-sizing: border-box;
106 box-sizing: border-box;
110 font-family: 'Helvetica Neue',Arial,sans-serif;
111 font-size: $typeheight;
114 background-color: #fff;
122 background-color: #f0f0f0;
130 h4, h5 { font-weight: 500; }
149 #container { position: relative; }
153 margin: 0 0 $lineheight/2 0;
157 vertical-align: middle;
158 margin-right: $lineheight/4;
161 .red { color: $red; }
163 /* Rules for icons */
166 display:inline-block;
170 background:transparent image-url("sprite.png") no-repeat 0 0;
175 .icon.search { background-position: 0 0; }
176 .icon.donate { background-position: -20px 0; }
177 .icon.zoomin { background-position: -40px 0; }
178 .icon.zoomout { background-position: -60px 0; }
179 .icon.geolocate { background-position: -80px 0; }
180 .active .icon.geolocate { background-position: -80px -20px; }
181 .icon.layers { background-position: -100px 0; }
182 .icon.key { background-position: -120px 0; }
183 .icon.share { background-position: -140px 0; }
184 .icon.clipboard { background-position: -160px 0; }
185 .icon.link { background-position: -180px 0; }
186 .icon.close { background-position: -200px 0; }
187 .icon.close:hover { background-position: -200px -20px; }
188 .icon.check { background-position: -220px 0; }
189 .icon.note { background-position: -240px 0; }
190 .icon.gear { background-position: -260px 0; }
192 /* Rules for links */
196 text-decoration: none;
197 -webkit-appearance: none;
200 text-decoration: underline;
204 /* Rules for horizontal lines */
208 background-color: #ccc;
213 /* General styles for tables */
217 margin-bottom: $lineheight;
220 padding: $lineheight/4;
221 line-height: $lineheight;
228 vertical-align: middle;
232 /* Utility for de-emphasizing content */
241 /* Rules for the header */
244 display: none !important;
246 background: image-url("menu-icon.png") no-repeat;
247 background-size: 30px 30px;
251 margin: 14px 10px 0 0;
256 height: $headerHeight;
261 h1, nav, nav > ul, nav > ul > li, .dropdown {
262 display: inline-block;
267 padding: $lineheight/2 $lineheight;
275 text-decoration: none;
282 vertical-align: middle;
287 padding: ($lineheight - 3) $lineheight ($lineheight + 3);
297 $border: 1px solid $green;
300 border-radius: $border-radius;
303 border-right: $border;
307 > a { border-radius: 0 $border-radius $border-radius 0; }
309 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
310 > a:hover { background: lighten($green, 30%); }
311 &.current > a:hover { background: $green; }
312 &.disabled > a:hover { background: lighten($green, 38%); }
314 > a.tab { border-right: 1px solid lighten($green, 30%); }
315 &.current > a.tab { border-right: 1px solid lighten($green, 10%); }
322 display: inline-block;
333 border-top-color: $green;
342 border-top-color: #ccc;
347 background-color: $green;
354 border-top-color: #fff;
364 vertical-align: middle;
365 a, .dropdown-toggle {
366 display: inline-block;
367 text-decoration: none;
371 &:hover { color: darken($darkgrey, 10%); }
376 color: darken($darkgrey, 25%);
380 $border: 1px solid $grey;
384 border-radius: $border-radius;
388 border-right: $border;
394 border-radius: 0 $border-radius $border-radius 0;
397 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
398 &:hover a { background: lighten($darkgrey, 30%); }
409 padding: 5px 10px 5px 6px;
410 display: inline-block;
413 &:hover > .user-button { color: darken($darkgrey, 5%); }
418 border-top-color: $grey;
422 img.user_thumbnail_tiny {
431 display: inline-block;
434 margin: 3px 0 3px 3px;
435 background-color: lighten($grey, 10%);
443 border-radius: 3px 0 3px 3px;
456 background: rgb(240,151,53);
458 padding: 1px $lineheight;
461 text-transform: uppercase;
468 text-transform: none;
469 &:hover { opacity: .9; }
472 background: rgb(220,151,53);
473 text-decoration: none;
477 #compact-secondary-nav {
482 &:hover { color: #fff; }
486 @media only screen and (max-width:960px) {
487 #compact-secondary-nav {
488 display: inline-block;
496 /* Utility for styling notification numbers */
499 padding: 2px $lineheight/4;
501 background: lighten($green, 30%);
507 /* Rules for the message shown in place of the map when javascript is disabled */
516 /* Rules for bootstrap tooltips */
554 display: inline-block;
557 background-color: white;
564 border-color: transparent;
568 .tooltip.top .tooltip-arrow {
572 border-top-color: white;
573 border-width: 5px 5px 0;
576 .tooltip.right .tooltip-arrow {
580 border-right-color: white;
581 border-width: 5px 5px 5px 0;
584 .tooltip.left .tooltip-arrow {
588 border-left-color: white;
589 border-width: 5px 0 5px 5px;
592 .tooltip.bottom .tooltip-arrow {
596 border-bottom-color: white;
597 border-width: 0 5px 5px;
600 /* Rules for Leaflet maps */
602 .leaflet-control .control-button {
606 background-color: #333;
607 background-color: rgba(0,0,0,.6);
608 border-radius: 4px 0 0 4px;
613 background-color: black;
617 background-color: #9ed485;
621 background-color: #333;
622 background-color: rgba(0,0,0,.5);
631 .leaflet-control .zoomin,
632 .control-layers .control-button {
634 border-radius: 4px 0 0 0;
637 .leaflet-control .zoomout,
638 .control-key .control-button {
643 .control-locate .control-button,
644 .control-share .control-button {
645 border-radius: 0 0 0 4px;
648 /* Rules for the sidebar and main map area */
667 width: $sidebarWidth;
670 padding: $lineheight $lineheight $lineheight/2;
673 h4, span.user, span.date {
722 margin: 0 $lineheight;
744 border-bottom: 1px solid #DDD;
754 border:1px solid #ddd;
777 border: 2px solid #fff;
780 transition: border-color 0.08s ease-in;
787 border-bottom-right-radius: 3px;
791 text-stroke: 2px #fff;
792 background: rgba(255,255,255,.9);
798 input[type="radio"] {
803 &.active { border-color: darken($green, 10%); }
806 &.active { border-color: darken($green, 20%); }
825 text-decoration: none;
826 background-color: $lightblue;
831 border-right: 1px solid #fff;
832 border-radius: 4px 0 0 4px;
836 border-left: 1px solid #fff;
837 border-radius: 0 4px 4px 0;
841 background-color: $blue;
853 font-family: monospace;
874 .leaflet-top.leaflet-right {
875 top: $lineheight !important;
877 margin-right: 0px !important;
878 margin-top: 0px !important;
882 .leaflet-popup-scrolled {
883 padding-right: $lineheight;
884 border-bottom: 0px !important;
885 border-top: 0px !important;
888 .leaflet-popup-content-wrapper {
889 border-radius: 4px !important;
890 -webkit-border-radius: 4px !important;
893 /* Rules for attribution text under the main map shown on printouts */
899 .attribution_license,
900 .attribution_project {
904 .attribution_notice {
908 .donate-attr { color: darken($green, 10%) !important; }
910 /* Rules for the sidebar */
914 padding: $lineheight/2 $lineheight;
915 // background: $offwhite;
916 // border-bottom: 1px solid #ccc;
924 #ad + #sidebar_content {
938 margin: $lineheight auto;
944 /* Rules for the search box */
948 padding: $lineheight/2 $lineheight;
949 background-color: $lightgrey;
960 border-radius: 2px 0 0 2px;
962 transition: 300ms linear;
963 -webkit-transition: 300ms linear;
964 -moz-transition: 300ms linear;
969 box-shadow: 0px 0px 7px #9ED485;
976 border-radius: 0 2px 2px 0;
988 /* Rules for donation request box */
992 padding: $lineheight/4 $lineheight;
993 border: 1px solid $green;
994 font-size: $typeheight;
999 margin: $lineheight/2 $lineheight;
1003 text-decoration: none;
1007 /* Rules for rotating sidebar ads */
1015 border-bottom: 1px solid #ccc;
1030 /* Rules for the map key which appears in the popout sidebar */
1033 .mapkey-table-key img {
1039 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
1043 /* Rules for search results which appear in the popout sidebar */
1045 .search_results_entry {
1047 border-bottom: $keyline;
1048 &:first-child { border-top: $keyline; }
1060 .search_results_error {
1064 /* Rules for data browser information which appears in the popout sidebar */
1068 .browse_show_list.button {
1085 /* Rules for entity history */
1089 border-bottom: $keyline;
1097 /* Rules for the changeset list shown by the history tab */
1099 #sidebar .changesets {
1101 padding: $lineheight;
1102 border-bottom: $keyline;
1105 &.selected { background: #FFFFE6; }
1106 /* color is derived from changeset bbox fillColor in history.js */
1115 /* Rules for the data browser */
1128 border: 1px solid #eee;
1133 .paginate ul, .note-comments ul {
1138 margin-bottom: 10px;
1141 padding: 5px 0 5px 10px;
1143 border: 1px solid #CCC;
1144 border-radius: 4px 4px 0 0;
1145 background-color: #F6F6F6;
1151 background-color: #FFF;
1152 border: 1px solid #CCC;
1154 border-radius: 0 0 4px 4px;
1159 background-color: #F6F6F6;
1160 border-top: 1px solid #ddd;
1161 border-bottom: 1px solid #ddd;
1163 margin-left: -$lineheight;
1164 margin-right: -$lineheight;
1167 border-bottom: 1px solid #ddd;
1176 display: inline-block;
1179 padding: 6px 10px 6px $lineheight;
1184 background-color: #F6F6F6;
1188 border-left: 1px solid #ddd;
1189 background-color: #fff;
1194 /* Rules for export information which appears in the popout sidebar */
1196 .export_bounds, .export_button {
1200 .export_area_inputs {
1201 margin-bottom: $lineheight/2;
1202 input[type="text"] {
1209 margin: $lineheight/4;
1217 padding-bottom: 5px;
1226 margin-bottom: 10px;
1231 /* Rules for edit pages */
1246 /* Rules for non-map content pages */
1249 background: $lightgrey;
1251 h1 { font-size: 22px; }
1256 margin-bottom: $lineheight;
1260 margin-top: $lineheight/2;
1268 padding: $lineheight;
1271 /* Overrides for pages that use new layout conventions */
1276 .content-body .content-inner {
1285 .content-heading .content-inner {
1290 .header-illustration {
1291 background-position: 0 0;
1292 background-repeat: no-repeat;
1300 background-image: image-url("sign-up-illustration.png");
1304 background-image: image-url("confirm-illustration.png");
1308 background-image: image-url("terms-illustration.png");
1316 background-image: image-url("sign-up-illustration-arm.png");
1321 #content.maximised {
1334 #slim_container_content {
1336 background-color: #FFFFFF;
1337 margin: $lineheight/2 auto;
1339 border-radius: 25px;
1340 -moz-border-radius: 25px;
1341 border: 1px solid #e6e6e6;
1345 margin: $lineheight/2;
1350 margin-bottom: 15px;
1355 margin: 30px $lineheight/2;
1358 margin-right: $lineheight/4;
1360 vertical-align: middle;
1361 margin-bottom: $lineheight/4;
1362 margin-right: $lineheight/4;
1366 /* Rules for small maps in content areas */
1372 border: 1px solid #ccc;
1373 margin-bottom: $lineheight;
1377 /* Rules for the trace list shown by the traces tab etc */
1380 font-size: $lineheight/2;
1397 .trace_identifiable {
1410 /* Rules for the user profile page */
1415 .userinformation-inner {
1430 .admin-user-info small {
1431 margin-bottom: $lineheight/2;
1433 margin-right: $lineheight;
1438 border-bottom: 1px solid #ccc;
1439 padding-bottom: $lineheight;
1442 margin-bottom: $lineheight/2;
1447 margin-top: $lineheight;
1451 .activity-details p {
1456 #friends-container .contact-activity ul {
1461 p#no_home_location {
1462 margin: $lineheight;
1465 margin-top: $lineheight/4;
1470 /* Rules for the user map */
1472 .content_map .leaflet-popup-content {
1473 margin: $lineheight/2;
1477 /* Rules for user popups on maps */
1483 margin-top: 0 0 0 60px;
1486 img.user_thumbnail {
1488 margin: 0 $lineheight/2 0 0;
1492 /* Rules for the user list */
1495 font-size: $lineheight/2;
1499 vertical-align: middle;
1508 #user_list_actions {
1510 margin-top: $lineheight/2;
1513 /* Rules for the diary list page */
1517 margin-top: $lineheight/2;
1518 padding-top: $lineheight;
1519 border-top: 1px solid #ccc;
1522 margin-bottom: $lineheight;
1526 margin-bottom: $lineheight/2;
1531 img.user_thumbnail {
1540 ul.secondary-actions {
1541 display: inline-block;
1545 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1549 /* Rules for the diary entry page */
1556 border: 1px solid #ccc;
1558 margin-bottom: $lineheight;
1561 border-top: 1px solid #ccc;
1562 padding-top: $lineheight;
1563 margin-top: $lineheight/2;
1569 margin-top: $lineheight/2;
1570 border-top: 1px dashed #ccc;
1571 padding-top: $lineheight/2;
1573 margin-top: $lineheight;
1574 padding-top: $lineheight;
1575 border-top: 1px solid #ccc;
1578 margin-bottom: $lineheight/2;
1587 .diary_entry-view img.user_thumbnail {
1591 /* Rules for the log in page */
1593 #login_openid_buttons {
1597 #login_openid_buttons li {
1599 padding: $lineheight/4 $lineheight/2;
1602 /* Rules for the account confirmation page */
1606 border: 1px solid #ccc;
1607 padding: $lineheight;
1608 margin-bottom: $lineheight;
1614 background: $lightblue;
1616 background: darken($lightblue, $hovercolor);
1626 /* Rules for the account settings page */
1628 #accountForm .user_map {
1632 border: 1px solid #ccc;
1635 #accountForm .user_image {
1639 #accountForm #user_image {
1643 #accountForm ul.accountImage-options {
1656 display: inline !important;
1659 .content_map.settings_map {
1664 /* Rules for the oauth settings page */
1666 .oauth_clients .buttons .oauth-edit {
1667 border-radius: 2px 0 0 2px;
1670 .oauth_clients .buttons .oauth-delete {
1671 border-radius: 0 2px 2px 0;
1674 /* Rules for messages pages */
1678 border: 1px solid #ddd;
1680 input[type="submit"] {
1684 border-top: 1px solid #ccc;
1688 background: #f8f8ff;
1701 padding: $lineheight/4;
1712 border-right: 1px solid $lightgrey;
1716 .inbox-row .inbox-mark-read {
1721 margin-bottom: $lineheight;
1722 padding: $lineheight/4 0px 4px 0px;
1723 border-bottom: 1px solid #ccc;
1730 .info-line .user_thumbnail_tiny {
1731 vertical-align: middle;
1740 .inbox-row-unread .inbox-mark-unread {
1744 .message-read .message-buttons {
1745 margin-top: $lineheight;
1746 padding-top: $lineheight;
1747 border-top: 1px solid $lightgrey;
1750 .message-read .buttons .mark-unread-button {
1754 /* Rules for "flash" notice boxes shown at the top of the content area */
1757 padding: $lineheight;
1758 background-color: #ff7070;
1762 padding: $lineheight;
1763 background-color: #ffe0cc;
1767 padding: $lineheight;
1768 background-color: #CBEEA7;
1771 /* Rules for highlighting fields with rails validation errors */
1773 .field_with_errors {
1775 background-color: #ff7070;
1776 display: inline-block;
1780 display: inline-block;
1786 background-color: #ff7070;
1789 /* Rules for rails validation error boxes */
1793 border: 2px solid #ff7070;
1794 padding: 0 $lineheight/2;
1795 margin-bottom: $lineheight;
1796 background-color: #f0f0f0;
1799 margin: 0 -10px 10px -10px;
1800 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1803 background-color: #c00;
1811 padding: $lineheight/4;
1815 padding-left: $lineheight;
1824 /* Rules for forms */
1828 margin-bottom: $lineheight;
1830 label.standard-label {
1832 margin-bottom: $lineheight/4;
1833 font-size: $typeheight;
1837 label.standard-label.secondary {
1838 display: inline-block;
1839 font-weight: normal;
1842 font-weight: normal;
1849 margin-top: $lineheight;
1850 padding-top: $lineheight;
1851 border-top: 1px solid $lightgrey;
1853 .horizontal-list .form-row {
1855 padding-right: 10px;
1858 margin-bottom: $lineheight/2;
1866 input[type="checkbox"],
1867 input[type="radio"] {
1873 #remember_me_openid {
1877 input[type="checkbox"],
1878 input[type="radio"] {
1883 input[type="email"],
1885 input[type="password"],
1887 border: 1px solid #ccc;
1898 /* Rules for user images */
1903 border: 1px solid #ccc;
1904 margin-bottom: $lineheight;
1906 margin-right: $lineheight;
1909 img.user_thumbnail {
1912 border: 1px solid #ccc;
1913 margin-right: $lineheight;
1916 img.user_thumbnail_tiny {
1919 border: 1px solid #ccc;
1922 /* Rules for geo microformats */
1925 border-bottom: none;
1928 /* Rules for RSS buttons */
1935 /* General styles for action lists / subnavs / pager navs */
1937 ul.secondary-actions {
1942 display: inline-block;
1949 border-left: 1px solid #ccc;
1950 padding-left: $lineheight/2;
1951 margin-right: $lineheight/2;
1962 div.secondary-actions {
1964 border-top: 1px solid #ccc;
1968 /* Utility for managing inner content areas */
1970 .inner22 { padding: $lineheight;}
1972 .inner12 { padding: $lineheight/2 $lineheight;}
1974 .inner11 { padding: $lineheight/2;}
1976 .inner20 { padding: $lineheight 0;}
1978 .inner02 { padding: 0 $lineheight;}
1980 /* Utility for general button styles */
1982 input[type="button"],
1983 input[type="submit"],
1984 input[type="reset"],
1988 display: inline-block;
1990 padding: $lineheight/4 $lineheight/2;
1991 min-height: 20px + $lineheight/2;
1993 margin: 0 0 $lineheight/2 0;
1998 -moz-border-radius: 2px;
2000 background: darken($blue, $hovercolor);
2001 text-decoration: none;
2004 background: $lightblue;
2006 background: darken($lightblue, $hovercolor);
2010 background: $lightgrey;
2012 background: $lightgrey;
2022 input[type="submit"],
2023 input[type="button"],
2024 input[type="reset"],
2026 box-sizing: border-box;
2032 border-right:1px solid white;
2033 text-overflow: ellipsis;
2034 white-space: nowrap;
2038 .button:first-child {
2039 border-radius:2px 0 0 2px;
2042 .button:last-child {
2043 border-radius:0 2px 2px 0;
2044 border-right-width: 0;
2048 *[value="Hide"] + input:last-child,
2049 *[value="Hide"] + .button:last-child {
2051 border-right-width: 0;
2053 /* if a 3-button set has a hidden middle button */
2054 *[value="Hide"] + input:nth-child(3),
2055 *[value="Hide"] + .button:nth-child(3) {
2056 border-radius:0 2px 2px 0;
2057 border-right-width: 0;
2059 /* if a 3-button set starts with a hidden button */
2060 *[value="Hide"] + input:nth-child(2):not(:last-child),
2061 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
2062 border-radius:2px 0 0 2px;
2063 border-right-width: 1px;
2067 /* Rules for doing distinct colour of alternate table rows */
2071 background: $offwhite;
2079 /* Rules for OpenID logo */
2082 vertical-align: text-bottom;
2086 /* Rules for rich text */
2091 padding-bottom: $lineheight/2;
2092 border-bottom: 1px dashed #cccccc;
2093 margin-bottom: $lineheight/2;
2105 font-size: $typeheight;
2110 background: #e8e8e8;
2116 background: #e8e8e8;
2125 padding: $lineheight;
2126 background-color: $offwhite;
2133 border-left: $lineheight solid $offwhite;
2134 padding-left: $lineheight;
2140 padding-left: $lineheight;
2141 margin-bottom: $lineheight;
2142 margin-left: $lineheight;
2150 list-style: decimal;
2154 .diary_post .richtext {
2155 margin-top: $lineheight;
2158 .comments .richtext {
2163 /* Rules for rich text editors */
2165 .richtext_container {
2166 margin-bottom: $lineheight;
2170 display: inline-block;
2171 vertical-align: top;
2174 display: inline-block;
2175 padding: $lineheight;
2176 background-color: $offwhite;
2180 background-image: image-url("loading.gif");
2181 background-repeat: no-repeat;
2182 background-position: center;
2192 display: inline-block;
2193 vertical-align: top;
2195 background-color: #f8f8ff;
2196 padding: $lineheight/2;
2204 border-bottom: 1px solid #ccc;
2205 margin-bottom: $lineheight/4;
2206 padding-bottom: $lineheight/4;
2209 li h4, li span, li p {
2210 display: inline-block;
2211 vertical-align: top;
2222 margin-left: $lineheight/2;
2223 margin-bottom: $lineheight/4;
2224 white-space: nowrap;
2229 /* Rules for the user notes list */
2233 background-color: #eeeeee;
2245 /* Rules for the notes interface */
2247 .leaflet-popup-content .note {
2248 padding-top: $lineheight/2;
2251 .leaflet-popup-content .note {
2253 margin-bottom: $lineheight/2;
2257 margin-top: $lineheight/2;
2263 left: $lineheight/4;
2270 padding-left: $lineheight;
2273 .permalink:hover span {
2279 background-color: #ffe0cc;
2281 margin-bottom: $lineheight/2;
2300 margin-top: $lineheight/4;
2305 /* Rules for the iD editor */
2312 /* Rules for dropdown menus */
2319 *margin-bottom: -3px;
2322 .dropdown-toggle:active,
2323 .open .dropdown-toggle {
2328 display: inline-block;
2331 vertical-align: top;
2332 border-top: 4px solid #000000;
2333 border-right: 4px solid transparent;
2334 border-left: 4px solid transparent;
2354 background-color: #ffffff;
2355 border: 1px solid #ccc;
2356 border-radius: 0 3px 3px;
2357 *border-right-width: 2px;
2358 *border-bottom-width: 2px;
2359 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2360 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2361 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2362 -webkit-background-clip: padding-box;
2363 -moz-background-clip: padding;
2364 background-clip: padding-box;
2367 .dropdown-menu.pull-right {
2372 .dropdown-menu .divider {
2376 *margin: -5px 0 5px;
2378 background-color: #e5e5e5;
2379 border-bottom: 1px solid #ffffff;
2382 .dropdown-menu > li > a {
2386 font-weight: normal;
2389 white-space: nowrap;
2392 .dropdown-menu > li > a:hover,
2393 .dropdown-menu > li > a:focus,
2394 .dropdown-submenu:hover > a,
2395 .dropdown-submenu:focus > a {
2397 text-decoration: none;
2398 background-color: $green;
2401 .dropdown-menu > .active > a,
2402 .dropdown-menu > .active > a:hover,
2403 .dropdown-menu > .active > a:focus {
2405 text-decoration: none;
2406 background-color: $green;
2410 .dropdown-menu > .disabled > a,
2411 .dropdown-menu > .disabled > a:hover,
2412 .dropdown-menu > .disabled > a:focus {
2416 .dropdown-menu > .disabled > a:hover,
2417 .dropdown-menu > .disabled > a:focus {
2418 text-decoration: none;
2420 background-color: transparent;
2421 background-image: none;
2428 .open > .dropdown-menu {
2432 .dropdown-backdrop {
2441 /* Rules for the "Welcome" page */
2452 background-image: image-url("welcome-sprite.png");
2453 background-size: 500px 250px;
2459 padding-bottom: 20px;
2461 margin-bottom: 10px;
2473 background-position: -50px 0;
2478 vertical-align: middle;
2482 background-position: -100px 0;
2486 background-position: -150px 0;
2490 background-position: -200px 0;
2494 background-position: -250px 0;
2498 background-position: -300px 0;
2507 text-decoration: none;
2512 background-color: $offwhite;
2516 background-color: #333;
2521 .site-about #content {
2522 //background-color: #000;
2523 background-color: #eee;
2524 background-position: 50% 50%;
2525 background-repeat: no-repeat;
2526 background-size: cover;
2527 background-attachment: fixed;
2529 &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2530 &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2531 &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2532 &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2533 &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2534 &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2538 font: 13px/20px Helvetica, Arial, sans-serif;
2543 text-shadow: #000 0px 1px 5px;
2551 white-space: nowrap;
2552 text-decoration: none;
2563 text-indent: -9999px;
2565 background: image-url('about/sprite.png') -120px 0px no-repeat;
2566 background-color: #000;
2567 background-color: rgba(0, 0, 0, 0.5);
2577 margin-bottom: 30px;
2580 .section:last-child {
2592 padding: 170px 40px 20px;
2594 background: rgba(0, 0, 0, .8);
2614 background-position: 0 50%;
2615 background-repeat: no-repeat;
2616 background-image: image-url('about/osm.png');
2617 background-size: cover;
2618 background-color: #76c551;
2628 padding: 20px 20px 20px 40px;
2629 font: 500 20px/24px Helvetica, Arial, sans-serif;
2630 white-space: nowrap;
2632 background: #76c551;
2636 display: inline-block;
2643 margin-bottom: 10px;
2650 vertical-align: middle;
2651 background: 40px 40px image-url('about/sprite.png') no-repeat;
2653 &.local { background-position: 0px 0px; }
2654 &.community { background-position: 0px -40px; }
2655 &.open { background-position: 0px -80px; }
2656 &.contributors { background-position: 0px -120px; }
2657 &.infringement { background-position: 0px -160px; }
2663 @media only screen and (max-width:960px) {
2664 .header-illustration.new-user-arm {