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;
557 padding: $lineheight $lineheight $lineheight/2;
562 margin-top: $lineheight;
563 margin-bottom: $lineheight/2;
576 pointer-events: none;
601 .overlay-sidebar #sidebar {
629 padding: $lineheight/2 $lineheight $lineheight;
643 border-right: 1px solid #fff;
653 width: $sidebarWidth;
669 .leaflet-marker-draggable {
684 border-bottom: 1px solid $grey;
694 border:1px solid $grey;
699 border: 1px solid $grey;
701 border-top-color: $grey;
725 border: 2px solid #fff;
728 transition: border-color 0.08s ease-in;
735 border-bottom-right-radius: 3px;
739 text-stroke: 2px #fff;
740 background: rgba(255,255,255,.9);
742 input[type="radio"] {
747 &.active { border-color: darken($green, 10%); }
750 &.active { border-color: darken($green, 20%); }
760 li.disabled { color: $darkgrey; }
770 text-decoration: none;
771 background-color: $lightblue;
773 border-right: 1px solid #fff;
777 border-right: 1px solid #fff;
778 border-radius: 4px 0 0 4px;
782 border-radius: 0 4px 4px 0;
786 background-color: $blue;
798 font-family: monospace;
820 top: $lineheight/2 !important;
822 margin-right: 0px !important;
823 margin-top: 0px !important;
827 .leaflet-popup-scrolled {
828 padding-right: $lineheight;
829 border-bottom: 0px !important;
830 border-top: 0px !important;
833 .leaflet-popup-content-wrapper {
834 border-radius: 4px !important;
837 /* Rules for attribution text under the main map shown on printouts */
847 .attribution_license,
848 .attribution_project {
852 .attribution_notice {
856 .donate-attr { color: darken($green, 10%) !important; }
858 /* Rules for the sidebar */
862 padding: $lineheight/2 $lineheight;
863 // background: $offwhite;
864 // border-bottom: 1px solid $grey;
874 padding: $lineheight;
888 margin: $lineheight auto;
900 /* Rules for the search and direction forms */
902 header .search_forms,
910 padding: $lineheight/2;
911 background-color: $lightgrey;
916 border-radius: 2px 0 0 2px;
922 transition: 300ms linear;
925 input[type=text].overflow {
931 box-shadow: 0px 0px 7px $vibrant-green;
934 input[type=submit].float {
938 border-radius: 0 2px 2px 0;
942 background-color: rgba($red, 0.4);
946 /* this next line is to polyfill the vertical alignment of text within a select element,
947 * which is different between firefox and chrome. */
984 select.routing_engines {
986 margin: 0px 0px 5px 25px;
1001 margin: 0px 0px 5px 0px;
1008 vertical-align: middle;
1012 a.reverse_directions {
1014 margin: 0px 0px 5px 25px;
1018 /* Rules for the map key which appears in the popout sidebar */
1021 .mapkey-table-key img {
1027 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
1031 /* Rules for search sidebar */
1033 #sidebar .search_results_entry {
1035 border-bottom: $keyline;
1037 &:first-child { border-top: $keyline; }
1038 &.selected { background: $list-highlight; }
1041 .search_more .loader {
1047 .search_results_error {
1052 /* Rules for routing */
1054 #sidebar_content>table {
1055 padding: 5px 20px 10px 15px;
1057 border-collapse: separate;
1061 background-image: image-url('routing-sprite.png');
1064 background-repeat: no-repeat;
1066 @for $i from 0 through 25 {
1067 div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
1071 padding: 0 $lineheight $lineheight/4;
1074 td.instruction, td.distance {
1075 padding-top: $lineheight/5;
1076 padding-bottom: $lineheight/5;
1077 border-bottom: 1px solid $grey;
1088 background: $list-highlight;
1090 .routing_engines, #route_from, #route_to { margin-left: 25px; }
1091 .routing_marker { width: 15px; position: absolute; cursor: move; }
1093 /* Rules for entity history */
1098 border-bottom: $keyline;
1106 /* Rules for the history sidebar */
1108 #sidebar .changesets {
1111 border-bottom: 1px solid $grey;
1114 &.selected { background: $list-highlight; }
1115 /* color is derived from changeset bbox fillColor in history.js */
1134 .changeset_more .loader {
1140 /* Rules for the browse sidebar */
1144 padding: $lineheight/2 $lineheight;
1145 border-bottom: 1px solid $grey;
1149 word-wrap: break-word;
1153 .browse-section:last-of-type {
1154 border-bottom: none;
1160 border: 1px solid $lightgrey;
1169 margin-bottom: 10px;
1172 padding: 5px 0 5px 10px;
1174 border: 1px solid $grey;
1175 border-radius: 4px 4px 0 0;
1176 background-color: #F6F6F6;
1182 background-color: #FFF;
1183 border: 1px solid $grey;
1185 border-radius: 0 0 4px 4px;
1190 background-color: #F6F6F6;
1191 border: 1px solid $grey;
1194 table-layout: fixed;
1195 border-collapse: separate;
1198 border-bottom: 1px solid $grey;
1201 tr:last-child th, tr:last-child td {
1209 word-wrap: break-word;
1210 white-space: pre-wrap;
1215 background-color: #F6F6F6;
1219 border-left: 1px solid $grey;
1220 background-color: #fff;
1223 .colour-preview-box {
1228 border: 1px solid rgba(0, 0, 0, .1);
1229 // add color via inline css on element: background-color: <tag value>;
1234 margin: 0 0 $lineheight/2 0;
1235 padding: 0 $lineheight/2;
1238 .note-comments li, .changeset-comments li {
1239 margin: $lineheight/2 0;
1242 margin: 10px 6px 0 6px;
1251 .subscribe-buttons {
1253 margin: 18px 10px 10px;
1257 .subscribe-buttons input {
1263 span.action-button:hover {
1265 text-decoration: underline;
1270 margin: 0 0 10px 10px;
1274 padding: $lineheight $lineheight $lineheight/2;
1281 padding: $lineheight $lineheight $lineheight/2;
1288 border-bottom: 1px solid $grey;
1295 background: $list-highlight;
1302 /* Rules for export sidebar */
1305 padding: $lineheight;
1307 .export_area_inputs,
1312 .export_area_inputs {
1313 margin-bottom: $lineheight/2;
1314 input[type="text"] {
1322 background: $lightgrey;
1323 border: 1px solid $grey;
1326 #maxlat { margin-top: -1px; }
1329 /* no-r2 */ margin-left: -1px;
1333 /* no-r2 */ margin-right: -1px;
1335 #minlat { margin-bottom: 0; }
1339 margin: $lineheight/4;
1343 margin-top: $lineheight;
1344 margin-bottom: $lineheight;
1348 padding-left: $lineheight/2;
1351 margin-bottom: 10px;
1356 /* Rules for the routing sidebar */
1365 /* Rules for edit pages */
1381 /* Rules for non-map content pages */
1384 background: $lightgrey;
1388 h1, h2, h3, p, ul, ol {
1389 margin-bottom: $lineheight;
1393 margin-top: $lineheight/2;
1401 padding: $lineheight;
1404 /* Overrides for pages that use new layout conventions */
1409 .content-body .content-inner {
1423 .content-heading .content-inner {
1428 .header-illustration {
1429 background-position: 0 0;
1430 background-repeat: no-repeat;
1438 background-image: image-url("sign-up-illustration.png");
1442 background-image: image-url("confirm-illustration.png");
1446 background-image: image-url("terms-illustration.png");
1454 background-image: image-url("sign-up-illustration-arm.png");
1459 [dir=rtl] .header-illustration {
1460 transform: scaleX(-1);
1463 #content.maximised {
1472 /* Rules for small maps in content areas */
1478 border: 1px solid $grey;
1479 margin-bottom: $lineheight;
1483 /* Rules for the trace list shown by the traces tab etc */
1486 font-size: $lineheight/2;
1503 .trace_identifiable {
1516 /* Rules for the trace view */
1528 /* Rules for the new trace form */
1533 width: calc(100% - 150px);
1538 /* Rules for the edit trace form */
1547 width: calc(100% - 150px);
1552 /* Rules for the user profile page */
1557 .userinformation-inner {
1572 .admin-user-info small {
1573 margin-bottom: $lineheight/2;
1575 margin-right: $lineheight;
1580 border-bottom: 1px solid $grey;
1581 padding-bottom: $lineheight;
1584 margin-bottom: $lineheight/2;
1589 margin-top: $lineheight;
1593 .activity-details p {
1598 #friends-container .contact-activity ul {
1603 // Silly exception; remove when user page is redesigned.
1607 p#no_home_location {
1608 margin: $lineheight;
1611 margin-top: $lineheight/4;
1616 /* Rules for the user map */
1618 .content_map .leaflet-popup-content {
1619 margin: $lineheight/2;
1623 /* Rules for user popups on maps */
1629 margin-top: 0 0 0 60px;
1632 img.user_thumbnail {
1634 margin: 0 $lineheight/2 0 0;
1638 /* Rules for the user list */
1641 font-size: $lineheight/2;
1645 vertical-align: middle;
1654 #user_list_actions {
1656 margin-top: $lineheight/2;
1659 /* Rules for the diary list page */
1663 padding-top: $lineheight;
1664 padding-bottom: $lineheight/2;
1665 border-top: 1px solid $grey;
1668 margin-top: $lineheight/2;
1672 background-color: #fee;
1676 margin-bottom: $lineheight;
1680 margin-bottom: $lineheight/2;
1684 img.user_thumbnail {
1695 padding-top: $lineheight;
1698 /* Rules for the diary entry page */
1705 border: 1px solid $grey;
1707 margin-bottom: $lineheight;
1710 border-top: 1px solid $grey;
1711 padding-top: $lineheight;
1712 margin-top: $lineheight/2;
1718 border-top: 1px dashed $grey;
1719 padding-top: $lineheight/2;
1720 padding-bottom: $lineheight/2;
1722 margin-top: $lineheight/2;
1723 padding-top: $lineheight;
1724 border-top: 1px solid $grey;
1727 background-color: #fee;
1730 margin-bottom: $lineheight/2;
1739 .diary_entries-show img.user_thumbnail {
1744 .diary-subscribe-buttons {
1750 /* Rules for the log in page */
1752 #login_auth_buttons {
1756 #login_auth_buttons li {
1758 padding: $lineheight/4 $lineheight/2;
1761 /* Rules for the account confirmation page */
1765 border: 1px solid $grey;
1766 padding: $lineheight;
1767 margin-bottom: $lineheight;
1772 list-style: inherit;
1776 list-style-type: lower-alpha;
1781 background: $lightblue;
1783 background: darken($lightblue, $hovercolor);
1788 /* Rules for the account settings page */
1790 #accountForm .user_map {
1794 border: 1px solid $grey;
1797 #accountForm .user_image {
1801 #accountForm #user_image {
1805 #accountForm ul.accountImage-options {
1818 display: inline !important;
1821 .content_map.settings_map {
1826 /* Rules for the oauth settings page */
1828 .oauth_clients .buttons .oauth-edit {
1829 border-radius: 2px 0 0 2px;
1832 .oauth_clients .buttons .oauth-delete {
1833 border-radius: 0 2px 2px 0;
1836 /* Rules for the oauth authorization page */
1838 .oauth-authorize ul {
1842 /* Rules for messages pages */
1846 border: 1px solid $grey;
1848 input[type="submit"] {
1852 border-top: 1px solid $grey;
1856 background: $offwhite;
1869 padding: $lineheight/4;
1880 border-right: 1px solid $lightgrey;
1884 .inbox-row .inbox-mark-read {
1889 margin-bottom: $lineheight;
1890 padding: $lineheight/4 0px 4px 0px;
1891 border-bottom: 1px solid $grey;
1898 .info-line .user_thumbnail_tiny {
1899 vertical-align: middle;
1903 white-space: nowrap;
1912 .inbox-row-unread .inbox-mark-unread {
1916 .messages-show .message-buttons {
1917 margin-top: $lineheight;
1918 margin-bottom: $lineheight * 1.5;
1919 padding-top: $lineheight;
1920 border-top: 1px solid $lightgrey;
1923 .messages-show .buttons .mark-unread-button {
1927 /* Rules for "flash" notice boxes shown at the top of the content area */
1930 padding: $lineheight;
1933 background-color: #ff7070;
1937 background-color: #ffe0cc;
1941 background-color: #CBEEA7;
1945 display: inline-block;
1946 margin-left: $lineheight / 2;
1947 vertical-align: middle;
1950 margin-top: $lineheight * 0.5;
1951 margin-bottom: $lineheight * 0.5;
1964 /* Rules for highlighting fields with rails validation errors */
1967 display: inline-block;
1973 background-color: #ff7070;
1976 /* Rules for rails validation error boxes */
1980 border: 2px solid #ff7070;
1981 padding: 0 $lineheight/2;
1982 margin-bottom: $lineheight;
1983 background-color: #f0f0f0;
1986 margin: 0 -10px 10px -10px;
1987 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1990 background-color: #c00;
1998 padding: $lineheight/4;
2002 padding-left: $lineheight;
2011 /* Rules for forms */
2015 margin-bottom: $lineheight;
2017 label.standard-label {
2019 margin-bottom: $lineheight/4;
2020 font-size: $typeheight;
2024 label.standard-label.secondary {
2025 display: inline-block;
2026 font-weight: normal;
2029 font-weight: normal;
2036 margin-top: $lineheight;
2037 padding-top: $lineheight;
2038 border-top: 1px solid $lightgrey;
2040 .horizontal-list .form-row {
2042 padding-right: 10px;
2045 margin-bottom: $lineheight/2;
2053 input[type="checkbox"],
2054 input[type="radio"] {
2060 #remember_me_openid {
2068 input[type="checkbox"],
2069 input[type="radio"] {
2074 input[type="email"],
2076 input[type="password"],
2079 background-color: #fff;
2080 border: 1px solid $grey;
2086 &.field_with_errors {
2087 border: 2px solid #ff7070;
2098 /* Rules for user images */
2103 border: 1px solid $grey;
2104 margin-bottom: $lineheight;
2106 margin-right: $lineheight;
2109 img.user_thumbnail {
2112 border: 1px solid $grey;
2113 margin-right: $lineheight;
2116 img.user_thumbnail_tiny {
2121 border: 1px solid $grey;
2124 /* Rules for geo microformats */
2127 border-bottom: none;
2130 /* Rules for RSS buttons */
2137 /* General styles for action lists / subnavs / pager navs */
2139 ul.secondary-actions {
2144 display: inline-block;
2151 border-left: 1px solid $grey;
2152 padding-left: $lineheight/2;
2153 margin-right: $lineheight/2;
2164 div.secondary-actions {
2169 /* Utility for managing inner content areas */
2171 .inner22 { padding: $lineheight;}
2173 .inner12 { padding: $lineheight/2 $lineheight;}
2175 .inner11 { padding: $lineheight/2;}
2177 .inner20 { padding: $lineheight 0;}
2179 .inner02 { padding: 0 $lineheight;}
2181 /* Utility for general button styles */
2183 input[type="button"],
2184 input[type="submit"],
2185 input[type="reset"],
2189 display: inline-block;
2190 padding: $lineheight/4 $lineheight/2;
2191 min-height: 20px + $lineheight/2;
2193 margin: 0 0 $lineheight/2 0;
2199 background: darken($blue, $hovercolor);
2200 text-decoration: none;
2203 background: $lightblue;
2205 background: darken($lightblue, $hovercolor);
2209 background: $lightgrey;
2211 background: $lightgrey;
2219 input[type="button"],
2220 input[type="submit"],
2221 input[type="reset"] {
2222 line-height: normal;
2231 input[type="submit"],
2232 input[type="button"],
2233 input[type="reset"],
2236 box-sizing: border-box;
2242 border-right:1px solid white;
2243 text-overflow: ellipsis;
2244 white-space: nowrap;
2248 .button:first-child,
2249 .button_to:first-child {
2250 border-radius:2px 0 0 2px;
2254 .button_to:last-child {
2255 border-radius:0 2px 2px 0;
2256 border-right-width: 0;
2260 .button_to:only-child,
2261 *[value="Hide"] + input:last-child,
2262 *[value="Hide"] + .button:last-child,
2263 *[value="Hide"] + .button_to:last-child {
2265 border-right-width: 0;
2267 /* if a 3-button set has a hidden middle button */
2268 *[value="Hide"] + input:nth-child(3),
2269 *[value="Hide"] + .button:nth-child(3),
2270 *[value="Hide"] + .button_to:nth-child(3) {
2271 border-radius:0 2px 2px 0;
2272 border-right-width: 0;
2274 /* if a 3-button set starts with a hidden button */
2275 *[value="Hide"] + input:nth-child(2):not(:last-child),
2276 *[value="Hide"] + .button:nth-child(2):not(:last-child),
2277 *[value="Hide"] + .button_to:nth-child(2):not(:last-child) {
2278 border-radius:2px 0 0 2px;
2279 border-right-width: 1px;
2283 /* Rules for doing distinct colour of alternate table rows */
2287 background: $offwhite;
2295 /* Rules for OpenID logo */
2298 vertical-align: text-bottom;
2302 /* Rules for rich text */
2307 padding-bottom: $lineheight/2;
2308 border-bottom: 1px dashed $grey;
2309 margin-bottom: $lineheight/2;
2314 background: $lightgrey;
2320 background: $lightgrey;
2322 white-space: pre-wrap;
2330 padding: $lineheight;
2331 background-color: $offwhite;
2338 border-left: $lineheight solid $offwhite;
2339 padding-left: $lineheight;
2345 padding-left: $lineheight;
2346 margin-bottom: $lineheight;
2347 margin-left: $lineheight;
2355 list-style: decimal;
2359 .diary_post .richtext {
2360 margin-top: $lineheight;
2363 .comments .richtext {
2368 /* Rules for rich text editors */
2370 input.richtext_title[type="text"] {
2372 width: calc(100% - 235px);
2374 @media only screen and (max-width:768px) {
2379 .richtext_container {
2380 margin-bottom: $lineheight;
2384 width: calc(100% - 235px);
2385 display: inline-block;
2386 vertical-align: top;
2388 @media only screen and (max-width:768px) {
2393 display: inline-block;
2394 padding: $lineheight;
2395 background-color: $offwhite;
2399 background-image: image-url("loading.gif");
2400 background-repeat: no-repeat;
2401 background-position: center;
2411 display: inline-block;
2412 vertical-align: top;
2414 background-color: $offwhite;
2415 padding: $lineheight/2;
2423 border-bottom: 1px solid $grey;
2424 margin-bottom: $lineheight/4;
2425 padding-bottom: $lineheight/4;
2428 li h4, li span, li p {
2429 display: inline-block;
2430 vertical-align: top;
2441 margin-left: $lineheight/2;
2442 margin-bottom: $lineheight/4;
2443 white-space: nowrap;
2448 /* Rules for the user notes list */
2452 background-color: $lightgrey;
2464 /* Rules for the iD editor */
2471 /* Rules for dropdown menus */
2478 *margin-bottom: -3px;
2481 .dropdown-toggle:active,
2482 .open .dropdown-toggle {
2487 display: inline-block;
2490 vertical-align: top;
2491 border-top: 4px solid #000000;
2492 border-right: 4px solid transparent;
2493 border-left: 4px solid transparent;
2513 background-color: #ffffff;
2514 border: 1px solid $grey;
2515 border-radius: 0 3px 3px;
2516 *border-right-width: 2px;
2517 *border-bottom-width: 2px;
2518 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2519 background-clip: padding-box;
2522 .dropdown-menu.pull-right {
2527 .dropdown-menu .divider {
2531 *margin: -5px 0 5px;
2533 background-color: $lightgrey;
2534 border-bottom: 1px solid #ffffff;
2537 .dropdown-menu > li > a {
2541 font-weight: normal;
2544 white-space: nowrap;
2547 .dropdown-menu > li > a:hover,
2548 .dropdown-menu > li > a:focus,
2549 .dropdown-submenu:hover > a,
2550 .dropdown-submenu:focus > a {
2552 text-decoration: none;
2553 background-color: $green;
2556 .dropdown-menu > .active > a,
2557 .dropdown-menu > .active > a:hover,
2558 .dropdown-menu > .active > a:focus {
2560 text-decoration: none;
2561 background-color: $green;
2565 .dropdown-menu > .disabled > a,
2566 .dropdown-menu > .disabled > a:hover,
2567 .dropdown-menu > .disabled > a:focus {
2571 .dropdown-menu > .disabled > a:hover,
2572 .dropdown-menu > .disabled > a:focus {
2573 text-decoration: none;
2575 background-color: transparent;
2576 background-image: none;
2583 .open > .dropdown-menu {
2587 .dropdown-backdrop {
2596 /* Rules for the "Welcome" page */
2597 .site-welcome, .site-fixthemap {
2607 background-image: image-url("welcome-sprite.png");
2608 background-size: 500px 250px;
2614 padding-bottom: 20px;
2616 margin-bottom: 10px;
2628 /* no-r2 */ background-position: -50px 0;
2633 vertical-align: middle;
2637 /* no-r2 */ background-position: -100px 0;
2641 /* no-r2 */ background-position: -150px 0;
2645 /* no-r2 */ background-position: -200px 0;
2649 /* no-r2 */ background-position: -250px 0;
2653 /* no-r2 */ background-position: -300px 0;
2657 /* no-r2 */ background-position: -350px 0;
2666 text-decoration: none;
2671 background-color: $offwhite;
2675 background-color: #333;
2680 .site-about #content {
2681 background-color: $lightgrey;
2682 background-position: 50% 50%;
2683 background-repeat: no-repeat;
2684 background-size: cover;
2685 background-attachment: fixed;
2689 font: 13px/20px Helvetica, Arial, sans-serif;
2694 text-shadow: #000 0px 1px 5px;
2702 white-space: nowrap;
2703 text-decoration: none;
2714 text-indent: -9999px;
2716 background: image-url('about/sprite.png') -120px 0px no-repeat;
2717 background-color: #000;
2718 background-color: rgba(0, 0, 0, 0.5);
2728 margin-bottom: 30px;
2731 .section:last-child {
2743 padding: 170px 40px 20px;
2745 background: rgba(0, 0, 0, .8);
2755 color: $vibrant-green;
2765 background-position: 0 50%;
2766 background-repeat: no-repeat;
2767 background-image: image-url('about/osm.png');
2768 background-size: cover;
2769 background-color: $vibrant-green;
2779 padding: 20px 20px 20px 40px;
2780 font: 500 20px/24px Helvetica, Arial, sans-serif;
2781 white-space: nowrap;
2783 background: $vibrant-green;
2787 display: inline-block;
2794 margin-bottom: 10px;
2801 vertical-align: middle;
2802 background: 40px 40px image-url('about/sprite.png') no-repeat;
2806 background-position: 0px 0px;
2810 background-position: 0px -40px;
2814 background-position: 0px -80px;
2818 background-position: 0px -120px;
2822 background-position: 0px -160px;
2826 background-position: -45px -160px;
2833 @media only screen and (max-width:960px) {
2834 .header-illustration.new-user-arm {
2840 background: $lightgrey;
2844 .report-related-block {
2845 display:inline-block;
2859 padding-left: $lineheight;
2874 white-space: nowrap;
2878 .report-disclaimer {
2879 background: #fff1f0;
2881 border-color: rgba(216, 80, 48, 0.3);
2883 margin-bottom: $lineheight;
2886 padding-left: $lineheight;