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; }
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;
137 #container { position: relative; }
141 margin: 0 0 $lineheight/2 0;
145 vertical-align: middle;
146 margin-right: $lineheight/4;
149 .red { color: $red; }
151 .piwik { border: 0; }
153 /* Rules for icons */
156 display: inline-block;
160 background: transparent image-url("sprite.png") no-repeat 0 0;
161 background-image: image-url("sprite.svg");
162 text-indent: -9999px;
166 .icon.search { /* no-r2 */ background-position: 0 0; }
167 .icon.donate { /* no-r2 */ background-position: -20px 0; }
168 .icon.zoomin { /* no-r2 */ background-position: -40px 0; }
169 .icon.zoomout { /* no-r2 */ background-position: -60px 0; }
170 .icon.geolocate { /* no-r2 */ background-position: -80px 0; }
171 .active .icon.geolocate { /* no-r2 */ background-position: -80px -20px; }
172 .icon.layers { /* no-r2 */ background-position: -100px 0; }
173 .icon.key { /* no-r2 */ background-position: -120px 0; }
174 .icon.share { /* no-r2 */ background-position: -140px 0; }
175 .icon.clipboard { /* no-r2 */ background-position: -160px 0; }
176 .icon.link { /* no-r2 */ background-position: -180px 0; }
177 .icon.close { /* no-r2 */ background-position: -200px 0; }
178 .close-wrap:hover .icon.close,
179 .icon.close:hover { /* no-r2 */ background-position: -200px -20px; }
180 .icon.check { /* no-r2 */ background-position: -220px 0; }
181 .icon.note { /* no-r2 */ background-position: -240px 0; }
182 .icon.note.grey { /* no-r2 */ background-position: -240px -20px; }
183 .icon.query { /* no-r2 */ background-position: -260px 0; }
185 /* Rules for links */
189 text-decoration: none;
190 -webkit-appearance: none;
193 text-decoration: underline;
197 /* Rules for horizontal lines */
201 background-color: #ccc;
206 /* General styles for tables */
210 margin-bottom: $lineheight;
213 padding: $lineheight/4;
214 line-height: $lineheight;
221 vertical-align: middle;
225 /* Utility for de-emphasizing content */
234 /* Rules for the header */
237 display: none !important;
239 background: image-url("menu-icon.png") no-repeat;
240 background-size: 30px 30px;
244 margin: 14px 10px 0 0;
249 height: $headerHeight;
254 h1, nav, nav > ul, nav > ul > li, .dropdown {
255 display: inline-block;
260 padding: $lineheight/2;
268 text-decoration: none;
275 vertical-align: middle;
290 $border: 1px solid $green;
293 border-radius: $border-radius;
296 border-right: $border;
301 > a:hover { background: lighten($green, 30%); }
302 &.current > a:hover { background: $green; }
303 &.disabled > a:hover { background: lighten($green, 38%); }
305 > a.tab { border-right: 1px solid lighten($green, 30%); }
306 &.current > a.tab { border-right: 1px solid lighten($green, 10%); }
313 display: inline-block;
324 border-top-color: $green;
333 border-top-color: #ccc;
338 background-color: $green;
345 border-top-color: #fff;
355 vertical-align: middle;
356 a, .dropdown-toggle {
357 display: inline-block;
358 text-decoration: none;
362 &:hover { color: darken($darkgrey, 25%); }
367 color: darken($darkgrey, 25%);
371 $border: 1px solid $grey;
373 border-radius: $border-radius;
377 border-right: $border;
383 border-radius: 0 $border-radius $border-radius 0;
386 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
387 &:hover a { background: lighten($darkgrey, 30%); }
399 padding: 5px 10px 3px 6px;
400 display: inline-block;
403 &:hover > .user-button { color: darken($darkgrey, 5%); }
408 border-top-color: $grey;
412 img.user_thumbnail_tiny {
421 display: inline-block;
424 margin: 3px 0 3px 3px;
425 background-color: lighten($grey, 10%);
433 border-radius: 3px 0 3px 3px;
443 #compact-secondary-nav {
448 &:hover { color: #fff; }
453 #compact-secondary-nav {
454 display: inline-block;
461 /* Utility for styling notification numbers */
464 padding: 2px $lineheight/4;
466 background: lighten($green, 30%);
472 /* Rules for the message shown in place of the map when javascript is disabled */
480 /* Rules for Leaflet maps */
482 .leaflet-control .control-button {
486 background-color: #333;
487 background-color: rgba(0,0,0,.6);
488 border-radius: 4px 0 0 4px;
493 background-color: black;
498 background-color: #333;
499 background-color: rgba(0,0,0,.5);
504 background-color: #9ed485;
512 .leaflet-control .zoomin,
513 .control-layers .control-button {
515 border-radius: 4px 0 0 0;
518 .leaflet-control .zoomout,
519 .control-key .control-button {
524 .control-locate .control-button,
525 .control-share .control-button {
526 border-radius: 0 0 0 4px;
529 /* Rules for the sidebar and main map area */
549 width: $sidebarWidth;
565 padding: $lineheight $lineheight $lineheight/2;
569 margin-top: $lineheight;
570 margin-bottom: $lineheight/2;
583 pointer-events: none;
608 .overlay-sidebar #sidebar {
636 padding: $lineheight/2 $lineheight $lineheight;
650 border-right: 1px solid #fff;
660 width: $sidebarWidth;
676 .leaflet-marker-draggable {
691 border-bottom: 1px solid #DDD;
701 border:1px solid #ddd;
706 border: 1px solid #ccc;
708 border-top-color: #ccc;
732 border: 2px solid #fff;
735 transition: border-color 0.08s ease-in;
742 border-bottom-right-radius: 3px;
746 text-stroke: 2px #fff;
747 background: rgba(255,255,255,.9);
749 input[type="radio"] {
754 &.active { border-color: darken($green, 10%); }
757 &.active { border-color: darken($green, 20%); }
767 li.disabled { color: #999; }
777 text-decoration: none;
778 background-color: $lightblue;
780 border-right: 1px solid #fff;
784 border-right: 1px solid #fff;
785 border-radius: 4px 0 0 4px;
789 border-radius: 0 4px 4px 0;
793 background-color: $blue;
805 font-family: monospace;
827 top: $lineheight/2 !important;
829 margin-right: 0px !important;
830 margin-top: 0px !important;
834 .leaflet-popup-scrolled {
835 padding-right: $lineheight;
836 border-bottom: 0px !important;
837 border-top: 0px !important;
840 .leaflet-popup-content-wrapper {
841 border-radius: 4px !important;
844 /* Rules for attribution text under the main map shown on printouts */
854 .attribution_license,
855 .attribution_project {
859 .attribution_notice {
863 .donate-attr { color: darken($green, 10%) !important; }
865 /* Rules for the sidebar */
869 padding: $lineheight/2 $lineheight;
870 // background: $offwhite;
871 // border-bottom: 1px solid #ccc;
881 padding: $lineheight;
895 margin: $lineheight auto;
907 /* Rules for the search and direction forms */
909 header .search_forms,
917 padding: $lineheight/2;
918 background-color: $lightgrey;
923 border-radius: 2px 0 0 2px;
929 transition: 300ms linear;
932 input[type=text].overflow {
938 box-shadow: 0px 0px 7px #9ED485;
941 input[type=submit].float {
945 border-radius: 0 2px 2px 0;
949 background-color: rgba($red, 0.4);
953 /* this next line is to polyfill the vertical alignment of text within a select element,
954 * which is different between firefox and chrome. */
991 select.routing_engines {
993 margin: 0px 0px 5px 25px;
1008 margin: 0px 0px 5px 0px;
1015 vertical-align: middle;
1019 a.reverse_directions {
1021 margin: 0px 0px 5px 25px;
1025 /* Rules for the map key which appears in the popout sidebar */
1028 .mapkey-table-key img {
1034 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
1038 /* Rules for search sidebar */
1040 #sidebar .search_results_entry {
1042 border-bottom: $keyline;
1044 &:first-child { border-top: $keyline; }
1045 &.selected { background: $list-highlight; }
1048 .search_more .loader {
1054 .search_results_error {
1059 /* Rules for routing */
1061 #sidebar_content>table {
1062 padding: 5px 20px 10px 15px;
1064 border-collapse: separate;
1068 background-image: image-url('routing-sprite.png');
1071 background-repeat: no-repeat;
1073 @for $i from 0 through 25 {
1074 div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
1078 padding: 0 $lineheight $lineheight/4;
1081 td.instruction, td.distance {
1082 padding-top: $lineheight/5;
1083 padding-bottom: $lineheight/5;
1084 border-bottom: 1px solid #DDD;
1095 background: $list-highlight;
1097 .routing_engines, #route_from, #route_to { margin-left: 25px; }
1098 .routing_marker { width: 15px; position: absolute; cursor: move; }
1100 /* Rules for entity history */
1105 border-bottom: $keyline;
1113 /* Rules for the history sidebar */
1115 #sidebar .changesets {
1118 border-bottom: 1px solid #ddd;
1121 &.selected { background: $list-highlight; }
1122 /* color is derived from changeset bbox fillColor in history.js */
1141 .changeset_more .loader {
1147 /* Rules for the browse sidebar */
1151 padding: $lineheight/2 $lineheight;
1152 border-bottom: 1px solid #ddd;
1156 word-wrap: break-word;
1160 .browse-section:last-of-type {
1161 border-bottom: none;
1167 border: 1px solid #eee;
1176 margin-bottom: 10px;
1179 padding: 5px 0 5px 10px;
1181 border: 1px solid #CCC;
1182 border-radius: 4px 4px 0 0;
1183 background-color: #F6F6F6;
1189 background-color: #FFF;
1190 border: 1px solid #CCC;
1192 border-radius: 0 0 4px 4px;
1197 background-color: #F6F6F6;
1198 border: 1px solid #ddd;
1201 table-layout: fixed;
1202 border-collapse: separate;
1205 border-bottom: 1px solid #ddd;
1208 tr:last-child th, tr:last-child td {
1216 word-wrap: break-word;
1217 white-space: pre-wrap;
1222 background-color: #F6F6F6;
1226 border-left: 1px solid #ddd;
1227 background-color: #fff;
1232 margin: 0 0 $lineheight/2 0;
1233 padding: 0 $lineheight/2;
1236 .note-comments li, .changeset-comments li {
1237 margin: $lineheight/2 0;
1248 .subscribe-buttons {
1250 margin: 18px 10px 10px;
1254 .subscribe-buttons input {
1260 span.action-button:hover {
1262 text-decoration: underline;
1267 margin: 0 0 10px 10px;
1271 padding: $lineheight $lineheight $lineheight/2;
1278 padding: $lineheight $lineheight $lineheight/2;
1285 border-bottom: 1px solid #ddd;
1292 background: $list-highlight;
1299 /* Rules for export sidebar */
1302 padding: $lineheight;
1304 .export_area_inputs,
1309 .export_area_inputs {
1310 margin-bottom: $lineheight/2;
1311 input[type="text"] {
1320 border: 1px solid #ccc;
1323 #maxlat { margin-top: -1px; }
1332 #minlat { margin-bottom: 0; }
1336 margin: $lineheight/4;
1340 margin-top: $lineheight;
1341 margin-bottom: $lineheight;
1345 padding-left: $lineheight/2;
1348 margin-bottom: 10px;
1353 /* Rules for the routing sidebar */
1362 /* Rules for edit pages */
1378 /* Rules for non-map content pages */
1381 background: $lightgrey;
1383 h1 { font-size: 22px; }
1387 h1, h2, h3, p, ul, ol {
1388 margin-bottom: $lineheight;
1392 margin-top: $lineheight/2;
1400 padding: $lineheight;
1403 /* Overrides for pages that use new layout conventions */
1408 .content-body .content-inner {
1422 .content-heading .content-inner {
1427 .header-illustration {
1428 background-position: 0 0;
1429 background-repeat: no-repeat;
1437 background-image: image-url("sign-up-illustration.png");
1441 background-image: image-url("confirm-illustration.png");
1445 background-image: image-url("terms-illustration.png");
1453 background-image: image-url("sign-up-illustration-arm.png");
1458 #content.maximised {
1467 /* Rules for small maps in content areas */
1473 border: 1px solid #ccc;
1474 margin-bottom: $lineheight;
1478 /* Rules for the trace list shown by the traces tab etc */
1481 font-size: $lineheight/2;
1498 .trace_identifiable {
1511 /* Rules for the trace view */
1523 /* Rules for the new trace form */
1528 width: calc(100% - 150px);
1533 /* Rules for the edit trace form */
1542 width: calc(100% - 150px);
1547 /* Rules for the user profile page */
1552 .userinformation-inner {
1567 .admin-user-info small {
1568 margin-bottom: $lineheight/2;
1570 margin-right: $lineheight;
1575 border-bottom: 1px solid #ccc;
1576 padding-bottom: $lineheight;
1579 margin-bottom: $lineheight/2;
1584 margin-top: $lineheight;
1588 .activity-details p {
1593 #friends-container .contact-activity ul {
1598 // Silly exception; remove when user page is redesigned.
1602 p#no_home_location {
1603 margin: $lineheight;
1606 margin-top: $lineheight/4;
1611 /* Rules for the user map */
1613 .content_map .leaflet-popup-content {
1614 margin: $lineheight/2;
1618 /* Rules for user popups on maps */
1624 margin-top: 0 0 0 60px;
1627 img.user_thumbnail {
1629 margin: 0 $lineheight/2 0 0;
1633 /* Rules for the user list */
1636 font-size: $lineheight/2;
1640 vertical-align: middle;
1649 #user_list_actions {
1651 margin-top: $lineheight/2;
1654 /* Rules for the diary list page */
1658 margin-top: $lineheight/2;
1659 padding-top: $lineheight;
1660 border-top: 1px solid #ccc;
1663 margin-bottom: $lineheight;
1667 margin-bottom: $lineheight/2;
1672 img.user_thumbnail {
1683 padding-top: $lineheight;
1686 /* Rules for the diary entry page */
1693 border: 1px solid #ccc;
1695 margin-bottom: $lineheight;
1698 border-top: 1px solid #ccc;
1699 padding-top: $lineheight;
1700 margin-top: $lineheight/2;
1706 margin-top: $lineheight/2;
1707 border-top: 1px dashed #ccc;
1708 padding-top: $lineheight/2;
1710 margin-top: $lineheight;
1711 padding-top: $lineheight;
1712 border-top: 1px solid #ccc;
1715 margin-bottom: $lineheight/2;
1724 .diary_entry-show img.user_thumbnail {
1729 .diary-subscribe-buttons {
1735 /* Rules for the log in page */
1737 #login_auth_buttons {
1741 #login_auth_buttons li {
1743 padding: $lineheight/4 $lineheight/2;
1746 /* Rules for the account confirmation page */
1750 border: 1px solid #ccc;
1751 padding: $lineheight;
1752 margin-bottom: $lineheight;
1757 list-style: inherit;
1761 list-style-type: lower-alpha;
1766 background: $lightblue;
1768 background: darken($lightblue, $hovercolor);
1773 /* Rules for the account settings page */
1775 #accountForm .user_map {
1779 border: 1px solid #ccc;
1782 #accountForm .user_image {
1786 #accountForm #user_image {
1790 #accountForm ul.accountImage-options {
1803 display: inline !important;
1806 .content_map.settings_map {
1811 /* Rules for the oauth settings page */
1813 .oauth_clients .buttons .oauth-edit {
1814 border-radius: 2px 0 0 2px;
1817 .oauth_clients .buttons .oauth-delete {
1818 border-radius: 0 2px 2px 0;
1821 /* Rules for the oauth authorization page */
1823 .oauth-authorize ul {
1827 /* Rules for messages pages */
1831 border: 1px solid #ddd;
1833 input[type="submit"] {
1837 border-top: 1px solid #ccc;
1841 background: #f8f8ff;
1854 padding: $lineheight/4;
1865 border-right: 1px solid $lightgrey;
1869 .inbox-row .inbox-mark-read {
1874 margin-bottom: $lineheight;
1875 padding: $lineheight/4 0px 4px 0px;
1876 border-bottom: 1px solid #ccc;
1883 .info-line .user_thumbnail_tiny {
1884 vertical-align: middle;
1888 white-space: nowrap;
1897 .inbox-row-unread .inbox-mark-unread {
1901 .messages-show .message-buttons {
1902 margin-top: $lineheight;
1903 margin-bottom: $lineheight * 1.5;
1904 padding-top: $lineheight;
1905 border-top: 1px solid $lightgrey;
1908 .messages-show .buttons .mark-unread-button {
1912 /* Rules for "flash" notice boxes shown at the top of the content area */
1915 padding: $lineheight;
1918 background-color: #ff7070;
1922 background-color: #ffe0cc;
1926 background-color: #CBEEA7;
1930 display: inline-block;
1931 margin-left: $lineheight / 2;
1932 vertical-align: middle;
1935 margin-top: $lineheight * 0.5;
1936 margin-bottom: $lineheight * 0.5;
1949 /* Rules for highlighting fields with rails validation errors */
1952 display: inline-block;
1958 background-color: #ff7070;
1961 /* Rules for rails validation error boxes */
1965 border: 2px solid #ff7070;
1966 padding: 0 $lineheight/2;
1967 margin-bottom: $lineheight;
1968 background-color: #f0f0f0;
1971 margin: 0 -10px 10px -10px;
1972 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1975 background-color: #c00;
1983 padding: $lineheight/4;
1987 padding-left: $lineheight;
1996 /* Rules for forms */
2000 margin-bottom: $lineheight;
2002 label.standard-label {
2004 margin-bottom: $lineheight/4;
2005 font-size: $typeheight;
2009 label.standard-label.secondary {
2010 display: inline-block;
2011 font-weight: normal;
2014 font-weight: normal;
2021 margin-top: $lineheight;
2022 padding-top: $lineheight;
2023 border-top: 1px solid $lightgrey;
2025 .horizontal-list .form-row {
2027 padding-right: 10px;
2030 margin-bottom: $lineheight/2;
2038 input[type="checkbox"],
2039 input[type="radio"] {
2045 #remember_me_openid {
2053 input[type="checkbox"],
2054 input[type="radio"] {
2059 input[type="email"],
2061 input[type="password"],
2064 background-color: #fff;
2065 border: 1px solid #ccc;
2070 &.field_with_errors {
2071 border: 2px solid #ff7070;
2080 /* Rules for user images */
2085 border: 1px solid #ccc;
2086 margin-bottom: $lineheight;
2088 margin-right: $lineheight;
2091 img.user_thumbnail {
2094 border: 1px solid #ccc;
2095 margin-right: $lineheight;
2098 img.user_thumbnail_tiny {
2103 border: 1px solid #ccc;
2106 /* Rules for geo microformats */
2109 border-bottom: none;
2112 /* Rules for RSS buttons */
2119 /* General styles for action lists / subnavs / pager navs */
2121 ul.secondary-actions {
2126 display: inline-block;
2133 border-left: 1px solid #ccc;
2134 padding-left: $lineheight/2;
2135 margin-right: $lineheight/2;
2146 div.secondary-actions {
2151 /* Utility for managing inner content areas */
2153 .inner22 { padding: $lineheight;}
2155 .inner12 { padding: $lineheight/2 $lineheight;}
2157 .inner11 { padding: $lineheight/2;}
2159 .inner20 { padding: $lineheight 0;}
2161 .inner02 { padding: 0 $lineheight;}
2163 /* Utility for general button styles */
2165 input[type="button"],
2166 input[type="submit"],
2167 input[type="reset"],
2171 display: inline-block;
2172 padding: $lineheight/4 $lineheight/2;
2173 min-height: 20px + $lineheight/2;
2175 margin: 0 0 $lineheight/2 0;
2181 background: darken($blue, $hovercolor);
2182 text-decoration: none;
2185 background: $lightblue;
2187 background: darken($lightblue, $hovercolor);
2191 background: $lightgrey;
2193 background: $lightgrey;
2201 input[type="button"],
2202 input[type="submit"],
2203 input[type="reset"] {
2204 line-height: normal;
2213 input[type="submit"],
2214 input[type="button"],
2215 input[type="reset"],
2218 box-sizing: border-box;
2224 border-right:1px solid white;
2225 text-overflow: ellipsis;
2226 white-space: nowrap;
2230 .button:first-child,
2231 .button_to:first-child {
2232 border-radius:2px 0 0 2px;
2236 .button_to:last-child {
2237 border-radius:0 2px 2px 0;
2238 border-right-width: 0;
2242 .button_to:only-child,
2243 *[value="Hide"] + input:last-child,
2244 *[value="Hide"] + .button:last-child,
2245 *[value="Hide"] + .button_to:last-child {
2247 border-right-width: 0;
2249 /* if a 3-button set has a hidden middle button */
2250 *[value="Hide"] + input:nth-child(3),
2251 *[value="Hide"] + .button:nth-child(3),
2252 *[value="Hide"] + .button_to:nth-child(3) {
2253 border-radius:0 2px 2px 0;
2254 border-right-width: 0;
2256 /* if a 3-button set starts with a hidden button */
2257 *[value="Hide"] + input:nth-child(2):not(:last-child),
2258 *[value="Hide"] + .button:nth-child(2):not(:last-child),
2259 *[value="Hide"] + .button_to:nth-child(2):not(:last-child) {
2260 border-radius:2px 0 0 2px;
2261 border-right-width: 1px;
2265 /* Rules for doing distinct colour of alternate table rows */
2269 background: $offwhite;
2277 /* Rules for OpenID logo */
2280 vertical-align: text-bottom;
2284 /* Rules for rich text */
2289 padding-bottom: $lineheight/2;
2290 border-bottom: 1px dashed #cccccc;
2291 margin-bottom: $lineheight/2;
2303 font-size: $typeheight;
2308 background: #e8e8e8;
2314 background: #e8e8e8;
2323 padding: $lineheight;
2324 background-color: $offwhite;
2331 border-left: $lineheight solid $offwhite;
2332 padding-left: $lineheight;
2338 padding-left: $lineheight;
2339 margin-bottom: $lineheight;
2340 margin-left: $lineheight;
2348 list-style: decimal;
2352 .diary_post .richtext {
2353 margin-top: $lineheight;
2356 .comments .richtext {
2361 /* Rules for rich text editors */
2363 input.richtext_title[type="text"] {
2365 width: calc(100% - 235px);
2367 @media only screen and (max-width:768px) {
2372 .richtext_container {
2373 margin-bottom: $lineheight;
2377 width: calc(100% - 235px);
2378 display: inline-block;
2379 vertical-align: top;
2381 @media only screen and (max-width:768px) {
2386 display: inline-block;
2387 padding: $lineheight;
2388 background-color: $offwhite;
2392 background-image: image-url("loading.gif");
2393 background-repeat: no-repeat;
2394 background-position: center;
2404 display: inline-block;
2405 vertical-align: top;
2407 background-color: #f8f8ff;
2408 padding: $lineheight/2;
2416 border-bottom: 1px solid #ccc;
2417 margin-bottom: $lineheight/4;
2418 padding-bottom: $lineheight/4;
2421 li h4, li span, li p {
2422 display: inline-block;
2423 vertical-align: top;
2434 margin-left: $lineheight/2;
2435 margin-bottom: $lineheight/4;
2436 white-space: nowrap;
2441 /* Rules for the user notes list */
2445 background-color: #eeeeee;
2457 /* Rules for the iD editor */
2464 /* Rules for dropdown menus */
2471 *margin-bottom: -3px;
2474 .dropdown-toggle:active,
2475 .open .dropdown-toggle {
2480 display: inline-block;
2483 vertical-align: top;
2484 border-top: 4px solid #000000;
2485 border-right: 4px solid transparent;
2486 border-left: 4px solid transparent;
2506 background-color: #ffffff;
2507 border: 1px solid #ccc;
2508 border-radius: 0 3px 3px;
2509 *border-right-width: 2px;
2510 *border-bottom-width: 2px;
2511 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2512 background-clip: padding-box;
2515 .dropdown-menu.pull-right {
2520 .dropdown-menu .divider {
2524 *margin: -5px 0 5px;
2526 background-color: #e5e5e5;
2527 border-bottom: 1px solid #ffffff;
2530 .dropdown-menu > li > a {
2534 font-weight: normal;
2537 white-space: nowrap;
2540 .dropdown-menu > li > a:hover,
2541 .dropdown-menu > li > a:focus,
2542 .dropdown-submenu:hover > a,
2543 .dropdown-submenu:focus > a {
2545 text-decoration: none;
2546 background-color: $green;
2549 .dropdown-menu > .active > a,
2550 .dropdown-menu > .active > a:hover,
2551 .dropdown-menu > .active > a:focus {
2553 text-decoration: none;
2554 background-color: $green;
2558 .dropdown-menu > .disabled > a,
2559 .dropdown-menu > .disabled > a:hover,
2560 .dropdown-menu > .disabled > a:focus {
2564 .dropdown-menu > .disabled > a:hover,
2565 .dropdown-menu > .disabled > a:focus {
2566 text-decoration: none;
2568 background-color: transparent;
2569 background-image: none;
2576 .open > .dropdown-menu {
2580 .dropdown-backdrop {
2589 /* Rules for the "Welcome" page */
2590 .site-welcome, .site-fixthemap {
2600 background-image: image-url("welcome-sprite.png");
2601 background-size: 500px 250px;
2607 padding-bottom: 20px;
2609 margin-bottom: 10px;
2621 background-position: -50px 0;
2626 vertical-align: middle;
2630 background-position: -100px 0;
2634 background-position: -150px 0;
2638 background-position: -200px 0;
2642 background-position: -250px 0;
2646 background-position: -300px 0;
2650 background-position: -350px 0;
2659 text-decoration: none;
2664 background-color: $offwhite;
2668 background-color: #333;
2673 .site-about #content {
2674 //background-color: #000;
2675 background-color: #eee;
2676 background-position: 50% 50%;
2677 background-repeat: no-repeat;
2678 background-size: cover;
2679 background-attachment: fixed;
2683 font: 13px/20px Helvetica, Arial, sans-serif;
2688 text-shadow: #000 0px 1px 5px;
2696 white-space: nowrap;
2697 text-decoration: none;
2708 text-indent: -9999px;
2710 background: image-url('about/sprite.png') -120px 0px no-repeat;
2711 background-color: #000;
2712 background-color: rgba(0, 0, 0, 0.5);
2722 margin-bottom: 30px;
2725 .section:last-child {
2737 padding: 170px 40px 20px;
2739 background: rgba(0, 0, 0, .8);
2759 background-position: 0 50%;
2760 background-repeat: no-repeat;
2761 background-image: image-url('about/osm.png');
2762 background-size: cover;
2763 background-color: #76c551;
2773 padding: 20px 20px 20px 40px;
2774 font: 500 20px/24px Helvetica, Arial, sans-serif;
2775 white-space: nowrap;
2777 background: #76c551;
2781 display: inline-block;
2788 margin-bottom: 10px;
2795 vertical-align: middle;
2796 background: 40px 40px image-url('about/sprite.png') no-repeat;
2800 background-position: 0px 0px;
2804 background-position: 0px -40px;
2808 background-position: 0px -80px;
2812 background-position: 0px -120px;
2816 background-position: 0px -160px;
2820 background-position: -45px -160px;
2827 @media only screen and (max-width:960px) {
2828 .header-illustration.new-user-arm {
2838 .report-related-block {
2839 display:inline-block;
2853 padding-left: $lineheight;
2868 white-space: nowrap;
2872 .report-disclaimer {
2873 background: #fff1f0;
2875 border-color: rgba(216, 80, 48, 0.3);
2877 margin-bottom: $lineheight;
2880 padding-left: $lineheight;