2 @import "bootstrap-custom";
4 /* Styles common to large and small screens */
6 /* Minimal CSS reset */
8 html, body, ul, ol, li, form, fieldset, legend, input {
14 fieldset,img { border: 0; }
16 legend { color: #000; }
19 vertical-align: super;
29 border-collapse: collapse;
33 li { list-style: none; }
38 body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; }
41 text-decoration: underline dotted;
49 /* Micro Clearfix | Details: http://nicolasgallagher.com/micro-clearfix-hack/ */
63 .col0 { float:left; width:04.1666%; }
64 .col1 { float:left; width:08.3333%; }
65 .col2 { float:left; width:16.6666%; }
66 .col3 { float:left; width:25.0000%; }
67 .col4 { float:left; width:33.3333%; }
68 .col5 { float:left; width:41.6666%; }
69 .col6 { float:left; width:50.0000%; }
70 .col7 { float:left; width:58.3333%; }
71 .col8 { float:left; width:66.6666%; }
72 .col9 { float:left; width:75.0000%; }
73 .col10 { float:left; width:83.3333%; }
74 .col11 { float:left; width:91.6666%; }
75 .col12 { width:100%; }
77 .margin0 { margin-left:04.1666%; }
78 .margin1 { margin-left:08.3333%; }
79 .margin2 { margin-left:16.6666%; }
80 .margin3 { margin-left:25.0000%; }
81 .margin4 { margin-left:33.3333%; }
82 .margin5 { margin-left:41.6666%; }
83 .margin6 { margin-left:50.0000%; }
84 .margin7 { margin-left:58.3333%; }
85 .margin8 { margin-left:66.6666%; }
86 .margin9 { margin-left:75.0000%; }
87 .margin10 { margin-left:83.3333%; }
88 .margin11 { margin-left:91.6666%; }
89 .margin12 { margin-left:100.0000%; }
91 .fillL { background-color: white; }
93 /* Default rules for the body of every page */
96 box-sizing: border-box;
100 font-family: 'Helvetica Neue',Arial,sans-serif;
101 font-size: $typeheight;
104 background-color: #fff;
120 #container { position: relative; }
124 margin: 0 0 $lineheight/2 0;
128 vertical-align: middle;
129 margin-right: $lineheight/4;
132 .red { color: $red; }
134 .piwik { border: 0; }
136 [dir=rtl] { /* no-r2 */ text-align: right; }
138 [dir=ltr] { /* no-r2 */ text-align: left; }
140 /* Rules for icons */
143 display: inline-block;
147 background: transparent image-url("sprite.png") no-repeat 0 0;
148 background-image: image-url("sprite.svg");
149 text-indent: -9999px;
153 .icon.search { /* no-r2 */ background-position: 0 0; }
154 .icon.donate { /* no-r2 */ background-position: -20px 0; }
155 .icon.zoomin { /* no-r2 */ background-position: -40px 0; }
156 .icon.zoomout { /* no-r2 */ background-position: -60px 0; }
157 .icon.geolocate { /* no-r2 */ background-position: -80px 0; }
158 .active .icon.geolocate { /* no-r2 */ background-position: -80px -20px; }
159 .icon.layers { /* no-r2 */ background-position: -100px 0; }
160 .icon.key { /* no-r2 */ background-position: -120px 0; }
161 .icon.share { /* no-r2 */ background-position: -140px 0; }
162 .icon.clipboard { /* no-r2 */ background-position: -160px 0; }
163 .icon.link { /* no-r2 */ background-position: -180px 0; }
164 .icon.close { /* no-r2 */ background-position: -200px 0; }
165 .close-wrap:hover .icon.close,
166 .icon.close:hover { /* no-r2 */ background-position: -200px -20px; }
167 .icon.check { /* no-r2 */ background-position: -220px 0; }
168 .icon.note { /* no-r2 */ background-position: -240px 0; }
169 .icon.note.grey { /* no-r2 */ background-position: -240px -20px; }
170 .icon.query { /* no-r2 */ background-position: -260px 0; }
172 /* Rules for links */
176 text-decoration: none;
177 -webkit-appearance: none;
180 text-decoration: underline;
184 /* Rules for horizontal lines */
188 background-color: $grey;
193 /* General styles for tables */
197 margin-bottom: $lineheight;
200 padding: $lineheight/4;
201 line-height: $lineheight;
208 vertical-align: middle;
212 /* Utility for de-emphasizing content */
221 /* Rules for the header */
224 display: none !important;
226 background: image-url("menu-icon.png") no-repeat;
227 background-size: 30px 30px;
231 margin: 14px 10px 0 0;
236 height: $headerHeight;
241 h1, nav, nav > ul, nav > ul > li, .dropdown {
242 display: inline-block;
247 padding: $lineheight/2;
255 text-decoration: none;
262 vertical-align: middle;
284 $border: 1px solid $green;
287 border-radius: $border-radius;
290 border-right: $border;
295 > a:hover { background: lighten($green, 30%); }
296 &.current > a:hover { background: $green; }
297 &.disabled > a:hover { background: lighten($green, 38%); }
299 > a.tab { border-right: 1px solid lighten($green, 30%); }
300 &.current > a.tab { border-right: 1px solid lighten($green, 10%); }
307 display: inline-block;
318 border-top-color: $green;
327 border-top-color: $grey;
332 background-color: $green;
339 border-top-color: #fff;
349 vertical-align: middle;
350 a, .dropdown-toggle {
351 display: inline-block;
352 text-decoration: none;
356 &:hover { color: darken($darkgrey, 25%); }
361 color: darken($darkgrey, 25%);
365 $border: 1px solid $grey;
367 border-radius: $border-radius;
371 border-right: $border;
377 border-radius: 0 $border-radius $border-radius 0;
380 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
381 &:hover a { background: lighten($darkgrey, 30%); }
393 padding: 5px 10px 3px 6px;
394 display: inline-block;
397 &:hover > .user-button { color: darken($darkgrey, 5%); }
402 border-top-color: $grey;
406 img.user_thumbnail_tiny {
415 display: inline-block;
418 margin: 3px 0 3px 3px;
419 background-color: lighten($grey, 10%);
427 border-radius: 3px 0 3px 3px;
437 #compact-secondary-nav {
442 &:hover { color: #fff; }
447 #compact-secondary-nav {
448 display: inline-block;
455 /* Utility for styling notification numbers */
458 padding: 2px $lineheight/4;
460 background: lighten($green, 30%);
466 /* Rules for the message shown in place of the map when javascript is disabled */
474 /* Rules for Leaflet maps */
476 .leaflet-control .control-button {
480 background-color: #333;
481 background-color: rgba(0,0,0,.6);
482 border-radius: 4px 0 0 4px;
487 background-color: black;
492 background-color: #333;
493 background-color: rgba(0,0,0,.5);
498 background-color: $vibrant-green;
506 .leaflet-control .zoomin,
507 .control-layers .control-button {
509 border-radius: 4px 0 0 0;
512 .leaflet-control .zoomout,
513 .control-key .control-button {
518 .control-locate .control-button,
519 .control-share .control-button {
520 border-radius: 0 0 0 4px;
523 /* Rules for the sidebar and main map area */
543 width: $sidebarWidth;
558 padding: $lineheight $lineheight $lineheight/2;
563 margin-top: $lineheight;
564 margin-bottom: $lineheight/2;
577 pointer-events: none;
602 .overlay-sidebar #sidebar {
630 padding: $lineheight/2 $lineheight $lineheight;
644 border-right: 1px solid #fff;
654 width: $sidebarWidth;
670 .leaflet-marker-draggable {
685 border-bottom: 1px solid $grey;
695 border:1px solid $grey;
700 border: 1px solid $grey;
702 border-top-color: $grey;
726 border: 2px solid #fff;
729 transition: border-color 0.08s ease-in;
736 border-bottom-right-radius: 3px;
740 text-stroke: 2px #fff;
741 background: rgba(255,255,255,.9);
743 input[type="radio"] {
748 &.active { border-color: darken($green, 10%); }
751 &.active { border-color: darken($green, 20%); }
761 li.disabled { color: $darkgrey; }
771 text-decoration: none;
772 background-color: $lightblue;
774 border-right: 1px solid #fff;
778 border-right: 1px solid #fff;
779 border-radius: 4px 0 0 4px;
783 border-radius: 0 4px 4px 0;
787 background-color: $blue;
799 font-family: monospace;
821 top: $lineheight/2 !important;
823 margin-right: 0px !important;
824 margin-top: 0px !important;
828 .leaflet-popup-scrolled {
829 padding-right: $lineheight;
830 border-bottom: 0px !important;
831 border-top: 0px !important;
834 .leaflet-popup-content-wrapper {
835 border-radius: 4px !important;
838 /* Rules for attribution text under the main map shown on printouts */
848 .attribution_license,
849 .attribution_project {
853 .attribution_notice {
857 .donate-attr { color: darken($green, 10%) !important; }
859 /* Rules for the sidebar */
863 padding: $lineheight/2 $lineheight;
864 // background: $offwhite;
865 // border-bottom: 1px solid $grey;
875 padding: $lineheight;
889 margin: $lineheight auto;
901 /* Rules for the search and direction forms */
903 header .search_forms,
911 padding: $lineheight/2;
912 background-color: $lightgrey;
917 border-radius: 2px 0 0 2px;
923 transition: 300ms linear;
926 input[type=text].overflow {
932 box-shadow: 0px 0px 7px $vibrant-green;
935 input[type=submit].float {
939 border-radius: 0 2px 2px 0;
943 background-color: rgba($red, 0.4);
947 /* this next line is to polyfill the vertical alignment of text within a select element,
948 * which is different between firefox and chrome. */
985 select.routing_engines {
987 margin: 0px 0px 5px 25px;
1002 margin: 0px 0px 5px 0px;
1009 vertical-align: middle;
1013 a.reverse_directions {
1015 margin: 0px 0px 5px 25px;
1019 /* Rules for the map key which appears in the popout sidebar */
1022 .mapkey-table-key img {
1028 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
1032 /* Rules for search sidebar */
1034 #sidebar .search_results_entry {
1036 border-bottom: $keyline;
1038 &:first-child { border-top: $keyline; }
1039 &.selected { background: $list-highlight; }
1042 .search_more .loader {
1048 .search_results_error {
1053 /* Rules for routing */
1055 #sidebar_content>table {
1056 padding: 5px 20px 10px 15px;
1058 border-collapse: separate;
1062 background-image: image-url('routing-sprite.png');
1065 background-repeat: no-repeat;
1067 @for $i from 0 through 25 {
1068 div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
1072 padding: 0 $lineheight $lineheight/4;
1075 td.instruction, td.distance {
1076 padding-top: $lineheight/5;
1077 padding-bottom: $lineheight/5;
1078 border-bottom: 1px solid $grey;
1089 background: $list-highlight;
1091 .routing_engines, #route_from, #route_to { margin-left: 25px; }
1092 .routing_marker { width: 15px; position: absolute; cursor: move; }
1094 /* Rules for entity history */
1099 border-bottom: $keyline;
1107 /* Rules for the history sidebar */
1109 #sidebar .changesets {
1113 &.selected { background: $list-highlight; }
1114 /* color is derived from changeset bbox fillColor in history.js */
1126 .changeset_more .loader {
1132 /* Rules for the browse sidebar */
1136 padding: $lineheight/2 $lineheight;
1137 border-bottom: 1px solid $grey;
1141 word-wrap: break-word;
1145 .browse-section:last-of-type {
1146 border-bottom: none;
1152 border: 1px solid $lightgrey;
1161 margin-bottom: 10px;
1164 padding: 5px 0 5px 10px;
1166 border: 1px solid $grey;
1167 border-radius: 4px 4px 0 0;
1168 background-color: #F6F6F6;
1174 background-color: #FFF;
1175 border: 1px solid $grey;
1177 border-radius: 0 0 4px 4px;
1182 background-color: #F6F6F6;
1183 border: 1px solid $grey;
1185 table-layout: fixed;
1186 border-collapse: separate;
1189 border-bottom: 1px solid $grey;
1192 tr:last-child th, tr:last-child td {
1200 word-wrap: break-word;
1201 white-space: pre-wrap;
1206 background-color: #F6F6F6;
1210 border-left: 1px solid $grey;
1211 background-color: #fff;
1214 .colour-preview-box {
1219 border: 1px solid rgba(0, 0, 0, .1);
1220 // add color via inline css on element: background-color: <tag value>;
1225 margin: 0 0 $lineheight/2 0;
1226 padding: 0 $lineheight/2;
1229 .note-comments li, .changeset-comments li {
1230 margin: $lineheight/2 0;
1233 margin: 10px 6px 0 6px;
1242 .subscribe-buttons {
1244 margin: 18px 10px 10px;
1248 .subscribe-buttons input {
1254 span.action-button:hover {
1256 text-decoration: underline;
1261 margin: 0 0 10px 10px;
1265 padding: $lineheight $lineheight $lineheight/2;
1270 padding: 0 $lineheight $lineheight/2;
1279 background: $list-highlight;
1286 /* Rules for export sidebar */
1289 padding: $lineheight;
1291 .export_area_inputs,
1296 .export_area_inputs {
1297 margin-bottom: $lineheight/2;
1298 input[type="text"] {
1306 background: $lightgrey;
1307 border: 1px solid $grey;
1310 #maxlat { margin-top: -1px; }
1313 /* no-r2 */ margin-left: -1px;
1317 /* no-r2 */ margin-right: -1px;
1319 #minlat { margin-bottom: 0; }
1323 margin: $lineheight/4;
1327 margin-top: $lineheight;
1328 margin-bottom: $lineheight;
1332 padding-left: $lineheight/2;
1335 margin-bottom: 10px;
1340 /* Rules for the routing sidebar */
1349 /* Rules for edit pages */
1365 /* Rules for non-map content pages */
1368 background: $lightgrey;
1372 h1, h2, h3, p, ul, ol {
1373 margin-bottom: $lineheight;
1377 margin-top: $lineheight/2;
1385 padding: $lineheight;
1388 /* Overrides for pages that use new layout conventions */
1393 .content-body .content-inner {
1407 .content-heading .content-inner {
1412 .header-illustration {
1413 background-position: 0 0;
1414 background-repeat: no-repeat;
1422 background-image: image-url("sign-up-illustration.png");
1426 background-image: image-url("confirm-illustration.png");
1430 background-image: image-url("terms-illustration.png");
1438 background-image: image-url("sign-up-illustration-arm.png");
1443 [dir=rtl] .header-illustration {
1444 transform: scaleX(-1);
1447 #content.maximised {
1456 /* Rules for small maps in content areas */
1462 border: 1px solid $grey;
1463 margin-bottom: $lineheight;
1467 /* Rules for the trace list shown by the traces tab etc */
1479 /* Rules for the new trace form */
1484 width: calc(100% - 150px);
1489 /* Rules for the edit trace form */
1498 width: calc(100% - 150px);
1503 /* Rules for the user profile page */
1508 .userinformation-inner {
1523 .admin-user-info small {
1524 margin-bottom: $lineheight/2;
1526 margin-right: $lineheight;
1531 border-bottom: 1px solid $grey;
1532 padding-bottom: $lineheight;
1535 margin-bottom: $lineheight/2;
1540 margin-top: $lineheight;
1544 .activity-details p {
1549 #friends-container .contact-activity ul {
1554 // Silly exception; remove when user page is redesigned.
1558 p#no_home_location {
1559 margin: $lineheight;
1562 margin-top: $lineheight/4;
1567 /* Rules for the user map */
1569 .content_map .leaflet-popup-content {
1570 margin: $lineheight/2;
1574 /* Rules for user popups on maps */
1580 margin-top: 0 0 0 60px;
1583 img.user_thumbnail {
1585 margin: 0 $lineheight/2 0 0;
1589 /* Rules for the user list */
1595 vertical-align: middle;
1604 #user_list_actions {
1606 margin-top: $lineheight/2;
1609 /* Rules for the diary list page */
1613 padding-top: $lineheight;
1614 padding-bottom: $lineheight/2;
1615 border-top: 1px solid $grey;
1618 margin-top: $lineheight/2;
1622 background-color: #fee;
1626 margin-bottom: $lineheight;
1630 margin-bottom: $lineheight/2;
1634 img.user_thumbnail {
1645 padding-top: $lineheight;
1648 /* Rules for the diary entry page */
1655 border: 1px solid $grey;
1657 margin-bottom: $lineheight;
1660 border-top: 1px solid $grey;
1661 padding-top: $lineheight;
1662 margin-top: $lineheight/2;
1668 border-top: 1px dashed $grey;
1669 padding-top: $lineheight/2;
1670 padding-bottom: $lineheight/2;
1672 margin-top: $lineheight/2;
1673 padding-top: $lineheight;
1674 border-top: 1px solid $grey;
1677 background-color: #fee;
1680 margin-bottom: $lineheight/2;
1689 .diary_entries-show img.user_thumbnail {
1694 .diary-subscribe-buttons {
1700 /* Rules for the log in page */
1702 #login_auth_buttons {
1706 #login_auth_buttons li {
1708 padding: $lineheight/4 $lineheight/2;
1711 /* Rules for the account confirmation page */
1715 border: 1px solid $grey;
1716 padding: $lineheight;
1717 margin-bottom: $lineheight;
1722 list-style: inherit;
1726 list-style-type: lower-alpha;
1731 background: $lightblue;
1733 background: darken($lightblue, $hovercolor);
1738 /* Rules for the account settings page */
1740 #accountForm .user_map {
1744 border: 1px solid $grey;
1747 #accountForm .user_image {
1751 #accountForm #user_image {
1755 #accountForm ul.accountImage-options {
1768 display: inline !important;
1771 .content_map.settings_map {
1776 /* Rules for the oauth settings page */
1778 .oauth_clients .buttons .oauth-edit {
1779 border-radius: 2px 0 0 2px;
1782 .oauth_clients .buttons .oauth-delete {
1783 border-radius: 0 2px 2px 0;
1786 /* Rules for the oauth authorization page */
1788 .oauth-authorize ul {
1792 /* Rules for messages pages */
1796 border: 1px solid $grey;
1798 input[type="submit"] {
1802 border-top: 1px solid $grey;
1806 background: $offwhite;
1819 padding: $lineheight/4;
1830 border-right: 1px solid $lightgrey;
1834 .inbox-row .inbox-mark-read {
1839 margin-bottom: $lineheight;
1840 padding: $lineheight/4 0px 4px 0px;
1841 border-bottom: 1px solid $grey;
1848 .info-line .user_thumbnail_tiny {
1849 vertical-align: middle;
1853 white-space: nowrap;
1862 .inbox-row-unread .inbox-mark-unread {
1866 .messages-show .message-buttons {
1867 margin-top: $lineheight;
1868 margin-bottom: $lineheight * 1.5;
1869 padding-top: $lineheight;
1870 border-top: 1px solid $lightgrey;
1873 .messages-show .buttons .mark-unread-button {
1877 /* Rules for "flash" notice boxes shown at the top of the content area */
1880 padding: $lineheight;
1883 background-color: #ff7070;
1887 background-color: #ffe0cc;
1891 background-color: #CBEEA7;
1895 display: inline-block;
1896 margin-left: $lineheight / 2;
1897 vertical-align: middle;
1900 margin-top: $lineheight * 0.5;
1901 margin-bottom: $lineheight * 0.5;
1914 /* Rules for highlighting fields with rails validation errors */
1917 display: inline-block;
1923 background-color: #ff7070;
1926 /* Rules for rails validation error boxes */
1930 border: 2px solid #ff7070;
1931 padding: 0 $lineheight/2;
1932 margin-bottom: $lineheight;
1933 background-color: #f0f0f0;
1936 margin: 0 -10px 10px -10px;
1937 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1940 background-color: #c00;
1948 padding: $lineheight/4;
1952 padding-left: $lineheight;
1961 /* Rules for forms */
1965 margin-bottom: $lineheight;
1967 label.standard-label {
1969 margin-bottom: $lineheight/4;
1970 font-size: $typeheight;
1974 label.standard-label.secondary {
1975 display: inline-block;
1976 font-weight: normal;
1979 font-weight: normal;
1986 margin-top: $lineheight;
1987 padding-top: $lineheight;
1988 border-top: 1px solid $lightgrey;
1990 .horizontal-list .form-row {
1992 padding-right: 10px;
1995 margin-bottom: $lineheight/2;
2003 input[type="checkbox"],
2004 input[type="radio"] {
2010 #remember_me_openid {
2018 input[type="checkbox"],
2019 input[type="radio"] {
2024 input[type="email"],
2026 input[type="password"],
2029 background-color: #fff;
2030 border: 1px solid $grey;
2036 &.field_with_errors {
2037 border: 2px solid #ff7070;
2048 /* Rules for user images */
2053 border: 1px solid $grey;
2054 margin-bottom: $lineheight;
2056 margin-right: $lineheight;
2059 img.user_thumbnail {
2062 border: 1px solid $grey;
2063 margin-right: $lineheight;
2066 img.user_thumbnail_tiny {
2071 border: 1px solid $grey;
2074 /* Rules for geo microformats */
2077 border-bottom: none;
2080 /* Rules for RSS buttons */
2087 /* General styles for action lists / subnavs / pager navs */
2089 ul.secondary-actions {
2094 display: inline-block;
2101 border-left: 1px solid $grey;
2102 padding-left: $lineheight/2;
2103 margin-right: $lineheight/2;
2114 div.secondary-actions {
2119 /* Utility for managing inner content areas */
2121 .inner22 { padding: $lineheight;}
2123 .inner12 { padding: $lineheight/2 $lineheight;}
2125 .inner11 { padding: $lineheight/2;}
2127 .inner20 { padding: $lineheight 0;}
2129 .inner02 { padding: 0 $lineheight;}
2131 /* Utility for general button styles */
2133 input[type="button"],
2134 input[type="submit"],
2135 input[type="reset"],
2139 display: inline-block;
2140 padding: $lineheight/4 $lineheight/2;
2141 min-height: 20px + $lineheight/2;
2143 margin: 0 0 $lineheight/2 0;
2149 background: darken($blue, $hovercolor);
2150 text-decoration: none;
2153 background: $lightblue;
2155 background: darken($lightblue, $hovercolor);
2159 background: $lightgrey;
2161 background: $lightgrey;
2169 input[type="button"],
2170 input[type="submit"],
2171 input[type="reset"] {
2172 line-height: normal;
2181 input[type="submit"],
2182 input[type="button"],
2183 input[type="reset"],
2186 box-sizing: border-box;
2192 border-right:1px solid white;
2193 text-overflow: ellipsis;
2194 white-space: nowrap;
2198 .button:first-child,
2199 .button_to:first-child {
2200 border-radius:2px 0 0 2px;
2204 .button_to:last-child {
2205 border-radius:0 2px 2px 0;
2206 border-right-width: 0;
2210 .button_to:only-child,
2211 *[value="Hide"] + input:last-child,
2212 *[value="Hide"] + .button:last-child,
2213 *[value="Hide"] + .button_to:last-child {
2215 border-right-width: 0;
2217 /* if a 3-button set has a hidden middle button */
2218 *[value="Hide"] + input:nth-child(3),
2219 *[value="Hide"] + .button:nth-child(3),
2220 *[value="Hide"] + .button_to:nth-child(3) {
2221 border-radius:0 2px 2px 0;
2222 border-right-width: 0;
2224 /* if a 3-button set starts with a hidden button */
2225 *[value="Hide"] + input:nth-child(2):not(:last-child),
2226 *[value="Hide"] + .button:nth-child(2):not(:last-child),
2227 *[value="Hide"] + .button_to:nth-child(2):not(:last-child) {
2228 border-radius:2px 0 0 2px;
2229 border-right-width: 1px;
2233 /* Rules for doing distinct colour of alternate table rows */
2237 background: $offwhite;
2245 /* Rules for OpenID logo */
2248 vertical-align: text-bottom;
2252 /* Rules for rich text */
2258 background: $lightgrey;
2264 background: $lightgrey;
2266 white-space: pre-wrap;
2274 padding: $lineheight;
2275 background-color: $offwhite;
2282 border-left: $lineheight solid $offwhite;
2283 padding-left: $lineheight;
2289 padding-left: $lineheight;
2290 margin-bottom: $lineheight;
2291 margin-left: $lineheight;
2299 list-style: decimal;
2303 .diary_post .richtext {
2304 margin-top: $lineheight;
2307 .comments .richtext {
2312 /* Rules for rich text editors */
2314 input.richtext_title[type="text"] {
2316 width: calc(100% - 235px);
2318 @media only screen and (max-width:768px) {
2323 .richtext_container {
2324 margin-bottom: $lineheight;
2328 width: calc(100% - 235px);
2329 display: inline-block;
2330 vertical-align: top;
2332 @media only screen and (max-width:768px) {
2337 display: inline-block;
2338 padding: $lineheight;
2339 background-color: $offwhite;
2343 background-image: image-url("loading.gif");
2344 background-repeat: no-repeat;
2345 background-position: center;
2355 display: inline-block;
2356 vertical-align: top;
2358 background-color: $offwhite;
2359 padding: $lineheight/2;
2367 border-bottom: 1px solid $grey;
2368 margin-bottom: $lineheight/4;
2369 padding-bottom: $lineheight/4;
2372 li h4, li span, li p {
2373 display: inline-block;
2374 vertical-align: top;
2385 margin-left: $lineheight/2;
2386 margin-bottom: $lineheight/4;
2387 white-space: nowrap;
2392 /* Rules for the user notes list */
2396 background-color: $lightgrey;
2408 /* Rules for the iD editor */
2415 /* Rules for dropdown menus */
2422 *margin-bottom: -3px;
2425 .dropdown-toggle:active,
2426 .open .dropdown-toggle {
2431 display: inline-block;
2434 vertical-align: top;
2435 border-top: 4px solid #000000;
2436 border-right: 4px solid transparent;
2437 border-left: 4px solid transparent;
2457 background-color: #ffffff;
2458 border: 1px solid $grey;
2459 border-radius: 0 3px 3px;
2460 *border-right-width: 2px;
2461 *border-bottom-width: 2px;
2462 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2463 background-clip: padding-box;
2466 .dropdown-menu.pull-right {
2471 .dropdown-menu .divider {
2475 *margin: -5px 0 5px;
2477 background-color: $lightgrey;
2478 border-bottom: 1px solid #ffffff;
2481 .dropdown-menu > li > a {
2485 font-weight: normal;
2488 white-space: nowrap;
2491 .dropdown-menu > li > a:hover,
2492 .dropdown-menu > li > a:focus,
2493 .dropdown-submenu:hover > a,
2494 .dropdown-submenu:focus > a {
2496 text-decoration: none;
2497 background-color: $green;
2500 .dropdown-menu > .active > a,
2501 .dropdown-menu > .active > a:hover,
2502 .dropdown-menu > .active > a:focus {
2504 text-decoration: none;
2505 background-color: $green;
2509 .dropdown-menu > .disabled > a,
2510 .dropdown-menu > .disabled > a:hover,
2511 .dropdown-menu > .disabled > a:focus {
2515 .dropdown-menu > .disabled > a:hover,
2516 .dropdown-menu > .disabled > a:focus {
2517 text-decoration: none;
2519 background-color: transparent;
2520 background-image: none;
2527 .open > .dropdown-menu {
2531 .dropdown-backdrop {
2540 /* Rules for the "Welcome" page */
2541 .site-welcome, .site-fixthemap {
2551 background-image: image-url("welcome-sprite.png");
2552 background-size: 500px 250px;
2558 padding-bottom: 20px;
2560 margin-bottom: 10px;
2572 /* no-r2 */ background-position: -50px 0;
2577 vertical-align: middle;
2581 /* no-r2 */ background-position: -100px 0;
2585 /* no-r2 */ background-position: -150px 0;
2589 /* no-r2 */ background-position: -200px 0;
2593 /* no-r2 */ background-position: -250px 0;
2597 /* no-r2 */ background-position: -300px 0;
2601 /* no-r2 */ background-position: -350px 0;
2610 text-decoration: none;
2615 background-color: $offwhite;
2619 background-color: #333;
2624 .site-about #content {
2625 background-color: $lightgrey;
2626 background-position: 50% 50%;
2627 background-repeat: no-repeat;
2628 background-size: cover;
2629 background-attachment: fixed;
2633 font: 13px/20px Helvetica, Arial, sans-serif;
2638 text-shadow: #000 0px 1px 5px;
2646 white-space: nowrap;
2647 text-decoration: none;
2658 text-indent: -9999px;
2660 background: image-url('about/sprite.png') -120px 0px no-repeat;
2661 background-color: #000;
2662 background-color: rgba(0, 0, 0, 0.5);
2672 margin-bottom: 30px;
2675 .section:last-child {
2687 padding: 170px 40px 20px;
2689 background: rgba(0, 0, 0, .8);
2699 color: $vibrant-green;
2709 background-position: 0 50%;
2710 background-repeat: no-repeat;
2711 background-image: image-url('about/osm.png');
2712 background-size: cover;
2713 background-color: $vibrant-green;
2723 padding: 20px 20px 20px 40px;
2724 font: 500 20px/24px Helvetica, Arial, sans-serif;
2725 white-space: nowrap;
2727 background: $vibrant-green;
2731 display: inline-block;
2738 margin-bottom: 10px;
2745 vertical-align: middle;
2746 background: 40px 40px image-url('about/sprite.png') no-repeat;
2750 background-position: 0px 0px;
2754 background-position: 0px -40px;
2758 background-position: 0px -80px;
2762 background-position: 0px -120px;
2766 background-position: 0px -160px;
2770 background-position: -45px -160px;
2777 @media only screen and (max-width:960px) {
2778 .header-illustration.new-user-arm {
2784 background: $lightgrey;
2788 .report-related-block {
2789 display:inline-block;
2803 padding-left: $lineheight;
2818 white-space: nowrap;
2822 .report-disclaimer {
2824 padding-left: $lineheight;