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;
1130 padding: 0 0 0 14px;
1132 border-left: 1px solid #eee;
1133 > a { padding-left: 5px; }
1139 .paginate ul, .note-comments ul {
1144 margin-bottom: 10px;
1147 padding: 5px 0 5px 10px;
1149 border: 1px solid #CCC;
1150 border-radius: 4px 4px 0 0;
1151 background-color: #F6F6F6;
1157 background-color: #FFF;
1158 border: 1px solid #CCC;
1160 border-radius: 0 0 4px 4px;
1165 border-top: 1px solid #ddd;
1166 border-bottom: 1px solid #ddd;
1168 margin-left: -$lineheight;
1169 margin-right: -$lineheight;
1172 border-bottom: 1px solid #ddd;
1181 display: inline-block;
1185 padding: 6px 10px 6px $lineheight;
1190 background-color: #F6F6F6;
1194 border-left: 1px solid #ddd;
1199 /* Rules for export information which appears in the popout sidebar */
1205 .export_area_inputs {
1206 margin-bottom: $lineheight/2;
1207 input[type="text"] {
1214 margin: $lineheight/4;
1222 padding-bottom: 5px;
1231 margin-bottom: 10px;
1236 /* Rules for edit pages */
1251 /* Rules for non-map content pages */
1254 background: $lightgrey;
1256 h1 { font-size: 22px; }
1261 margin-bottom: $lineheight;
1265 margin-top: $lineheight/2;
1273 padding: $lineheight;
1276 /* Overrides for pages that use new layout conventions */
1281 .content-body .content-inner {
1290 .content-heading .content-inner {
1295 .header-illustration {
1296 background-position: 0 0;
1297 background-repeat: no-repeat;
1305 background-image: image-url("sign-up-illustration.png");
1309 background-image: image-url("confirm-illustration.png");
1313 background-image: image-url("terms-illustration.png");
1321 background-image: image-url("sign-up-illustration-arm.png");
1326 #content.maximised {
1339 #slim_container_content {
1341 background-color: #FFFFFF;
1342 margin: $lineheight/2 auto;
1344 border-radius: 25px;
1345 -moz-border-radius: 25px;
1346 border: 1px solid #e6e6e6;
1350 margin: $lineheight/2;
1355 margin-bottom: 15px;
1360 margin: 30px $lineheight/2;
1363 margin-right: $lineheight/4;
1365 vertical-align: middle;
1366 margin-bottom: $lineheight/4;
1367 margin-right: $lineheight/4;
1371 /* Rules for small maps in content areas */
1377 border: 1px solid #ccc;
1378 margin-bottom: $lineheight;
1382 /* Rules for the trace list shown by the traces tab etc */
1385 font-size: $lineheight/2;
1402 .trace_identifiable {
1415 /* Rules for the user profile page */
1420 .userinformation-inner {
1435 .admin-user-info small {
1436 margin-bottom: $lineheight/2;
1438 margin-right: $lineheight;
1443 border-bottom: 1px solid #ccc;
1444 padding-bottom: $lineheight;
1447 margin-bottom: $lineheight/2;
1452 margin-top: $lineheight;
1456 .activity-details p {
1461 #friends-container .contact-activity ul {
1466 p#no_home_location {
1467 margin: $lineheight;
1470 margin-top: $lineheight/4;
1475 /* Rules for the user map */
1477 .content_map .leaflet-popup-content {
1478 margin: $lineheight/2;
1482 /* Rules for user popups on maps */
1488 margin-top: 0 0 0 60px;
1491 img.user_thumbnail {
1493 margin: 0 $lineheight/2 0 0;
1497 /* Rules for the user list */
1500 font-size: $lineheight/2;
1504 vertical-align: middle;
1513 #user_list_actions {
1515 margin-top: $lineheight/2;
1518 /* Rules for the diary list page */
1522 margin-top: $lineheight/2;
1523 padding-top: $lineheight;
1524 border-top: 1px solid #ccc;
1527 margin-bottom: $lineheight;
1531 margin-bottom: $lineheight/2;
1536 img.user_thumbnail {
1545 ul.secondary-actions {
1546 display: inline-block;
1550 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1554 /* Rules for the diary entry page */
1561 border: 1px solid #ccc;
1563 margin-bottom: $lineheight;
1566 border-top: 1px solid #ccc;
1567 padding-top: $lineheight;
1568 margin-top: $lineheight/2;
1574 margin-top: $lineheight/2;
1575 border-top: 1px dashed #ccc;
1576 padding-top: $lineheight/2;
1578 margin-top: $lineheight;
1579 padding-top: $lineheight;
1580 border-top: 1px solid #ccc;
1583 margin-bottom: $lineheight/2;
1592 .diary_entry-view img.user_thumbnail {
1596 /* Rules for the log in page */
1598 #login_openid_buttons {
1602 #login_openid_buttons li {
1604 padding: $lineheight/4 $lineheight/2;
1607 /* Rules for the account confirmation page */
1611 border: 1px solid #ccc;
1612 padding: $lineheight;
1613 margin-bottom: $lineheight;
1619 background: $lightblue;
1621 background: darken($lightblue, $hovercolor);
1631 /* Rules for the account settings page */
1633 #accountForm .user_map {
1637 border: 1px solid #ccc;
1640 #accountForm .user_image {
1644 #accountForm #user_image {
1648 #accountForm ul.accountImage-options {
1661 display: inline !important;
1664 .content_map.settings_map {
1669 /* Rules for the oauth settings page */
1671 .oauth_clients .buttons .oauth-edit {
1672 border-radius: 2px 0 0 2px;
1675 .oauth_clients .buttons .oauth-delete {
1676 border-radius: 0 2px 2px 0;
1679 /* Rules for messages pages */
1683 border: 1px solid #ddd;
1685 input[type="submit"] {
1689 border-top: 1px solid #ccc;
1693 background: #f8f8ff;
1706 padding: $lineheight/4;
1717 border-right: 1px solid $lightgrey;
1721 .inbox-row .inbox-mark-read {
1726 margin-bottom: $lineheight;
1727 padding: $lineheight/4 0px 4px 0px;
1728 border-bottom: 1px solid #ccc;
1735 .info-line .user_thumbnail_tiny {
1736 vertical-align: middle;
1745 .inbox-row-unread .inbox-mark-unread {
1749 .message-read .message-buttons {
1750 margin-top: $lineheight;
1751 padding-top: $lineheight;
1752 border-top: 1px solid $lightgrey;
1755 .message-read .buttons .mark-unread-button {
1759 /* Rules for "flash" notice boxes shown at the top of the content area */
1762 padding: $lineheight;
1763 background-color: #ff7070;
1767 padding: $lineheight;
1768 background-color: #ffe0cc;
1772 padding: $lineheight;
1773 background-color: #CBEEA7;
1776 /* Rules for highlighting fields with rails validation errors */
1778 .field_with_errors {
1780 background-color: #ff7070;
1781 display: inline-block;
1785 display: inline-block;
1791 background-color: #ff7070;
1794 /* Rules for rails validation error boxes */
1798 border: 2px solid #ff7070;
1799 padding: 0 $lineheight/2;
1800 margin-bottom: $lineheight;
1801 background-color: #f0f0f0;
1804 margin: 0 -10px 10px -10px;
1805 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1808 background-color: #c00;
1816 padding: $lineheight/4;
1820 padding-left: $lineheight;
1829 /* Rules for forms */
1833 margin-bottom: $lineheight;
1835 label.standard-label {
1837 margin-bottom: $lineheight/4;
1838 font-size: $typeheight;
1842 label.standard-label.secondary {
1843 display: inline-block;
1844 font-weight: normal;
1847 font-weight: normal;
1854 margin-top: $lineheight;
1855 padding-top: $lineheight;
1856 border-top: 1px solid $lightgrey;
1858 .horizontal-list .form-row {
1860 padding-right: 10px;
1863 margin-bottom: $lineheight/2;
1871 input[type="checkbox"],
1872 input[type="radio"] {
1878 #remember_me_openid {
1882 input[type="checkbox"],
1883 input[type="radio"] {
1888 input[type="email"],
1890 input[type="password"],
1892 border: 1px solid #ccc;
1903 /* Rules for user images */
1908 border: 1px solid #ccc;
1909 margin-bottom: $lineheight;
1911 margin-right: $lineheight;
1914 img.user_thumbnail {
1917 border: 1px solid #ccc;
1918 margin-right: $lineheight;
1921 img.user_thumbnail_tiny {
1924 border: 1px solid #ccc;
1927 /* Rules for geo microformats */
1930 border-bottom: none;
1933 /* Rules for RSS buttons */
1940 /* General styles for action lists / subnavs / pager navs */
1942 ul.secondary-actions {
1947 display: inline-block;
1954 border-left: 1px solid #ccc;
1955 padding-left: $lineheight/2;
1956 margin-right: $lineheight/2;
1967 div.secondary-actions {
1969 border-top: 1px solid #ccc;
1973 /* Utility for managing inner content areas */
1975 .inner22 { padding: $lineheight;}
1977 .inner12 { padding: $lineheight/2 $lineheight;}
1979 .inner11 { padding: $lineheight/2;}
1981 .inner20 { padding: $lineheight 0;}
1983 .inner02 { padding: 0 $lineheight;}
1985 /* Utility for general button styles */
1987 input[type="button"],
1988 input[type="submit"],
1989 input[type="reset"],
1993 display: inline-block;
1995 padding: $lineheight/4 $lineheight/2;
1996 min-height: 20px + $lineheight/2;
1998 margin: 0 0 $lineheight/2 0;
2003 -moz-border-radius: 2px;
2005 background: darken($blue, $hovercolor);
2006 text-decoration: none;
2009 background: $lightblue;
2011 background: darken($lightblue, $hovercolor);
2015 background: $lightgrey;
2017 background: $lightgrey;
2027 input[type="submit"],
2028 input[type="button"],
2029 input[type="reset"],
2031 box-sizing: border-box;
2037 border-right:1px solid white;
2038 text-overflow: ellipsis;
2039 white-space: nowrap;
2043 .button:first-child {
2044 border-radius:2px 0 0 2px;
2047 .button:last-child {
2048 border-radius:0 2px 2px 0;
2049 border-right-width: 0;
2053 *[value="Hide"] + input:last-child,
2054 *[value="Hide"] + .button:last-child {
2056 border-right-width: 0;
2058 /* if a 3-button set has a hidden middle button */
2059 *[value="Hide"] + input:nth-child(3),
2060 *[value="Hide"] + .button:nth-child(3) {
2061 border-radius:0 2px 2px 0;
2062 border-right-width: 0;
2064 /* if a 3-button set starts with a hidden button */
2065 *[value="Hide"] + input:nth-child(2):not(:last-child),
2066 *[value="Hide"] + .button:nth-child(2):not(:last-child) {
2067 border-radius:2px 0 0 2px;
2068 border-right-width: 1px;
2072 /* Rules for doing distinct colour of alternate table rows */
2076 background: $offwhite;
2084 /* Rules for OpenID logo */
2087 vertical-align: text-bottom;
2091 /* Rules for rich text */
2096 padding-bottom: $lineheight/2;
2097 border-bottom: 1px dashed #cccccc;
2098 margin-bottom: $lineheight/2;
2110 font-size: $typeheight;
2115 background: #e8e8e8;
2121 background: #e8e8e8;
2130 padding: $lineheight;
2131 background-color: $offwhite;
2138 border-left: $lineheight solid $offwhite;
2139 padding-left: $lineheight;
2145 padding-left: $lineheight;
2146 margin-bottom: $lineheight;
2147 margin-left: $lineheight;
2155 list-style: decimal;
2159 .diary_post .richtext {
2160 margin-top: $lineheight;
2163 .comments .richtext {
2168 /* Rules for rich text editors */
2170 .richtext_container {
2171 margin-bottom: $lineheight;
2175 display: inline-block;
2176 vertical-align: top;
2179 display: inline-block;
2180 padding: $lineheight;
2181 background-color: $offwhite;
2185 background-image: image-url("loading.gif");
2186 background-repeat: no-repeat;
2187 background-position: center;
2197 display: inline-block;
2198 vertical-align: top;
2200 background-color: #f8f8ff;
2201 padding: $lineheight/2;
2209 border-bottom: 1px solid #ccc;
2210 margin-bottom: $lineheight/4;
2211 padding-bottom: $lineheight/4;
2214 li h4, li span, li p {
2215 display: inline-block;
2216 vertical-align: top;
2227 margin-left: $lineheight/2;
2228 margin-bottom: $lineheight/4;
2229 white-space: nowrap;
2234 /* Rules for the user notes list */
2238 background-color: #eeeeee;
2250 /* Rules for the notes interface */
2252 .leaflet-popup-content .note {
2253 padding-top: $lineheight/2;
2256 .leaflet-popup-content .note {
2258 margin-bottom: $lineheight/2;
2262 margin-top: $lineheight/2;
2268 left: $lineheight/4;
2275 padding-left: $lineheight;
2278 .permalink:hover span {
2284 background-color: #ffe0cc;
2286 margin-bottom: $lineheight/2;
2305 margin-top: $lineheight/4;
2310 /* Rules for the iD editor */
2317 /* Rules for dropdown menus */
2324 *margin-bottom: -3px;
2327 .dropdown-toggle:active,
2328 .open .dropdown-toggle {
2333 display: inline-block;
2336 vertical-align: top;
2337 border-top: 4px solid #000000;
2338 border-right: 4px solid transparent;
2339 border-left: 4px solid transparent;
2359 background-color: #ffffff;
2360 border: 1px solid #ccc;
2361 border-radius: 0 3px 3px;
2362 *border-right-width: 2px;
2363 *border-bottom-width: 2px;
2364 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2365 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2366 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2367 -webkit-background-clip: padding-box;
2368 -moz-background-clip: padding;
2369 background-clip: padding-box;
2372 .dropdown-menu.pull-right {
2377 .dropdown-menu .divider {
2381 *margin: -5px 0 5px;
2383 background-color: #e5e5e5;
2384 border-bottom: 1px solid #ffffff;
2387 .dropdown-menu > li > a {
2391 font-weight: normal;
2394 white-space: nowrap;
2397 .dropdown-menu > li > a:hover,
2398 .dropdown-menu > li > a:focus,
2399 .dropdown-submenu:hover > a,
2400 .dropdown-submenu:focus > a {
2402 text-decoration: none;
2403 background-color: $green;
2406 .dropdown-menu > .active > a,
2407 .dropdown-menu > .active > a:hover,
2408 .dropdown-menu > .active > a:focus {
2410 text-decoration: none;
2411 background-color: $green;
2415 .dropdown-menu > .disabled > a,
2416 .dropdown-menu > .disabled > a:hover,
2417 .dropdown-menu > .disabled > a:focus {
2421 .dropdown-menu > .disabled > a:hover,
2422 .dropdown-menu > .disabled > a:focus {
2423 text-decoration: none;
2425 background-color: transparent;
2426 background-image: none;
2433 .open > .dropdown-menu {
2437 .dropdown-backdrop {
2446 /* Rules for the "Welcome" page */
2457 background-image: image-url("welcome-sprite.png");
2458 background-size: 500px 250px;
2464 padding-bottom: 20px;
2466 margin-bottom: 10px;
2478 background-position: -50px 0;
2483 vertical-align: middle;
2487 background-position: -100px 0;
2491 background-position: -150px 0;
2495 background-position: -200px 0;
2499 background-position: -250px 0;
2503 background-position: -300px 0;
2512 text-decoration: none;
2517 background-color: $offwhite;
2521 background-color: #333;
2526 .site-about #content {
2527 //background-color: #000;
2528 background-color: #eee;
2529 background-position: 50% 50%;
2530 background-repeat: no-repeat;
2531 background-size: cover;
2532 background-attachment: fixed;
2534 &.photo-0 { background-image: image-url('about/0.jpg'); .photo-0 { display: block; } }
2535 &.photo-1 { background-image: image-url('about/1.jpg'); .photo-1 { display: block; } }
2536 &.photo-2 { background-image: image-url('about/2.jpg'); .photo-2 { display: block; } }
2537 &.photo-3 { background-image: image-url('about/4.jpg'); .photo-3 { display: block; } }
2538 &.photo-4 { background-image: image-url('about/4.jpg'); .photo-4 { display: block; } }
2539 &.photo-5 { background-image: image-url('about/5.jpg'); .photo-5 { display: block; } }
2543 font: 13px/20px Helvetica, Arial, sans-serif;
2548 text-shadow: #000 0px 1px 5px;
2556 white-space: nowrap;
2557 text-decoration: none;
2568 text-indent: -9999px;
2570 background: image-url('about/sprite.png') -120px 0px no-repeat;
2571 background-color: #000;
2572 background-color: rgba(0, 0, 0, 0.5);
2582 margin-bottom: 30px;
2585 .section:last-child {
2597 padding: 170px 40px 20px;
2599 background: rgba(0, 0, 0, .8);
2619 background-position: 0 50%;
2620 background-repeat: no-repeat;
2621 background-image: image-url('about/osm.png');
2622 background-size: cover;
2623 background-color: #76c551;
2633 padding: 20px 20px 20px 40px;
2634 font: 500 20px/24px Helvetica, Arial, sans-serif;
2635 white-space: nowrap;
2637 background: #76c551;
2641 display: inline-block;
2648 margin-bottom: 10px;
2655 vertical-align: middle;
2656 background: 40px 40px image-url('about/sprite.png') no-repeat;
2658 &.local { background-position: 0px 0px; }
2659 &.community { background-position: 0px -40px; }
2660 &.open { background-position: 0px -80px; }
2661 &.contributors { background-position: 0px -120px; }
2662 &.infringement { background-position: 0px -160px; }
2668 @media only screen and (max-width:960px) {
2669 .header-illustration.new-user-arm {