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 [dir=rtl] { /* no-r2 */ text-align: right; }
155 [dir=ltr] { /* no-r2 */ text-align: left; }
157 /* Rules for icons */
160 display: inline-block;
164 background: transparent image-url("sprite.png") no-repeat 0 0;
165 background-image: image-url("sprite.svg");
166 text-indent: -9999px;
170 .icon.search { /* no-r2 */ background-position: 0 0; }
171 .icon.donate { /* no-r2 */ background-position: -20px 0; }
172 .icon.zoomin { /* no-r2 */ background-position: -40px 0; }
173 .icon.zoomout { /* no-r2 */ background-position: -60px 0; }
174 .icon.geolocate { /* no-r2 */ background-position: -80px 0; }
175 .active .icon.geolocate { /* no-r2 */ background-position: -80px -20px; }
176 .icon.layers { /* no-r2 */ background-position: -100px 0; }
177 .icon.key { /* no-r2 */ background-position: -120px 0; }
178 .icon.share { /* no-r2 */ background-position: -140px 0; }
179 .icon.clipboard { /* no-r2 */ background-position: -160px 0; }
180 .icon.link { /* no-r2 */ background-position: -180px 0; }
181 .icon.close { /* no-r2 */ background-position: -200px 0; }
182 .close-wrap:hover .icon.close,
183 .icon.close:hover { /* no-r2 */ background-position: -200px -20px; }
184 .icon.check { /* no-r2 */ background-position: -220px 0; }
185 .icon.note { /* no-r2 */ background-position: -240px 0; }
186 .icon.note.grey { /* no-r2 */ background-position: -240px -20px; }
187 .icon.query { /* no-r2 */ background-position: -260px 0; }
189 /* Rules for links */
193 text-decoration: none;
194 -webkit-appearance: none;
197 text-decoration: underline;
201 /* Rules for horizontal lines */
205 background-color: #ccc;
210 /* General styles for tables */
214 margin-bottom: $lineheight;
217 padding: $lineheight/4;
218 line-height: $lineheight;
225 vertical-align: middle;
229 /* Utility for de-emphasizing content */
238 /* Rules for the header */
241 display: none !important;
243 background: image-url("menu-icon.png") no-repeat;
244 background-size: 30px 30px;
248 margin: 14px 10px 0 0;
253 height: $headerHeight;
258 h1, nav, nav > ul, nav > ul > li, .dropdown {
259 display: inline-block;
264 padding: $lineheight/2;
272 text-decoration: none;
279 vertical-align: middle;
294 $border: 1px solid $green;
297 border-radius: $border-radius;
300 border-right: $border;
305 > a:hover { background: lighten($green, 30%); }
306 &.current > a:hover { background: $green; }
307 &.disabled > a:hover { background: lighten($green, 38%); }
309 > a.tab { border-right: 1px solid lighten($green, 30%); }
310 &.current > a.tab { border-right: 1px solid lighten($green, 10%); }
317 display: inline-block;
328 border-top-color: $green;
337 border-top-color: #ccc;
342 background-color: $green;
349 border-top-color: #fff;
359 vertical-align: middle;
360 a, .dropdown-toggle {
361 display: inline-block;
362 text-decoration: none;
366 &:hover { color: darken($darkgrey, 25%); }
371 color: darken($darkgrey, 25%);
375 $border: 1px solid $grey;
377 border-radius: $border-radius;
381 border-right: $border;
387 border-radius: 0 $border-radius $border-radius 0;
390 &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
391 &:hover a { background: lighten($darkgrey, 30%); }
403 padding: 5px 10px 3px 6px;
404 display: inline-block;
407 &:hover > .user-button { color: darken($darkgrey, 5%); }
412 border-top-color: $grey;
416 img.user_thumbnail_tiny {
425 display: inline-block;
428 margin: 3px 0 3px 3px;
429 background-color: lighten($grey, 10%);
437 border-radius: 3px 0 3px 3px;
447 #compact-secondary-nav {
452 &:hover { color: #fff; }
457 #compact-secondary-nav {
458 display: inline-block;
465 /* Utility for styling notification numbers */
468 padding: 2px $lineheight/4;
470 background: lighten($green, 30%);
476 /* Rules for the message shown in place of the map when javascript is disabled */
484 /* Rules for Leaflet maps */
486 .leaflet-control .control-button {
490 background-color: #333;
491 background-color: rgba(0,0,0,.6);
492 border-radius: 4px 0 0 4px;
497 background-color: black;
502 background-color: #333;
503 background-color: rgba(0,0,0,.5);
508 background-color: #9ed485;
516 .leaflet-control .zoomin,
517 .control-layers .control-button {
519 border-radius: 4px 0 0 0;
522 .leaflet-control .zoomout,
523 .control-key .control-button {
528 .control-locate .control-button,
529 .control-share .control-button {
530 border-radius: 0 0 0 4px;
533 /* Rules for the sidebar and main map area */
553 width: $sidebarWidth;
569 padding: $lineheight $lineheight $lineheight/2;
573 margin-top: $lineheight;
574 margin-bottom: $lineheight/2;
587 pointer-events: none;
612 .overlay-sidebar #sidebar {
640 padding: $lineheight/2 $lineheight $lineheight;
654 border-right: 1px solid #fff;
664 width: $sidebarWidth;
680 .leaflet-marker-draggable {
695 border-bottom: 1px solid #DDD;
705 border:1px solid #ddd;
710 border: 1px solid #ccc;
712 border-top-color: #ccc;
736 border: 2px solid #fff;
739 transition: border-color 0.08s ease-in;
746 border-bottom-right-radius: 3px;
750 text-stroke: 2px #fff;
751 background: rgba(255,255,255,.9);
753 input[type="radio"] {
758 &.active { border-color: darken($green, 10%); }
761 &.active { border-color: darken($green, 20%); }
771 li.disabled { color: #999; }
781 text-decoration: none;
782 background-color: $lightblue;
784 border-right: 1px solid #fff;
788 border-right: 1px solid #fff;
789 border-radius: 4px 0 0 4px;
793 border-radius: 0 4px 4px 0;
797 background-color: $blue;
809 font-family: monospace;
831 top: $lineheight/2 !important;
833 margin-right: 0px !important;
834 margin-top: 0px !important;
838 .leaflet-popup-scrolled {
839 padding-right: $lineheight;
840 border-bottom: 0px !important;
841 border-top: 0px !important;
844 .leaflet-popup-content-wrapper {
845 border-radius: 4px !important;
848 /* Rules for attribution text under the main map shown on printouts */
858 .attribution_license,
859 .attribution_project {
863 .attribution_notice {
867 .donate-attr { color: darken($green, 10%) !important; }
869 /* Rules for the sidebar */
873 padding: $lineheight/2 $lineheight;
874 // background: $offwhite;
875 // border-bottom: 1px solid #ccc;
885 padding: $lineheight;
899 margin: $lineheight auto;
911 /* Rules for the search and direction forms */
913 header .search_forms,
921 padding: $lineheight/2;
922 background-color: $lightgrey;
927 border-radius: 2px 0 0 2px;
933 transition: 300ms linear;
936 input[type=text].overflow {
942 box-shadow: 0px 0px 7px #9ED485;
945 input[type=submit].float {
949 border-radius: 0 2px 2px 0;
953 background-color: rgba($red, 0.4);
957 /* this next line is to polyfill the vertical alignment of text within a select element,
958 * which is different between firefox and chrome. */
995 select.routing_engines {
997 margin: 0px 0px 5px 25px;
1012 margin: 0px 0px 5px 0px;
1019 vertical-align: middle;
1023 a.reverse_directions {
1025 margin: 0px 0px 5px 25px;
1029 /* Rules for the map key which appears in the popout sidebar */
1032 .mapkey-table-key img {
1038 padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
1042 /* Rules for search sidebar */
1044 #sidebar .search_results_entry {
1046 border-bottom: $keyline;
1048 &:first-child { border-top: $keyline; }
1049 &.selected { background: $list-highlight; }
1052 .search_more .loader {
1058 .search_results_error {
1063 /* Rules for routing */
1065 #sidebar_content>table {
1066 padding: 5px 20px 10px 15px;
1068 border-collapse: separate;
1072 background-image: image-url('routing-sprite.png');
1075 background-repeat: no-repeat;
1077 @for $i from 0 through 25 {
1078 div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
1082 padding: 0 $lineheight $lineheight/4;
1085 td.instruction, td.distance {
1086 padding-top: $lineheight/5;
1087 padding-bottom: $lineheight/5;
1088 border-bottom: 1px solid #DDD;
1099 background: $list-highlight;
1101 .routing_engines, #route_from, #route_to { margin-left: 25px; }
1102 .routing_marker { width: 15px; position: absolute; cursor: move; }
1104 /* Rules for entity history */
1109 border-bottom: $keyline;
1117 /* Rules for the history sidebar */
1119 #sidebar .changesets {
1122 border-bottom: 1px solid #ddd;
1125 &.selected { background: $list-highlight; }
1126 /* color is derived from changeset bbox fillColor in history.js */
1145 .changeset_more .loader {
1151 /* Rules for the browse sidebar */
1155 padding: $lineheight/2 $lineheight;
1156 border-bottom: 1px solid #ddd;
1160 word-wrap: break-word;
1164 .browse-section:last-of-type {
1165 border-bottom: none;
1171 border: 1px solid #eee;
1180 margin-bottom: 10px;
1183 padding: 5px 0 5px 10px;
1185 border: 1px solid #CCC;
1186 border-radius: 4px 4px 0 0;
1187 background-color: #F6F6F6;
1193 background-color: #FFF;
1194 border: 1px solid #CCC;
1196 border-radius: 0 0 4px 4px;
1201 background-color: #F6F6F6;
1202 border: 1px solid #ddd;
1205 table-layout: fixed;
1206 border-collapse: separate;
1209 border-bottom: 1px solid #ddd;
1212 tr:last-child th, tr:last-child td {
1220 word-wrap: break-word;
1221 white-space: pre-wrap;
1226 background-color: #F6F6F6;
1230 border-left: 1px solid #ddd;
1231 background-color: #fff;
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 #ddd;
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"] {
1325 border: 1px solid #ccc;
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 #ccc;
1483 margin-bottom: $lineheight;
1487 /* Rules for the trace list shown by the traces tab etc */
1490 font-size: $lineheight/2;
1507 .trace_identifiable {
1520 /* Rules for the trace view */
1532 /* Rules for the new trace form */
1537 width: calc(100% - 150px);
1542 /* Rules for the edit trace form */
1551 width: calc(100% - 150px);
1556 /* Rules for the user profile page */
1561 .userinformation-inner {
1576 .admin-user-info small {
1577 margin-bottom: $lineheight/2;
1579 margin-right: $lineheight;
1584 border-bottom: 1px solid #ccc;
1585 padding-bottom: $lineheight;
1588 margin-bottom: $lineheight/2;
1593 margin-top: $lineheight;
1597 .activity-details p {
1602 #friends-container .contact-activity ul {
1607 // Silly exception; remove when user page is redesigned.
1611 p#no_home_location {
1612 margin: $lineheight;
1615 margin-top: $lineheight/4;
1620 /* Rules for the user map */
1622 .content_map .leaflet-popup-content {
1623 margin: $lineheight/2;
1627 /* Rules for user popups on maps */
1633 margin-top: 0 0 0 60px;
1636 img.user_thumbnail {
1638 margin: 0 $lineheight/2 0 0;
1642 /* Rules for the user list */
1645 font-size: $lineheight/2;
1649 vertical-align: middle;
1658 #user_list_actions {
1660 margin-top: $lineheight/2;
1663 /* Rules for the diary list page */
1667 margin-top: $lineheight/2;
1668 padding-top: $lineheight;
1669 border-top: 1px solid #ccc;
1672 margin-bottom: $lineheight;
1676 margin-bottom: $lineheight/2;
1681 img.user_thumbnail {
1692 padding-top: $lineheight;
1695 /* Rules for the diary entry page */
1702 border: 1px solid #ccc;
1704 margin-bottom: $lineheight;
1707 border-top: 1px solid #ccc;
1708 padding-top: $lineheight;
1709 margin-top: $lineheight/2;
1715 margin-top: $lineheight/2;
1716 border-top: 1px dashed #ccc;
1717 padding-top: $lineheight/2;
1719 margin-top: $lineheight;
1720 padding-top: $lineheight;
1721 border-top: 1px solid #ccc;
1724 margin-bottom: $lineheight/2;
1733 .diary_entries-show img.user_thumbnail {
1738 .diary-subscribe-buttons {
1744 /* Rules for the log in page */
1746 #login_auth_buttons {
1750 #login_auth_buttons li {
1752 padding: $lineheight/4 $lineheight/2;
1755 /* Rules for the account confirmation page */
1759 border: 1px solid #ccc;
1760 padding: $lineheight;
1761 margin-bottom: $lineheight;
1766 list-style: inherit;
1770 list-style-type: lower-alpha;
1775 background: $lightblue;
1777 background: darken($lightblue, $hovercolor);
1782 /* Rules for the account settings page */
1784 #accountForm .user_map {
1788 border: 1px solid #ccc;
1791 #accountForm .user_image {
1795 #accountForm #user_image {
1799 #accountForm ul.accountImage-options {
1812 display: inline !important;
1815 .content_map.settings_map {
1820 /* Rules for the oauth settings page */
1822 .oauth_clients .buttons .oauth-edit {
1823 border-radius: 2px 0 0 2px;
1826 .oauth_clients .buttons .oauth-delete {
1827 border-radius: 0 2px 2px 0;
1830 /* Rules for the oauth authorization page */
1832 .oauth-authorize ul {
1836 /* Rules for messages pages */
1840 border: 1px solid #ddd;
1842 input[type="submit"] {
1846 border-top: 1px solid #ccc;
1850 background: #f8f8ff;
1863 padding: $lineheight/4;
1874 border-right: 1px solid $lightgrey;
1878 .inbox-row .inbox-mark-read {
1883 margin-bottom: $lineheight;
1884 padding: $lineheight/4 0px 4px 0px;
1885 border-bottom: 1px solid #ccc;
1892 .info-line .user_thumbnail_tiny {
1893 vertical-align: middle;
1897 white-space: nowrap;
1906 .inbox-row-unread .inbox-mark-unread {
1910 .messages-show .message-buttons {
1911 margin-top: $lineheight;
1912 margin-bottom: $lineheight * 1.5;
1913 padding-top: $lineheight;
1914 border-top: 1px solid $lightgrey;
1917 .messages-show .buttons .mark-unread-button {
1921 /* Rules for "flash" notice boxes shown at the top of the content area */
1924 padding: $lineheight;
1927 background-color: #ff7070;
1931 background-color: #ffe0cc;
1935 background-color: #CBEEA7;
1939 display: inline-block;
1940 margin-left: $lineheight / 2;
1941 vertical-align: middle;
1944 margin-top: $lineheight * 0.5;
1945 margin-bottom: $lineheight * 0.5;
1958 /* Rules for highlighting fields with rails validation errors */
1961 display: inline-block;
1967 background-color: #ff7070;
1970 /* Rules for rails validation error boxes */
1974 border: 2px solid #ff7070;
1975 padding: 0 $lineheight/2;
1976 margin-bottom: $lineheight;
1977 background-color: #f0f0f0;
1980 margin: 0 -10px 10px -10px;
1981 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1984 background-color: #c00;
1992 padding: $lineheight/4;
1996 padding-left: $lineheight;
2005 /* Rules for forms */
2009 margin-bottom: $lineheight;
2011 label.standard-label {
2013 margin-bottom: $lineheight/4;
2014 font-size: $typeheight;
2018 label.standard-label.secondary {
2019 display: inline-block;
2020 font-weight: normal;
2023 font-weight: normal;
2030 margin-top: $lineheight;
2031 padding-top: $lineheight;
2032 border-top: 1px solid $lightgrey;
2034 .horizontal-list .form-row {
2036 padding-right: 10px;
2039 margin-bottom: $lineheight/2;
2047 input[type="checkbox"],
2048 input[type="radio"] {
2054 #remember_me_openid {
2062 input[type="checkbox"],
2063 input[type="radio"] {
2068 input[type="email"],
2070 input[type="password"],
2073 background-color: #fff;
2074 border: 1px solid #ccc;
2079 &.field_with_errors {
2080 border: 2px solid #ff7070;
2089 /* Rules for user images */
2094 border: 1px solid #ccc;
2095 margin-bottom: $lineheight;
2097 margin-right: $lineheight;
2100 img.user_thumbnail {
2103 border: 1px solid #ccc;
2104 margin-right: $lineheight;
2107 img.user_thumbnail_tiny {
2112 border: 1px solid #ccc;
2115 /* Rules for geo microformats */
2118 border-bottom: none;
2121 /* Rules for RSS buttons */
2128 /* General styles for action lists / subnavs / pager navs */
2130 ul.secondary-actions {
2135 display: inline-block;
2142 border-left: 1px solid #ccc;
2143 padding-left: $lineheight/2;
2144 margin-right: $lineheight/2;
2155 div.secondary-actions {
2160 /* Utility for managing inner content areas */
2162 .inner22 { padding: $lineheight;}
2164 .inner12 { padding: $lineheight/2 $lineheight;}
2166 .inner11 { padding: $lineheight/2;}
2168 .inner20 { padding: $lineheight 0;}
2170 .inner02 { padding: 0 $lineheight;}
2172 /* Utility for general button styles */
2174 input[type="button"],
2175 input[type="submit"],
2176 input[type="reset"],
2180 display: inline-block;
2181 padding: $lineheight/4 $lineheight/2;
2182 min-height: 20px + $lineheight/2;
2184 margin: 0 0 $lineheight/2 0;
2190 background: darken($blue, $hovercolor);
2191 text-decoration: none;
2194 background: $lightblue;
2196 background: darken($lightblue, $hovercolor);
2200 background: $lightgrey;
2202 background: $lightgrey;
2210 input[type="button"],
2211 input[type="submit"],
2212 input[type="reset"] {
2213 line-height: normal;
2222 input[type="submit"],
2223 input[type="button"],
2224 input[type="reset"],
2227 box-sizing: border-box;
2233 border-right:1px solid white;
2234 text-overflow: ellipsis;
2235 white-space: nowrap;
2239 .button:first-child,
2240 .button_to:first-child {
2241 border-radius:2px 0 0 2px;
2245 .button_to:last-child {
2246 border-radius:0 2px 2px 0;
2247 border-right-width: 0;
2251 .button_to:only-child,
2252 *[value="Hide"] + input:last-child,
2253 *[value="Hide"] + .button:last-child,
2254 *[value="Hide"] + .button_to:last-child {
2256 border-right-width: 0;
2258 /* if a 3-button set has a hidden middle button */
2259 *[value="Hide"] + input:nth-child(3),
2260 *[value="Hide"] + .button:nth-child(3),
2261 *[value="Hide"] + .button_to:nth-child(3) {
2262 border-radius:0 2px 2px 0;
2263 border-right-width: 0;
2265 /* if a 3-button set starts with a hidden button */
2266 *[value="Hide"] + input:nth-child(2):not(:last-child),
2267 *[value="Hide"] + .button:nth-child(2):not(:last-child),
2268 *[value="Hide"] + .button_to:nth-child(2):not(:last-child) {
2269 border-radius:2px 0 0 2px;
2270 border-right-width: 1px;
2274 /* Rules for doing distinct colour of alternate table rows */
2278 background: $offwhite;
2286 /* Rules for OpenID logo */
2289 vertical-align: text-bottom;
2293 /* Rules for rich text */
2298 padding-bottom: $lineheight/2;
2299 border-bottom: 1px dashed #cccccc;
2300 margin-bottom: $lineheight/2;
2312 font-size: $typeheight;
2317 background: #e8e8e8;
2323 background: #e8e8e8;
2325 white-space: pre-wrap;
2333 padding: $lineheight;
2334 background-color: $offwhite;
2341 border-left: $lineheight solid $offwhite;
2342 padding-left: $lineheight;
2348 padding-left: $lineheight;
2349 margin-bottom: $lineheight;
2350 margin-left: $lineheight;
2358 list-style: decimal;
2362 .diary_post .richtext {
2363 margin-top: $lineheight;
2366 .comments .richtext {
2371 /* Rules for rich text editors */
2373 input.richtext_title[type="text"] {
2375 width: calc(100% - 235px);
2377 @media only screen and (max-width:768px) {
2382 .richtext_container {
2383 margin-bottom: $lineheight;
2387 width: calc(100% - 235px);
2388 display: inline-block;
2389 vertical-align: top;
2391 @media only screen and (max-width:768px) {
2396 display: inline-block;
2397 padding: $lineheight;
2398 background-color: $offwhite;
2402 background-image: image-url("loading.gif");
2403 background-repeat: no-repeat;
2404 background-position: center;
2414 display: inline-block;
2415 vertical-align: top;
2417 background-color: #f8f8ff;
2418 padding: $lineheight/2;
2426 border-bottom: 1px solid #ccc;
2427 margin-bottom: $lineheight/4;
2428 padding-bottom: $lineheight/4;
2431 li h4, li span, li p {
2432 display: inline-block;
2433 vertical-align: top;
2444 margin-left: $lineheight/2;
2445 margin-bottom: $lineheight/4;
2446 white-space: nowrap;
2451 /* Rules for the user notes list */
2455 background-color: #eeeeee;
2467 /* Rules for the iD editor */
2474 /* Rules for dropdown menus */
2481 *margin-bottom: -3px;
2484 .dropdown-toggle:active,
2485 .open .dropdown-toggle {
2490 display: inline-block;
2493 vertical-align: top;
2494 border-top: 4px solid #000000;
2495 border-right: 4px solid transparent;
2496 border-left: 4px solid transparent;
2516 background-color: #ffffff;
2517 border: 1px solid #ccc;
2518 border-radius: 0 3px 3px;
2519 *border-right-width: 2px;
2520 *border-bottom-width: 2px;
2521 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2522 background-clip: padding-box;
2525 .dropdown-menu.pull-right {
2530 .dropdown-menu .divider {
2534 *margin: -5px 0 5px;
2536 background-color: #e5e5e5;
2537 border-bottom: 1px solid #ffffff;
2540 .dropdown-menu > li > a {
2544 font-weight: normal;
2547 white-space: nowrap;
2550 .dropdown-menu > li > a:hover,
2551 .dropdown-menu > li > a:focus,
2552 .dropdown-submenu:hover > a,
2553 .dropdown-submenu:focus > a {
2555 text-decoration: none;
2556 background-color: $green;
2559 .dropdown-menu > .active > a,
2560 .dropdown-menu > .active > a:hover,
2561 .dropdown-menu > .active > a:focus {
2563 text-decoration: none;
2564 background-color: $green;
2568 .dropdown-menu > .disabled > a,
2569 .dropdown-menu > .disabled > a:hover,
2570 .dropdown-menu > .disabled > a:focus {
2574 .dropdown-menu > .disabled > a:hover,
2575 .dropdown-menu > .disabled > a:focus {
2576 text-decoration: none;
2578 background-color: transparent;
2579 background-image: none;
2586 .open > .dropdown-menu {
2590 .dropdown-backdrop {
2599 /* Rules for the "Welcome" page */
2600 .site-welcome, .site-fixthemap {
2610 background-image: image-url("welcome-sprite.png");
2611 background-size: 500px 250px;
2617 padding-bottom: 20px;
2619 margin-bottom: 10px;
2631 /* no-r2 */ background-position: -50px 0;
2636 vertical-align: middle;
2640 /* no-r2 */ background-position: -100px 0;
2644 /* no-r2 */ background-position: -150px 0;
2648 /* no-r2 */ background-position: -200px 0;
2652 /* no-r2 */ background-position: -250px 0;
2656 /* no-r2 */ background-position: -300px 0;
2660 /* no-r2 */ background-position: -350px 0;
2669 text-decoration: none;
2674 background-color: $offwhite;
2678 background-color: #333;
2683 .site-about #content {
2684 //background-color: #000;
2685 background-color: #eee;
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);
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: #76c551;
2783 padding: 20px 20px 20px 40px;
2784 font: 500 20px/24px Helvetica, Arial, sans-serif;
2785 white-space: nowrap;
2787 background: #76c551;
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 {
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;