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, h1, h2, h3, h4, h5, h6, p, input {
15 fieldset,img { border: 0; }
17 legend { color: #000; }
20 vertical-align: super;
30 border-collapse: collapse;
34 li { list-style: none; }
39 body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; }
42 text-decoration: underline dotted;
50 /* Micro Clearfix | Details: http://nicolasgallagher.com/micro-clearfix-hack/ */
64 .col0 { float:left; width:04.1666%; }
65 .col1 { float:left; width:08.3333%; }
66 .col2 { float:left; width:16.6666%; }
67 .col3 { float:left; width:25.0000%; }
68 .col4 { float:left; width:33.3333%; }
69 .col5 { float:left; width:41.6666%; }
70 .col6 { float:left; width:50.0000%; }
71 .col7 { float:left; width:58.3333%; }
72 .col8 { float:left; width:66.6666%; }
73 .col9 { float:left; width:75.0000%; }
74 .col10 { float:left; width:83.3333%; }
75 .col11 { float:left; width:91.6666%; }
76 .col12 { width:100%; }
78 .margin0 { margin-left:04.1666%; }
79 .margin1 { margin-left:08.3333%; }
80 .margin2 { margin-left:16.6666%; }
81 .margin3 { margin-left:25.0000%; }
82 .margin4 { margin-left:33.3333%; }
83 .margin5 { margin-left:41.6666%; }
84 .margin6 { margin-left:50.0000%; }
85 .margin7 { margin-left:58.3333%; }
86 .margin8 { margin-left:66.6666%; }
87 .margin9 { margin-left:75.0000%; }
88 .margin10 { margin-left:83.3333%; }
89 .margin11 { margin-left:91.6666%; }
90 .margin12 { margin-left:100.0000%; }
92 .fillL { background-color: white; }
94 /* Default rules for the body of every page */
97 box-sizing: border-box;
101 font-family: 'Helvetica Neue',Arial,sans-serif;
102 font-size: $typeheight;
105 background-color: #fff;
121 #container { position: relative; }
125 margin: 0 0 $lineheight/2 0;
129 vertical-align: middle;
130 margin-right: $lineheight/4;
133 .red { color: $red; }
135 .piwik { border: 0; }
137 [dir=rtl] { /* no-r2 */ text-align: right; }
139 [dir=ltr] { /* no-r2 */ text-align: left; }
141 /* Rules for icons */
144 display: inline-block;
148 background: transparent image-url("sprite.png") no-repeat 0 0;
149 background-image: image-url("sprite.svg");
150 text-indent: -9999px;
154 .icon.search { /* no-r2 */ background-position: 0 0; }
155 .icon.donate { /* no-r2 */ background-position: -20px 0; }
156 .icon.zoomin { /* no-r2 */ background-position: -40px 0; }
157 .icon.zoomout { /* no-r2 */ background-position: -60px 0; }
158 .icon.geolocate { /* no-r2 */ background-position: -80px 0; }
159 .active .icon.geolocate { /* no-r2 */ background-position: -80px -20px; }
160 .icon.layers { /* no-r2 */ background-position: -100px 0; }
161 .icon.key { /* no-r2 */ background-position: -120px 0; }
162 .icon.share { /* no-r2 */ background-position: -140px 0; }
163 .icon.clipboard { /* no-r2 */ background-position: -160px 0; }
164 .icon.link { /* no-r2 */ background-position: -180px 0; }
165 .icon.close { /* no-r2 */ background-position: -200px 0; }
166 .close-wrap:hover .icon.close,
167 .icon.close:hover { /* no-r2 */ background-position: -200px -20px; }
168 .icon.check { /* no-r2 */ background-position: -220px 0; }
169 .icon.note { /* no-r2 */ background-position: -240px 0; }
170 .icon.note.grey { /* no-r2 */ background-position: -240px -20px; }
171 .icon.query { /* no-r2 */ background-position: -260px 0; }
173 /* Rules for links */
177 text-decoration: none;
178 -webkit-appearance: none;
181 text-decoration: underline;
185 /* Rules for horizontal lines */
189 background-color: $grey;
194 /* General styles for tables */
198 margin-bottom: $lineheight;
201 padding: $lineheight/4;
202 line-height: $lineheight;
209 vertical-align: middle;
213 /* Utility for de-emphasizing content */
222 /* Rules for the header */
225 display: none !important;
227 background: image-url("menu-icon.png") no-repeat;
228 background-size: 30px 30px;
232 margin: 14px 10px 0 0;
237 height: $headerHeight;
242 h1, nav, nav > ul, nav > ul > li, .dropdown {
243 display: inline-block;
248 padding: $lineheight/2;
256 text-decoration: none;
263 vertical-align: middle;
285 $border: 1px solid $green;
288 border-radius: $border-radius;
291 border-right: $border;
296 > a:hover { background: lighten($green, 30%); }
297 &.current > a:hover { background: $green; }
298 &.disabled > a:hover { background: lighten($green, 38%); }
300 > a.tab { border-right: 1px solid lighten($green, 30%); }
301 &.current > a.tab { border-right: 1px solid lighten($green, 10%); }
308 display: inline-block;
319 border-top-color: $green;
328 border-top-color: $grey;
333 background-color: $green;
340 border-top-color: #fff;
350 vertical-align: middle;
351 a, .dropdown-toggle {
352 display: inline-block;
353 text-decoration: none;
357 &:hover { color: darken($darkgrey, 25%); }
362 color: darken($darkgrey, 25%);
366 $border: 1px solid $grey;
368 border-radius: $border-radius;
372 border-right: $border;
378 border-radius: 0 $border-radius $border-radius 0;
381 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
382 &:hover a { background: lighten($darkgrey, 30%); }
394 padding: 5px 10px 3px 6px;
395 display: inline-block;
398 &:hover > .user-button { color: darken($darkgrey, 5%); }
403 border-top-color: $grey;
407 img.user_thumbnail_tiny {
416 display: inline-block;
419 margin: 3px 0 3px 3px;
420 background-color: lighten($grey, 10%);
428 border-radius: 3px 0 3px 3px;
438 #compact-secondary-nav {
443 &:hover { color: #fff; }
448 #compact-secondary-nav {
449 display: inline-block;
456 /* Utility for styling notification numbers */
459 padding: 2px $lineheight/4;
461 background: lighten($green, 30%);
467 /* Rules for the message shown in place of the map when javascript is disabled */
475 /* Rules for Leaflet maps */
477 .leaflet-control .control-button {
481 background-color: #333;
482 background-color: rgba(0,0,0,.6);
483 border-radius: 4px 0 0 4px;
488 background-color: black;
493 background-color: #333;
494 background-color: rgba(0,0,0,.5);
499 background-color: $vibrant-green;
507 .leaflet-control .zoomin,
508 .control-layers .control-button {
510 border-radius: 4px 0 0 0;
513 .leaflet-control .zoomout,
514 .control-key .control-button {
519 .control-locate .control-button,
520 .control-share .control-button {
521 border-radius: 0 0 0 4px;
524 /* Rules for the sidebar and main map area */
544 width: $sidebarWidth;
560 padding: $lineheight $lineheight $lineheight/2;
564 margin-top: $lineheight;
565 margin-bottom: $lineheight/2;
578 pointer-events: none;
603 .overlay-sidebar #sidebar {
631 padding: $lineheight/2 $lineheight $lineheight;
645 border-right: 1px solid #fff;
655 width: $sidebarWidth;
671 .leaflet-marker-draggable {
686 border-bottom: 1px solid $grey;
696 border:1px solid $grey;
701 border: 1px solid $grey;
703 border-top-color: $grey;
727 border: 2px solid #fff;
730 transition: border-color 0.08s ease-in;
737 border-bottom-right-radius: 3px;
741 text-stroke: 2px #fff;
742 background: rgba(255,255,255,.9);
744 input[type="radio"] {
749 &.active { border-color: darken($green, 10%); }
752 &.active { border-color: darken($green, 20%); }
762 li.disabled { color: $darkgrey; }
772 text-decoration: none;
773 background-color: $lightblue;
775 border-right: 1px solid #fff;
779 border-right: 1px solid #fff;
780 border-radius: 4px 0 0 4px;
784 border-radius: 0 4px 4px 0;
788 background-color: $blue;
800 font-family: monospace;
822 top: $lineheight/2 !important;
824 margin-right: 0px !important;
825 margin-top: 0px !important;
829 .leaflet-popup-scrolled {
830 padding-right: $lineheight;
831 border-bottom: 0px !important;
832 border-top: 0px !important;
835 .leaflet-popup-content-wrapper {
836 border-radius: 4px !important;
839 /* Rules for attribution text under the main map shown on printouts */
849 .attribution_license,
850 .attribution_project {
854 .attribution_notice {
858 .donate-attr { color: darken($green, 10%) !important; }
860 /* Rules for the sidebar */
864 padding: $lineheight/2 $lineheight;
865 // background: $offwhite;
866 // border-bottom: 1px solid $grey;
876 padding: $lineheight;
890 margin: $lineheight auto;
902 /* Rules for the search and direction forms */
904 header .search_forms,
912 padding: $lineheight/2;
913 background-color: $lightgrey;
918 border-radius: 2px 0 0 2px;
924 transition: 300ms linear;
927 input[type=text].overflow {
933 box-shadow: 0px 0px 7px $vibrant-green;
936 input[type=submit].float {
940 border-radius: 0 2px 2px 0;
944 background-color: rgba($red, 0.4);
948 /* this next line is to polyfill the vertical alignment of text within a select element,
949 * which is different between firefox and chrome. */
986 select.routing_engines {
988 margin: 0px 0px 5px 25px;
1003 margin: 0px 0px 5px 0px;
1010 vertical-align: middle;
1014 a.reverse_directions {
1016 margin: 0px 0px 5px 25px;
1020 /* Rules for the map key which appears in the popout sidebar */
1023 .mapkey-table-key img {
1029 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
1033 /* Rules for search sidebar */
1035 #sidebar .search_results_entry {
1037 border-bottom: $keyline;
1039 &:first-child { border-top: $keyline; }
1040 &.selected { background: $list-highlight; }
1043 .search_more .loader {
1049 .search_results_error {
1054 /* Rules for routing */
1056 #sidebar_content>table {
1057 padding: 5px 20px 10px 15px;
1059 border-collapse: separate;
1063 background-image: image-url('routing-sprite.png');
1066 background-repeat: no-repeat;
1068 @for $i from 0 through 25 {
1069 div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
1073 padding: 0 $lineheight $lineheight/4;
1076 td.instruction, td.distance {
1077 padding-top: $lineheight/5;
1078 padding-bottom: $lineheight/5;
1079 border-bottom: 1px solid $grey;
1090 background: $list-highlight;
1092 .routing_engines, #route_from, #route_to { margin-left: 25px; }
1093 .routing_marker { width: 15px; position: absolute; cursor: move; }
1095 /* Rules for entity history */
1100 border-bottom: $keyline;
1108 /* Rules for the history sidebar */
1110 #sidebar .changesets {
1113 border-bottom: 1px solid $grey;
1116 &.selected { background: $list-highlight; }
1117 /* color is derived from changeset bbox fillColor in history.js */
1136 .changeset_more .loader {
1142 /* Rules for the browse sidebar */
1146 padding: $lineheight/2 $lineheight;
1147 border-bottom: 1px solid $grey;
1151 word-wrap: break-word;
1155 .browse-section:last-of-type {
1156 border-bottom: none;
1162 border: 1px solid $lightgrey;
1171 margin-bottom: 10px;
1174 padding: 5px 0 5px 10px;
1176 border: 1px solid $grey;
1177 border-radius: 4px 4px 0 0;
1178 background-color: #F6F6F6;
1184 background-color: #FFF;
1185 border: 1px solid $grey;
1187 border-radius: 0 0 4px 4px;
1192 background-color: #F6F6F6;
1193 border: 1px solid $grey;
1196 table-layout: fixed;
1197 border-collapse: separate;
1200 border-bottom: 1px solid $grey;
1203 tr:last-child th, tr:last-child td {
1211 word-wrap: break-word;
1212 white-space: pre-wrap;
1217 background-color: #F6F6F6;
1221 border-left: 1px solid $grey;
1222 background-color: #fff;
1225 .colour-preview-box {
1230 border: 1px solid rgba(0, 0, 0, .1);
1231 // add color via inline css on element: background-color: <tag value>;
1236 margin: 0 0 $lineheight/2 0;
1237 padding: 0 $lineheight/2;
1240 .note-comments li, .changeset-comments li {
1241 margin: $lineheight/2 0;
1244 margin: 10px 6px 0 6px;
1253 .subscribe-buttons {
1255 margin: 18px 10px 10px;
1259 .subscribe-buttons input {
1265 span.action-button:hover {
1267 text-decoration: underline;
1272 margin: 0 0 10px 10px;
1276 padding: $lineheight $lineheight $lineheight/2;
1283 padding: $lineheight $lineheight $lineheight/2;
1290 border-bottom: 1px solid $grey;
1297 background: $list-highlight;
1304 /* Rules for export sidebar */
1307 padding: $lineheight;
1309 .export_area_inputs,
1314 .export_area_inputs {
1315 margin-bottom: $lineheight/2;
1316 input[type="text"] {
1324 background: $lightgrey;
1325 border: 1px solid $grey;
1328 #maxlat { margin-top: -1px; }
1331 /* no-r2 */ margin-left: -1px;
1335 /* no-r2 */ margin-right: -1px;
1337 #minlat { margin-bottom: 0; }
1341 margin: $lineheight/4;
1345 margin-top: $lineheight;
1346 margin-bottom: $lineheight;
1350 padding-left: $lineheight/2;
1353 margin-bottom: 10px;
1358 /* Rules for the routing sidebar */
1367 /* Rules for edit pages */
1383 /* Rules for non-map content pages */
1386 background: $lightgrey;
1388 h1 { font-size: 22px; }
1392 h1, h2, h3, p, ul, ol {
1393 margin-bottom: $lineheight;
1397 margin-top: $lineheight/2;
1405 padding: $lineheight;
1408 /* Overrides for pages that use new layout conventions */
1413 .content-body .content-inner {
1427 .content-heading .content-inner {
1432 .header-illustration {
1433 background-position: 0 0;
1434 background-repeat: no-repeat;
1442 background-image: image-url("sign-up-illustration.png");
1446 background-image: image-url("confirm-illustration.png");
1450 background-image: image-url("terms-illustration.png");
1458 background-image: image-url("sign-up-illustration-arm.png");
1463 [dir=rtl] .header-illustration {
1464 transform: scaleX(-1);
1467 #content.maximised {
1476 /* Rules for small maps in content areas */
1482 border: 1px solid $grey;
1483 margin-bottom: $lineheight;
1487 /* Rules for the trace list shown by the traces tab etc */
1502 .trace_identifiable {
1515 /* 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 $grey;
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 */
1639 vertical-align: middle;
1648 #user_list_actions {
1650 margin-top: $lineheight/2;
1653 /* Rules for the diary list page */
1657 padding-top: $lineheight;
1658 padding-bottom: $lineheight/2;
1659 border-top: 1px solid $grey;
1662 margin-top: $lineheight/2;
1666 background-color: #fee;
1670 margin-bottom: $lineheight;
1674 margin-bottom: $lineheight/2;
1679 img.user_thumbnail {
1690 padding-top: $lineheight;
1693 /* Rules for the diary entry page */
1700 border: 1px solid $grey;
1702 margin-bottom: $lineheight;
1705 border-top: 1px solid $grey;
1706 padding-top: $lineheight;
1707 margin-top: $lineheight/2;
1713 border-top: 1px dashed $grey;
1714 padding-top: $lineheight/2;
1715 padding-bottom: $lineheight/2;
1717 margin-top: $lineheight/2;
1718 padding-top: $lineheight;
1719 border-top: 1px solid $grey;
1722 background-color: #fee;
1725 margin-bottom: $lineheight/2;
1734 .diary_entries-show img.user_thumbnail {
1739 .diary-subscribe-buttons {
1745 /* Rules for the log in page */
1747 #login_auth_buttons {
1751 #login_auth_buttons li {
1753 padding: $lineheight/4 $lineheight/2;
1756 /* Rules for the account confirmation page */
1760 border: 1px solid $grey;
1761 padding: $lineheight;
1762 margin-bottom: $lineheight;
1767 list-style: inherit;
1771 list-style-type: lower-alpha;
1776 background: $lightblue;
1778 background: darken($lightblue, $hovercolor);
1783 /* Rules for the account settings page */
1785 #accountForm .user_map {
1789 border: 1px solid $grey;
1792 #accountForm .user_image {
1796 #accountForm #user_image {
1800 #accountForm ul.accountImage-options {
1813 display: inline !important;
1816 .content_map.settings_map {
1821 /* Rules for the oauth settings page */
1823 .oauth_clients .buttons .oauth-edit {
1824 border-radius: 2px 0 0 2px;
1827 .oauth_clients .buttons .oauth-delete {
1828 border-radius: 0 2px 2px 0;
1831 /* Rules for the oauth authorization page */
1833 .oauth-authorize ul {
1837 /* Rules for messages pages */
1841 border: 1px solid $grey;
1843 input[type="submit"] {
1847 border-top: 1px solid $grey;
1851 background: $offwhite;
1864 padding: $lineheight/4;
1875 border-right: 1px solid $lightgrey;
1879 .inbox-row .inbox-mark-read {
1884 margin-bottom: $lineheight;
1885 padding: $lineheight/4 0px 4px 0px;
1886 border-bottom: 1px solid $grey;
1893 .info-line .user_thumbnail_tiny {
1894 vertical-align: middle;
1898 white-space: nowrap;
1907 .inbox-row-unread .inbox-mark-unread {
1911 .messages-show .message-buttons {
1912 margin-top: $lineheight;
1913 margin-bottom: $lineheight * 1.5;
1914 padding-top: $lineheight;
1915 border-top: 1px solid $lightgrey;
1918 .messages-show .buttons .mark-unread-button {
1922 /* Rules for "flash" notice boxes shown at the top of the content area */
1925 padding: $lineheight;
1928 background-color: #ff7070;
1932 background-color: #ffe0cc;
1936 background-color: #CBEEA7;
1940 display: inline-block;
1941 margin-left: $lineheight / 2;
1942 vertical-align: middle;
1945 margin-top: $lineheight * 0.5;
1946 margin-bottom: $lineheight * 0.5;
1959 /* Rules for highlighting fields with rails validation errors */
1962 display: inline-block;
1968 background-color: #ff7070;
1971 /* Rules for rails validation error boxes */
1975 border: 2px solid #ff7070;
1976 padding: 0 $lineheight/2;
1977 margin-bottom: $lineheight;
1978 background-color: #f0f0f0;
1981 margin: 0 -10px 10px -10px;
1982 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1985 background-color: #c00;
1993 padding: $lineheight/4;
1997 padding-left: $lineheight;
2006 /* Rules for forms */
2010 margin-bottom: $lineheight;
2012 label.standard-label {
2014 margin-bottom: $lineheight/4;
2015 font-size: $typeheight;
2019 label.standard-label.secondary {
2020 display: inline-block;
2021 font-weight: normal;
2024 font-weight: normal;
2031 margin-top: $lineheight;
2032 padding-top: $lineheight;
2033 border-top: 1px solid $lightgrey;
2035 .horizontal-list .form-row {
2037 padding-right: 10px;
2040 margin-bottom: $lineheight/2;
2048 input[type="checkbox"],
2049 input[type="radio"] {
2055 #remember_me_openid {
2063 input[type="checkbox"],
2064 input[type="radio"] {
2069 input[type="email"],
2071 input[type="password"],
2074 background-color: #fff;
2075 border: 1px solid $grey;
2080 &.field_with_errors {
2081 border: 2px solid #ff7070;
2090 /* Rules for user images */
2095 border: 1px solid $grey;
2096 margin-bottom: $lineheight;
2098 margin-right: $lineheight;
2101 img.user_thumbnail {
2104 border: 1px solid $grey;
2105 margin-right: $lineheight;
2108 img.user_thumbnail_tiny {
2113 border: 1px solid $grey;
2116 /* Rules for geo microformats */
2119 border-bottom: none;
2122 /* Rules for RSS buttons */
2129 /* General styles for action lists / subnavs / pager navs */
2131 ul.secondary-actions {
2136 display: inline-block;
2143 border-left: 1px solid $grey;
2144 padding-left: $lineheight/2;
2145 margin-right: $lineheight/2;
2156 div.secondary-actions {
2161 /* Utility for managing inner content areas */
2163 .inner22 { padding: $lineheight;}
2165 .inner12 { padding: $lineheight/2 $lineheight;}
2167 .inner11 { padding: $lineheight/2;}
2169 .inner20 { padding: $lineheight 0;}
2171 .inner02 { padding: 0 $lineheight;}
2173 /* Utility for general button styles */
2175 input[type="button"],
2176 input[type="submit"],
2177 input[type="reset"],
2181 display: inline-block;
2182 padding: $lineheight/4 $lineheight/2;
2183 min-height: 20px + $lineheight/2;
2185 margin: 0 0 $lineheight/2 0;
2191 background: darken($blue, $hovercolor);
2192 text-decoration: none;
2195 background: $lightblue;
2197 background: darken($lightblue, $hovercolor);
2201 background: $lightgrey;
2203 background: $lightgrey;
2211 input[type="button"],
2212 input[type="submit"],
2213 input[type="reset"] {
2214 line-height: normal;
2223 input[type="submit"],
2224 input[type="button"],
2225 input[type="reset"],
2228 box-sizing: border-box;
2234 border-right:1px solid white;
2235 text-overflow: ellipsis;
2236 white-space: nowrap;
2240 .button:first-child,
2241 .button_to:first-child {
2242 border-radius:2px 0 0 2px;
2246 .button_to:last-child {
2247 border-radius:0 2px 2px 0;
2248 border-right-width: 0;
2252 .button_to:only-child,
2253 *[value="Hide"] + input:last-child,
2254 *[value="Hide"] + .button:last-child,
2255 *[value="Hide"] + .button_to:last-child {
2257 border-right-width: 0;
2259 /* if a 3-button set has a hidden middle button */
2260 *[value="Hide"] + input:nth-child(3),
2261 *[value="Hide"] + .button:nth-child(3),
2262 *[value="Hide"] + .button_to:nth-child(3) {
2263 border-radius:0 2px 2px 0;
2264 border-right-width: 0;
2266 /* if a 3-button set starts with a hidden button */
2267 *[value="Hide"] + input:nth-child(2):not(:last-child),
2268 *[value="Hide"] + .button:nth-child(2):not(:last-child),
2269 *[value="Hide"] + .button_to:nth-child(2):not(:last-child) {
2270 border-radius:2px 0 0 2px;
2271 border-right-width: 1px;
2275 /* Rules for doing distinct colour of alternate table rows */
2279 background: $offwhite;
2287 /* Rules for OpenID logo */
2290 vertical-align: text-bottom;
2294 /* Rules for rich text */
2299 padding-bottom: $lineheight/2;
2300 border-bottom: 1px dashed $grey;
2301 margin-bottom: $lineheight/2;
2313 font-size: $typeheight;
2318 background: $lightgrey;
2324 background: $lightgrey;
2326 white-space: pre-wrap;
2334 padding: $lineheight;
2335 background-color: $offwhite;
2342 border-left: $lineheight solid $offwhite;
2343 padding-left: $lineheight;
2349 padding-left: $lineheight;
2350 margin-bottom: $lineheight;
2351 margin-left: $lineheight;
2359 list-style: decimal;
2363 .diary_post .richtext {
2364 margin-top: $lineheight;
2367 .comments .richtext {
2372 /* Rules for rich text editors */
2374 input.richtext_title[type="text"] {
2376 width: calc(100% - 235px);
2378 @media only screen and (max-width:768px) {
2383 .richtext_container {
2384 margin-bottom: $lineheight;
2388 width: calc(100% - 235px);
2389 display: inline-block;
2390 vertical-align: top;
2392 @media only screen and (max-width:768px) {
2397 display: inline-block;
2398 padding: $lineheight;
2399 background-color: $offwhite;
2403 background-image: image-url("loading.gif");
2404 background-repeat: no-repeat;
2405 background-position: center;
2415 display: inline-block;
2416 vertical-align: top;
2418 background-color: $offwhite;
2419 padding: $lineheight/2;
2427 border-bottom: 1px solid $grey;
2428 margin-bottom: $lineheight/4;
2429 padding-bottom: $lineheight/4;
2432 li h4, li span, li p {
2433 display: inline-block;
2434 vertical-align: top;
2445 margin-left: $lineheight/2;
2446 margin-bottom: $lineheight/4;
2447 white-space: nowrap;
2452 /* Rules for the user notes list */
2456 background-color: $lightgrey;
2468 /* Rules for the iD editor */
2475 /* Rules for dropdown menus */
2482 *margin-bottom: -3px;
2485 .dropdown-toggle:active,
2486 .open .dropdown-toggle {
2491 display: inline-block;
2494 vertical-align: top;
2495 border-top: 4px solid #000000;
2496 border-right: 4px solid transparent;
2497 border-left: 4px solid transparent;
2517 background-color: #ffffff;
2518 border: 1px solid $grey;
2519 border-radius: 0 3px 3px;
2520 *border-right-width: 2px;
2521 *border-bottom-width: 2px;
2522 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2523 background-clip: padding-box;
2526 .dropdown-menu.pull-right {
2531 .dropdown-menu .divider {
2535 *margin: -5px 0 5px;
2537 background-color: $lightgrey;
2538 border-bottom: 1px solid #ffffff;
2541 .dropdown-menu > li > a {
2545 font-weight: normal;
2548 white-space: nowrap;
2551 .dropdown-menu > li > a:hover,
2552 .dropdown-menu > li > a:focus,
2553 .dropdown-submenu:hover > a,
2554 .dropdown-submenu:focus > a {
2556 text-decoration: none;
2557 background-color: $green;
2560 .dropdown-menu > .active > a,
2561 .dropdown-menu > .active > a:hover,
2562 .dropdown-menu > .active > a:focus {
2564 text-decoration: none;
2565 background-color: $green;
2569 .dropdown-menu > .disabled > a,
2570 .dropdown-menu > .disabled > a:hover,
2571 .dropdown-menu > .disabled > a:focus {
2575 .dropdown-menu > .disabled > a:hover,
2576 .dropdown-menu > .disabled > a:focus {
2577 text-decoration: none;
2579 background-color: transparent;
2580 background-image: none;
2587 .open > .dropdown-menu {
2591 .dropdown-backdrop {
2600 /* Rules for the "Welcome" page */
2601 .site-welcome, .site-fixthemap {
2611 background-image: image-url("welcome-sprite.png");
2612 background-size: 500px 250px;
2618 padding-bottom: 20px;
2620 margin-bottom: 10px;
2632 /* no-r2 */ background-position: -50px 0;
2637 vertical-align: middle;
2641 /* no-r2 */ background-position: -100px 0;
2645 /* no-r2 */ background-position: -150px 0;
2649 /* no-r2 */ background-position: -200px 0;
2653 /* no-r2 */ background-position: -250px 0;
2657 /* no-r2 */ background-position: -300px 0;
2661 /* no-r2 */ background-position: -350px 0;
2670 text-decoration: none;
2675 background-color: $offwhite;
2679 background-color: #333;
2684 .site-about #content {
2685 background-color: $lightgrey;
2686 background-position: 50% 50%;
2687 background-repeat: no-repeat;
2688 background-size: cover;
2689 background-attachment: fixed;
2693 font: 13px/20px Helvetica, Arial, sans-serif;
2698 text-shadow: #000 0px 1px 5px;
2706 white-space: nowrap;
2707 text-decoration: none;
2718 text-indent: -9999px;
2720 background: image-url('about/sprite.png') -120px 0px no-repeat;
2721 background-color: #000;
2722 background-color: rgba(0, 0, 0, 0.5);
2732 margin-bottom: 30px;
2735 .section:last-child {
2747 padding: 170px 40px 20px;
2749 background: rgba(0, 0, 0, .8);
2759 color: $vibrant-green;
2769 background-position: 0 50%;
2770 background-repeat: no-repeat;
2771 background-image: image-url('about/osm.png');
2772 background-size: cover;
2773 background-color: $vibrant-green;
2783 padding: 20px 20px 20px 40px;
2784 font: 500 20px/24px Helvetica, Arial, sans-serif;
2785 white-space: nowrap;
2787 background: $vibrant-green;
2791 display: inline-block;
2798 margin-bottom: 10px;
2805 vertical-align: middle;
2806 background: 40px 40px image-url('about/sprite.png') no-repeat;
2810 background-position: 0px 0px;
2814 background-position: 0px -40px;
2818 background-position: 0px -80px;
2822 background-position: 0px -120px;
2826 background-position: 0px -160px;
2830 background-position: -45px -160px;
2837 @media only screen and (max-width:960px) {
2838 .header-illustration.new-user-arm {
2844 background: $lightgrey;
2848 .report-related-block {
2849 display:inline-block;
2863 padding-left: $lineheight;
2878 white-space: nowrap;
2882 .report-disclaimer {
2883 background: #fff1f0;
2885 border-color: rgba(216, 80, 48, 0.3);
2887 margin-bottom: $lineheight;
2890 padding-left: $lineheight;