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 {
1112 border-bottom: 1px solid $grey;
1115 &.selected { background: $list-highlight; }
1116 /* color is derived from changeset bbox fillColor in history.js */
1135 .changeset_more .loader {
1141 /* Rules for the browse sidebar */
1145 padding: $lineheight/2 $lineheight;
1146 border-bottom: 1px solid $grey;
1150 word-wrap: break-word;
1154 .browse-section:last-of-type {
1155 border-bottom: none;
1161 border: 1px solid $lightgrey;
1170 margin-bottom: 10px;
1173 padding: 5px 0 5px 10px;
1175 border: 1px solid $grey;
1176 border-radius: 4px 4px 0 0;
1177 background-color: #F6F6F6;
1183 background-color: #FFF;
1184 border: 1px solid $grey;
1186 border-radius: 0 0 4px 4px;
1191 background-color: #F6F6F6;
1192 border: 1px solid $grey;
1195 table-layout: fixed;
1196 border-collapse: separate;
1199 border-bottom: 1px solid $grey;
1202 tr:last-child th, tr:last-child td {
1210 word-wrap: break-word;
1211 white-space: pre-wrap;
1216 background-color: #F6F6F6;
1220 border-left: 1px solid $grey;
1221 background-color: #fff;
1224 .colour-preview-box {
1229 border: 1px solid rgba(0, 0, 0, .1);
1230 // add color via inline css on element: background-color: <tag value>;
1235 margin: 0 0 $lineheight/2 0;
1236 padding: 0 $lineheight/2;
1239 .note-comments li, .changeset-comments li {
1240 margin: $lineheight/2 0;
1243 margin: 10px 6px 0 6px;
1252 .subscribe-buttons {
1254 margin: 18px 10px 10px;
1258 .subscribe-buttons input {
1264 span.action-button:hover {
1266 text-decoration: underline;
1271 margin: 0 0 10px 10px;
1275 padding: $lineheight $lineheight $lineheight/2;
1280 padding: 0 $lineheight $lineheight/2;
1289 background: $list-highlight;
1296 /* Rules for export sidebar */
1299 padding: $lineheight;
1301 .export_area_inputs,
1306 .export_area_inputs {
1307 margin-bottom: $lineheight/2;
1308 input[type="text"] {
1316 background: $lightgrey;
1317 border: 1px solid $grey;
1320 #maxlat { margin-top: -1px; }
1323 /* no-r2 */ margin-left: -1px;
1327 /* no-r2 */ margin-right: -1px;
1329 #minlat { margin-bottom: 0; }
1333 margin: $lineheight/4;
1337 margin-top: $lineheight;
1338 margin-bottom: $lineheight;
1342 padding-left: $lineheight/2;
1345 margin-bottom: 10px;
1350 /* Rules for the routing sidebar */
1359 /* Rules for edit pages */
1375 /* Rules for non-map content pages */
1378 background: $lightgrey;
1382 h1, h2, h3, p, ul, ol {
1383 margin-bottom: $lineheight;
1387 margin-top: $lineheight/2;
1395 padding: $lineheight;
1398 /* Overrides for pages that use new layout conventions */
1403 .content-body .content-inner {
1417 .content-heading .content-inner {
1422 .header-illustration {
1423 background-position: 0 0;
1424 background-repeat: no-repeat;
1432 background-image: image-url("sign-up-illustration.png");
1436 background-image: image-url("confirm-illustration.png");
1440 background-image: image-url("terms-illustration.png");
1448 background-image: image-url("sign-up-illustration-arm.png");
1453 [dir=rtl] .header-illustration {
1454 transform: scaleX(-1);
1457 #content.maximised {
1466 /* Rules for small maps in content areas */
1472 border: 1px solid $grey;
1473 margin-bottom: $lineheight;
1477 /* Rules for the trace list shown by the traces tab etc */
1489 /* Rules for the new trace form */
1494 width: calc(100% - 150px);
1499 /* Rules for the edit trace form */
1508 width: calc(100% - 150px);
1513 /* Rules for the user profile page */
1518 .userinformation-inner {
1533 .admin-user-info small {
1534 margin-bottom: $lineheight/2;
1536 margin-right: $lineheight;
1541 border-bottom: 1px solid $grey;
1542 padding-bottom: $lineheight;
1545 margin-bottom: $lineheight/2;
1550 margin-top: $lineheight;
1554 .activity-details p {
1559 #friends-container .contact-activity ul {
1564 // Silly exception; remove when user page is redesigned.
1568 p#no_home_location {
1569 margin: $lineheight;
1572 margin-top: $lineheight/4;
1577 /* Rules for the user map */
1579 .content_map .leaflet-popup-content {
1580 margin: $lineheight/2;
1584 /* Rules for user popups on maps */
1590 margin-top: 0 0 0 60px;
1593 img.user_thumbnail {
1595 margin: 0 $lineheight/2 0 0;
1599 /* Rules for the user list */
1605 vertical-align: middle;
1614 #user_list_actions {
1616 margin-top: $lineheight/2;
1619 /* Rules for the diary list page */
1623 padding-top: $lineheight;
1624 padding-bottom: $lineheight/2;
1625 border-top: 1px solid $grey;
1628 margin-top: $lineheight/2;
1632 background-color: #fee;
1636 margin-bottom: $lineheight;
1640 margin-bottom: $lineheight/2;
1644 img.user_thumbnail {
1655 padding-top: $lineheight;
1658 /* Rules for the diary entry page */
1665 border: 1px solid $grey;
1667 margin-bottom: $lineheight;
1670 border-top: 1px solid $grey;
1671 padding-top: $lineheight;
1672 margin-top: $lineheight/2;
1678 border-top: 1px dashed $grey;
1679 padding-top: $lineheight/2;
1680 padding-bottom: $lineheight/2;
1682 margin-top: $lineheight/2;
1683 padding-top: $lineheight;
1684 border-top: 1px solid $grey;
1687 background-color: #fee;
1690 margin-bottom: $lineheight/2;
1699 .diary_entries-show img.user_thumbnail {
1704 .diary-subscribe-buttons {
1710 /* Rules for the log in page */
1712 #login_auth_buttons {
1716 #login_auth_buttons li {
1718 padding: $lineheight/4 $lineheight/2;
1721 /* Rules for the account confirmation page */
1725 border: 1px solid $grey;
1726 padding: $lineheight;
1727 margin-bottom: $lineheight;
1732 list-style: inherit;
1736 list-style-type: lower-alpha;
1741 background: $lightblue;
1743 background: darken($lightblue, $hovercolor);
1748 /* Rules for the account settings page */
1750 #accountForm .user_map {
1754 border: 1px solid $grey;
1757 #accountForm .user_image {
1761 #accountForm #user_image {
1765 #accountForm ul.accountImage-options {
1778 display: inline !important;
1781 .content_map.settings_map {
1786 /* Rules for the oauth settings page */
1788 .oauth_clients .buttons .oauth-edit {
1789 border-radius: 2px 0 0 2px;
1792 .oauth_clients .buttons .oauth-delete {
1793 border-radius: 0 2px 2px 0;
1796 /* Rules for the oauth authorization page */
1798 .oauth-authorize ul {
1802 /* Rules for messages pages */
1806 border: 1px solid $grey;
1808 input[type="submit"] {
1812 border-top: 1px solid $grey;
1816 background: $offwhite;
1829 padding: $lineheight/4;
1840 border-right: 1px solid $lightgrey;
1844 .inbox-row .inbox-mark-read {
1849 margin-bottom: $lineheight;
1850 padding: $lineheight/4 0px 4px 0px;
1851 border-bottom: 1px solid $grey;
1858 .info-line .user_thumbnail_tiny {
1859 vertical-align: middle;
1863 white-space: nowrap;
1872 .inbox-row-unread .inbox-mark-unread {
1876 .messages-show .message-buttons {
1877 margin-top: $lineheight;
1878 margin-bottom: $lineheight * 1.5;
1879 padding-top: $lineheight;
1880 border-top: 1px solid $lightgrey;
1883 .messages-show .buttons .mark-unread-button {
1887 /* Rules for "flash" notice boxes shown at the top of the content area */
1890 padding: $lineheight;
1893 background-color: #ff7070;
1897 background-color: #ffe0cc;
1901 background-color: #CBEEA7;
1905 display: inline-block;
1906 margin-left: $lineheight / 2;
1907 vertical-align: middle;
1910 margin-top: $lineheight * 0.5;
1911 margin-bottom: $lineheight * 0.5;
1924 /* Rules for highlighting fields with rails validation errors */
1927 display: inline-block;
1933 background-color: #ff7070;
1936 /* Rules for rails validation error boxes */
1940 border: 2px solid #ff7070;
1941 padding: 0 $lineheight/2;
1942 margin-bottom: $lineheight;
1943 background-color: #f0f0f0;
1946 margin: 0 -10px 10px -10px;
1947 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1950 background-color: #c00;
1958 padding: $lineheight/4;
1962 padding-left: $lineheight;
1971 /* Rules for forms */
1975 margin-bottom: $lineheight;
1977 label.standard-label {
1979 margin-bottom: $lineheight/4;
1980 font-size: $typeheight;
1984 label.standard-label.secondary {
1985 display: inline-block;
1986 font-weight: normal;
1989 font-weight: normal;
1996 margin-top: $lineheight;
1997 padding-top: $lineheight;
1998 border-top: 1px solid $lightgrey;
2000 .horizontal-list .form-row {
2002 padding-right: 10px;
2005 margin-bottom: $lineheight/2;
2013 input[type="checkbox"],
2014 input[type="radio"] {
2020 #remember_me_openid {
2028 input[type="checkbox"],
2029 input[type="radio"] {
2034 input[type="email"],
2036 input[type="password"],
2039 background-color: #fff;
2040 border: 1px solid $grey;
2046 &.field_with_errors {
2047 border: 2px solid #ff7070;
2058 /* Rules for user images */
2063 border: 1px solid $grey;
2064 margin-bottom: $lineheight;
2066 margin-right: $lineheight;
2069 img.user_thumbnail {
2072 border: 1px solid $grey;
2073 margin-right: $lineheight;
2076 img.user_thumbnail_tiny {
2081 border: 1px solid $grey;
2084 /* Rules for geo microformats */
2087 border-bottom: none;
2090 /* Rules for RSS buttons */
2097 /* General styles for action lists / subnavs / pager navs */
2099 ul.secondary-actions {
2104 display: inline-block;
2111 border-left: 1px solid $grey;
2112 padding-left: $lineheight/2;
2113 margin-right: $lineheight/2;
2124 div.secondary-actions {
2129 /* Utility for managing inner content areas */
2131 .inner22 { padding: $lineheight;}
2133 .inner12 { padding: $lineheight/2 $lineheight;}
2135 .inner11 { padding: $lineheight/2;}
2137 .inner20 { padding: $lineheight 0;}
2139 .inner02 { padding: 0 $lineheight;}
2141 /* Utility for general button styles */
2143 input[type="button"],
2144 input[type="submit"],
2145 input[type="reset"],
2149 display: inline-block;
2150 padding: $lineheight/4 $lineheight/2;
2151 min-height: 20px + $lineheight/2;
2153 margin: 0 0 $lineheight/2 0;
2159 background: darken($blue, $hovercolor);
2160 text-decoration: none;
2163 background: $lightblue;
2165 background: darken($lightblue, $hovercolor);
2169 background: $lightgrey;
2171 background: $lightgrey;
2179 input[type="button"],
2180 input[type="submit"],
2181 input[type="reset"] {
2182 line-height: normal;
2191 input[type="submit"],
2192 input[type="button"],
2193 input[type="reset"],
2196 box-sizing: border-box;
2202 border-right:1px solid white;
2203 text-overflow: ellipsis;
2204 white-space: nowrap;
2208 .button:first-child,
2209 .button_to:first-child {
2210 border-radius:2px 0 0 2px;
2214 .button_to:last-child {
2215 border-radius:0 2px 2px 0;
2216 border-right-width: 0;
2220 .button_to:only-child,
2221 *[value="Hide"] + input:last-child,
2222 *[value="Hide"] + .button:last-child,
2223 *[value="Hide"] + .button_to:last-child {
2225 border-right-width: 0;
2227 /* if a 3-button set has a hidden middle button */
2228 *[value="Hide"] + input:nth-child(3),
2229 *[value="Hide"] + .button:nth-child(3),
2230 *[value="Hide"] + .button_to:nth-child(3) {
2231 border-radius:0 2px 2px 0;
2232 border-right-width: 0;
2234 /* if a 3-button set starts with a hidden button */
2235 *[value="Hide"] + input:nth-child(2):not(:last-child),
2236 *[value="Hide"] + .button:nth-child(2):not(:last-child),
2237 *[value="Hide"] + .button_to:nth-child(2):not(:last-child) {
2238 border-radius:2px 0 0 2px;
2239 border-right-width: 1px;
2243 /* Rules for doing distinct colour of alternate table rows */
2247 background: $offwhite;
2255 /* Rules for OpenID logo */
2258 vertical-align: text-bottom;
2262 /* Rules for rich text */
2268 background: $lightgrey;
2274 background: $lightgrey;
2276 white-space: pre-wrap;
2284 padding: $lineheight;
2285 background-color: $offwhite;
2292 border-left: $lineheight solid $offwhite;
2293 padding-left: $lineheight;
2299 padding-left: $lineheight;
2300 margin-bottom: $lineheight;
2301 margin-left: $lineheight;
2309 list-style: decimal;
2313 .diary_post .richtext {
2314 margin-top: $lineheight;
2317 .comments .richtext {
2322 /* Rules for rich text editors */
2324 input.richtext_title[type="text"] {
2326 width: calc(100% - 235px);
2328 @media only screen and (max-width:768px) {
2333 .richtext_container {
2334 margin-bottom: $lineheight;
2338 width: calc(100% - 235px);
2339 display: inline-block;
2340 vertical-align: top;
2342 @media only screen and (max-width:768px) {
2347 display: inline-block;
2348 padding: $lineheight;
2349 background-color: $offwhite;
2353 background-image: image-url("loading.gif");
2354 background-repeat: no-repeat;
2355 background-position: center;
2365 display: inline-block;
2366 vertical-align: top;
2368 background-color: $offwhite;
2369 padding: $lineheight/2;
2377 border-bottom: 1px solid $grey;
2378 margin-bottom: $lineheight/4;
2379 padding-bottom: $lineheight/4;
2382 li h4, li span, li p {
2383 display: inline-block;
2384 vertical-align: top;
2395 margin-left: $lineheight/2;
2396 margin-bottom: $lineheight/4;
2397 white-space: nowrap;
2402 /* Rules for the user notes list */
2406 background-color: $lightgrey;
2418 /* Rules for the iD editor */
2425 /* Rules for dropdown menus */
2432 *margin-bottom: -3px;
2435 .dropdown-toggle:active,
2436 .open .dropdown-toggle {
2441 display: inline-block;
2444 vertical-align: top;
2445 border-top: 4px solid #000000;
2446 border-right: 4px solid transparent;
2447 border-left: 4px solid transparent;
2467 background-color: #ffffff;
2468 border: 1px solid $grey;
2469 border-radius: 0 3px 3px;
2470 *border-right-width: 2px;
2471 *border-bottom-width: 2px;
2472 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2473 background-clip: padding-box;
2476 .dropdown-menu.pull-right {
2481 .dropdown-menu .divider {
2485 *margin: -5px 0 5px;
2487 background-color: $lightgrey;
2488 border-bottom: 1px solid #ffffff;
2491 .dropdown-menu > li > a {
2495 font-weight: normal;
2498 white-space: nowrap;
2501 .dropdown-menu > li > a:hover,
2502 .dropdown-menu > li > a:focus,
2503 .dropdown-submenu:hover > a,
2504 .dropdown-submenu:focus > a {
2506 text-decoration: none;
2507 background-color: $green;
2510 .dropdown-menu > .active > a,
2511 .dropdown-menu > .active > a:hover,
2512 .dropdown-menu > .active > a:focus {
2514 text-decoration: none;
2515 background-color: $green;
2519 .dropdown-menu > .disabled > a,
2520 .dropdown-menu > .disabled > a:hover,
2521 .dropdown-menu > .disabled > a:focus {
2525 .dropdown-menu > .disabled > a:hover,
2526 .dropdown-menu > .disabled > a:focus {
2527 text-decoration: none;
2529 background-color: transparent;
2530 background-image: none;
2537 .open > .dropdown-menu {
2541 .dropdown-backdrop {
2550 /* Rules for the "Welcome" page */
2551 .site-welcome, .site-fixthemap {
2561 background-image: image-url("welcome-sprite.png");
2562 background-size: 500px 250px;
2568 padding-bottom: 20px;
2570 margin-bottom: 10px;
2582 /* no-r2 */ background-position: -50px 0;
2587 vertical-align: middle;
2591 /* no-r2 */ background-position: -100px 0;
2595 /* no-r2 */ background-position: -150px 0;
2599 /* no-r2 */ background-position: -200px 0;
2603 /* no-r2 */ background-position: -250px 0;
2607 /* no-r2 */ background-position: -300px 0;
2611 /* no-r2 */ background-position: -350px 0;
2620 text-decoration: none;
2625 background-color: $offwhite;
2629 background-color: #333;
2634 .site-about #content {
2635 background-color: $lightgrey;
2636 background-position: 50% 50%;
2637 background-repeat: no-repeat;
2638 background-size: cover;
2639 background-attachment: fixed;
2643 font: 13px/20px Helvetica, Arial, sans-serif;
2648 text-shadow: #000 0px 1px 5px;
2656 white-space: nowrap;
2657 text-decoration: none;
2668 text-indent: -9999px;
2670 background: image-url('about/sprite.png') -120px 0px no-repeat;
2671 background-color: #000;
2672 background-color: rgba(0, 0, 0, 0.5);
2682 margin-bottom: 30px;
2685 .section:last-child {
2697 padding: 170px 40px 20px;
2699 background: rgba(0, 0, 0, .8);
2709 color: $vibrant-green;
2719 background-position: 0 50%;
2720 background-repeat: no-repeat;
2721 background-image: image-url('about/osm.png');
2722 background-size: cover;
2723 background-color: $vibrant-green;
2733 padding: 20px 20px 20px 40px;
2734 font: 500 20px/24px Helvetica, Arial, sans-serif;
2735 white-space: nowrap;
2737 background: $vibrant-green;
2741 display: inline-block;
2748 margin-bottom: 10px;
2755 vertical-align: middle;
2756 background: 40px 40px image-url('about/sprite.png') no-repeat;
2760 background-position: 0px 0px;
2764 background-position: 0px -40px;
2768 background-position: 0px -80px;
2772 background-position: 0px -120px;
2776 background-position: 0px -160px;
2780 background-position: -45px -160px;
2787 @media only screen and (max-width:960px) {
2788 .header-illustration.new-user-arm {
2794 background: $lightgrey;
2798 .report-related-block {
2799 display:inline-block;
2813 padding-left: $lineheight;
2828 white-space: nowrap;
2832 .report-disclaimer {
2834 padding-left: $lineheight;