3 /* Styles common to large and small screens */
5 /* Minimal CSS reset */
7 html, body, ul, ol, li, form, fieldset, legend, h1, h2, h3, h4, h5, h6, p, input {
14 fieldset,img { border: 0; }
16 legend { color: #000; }
18 sup { vertical-align: text-top; }
20 sub { vertical-align: text-bottom; }
23 border-collapse: collapse;
27 li { list-style: none; }
32 body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; }
35 border-bottom: .1em dotted;
43 /* Micro Clearfix | Details: http://nicolasgallagher.com/micro-clearfix-hack/ */
57 .col0 { float:left; width:04.1666%; }
58 .col1 { float:left; width:08.3333%; }
59 .col2 { float:left; width:16.6666%; }
60 .col3 { float:left; width:25.0000%; }
61 .col4 { float:left; width:33.3333%; }
62 .col5 { float:left; width:41.6666%; }
63 .col6 { float:left; width:50.0000%; }
64 .col7 { float:left; width:58.3333%; }
65 .col8 { float:left; width:66.6666%; }
66 .col9 { float:left; width:75.0000%; }
67 .col10 { float:left; width:83.3333%; }
68 .col11 { float:left; width:91.6666%; }
69 .col12 { width:100%; }
71 .margin0 { margin-left:04.1666%; }
72 .margin1 { margin-left:08.3333%; }
73 .margin2 { margin-left:16.6666%; }
74 .margin3 { margin-left:25.0000%; }
75 .margin4 { margin-left:33.3333%; }
76 .margin5 { margin-left:41.6666%; }
77 .margin6 { margin-left:50.0000%; }
78 .margin7 { margin-left:58.3333%; }
79 .margin8 { margin-left:66.6666%; }
80 .margin9 { margin-left:75.0000%; }
81 .margin10 { margin-left:83.3333%; }
82 .margin11 { margin-left:91.6666%; }
83 .margin12 { margin-left:100.0000%; }
85 .fillL { background-color: white; }
87 /* Default rules for the body of every page */
90 box-sizing: border-box;
94 font-family: 'Helvetica Neue',Arial,sans-serif;
95 font-size: $typeheight;
98 background-color: #fff;
131 #container { position: relative; }
135 margin: 0 0 $lineheight/2 0;
139 vertical-align: middle;
140 margin-right: $lineheight/4;
143 .red { color: $red; }
145 /* Rules for icons */
148 display:inline-block;
152 background:transparent image-url("sprite.png") no-repeat 0 0;
157 .icon.search { background-position: 0 0; }
158 .icon.donate { background-position: -20px 0; }
159 .icon.zoomin { background-position: -40px 0; }
160 .icon.zoomout { background-position: -60px 0; }
161 .icon.geolocate { background-position: -80px 0; }
162 .active .icon.geolocate { background-position: -80px -20px; }
163 .icon.layers { background-position: -100px 0; }
164 .icon.key { background-position: -120px 0; }
165 .icon.share { background-position: -140px 0; }
166 .icon.clipboard { background-position: -160px 0; }
167 .icon.link { background-position: -180px 0; }
168 .icon.close { background-position: -200px 0; }
169 .icon.close:hover { background-position: -200px -20px; }
170 .icon.check { background-position: -220px 0; }
171 .icon.note { background-position: -240px 0; }
172 .icon.query { background-position: -260px 0; }
174 /* Rules for links */
178 text-decoration: none;
179 -webkit-appearance: none;
182 text-decoration: underline;
186 /* Rules for horizontal lines */
190 background-color: #ccc;
195 /* General styles for tables */
199 margin-bottom: $lineheight;
202 padding: $lineheight/4;
203 line-height: $lineheight;
210 vertical-align: middle;
214 /* Utility for de-emphasizing content */
223 /* Rules for the header */
226 display: none !important;
228 background: image-url("menu-icon.png") no-repeat;
229 background-size: 30px 30px;
233 margin: 14px 10px 0 0;
238 height: $headerHeight;
243 h1, nav, nav > ul, nav > ul > li, .dropdown {
244 display: inline-block;
249 padding: $lineheight/2;
257 text-decoration: none;
264 vertical-align: middle;
279 $border: 1px solid $green;
282 border-radius: $border-radius;
285 border-right: $border;
290 > a:hover { background: lighten($green, 30%); }
291 &.current > a:hover { background: $green; }
292 &.disabled > a:hover { background: lighten($green, 38%); }
294 > a.tab { border-right: 1px solid lighten($green, 30%); }
295 &.current > a.tab { border-right: 1px solid lighten($green, 10%); }
302 display: inline-block;
313 border-top-color: $green;
322 border-top-color: #ccc;
327 background-color: $green;
334 border-top-color: #fff;
344 vertical-align: middle;
345 a, .dropdown-toggle {
346 display: inline-block;
347 text-decoration: none;
351 &:hover { color: darken($darkgrey, 25%); }
356 color: darken($darkgrey, 25%);
360 $border: 1px solid $grey;
362 border-radius: $border-radius;
366 border-right: $border;
372 border-radius: 0 $border-radius $border-radius 0;
375 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
376 &:hover a { background: lighten($darkgrey, 30%); }
388 padding: 5px 10px 3px 6px;
389 display: inline-block;
392 &:hover > .user-button { color: darken($darkgrey, 5%); }
397 border-top-color: $grey;
401 img.user_thumbnail_tiny {
410 display: inline-block;
413 margin: 3px 0 3px 3px;
414 background-color: lighten($grey, 10%);
422 border-radius: 3px 0 3px 3px;
432 #compact-secondary-nav {
437 &:hover { color: #fff; }
441 @media only screen and (max-width:960px) {
442 #compact-secondary-nav {
443 display: inline-block;
450 /* Utility for styling notification numbers */
453 padding: 2px $lineheight/4;
455 background: lighten($green, 30%);
461 /* Rules for the message shown in place of the map when javascript is disabled */
469 /* Rules for bootstrap tooltips */
507 display: inline-block;
510 background-color: white;
517 border-color: transparent;
521 .tooltip.top .tooltip-arrow {
525 border-top-color: white;
526 border-width: 5px 5px 0;
529 .tooltip.right .tooltip-arrow {
533 border-right-color: white;
534 border-width: 5px 5px 5px 0;
537 .tooltip.left .tooltip-arrow {
541 border-left-color: white;
542 border-width: 5px 0 5px 5px;
545 .tooltip.bottom .tooltip-arrow {
549 border-bottom-color: white;
550 border-width: 0 5px 5px;
553 /* Rules for Leaflet maps */
555 .leaflet-control .control-button {
559 background-color: #333;
560 background-color: rgba(0,0,0,.6);
561 border-radius: 4px 0 0 4px;
566 background-color: black;
570 background-color: #333;
571 background-color: rgba(0,0,0,.5);
576 background-color: #9ed485;
584 .leaflet-control .zoomin,
585 .control-layers .control-button {
587 border-radius: 4px 0 0 0;
590 .leaflet-control .zoomout,
591 .control-key .control-button {
596 .control-locate .control-button,
597 .control-share .control-button {
598 border-radius: 0 0 0 4px;
601 /* Rules for the sidebar and main map area */
621 width: $sidebarWidth;
626 padding: $lineheight $lineheight $lineheight/2;
630 margin-top: $lineheight;
631 margin-bottom: $lineheight/2;
645 .overlay-sidebar #sidebar {
649 border-bottom-right-radius: 5px;
661 padding: $lineheight/2 $lineheight $lineheight;
675 border-right: 1px solid #fff;
703 border-bottom: 1px solid #DDD;
713 border:1px solid #ddd;
718 border: 1px solid #ccc;
720 border-top-color: #ccc;
744 border: 2px solid #fff;
747 transition: border-color 0.08s ease-in;
754 border-bottom-right-radius: 3px;
758 text-stroke: 2px #fff;
759 background: rgba(255,255,255,.9);
760 z-index: 2; // For IE9
761 input[type="radio"] {
766 &.active { border-color: darken($green, 10%); }
769 &.active { border-color: darken($green, 20%); }
779 li.disabled { color: #999; }
789 text-decoration: none;
790 background-color: $lightblue;
795 border-right: 1px solid #fff;
796 border-radius: 4px 0 0 4px;
800 border-left: 1px solid #fff;
801 border-radius: 0 4px 4px 0;
805 background-color: $blue;
817 font-family: monospace;
839 top: $lineheight/2 !important;
841 margin-right: 0px !important;
842 margin-top: 0px !important;
846 .leaflet-popup-scrolled {
847 padding-right: $lineheight;
848 border-bottom: 0px !important;
849 border-top: 0px !important;
852 .leaflet-popup-content-wrapper {
853 border-radius: 4px !important;
856 /* Rules for attribution text under the main map shown on printouts */
862 .attribution_license,
863 .attribution_project {
867 .attribution_notice {
871 .donate-attr { color: darken($green, 10%) !important; }
873 /* Rules for the sidebar */
877 padding: $lineheight/2 $lineheight;
878 // background: $offwhite;
879 // border-bottom: 1px solid #ccc;
889 padding: $lineheight;
904 margin: $lineheight auto;
910 /* Rules for the search box */
912 header .search_form {
918 padding: $lineheight/2;
919 background-color: $lightgrey;
924 border-radius: 2px 0 0 2px;
932 transition: 300ms linear;
937 box-shadow: 0px 0px 7px #9ED485;
944 border-radius: 0 2px 2px 0;
956 /* Rules for the map key which appears in the popout sidebar */
959 .mapkey-table-key img {
965 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
969 /* Rules for search sidebar */
971 .search_results_entry {
973 border-bottom: $keyline;
975 &:first-child { border-top: $keyline; }
976 &.selected { background: #FFFFE6; }
988 .search_results_error {
992 /* Rules for entity history */
997 border-bottom: $keyline;
1005 /* Rules for the history sidebar */
1007 #sidebar .changesets {
1010 border-bottom: 1px solid #ddd;
1013 &.selected { background: #FFFFE6; }
1014 /* color is derived from changeset bbox fillColor in history.js */
1025 /* Rules for the browse sidebar */
1029 padding: $lineheight/2 $lineheight;
1030 border-bottom: 1px solid #ddd;
1034 word-wrap: break-word;
1038 .browse-section:last-of-type {
1039 border-bottom: none;
1045 border: 1px solid #eee;
1054 margin-bottom: 10px;
1057 padding: 5px 0 5px 10px;
1059 border: 1px solid #CCC;
1060 border-radius: 4px 4px 0 0;
1061 background-color: #F6F6F6;
1067 background-color: #FFF;
1068 border: 1px solid #CCC;
1070 border-radius: 0 0 4px 4px;
1075 background-color: #F6F6F6;
1076 border: 1px solid #ddd;
1079 table-layout: fixed;
1080 border-collapse: separate;
1083 border-bottom: 1px solid #ddd;
1086 tr:last-child th, tr:last-child td {
1094 word-wrap: break-word;
1099 background-color: #F6F6F6;
1103 border-left: 1px solid #ddd;
1104 background-color: #fff;
1109 margin: $lineheight/2 0;
1110 padding: $lineheight/2;
1114 .note-comments li, .changeset-comments li {
1115 margin: $lineheight/2 0;
1126 .subscribe-buttons {
1128 margin: 18px 10px 10px;
1132 .subscribe-buttons input {
1138 span.action-button:hover {
1140 text-decoration: underline;
1145 margin: 0 0 10px 10px;
1149 padding: $lineheight $lineheight $lineheight/2;
1156 padding: $lineheight $lineheight $lineheight/2;
1163 border-bottom: 1px solid #ddd;
1170 background: #FFFFE6;
1177 /* Rules for export sidebar */
1180 padding: $lineheight;
1182 .export_area_inputs,
1187 .export_area_inputs {
1188 margin-bottom: $lineheight/2;
1189 input[type="text"] {
1198 border: 1px solid #ccc;
1201 #maxlat { margin-top: -1px; }
1210 #minlat { margin-bottom: 0; }
1214 margin: $lineheight/4;
1218 margin-top: $lineheight;
1219 margin-bottom: $lineheight;
1223 padding-left: $lineheight/2;
1226 margin-bottom: 10px;
1231 /* Rules for edit pages */
1247 /* Rules for non-map content pages */
1250 background: $lightgrey;
1252 h1 { font-size: 22px; }
1256 h1, h2, h3, p, ul, ol {
1257 margin-bottom: $lineheight;
1261 margin-top: $lineheight/2;
1269 padding: $lineheight;
1272 /* Overrides for pages that use new layout conventions */
1277 .content-body .content-inner {
1286 .content-heading .content-inner {
1291 .header-illustration {
1292 background-position: 0 0;
1293 background-repeat: no-repeat;
1301 background-image: image-url("sign-up-illustration.png");
1305 background-image: image-url("confirm-illustration.png");
1309 background-image: image-url("terms-illustration.png");
1317 background-image: image-url("sign-up-illustration-arm.png");
1322 #content.maximised {
1331 /* Rules for small maps in content areas */
1337 border: 1px solid #ccc;
1338 margin-bottom: $lineheight;
1342 /* Rules for the trace list shown by the traces tab etc */
1345 font-size: $lineheight/2;
1362 .trace_identifiable {
1375 /* Rules for the new trace form */
1380 width: calc(100% - 150px);
1385 /* Rules for the edit trace form */
1394 width: calc(100% - 150px);
1399 /* Rules for the user profile page */
1404 .userinformation-inner {
1419 .admin-user-info small {
1420 margin-bottom: $lineheight/2;
1422 margin-right: $lineheight;
1427 border-bottom: 1px solid #ccc;
1428 padding-bottom: $lineheight;
1431 margin-bottom: $lineheight/2;
1436 margin-top: $lineheight;
1440 .activity-details p {
1445 #friends-container .contact-activity ul {
1450 // Silly exception; remove when user page is redesigned.
1454 p#no_home_location {
1455 margin: $lineheight;
1458 margin-top: $lineheight/4;
1463 /* Rules for the user map */
1465 .content_map .leaflet-popup-content {
1466 margin: $lineheight/2;
1470 /* Rules for user popups on maps */
1476 margin-top: 0 0 0 60px;
1479 img.user_thumbnail {
1481 margin: 0 $lineheight/2 0 0;
1485 /* Rules for the user list */
1488 font-size: $lineheight/2;
1492 vertical-align: middle;
1501 #user_list_actions {
1503 margin-top: $lineheight/2;
1506 /* Rules for the diary list page */
1510 margin-top: $lineheight/2;
1511 padding-top: $lineheight;
1512 border-top: 1px solid #ccc;
1515 margin-bottom: $lineheight;
1519 margin-bottom: $lineheight/2;
1524 img.user_thumbnail {
1533 ul.secondary-actions {
1534 display: inline-block;
1538 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1542 /* Rules for the diary entry page */
1549 border: 1px solid #ccc;
1551 margin-bottom: $lineheight;
1554 border-top: 1px solid #ccc;
1555 padding-top: $lineheight;
1556 margin-top: $lineheight/2;
1562 margin-top: $lineheight/2;
1563 border-top: 1px dashed #ccc;
1564 padding-top: $lineheight/2;
1566 margin-top: $lineheight;
1567 padding-top: $lineheight;
1568 border-top: 1px solid #ccc;
1571 margin-bottom: $lineheight/2;
1580 .diary_entry-view img.user_thumbnail {
1584 /* Rules for the log in page */
1586 #login_openid_buttons {
1590 #login_openid_buttons li {
1592 padding: $lineheight/4 $lineheight/2;
1595 /* Rules for the account confirmation page */
1599 border: 1px solid #ccc;
1600 padding: $lineheight;
1601 margin-bottom: $lineheight;
1607 background: $lightblue;
1609 background: darken($lightblue, $hovercolor);
1614 /* Rules for the account settings page */
1616 #accountForm .user_map {
1620 border: 1px solid #ccc;
1623 #accountForm .user_image {
1627 #accountForm #user_image {
1631 #accountForm ul.accountImage-options {
1644 display: inline !important;
1647 .content_map.settings_map {
1652 /* Rules for the oauth settings page */
1654 .oauth_clients .buttons .oauth-edit {
1655 border-radius: 2px 0 0 2px;
1658 .oauth_clients .buttons .oauth-delete {
1659 border-radius: 0 2px 2px 0;
1662 /* Rules for messages pages */
1666 border: 1px solid #ddd;
1668 input[type="submit"] {
1672 border-top: 1px solid #ccc;
1676 background: #f8f8ff;
1689 padding: $lineheight/4;
1700 border-right: 1px solid $lightgrey;
1704 .inbox-row .inbox-mark-read {
1709 margin-bottom: $lineheight;
1710 padding: $lineheight/4 0px 4px 0px;
1711 border-bottom: 1px solid #ccc;
1718 .info-line .user_thumbnail_tiny {
1719 vertical-align: middle;
1723 white-space: nowrap;
1732 .inbox-row-unread .inbox-mark-unread {
1736 .message-read .message-buttons {
1737 margin-top: $lineheight;
1738 margin-bottom: $lineheight * 1.5;
1739 padding-top: $lineheight;
1740 border-top: 1px solid $lightgrey;
1743 .message-read .buttons .mark-unread-button {
1747 /* Rules for "flash" notice boxes shown at the top of the content area */
1750 padding: $lineheight;
1753 background-color: #ff7070;
1757 background-color: #ffe0cc;
1761 background-color: #CBEEA7;
1765 display: inline-block;
1766 margin-left: $lineheight / 2;
1767 vertical-align: middle;
1771 /* Rules for highlighting fields with rails validation errors */
1774 display: inline-block;
1780 background-color: #ff7070;
1783 /* Rules for rails validation error boxes */
1787 border: 2px solid #ff7070;
1788 padding: 0 $lineheight/2;
1789 margin-bottom: $lineheight;
1790 background-color: #f0f0f0;
1793 margin: 0 -10px 10px -10px;
1794 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1797 background-color: #c00;
1805 padding: $lineheight/4;
1809 padding-left: $lineheight;
1818 /* Rules for forms */
1822 margin-bottom: $lineheight;
1824 label.standard-label {
1826 margin-bottom: $lineheight/4;
1827 font-size: $typeheight;
1831 label.standard-label.secondary {
1832 display: inline-block;
1833 font-weight: normal;
1836 font-weight: normal;
1843 margin-top: $lineheight;
1844 padding-top: $lineheight;
1845 border-top: 1px solid $lightgrey;
1847 .horizontal-list .form-row {
1849 padding-right: 10px;
1852 margin-bottom: $lineheight/2;
1860 input[type="checkbox"],
1861 input[type="radio"] {
1867 #remember_me_openid {
1875 input[type="checkbox"],
1876 input[type="radio"] {
1881 input[type="email"],
1883 input[type="password"],
1886 background-color: #fff;
1887 border: 1px solid #ccc;
1892 &.field_with_errors {
1893 border: 2px solid #ff7070;
1902 /* Rules for user images */
1907 border: 1px solid #ccc;
1908 margin-bottom: $lineheight;
1910 margin-right: $lineheight;
1913 img.user_thumbnail {
1916 border: 1px solid #ccc;
1917 margin-right: $lineheight;
1920 img.user_thumbnail_tiny {
1925 border: 1px solid #ccc;
1928 /* Rules for geo microformats */
1931 border-bottom: none;
1934 /* Rules for RSS buttons */
1941 /* General styles for action lists / subnavs / pager navs */
1943 ul.secondary-actions {
1948 display: inline-block;
1955 border-left: 1px solid #ccc;
1956 padding-left: $lineheight/2;
1957 margin-right: $lineheight/2;
1968 div.secondary-actions {
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;
1994 padding: $lineheight/4 $lineheight/2;
1995 min-height: 20px + $lineheight/2;
1997 margin: 0 0 $lineheight/2 0;
2003 background: darken($blue, $hovercolor);
2004 text-decoration: none;
2007 background: $lightblue;
2009 background: darken($lightblue, $hovercolor);
2013 background: $lightgrey;
2015 background: $lightgrey;
2023 input[type="button"],
2024 input[type="submit"],
2025 input[type="reset"] {
2026 line-height: normal;
2035 input[type="submit"],
2036 input[type="button"],
2037 input[type="reset"],
2040 box-sizing: border-box;
2046 border-right:1px solid white;
2047 text-overflow: ellipsis;
2048 white-space: nowrap;
2052 .button:first-child,
2053 .button_to:first-child {
2054 border-radius:2px 0 0 2px;
2058 .button_to:last-child {
2059 border-radius:0 2px 2px 0;
2060 border-right-width: 0;
2064 .button_to:only-child,
2065 *[value="Hide"] + input:last-child,
2066 *[value="Hide"] + .button:last-child,
2067 *[value="Hide"] + .button_to:last-child {
2069 border-right-width: 0;
2071 /* if a 3-button set has a hidden middle button */
2072 *[value="Hide"] + input:nth-child(3),
2073 *[value="Hide"] + .button:nth-child(3),
2074 *[value="Hide"] + .button_to:nth-child(3) {
2075 border-radius:0 2px 2px 0;
2076 border-right-width: 0;
2078 /* if a 3-button set starts with a hidden button */
2079 *[value="Hide"] + input:nth-child(2):not(:last-child),
2080 *[value="Hide"] + .button:nth-child(2):not(:last-child),
2081 *[value="Hide"] + .button_to:nth-child(2):not(:last-child) {
2082 border-radius:2px 0 0 2px;
2083 border-right-width: 1px;
2087 /* Rules for doing distinct colour of alternate table rows */
2091 background: $offwhite;
2099 /* Rules for OpenID logo */
2102 vertical-align: text-bottom;
2106 /* Rules for rich text */
2111 padding-bottom: $lineheight/2;
2112 border-bottom: 1px dashed #cccccc;
2113 margin-bottom: $lineheight/2;
2125 font-size: $typeheight;
2130 background: #e8e8e8;
2136 background: #e8e8e8;
2145 padding: $lineheight;
2146 background-color: $offwhite;
2153 border-left: $lineheight solid $offwhite;
2154 padding-left: $lineheight;
2160 padding-left: $lineheight;
2161 margin-bottom: $lineheight;
2162 margin-left: $lineheight;
2170 list-style: decimal;
2174 .diary_post .richtext {
2175 margin-top: $lineheight;
2178 .comments .richtext {
2183 /* Rules for rich text editors */
2185 input.richtext_title[type="text"] {
2187 width: calc(100% - 235px);
2189 @media only screen and (max-width:768px) {
2194 .richtext_container {
2195 margin-bottom: $lineheight;
2199 width: calc(100% - 235px);
2200 display: inline-block;
2201 vertical-align: top;
2203 @media only screen and (max-width:768px) {
2208 display: inline-block;
2209 padding: $lineheight;
2210 background-color: $offwhite;
2214 background-image: image-url("loading.gif");
2215 background-repeat: no-repeat;
2216 background-position: center;
2226 display: inline-block;
2227 vertical-align: top;
2229 background-color: #f8f8ff;
2230 padding: $lineheight/2;
2238 border-bottom: 1px solid #ccc;
2239 margin-bottom: $lineheight/4;
2240 padding-bottom: $lineheight/4;
2243 li h4, li span, li p {
2244 display: inline-block;
2245 vertical-align: top;
2256 margin-left: $lineheight/2;
2257 margin-bottom: $lineheight/4;
2258 white-space: nowrap;
2263 /* Rules for the user notes list */
2267 background-color: #eeeeee;
2279 /* Rules for the iD editor */
2286 /* Rules for dropdown menus */
2293 *margin-bottom: -3px;
2296 .dropdown-toggle:active,
2297 .open .dropdown-toggle {
2302 display: inline-block;
2305 vertical-align: top;
2306 border-top: 4px solid #000000;
2307 border-right: 4px solid transparent;
2308 border-left: 4px solid transparent;
2328 background-color: #ffffff;
2329 border: 1px solid #ccc;
2330 border-radius: 0 3px 3px;
2331 *border-right-width: 2px;
2332 *border-bottom-width: 2px;
2333 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2334 background-clip: padding-box;
2337 .dropdown-menu.pull-right {
2342 .dropdown-menu .divider {
2346 *margin: -5px 0 5px;
2348 background-color: #e5e5e5;
2349 border-bottom: 1px solid #ffffff;
2352 .dropdown-menu > li > a {
2356 font-weight: normal;
2359 white-space: nowrap;
2362 .dropdown-menu > li > a:hover,
2363 .dropdown-menu > li > a:focus,
2364 .dropdown-submenu:hover > a,
2365 .dropdown-submenu:focus > a {
2367 text-decoration: none;
2368 background-color: $green;
2371 .dropdown-menu > .active > a,
2372 .dropdown-menu > .active > a:hover,
2373 .dropdown-menu > .active > a:focus {
2375 text-decoration: none;
2376 background-color: $green;
2380 .dropdown-menu > .disabled > a,
2381 .dropdown-menu > .disabled > a:hover,
2382 .dropdown-menu > .disabled > a:focus {
2386 .dropdown-menu > .disabled > a:hover,
2387 .dropdown-menu > .disabled > a:focus {
2388 text-decoration: none;
2390 background-color: transparent;
2391 background-image: none;
2398 .open > .dropdown-menu {
2402 .dropdown-backdrop {
2411 /* Rules for the "Welcome" page */
2412 .site-welcome, .site-fixthemap {
2422 background-image: image-url("welcome-sprite.png");
2423 background-size: 500px 250px;
2429 padding-bottom: 20px;
2431 margin-bottom: 10px;
2443 background-position: -50px 0;
2448 vertical-align: middle;
2452 background-position: -100px 0;
2456 background-position: -150px 0;
2460 background-position: -200px 0;
2464 background-position: -250px 0;
2468 background-position: -300px 0;
2477 text-decoration: none;
2482 background-color: $offwhite;
2486 background-color: #333;
2491 .site-about #content {
2492 //background-color: #000;
2493 background-color: #eee;
2494 background-position: 50% 50%;
2495 background-repeat: no-repeat;
2496 background-size: cover;
2497 background-attachment: fixed;
2501 font: 13px/20px Helvetica, Arial, sans-serif;
2506 text-shadow: #000 0px 1px 5px;
2514 white-space: nowrap;
2515 text-decoration: none;
2526 text-indent: -9999px;
2528 background: image-url('about/sprite.png') -120px 0px no-repeat;
2529 background-color: #000;
2530 background-color: rgba(0, 0, 0, 0.5);
2540 margin-bottom: 30px;
2543 .section:last-child {
2555 padding: 170px 40px 20px;
2557 background: rgba(0, 0, 0, .8);
2577 background-position: 0 50%;
2578 background-repeat: no-repeat;
2579 background-image: image-url('about/osm.png');
2580 background-size: cover;
2581 background-color: #76c551;
2591 padding: 20px 20px 20px 40px;
2592 font: 500 20px/24px Helvetica, Arial, sans-serif;
2593 white-space: nowrap;
2595 background: #76c551;
2599 display: inline-block;
2606 margin-bottom: 10px;
2613 vertical-align: middle;
2614 background: 40px 40px image-url('about/sprite.png') no-repeat;
2616 &.local { background-position: 0px 0px; }
2617 &.community { background-position: 0px -40px; }
2618 &.open { background-position: 0px -80px; }
2619 &.partners { background-position: 0px -120px; }
2620 &.infringement { background-position: 0px -160px; }
2626 @media only screen and (max-width:960px) {
2627 .header-illustration.new-user-arm {