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 */
1495 /* Rules for the new trace form */
1500 width: calc(100% - 150px);
1505 /* Rules for the edit trace form */
1514 width: calc(100% - 150px);
1519 /* Rules for the user profile page */
1524 .userinformation-inner {
1539 .admin-user-info small {
1540 margin-bottom: $lineheight/2;
1542 margin-right: $lineheight;
1547 border-bottom: 1px solid $grey;
1548 padding-bottom: $lineheight;
1551 margin-bottom: $lineheight/2;
1556 margin-top: $lineheight;
1560 .activity-details p {
1565 #friends-container .contact-activity ul {
1570 // Silly exception; remove when user page is redesigned.
1574 p#no_home_location {
1575 margin: $lineheight;
1578 margin-top: $lineheight/4;
1583 /* Rules for the user map */
1585 .content_map .leaflet-popup-content {
1586 margin: $lineheight/2;
1590 /* Rules for user popups on maps */
1596 margin-top: 0 0 0 60px;
1599 img.user_thumbnail {
1601 margin: 0 $lineheight/2 0 0;
1605 /* Rules for the user list */
1611 vertical-align: middle;
1620 #user_list_actions {
1622 margin-top: $lineheight/2;
1625 /* Rules for the diary list page */
1629 padding-top: $lineheight;
1630 padding-bottom: $lineheight/2;
1631 border-top: 1px solid $grey;
1634 margin-top: $lineheight/2;
1638 background-color: #fee;
1642 margin-bottom: $lineheight;
1646 margin-bottom: $lineheight/2;
1650 img.user_thumbnail {
1661 padding-top: $lineheight;
1664 /* Rules for the diary entry page */
1671 border: 1px solid $grey;
1673 margin-bottom: $lineheight;
1676 border-top: 1px solid $grey;
1677 padding-top: $lineheight;
1678 margin-top: $lineheight/2;
1684 border-top: 1px dashed $grey;
1685 padding-top: $lineheight/2;
1686 padding-bottom: $lineheight/2;
1688 margin-top: $lineheight/2;
1689 padding-top: $lineheight;
1690 border-top: 1px solid $grey;
1693 background-color: #fee;
1696 margin-bottom: $lineheight/2;
1705 .diary_entries-show img.user_thumbnail {
1710 .diary-subscribe-buttons {
1716 /* Rules for the log in page */
1718 #login_auth_buttons {
1722 #login_auth_buttons li {
1724 padding: $lineheight/4 $lineheight/2;
1727 /* Rules for the account confirmation page */
1731 border: 1px solid $grey;
1732 padding: $lineheight;
1733 margin-bottom: $lineheight;
1738 list-style: inherit;
1742 list-style-type: lower-alpha;
1747 background: $lightblue;
1749 background: darken($lightblue, $hovercolor);
1754 /* Rules for the account settings page */
1756 #accountForm .user_map {
1760 border: 1px solid $grey;
1763 #accountForm .user_image {
1767 #accountForm #user_image {
1771 #accountForm ul.accountImage-options {
1784 display: inline !important;
1787 .content_map.settings_map {
1792 /* Rules for the oauth settings page */
1794 .oauth_clients .buttons .oauth-edit {
1795 border-radius: 2px 0 0 2px;
1798 .oauth_clients .buttons .oauth-delete {
1799 border-radius: 0 2px 2px 0;
1802 /* Rules for the oauth authorization page */
1804 .oauth-authorize ul {
1808 /* Rules for messages pages */
1812 border: 1px solid $grey;
1814 input[type="submit"] {
1818 border-top: 1px solid $grey;
1822 background: $offwhite;
1835 padding: $lineheight/4;
1846 border-right: 1px solid $lightgrey;
1850 .inbox-row .inbox-mark-read {
1855 margin-bottom: $lineheight;
1856 padding: $lineheight/4 0px 4px 0px;
1857 border-bottom: 1px solid $grey;
1864 .info-line .user_thumbnail_tiny {
1865 vertical-align: middle;
1869 white-space: nowrap;
1878 .inbox-row-unread .inbox-mark-unread {
1882 .messages-show .message-buttons {
1883 margin-top: $lineheight;
1884 margin-bottom: $lineheight * 1.5;
1885 padding-top: $lineheight;
1886 border-top: 1px solid $lightgrey;
1889 .messages-show .buttons .mark-unread-button {
1893 /* Rules for "flash" notice boxes shown at the top of the content area */
1896 padding: $lineheight;
1899 background-color: #ff7070;
1903 background-color: #ffe0cc;
1907 background-color: #CBEEA7;
1911 display: inline-block;
1912 margin-left: $lineheight / 2;
1913 vertical-align: middle;
1916 margin-top: $lineheight * 0.5;
1917 margin-bottom: $lineheight * 0.5;
1930 /* Rules for highlighting fields with rails validation errors */
1933 display: inline-block;
1939 background-color: #ff7070;
1942 /* Rules for rails validation error boxes */
1946 border: 2px solid #ff7070;
1947 padding: 0 $lineheight/2;
1948 margin-bottom: $lineheight;
1949 background-color: #f0f0f0;
1952 margin: 0 -10px 10px -10px;
1953 padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
1956 background-color: #c00;
1964 padding: $lineheight/4;
1968 padding-left: $lineheight;
1977 /* Rules for forms */
1981 margin-bottom: $lineheight;
1983 label.standard-label {
1985 margin-bottom: $lineheight/4;
1986 font-size: $typeheight;
1990 label.standard-label.secondary {
1991 display: inline-block;
1992 font-weight: normal;
1995 font-weight: normal;
2002 margin-top: $lineheight;
2003 padding-top: $lineheight;
2004 border-top: 1px solid $lightgrey;
2006 .horizontal-list .form-row {
2008 padding-right: 10px;
2011 margin-bottom: $lineheight/2;
2019 input[type="checkbox"],
2020 input[type="radio"] {
2026 #remember_me_openid {
2034 input[type="checkbox"],
2035 input[type="radio"] {
2040 input[type="email"],
2042 input[type="password"],
2045 background-color: #fff;
2046 border: 1px solid $grey;
2052 &.field_with_errors {
2053 border: 2px solid #ff7070;
2064 /* Rules for user images */
2069 border: 1px solid $grey;
2070 margin-bottom: $lineheight;
2072 margin-right: $lineheight;
2075 img.user_thumbnail {
2078 border: 1px solid $grey;
2079 margin-right: $lineheight;
2082 img.user_thumbnail_tiny {
2087 border: 1px solid $grey;
2090 /* Rules for geo microformats */
2093 border-bottom: none;
2096 /* Rules for RSS buttons */
2103 /* General styles for action lists / subnavs / pager navs */
2105 ul.secondary-actions {
2110 display: inline-block;
2117 border-left: 1px solid $grey;
2118 padding-left: $lineheight/2;
2119 margin-right: $lineheight/2;
2130 div.secondary-actions {
2135 /* Utility for managing inner content areas */
2137 .inner22 { padding: $lineheight;}
2139 .inner12 { padding: $lineheight/2 $lineheight;}
2141 .inner11 { padding: $lineheight/2;}
2143 .inner20 { padding: $lineheight 0;}
2145 .inner02 { padding: 0 $lineheight;}
2147 /* Utility for general button styles */
2149 input[type="button"],
2150 input[type="submit"],
2151 input[type="reset"],
2155 display: inline-block;
2156 padding: $lineheight/4 $lineheight/2;
2157 min-height: 20px + $lineheight/2;
2159 margin: 0 0 $lineheight/2 0;
2165 background: darken($blue, $hovercolor);
2166 text-decoration: none;
2169 background: $lightblue;
2171 background: darken($lightblue, $hovercolor);
2175 background: $lightgrey;
2177 background: $lightgrey;
2185 input[type="button"],
2186 input[type="submit"],
2187 input[type="reset"] {
2188 line-height: normal;
2197 input[type="submit"],
2198 input[type="button"],
2199 input[type="reset"],
2202 box-sizing: border-box;
2208 border-right:1px solid white;
2209 text-overflow: ellipsis;
2210 white-space: nowrap;
2214 .button:first-child,
2215 .button_to:first-child {
2216 border-radius:2px 0 0 2px;
2220 .button_to:last-child {
2221 border-radius:0 2px 2px 0;
2222 border-right-width: 0;
2226 .button_to:only-child,
2227 *[value="Hide"] + input:last-child,
2228 *[value="Hide"] + .button:last-child,
2229 *[value="Hide"] + .button_to:last-child {
2231 border-right-width: 0;
2233 /* if a 3-button set has a hidden middle button */
2234 *[value="Hide"] + input:nth-child(3),
2235 *[value="Hide"] + .button:nth-child(3),
2236 *[value="Hide"] + .button_to:nth-child(3) {
2237 border-radius:0 2px 2px 0;
2238 border-right-width: 0;
2240 /* if a 3-button set starts with a hidden button */
2241 *[value="Hide"] + input:nth-child(2):not(:last-child),
2242 *[value="Hide"] + .button:nth-child(2):not(:last-child),
2243 *[value="Hide"] + .button_to:nth-child(2):not(:last-child) {
2244 border-radius:2px 0 0 2px;
2245 border-right-width: 1px;
2249 /* Rules for doing distinct colour of alternate table rows */
2253 background: $offwhite;
2261 /* Rules for OpenID logo */
2264 vertical-align: text-bottom;
2268 /* Rules for rich text */
2273 padding-bottom: $lineheight/2;
2274 border-bottom: 1px dashed $grey;
2275 margin-bottom: $lineheight/2;
2280 background: $lightgrey;
2286 background: $lightgrey;
2288 white-space: pre-wrap;
2296 padding: $lineheight;
2297 background-color: $offwhite;
2304 border-left: $lineheight solid $offwhite;
2305 padding-left: $lineheight;
2311 padding-left: $lineheight;
2312 margin-bottom: $lineheight;
2313 margin-left: $lineheight;
2321 list-style: decimal;
2325 .diary_post .richtext {
2326 margin-top: $lineheight;
2329 .comments .richtext {
2334 /* Rules for rich text editors */
2336 input.richtext_title[type="text"] {
2338 width: calc(100% - 235px);
2340 @media only screen and (max-width:768px) {
2345 .richtext_container {
2346 margin-bottom: $lineheight;
2350 width: calc(100% - 235px);
2351 display: inline-block;
2352 vertical-align: top;
2354 @media only screen and (max-width:768px) {
2359 display: inline-block;
2360 padding: $lineheight;
2361 background-color: $offwhite;
2365 background-image: image-url("loading.gif");
2366 background-repeat: no-repeat;
2367 background-position: center;
2377 display: inline-block;
2378 vertical-align: top;
2380 background-color: $offwhite;
2381 padding: $lineheight/2;
2389 border-bottom: 1px solid $grey;
2390 margin-bottom: $lineheight/4;
2391 padding-bottom: $lineheight/4;
2394 li h4, li span, li p {
2395 display: inline-block;
2396 vertical-align: top;
2407 margin-left: $lineheight/2;
2408 margin-bottom: $lineheight/4;
2409 white-space: nowrap;
2414 /* Rules for the user notes list */
2418 background-color: $lightgrey;
2430 /* Rules for the iD editor */
2437 /* Rules for dropdown menus */
2444 *margin-bottom: -3px;
2447 .dropdown-toggle:active,
2448 .open .dropdown-toggle {
2453 display: inline-block;
2456 vertical-align: top;
2457 border-top: 4px solid #000000;
2458 border-right: 4px solid transparent;
2459 border-left: 4px solid transparent;
2479 background-color: #ffffff;
2480 border: 1px solid $grey;
2481 border-radius: 0 3px 3px;
2482 *border-right-width: 2px;
2483 *border-bottom-width: 2px;
2484 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2485 background-clip: padding-box;
2488 .dropdown-menu.pull-right {
2493 .dropdown-menu .divider {
2497 *margin: -5px 0 5px;
2499 background-color: $lightgrey;
2500 border-bottom: 1px solid #ffffff;
2503 .dropdown-menu > li > a {
2507 font-weight: normal;
2510 white-space: nowrap;
2513 .dropdown-menu > li > a:hover,
2514 .dropdown-menu > li > a:focus,
2515 .dropdown-submenu:hover > a,
2516 .dropdown-submenu:focus > a {
2518 text-decoration: none;
2519 background-color: $green;
2522 .dropdown-menu > .active > a,
2523 .dropdown-menu > .active > a:hover,
2524 .dropdown-menu > .active > a:focus {
2526 text-decoration: none;
2527 background-color: $green;
2531 .dropdown-menu > .disabled > a,
2532 .dropdown-menu > .disabled > a:hover,
2533 .dropdown-menu > .disabled > a:focus {
2537 .dropdown-menu > .disabled > a:hover,
2538 .dropdown-menu > .disabled > a:focus {
2539 text-decoration: none;
2541 background-color: transparent;
2542 background-image: none;
2549 .open > .dropdown-menu {
2553 .dropdown-backdrop {
2562 /* Rules for the "Welcome" page */
2563 .site-welcome, .site-fixthemap {
2573 background-image: image-url("welcome-sprite.png");
2574 background-size: 500px 250px;
2580 padding-bottom: 20px;
2582 margin-bottom: 10px;
2594 /* no-r2 */ background-position: -50px 0;
2599 vertical-align: middle;
2603 /* no-r2 */ background-position: -100px 0;
2607 /* no-r2 */ background-position: -150px 0;
2611 /* no-r2 */ background-position: -200px 0;
2615 /* no-r2 */ background-position: -250px 0;
2619 /* no-r2 */ background-position: -300px 0;
2623 /* no-r2 */ background-position: -350px 0;
2632 text-decoration: none;
2637 background-color: $offwhite;
2641 background-color: #333;
2646 .site-about #content {
2647 background-color: $lightgrey;
2648 background-position: 50% 50%;
2649 background-repeat: no-repeat;
2650 background-size: cover;
2651 background-attachment: fixed;
2655 font: 13px/20px Helvetica, Arial, sans-serif;
2660 text-shadow: #000 0px 1px 5px;
2668 white-space: nowrap;
2669 text-decoration: none;
2680 text-indent: -9999px;
2682 background: image-url('about/sprite.png') -120px 0px no-repeat;
2683 background-color: #000;
2684 background-color: rgba(0, 0, 0, 0.5);
2694 margin-bottom: 30px;
2697 .section:last-child {
2709 padding: 170px 40px 20px;
2711 background: rgba(0, 0, 0, .8);
2721 color: $vibrant-green;
2731 background-position: 0 50%;
2732 background-repeat: no-repeat;
2733 background-image: image-url('about/osm.png');
2734 background-size: cover;
2735 background-color: $vibrant-green;
2745 padding: 20px 20px 20px 40px;
2746 font: 500 20px/24px Helvetica, Arial, sans-serif;
2747 white-space: nowrap;
2749 background: $vibrant-green;
2753 display: inline-block;
2760 margin-bottom: 10px;
2767 vertical-align: middle;
2768 background: 40px 40px image-url('about/sprite.png') no-repeat;
2772 background-position: 0px 0px;
2776 background-position: 0px -40px;
2780 background-position: 0px -80px;
2784 background-position: 0px -120px;
2788 background-position: 0px -160px;
2792 background-position: -45px -160px;
2799 @media only screen and (max-width:960px) {
2800 .header-illustration.new-user-arm {
2806 background: $lightgrey;
2810 .report-related-block {
2811 display:inline-block;
2825 padding-left: $lineheight;
2840 white-space: nowrap;
2844 .report-disclaimer {
2846 padding-left: $lineheight;