1 /* Styles common to large and small screens */
3 /* Minimal CSS reset */
5 html, body, ul, ol, li, form, fieldset, legend, h1, h2, h3, h4, h5, h6, p {
12 fieldset,img { border: 0; }
14 legend { color: #000; }
16 sup { vertical-align: text-top; }
18 sub { vertical-align: text-bottom; }
21 border-collapse: collapse;
25 li { list-style: none; }
30 body { font: 14px/20px "Helvetica Neue",Arial,sans-serif; }
33 border-bottom: .1em dotted;
37 /* Micro Clearfix | Details: http://nicolasgallagher.com/micro-clearfix-hack/ */
49 /* Default rules for the body of every page */
52 -moz-box-sizing: border-box;
53 -webkit-box-sizing: border-box;
54 box-sizing: border-box;
58 font-family: 'Helvetica Neue',Arial,sans-serif;
62 background-color: #fff;
69 background-color: #f0f0f0;
129 vertical-align: middle;
133 /* Rules for links */
137 text-decoration: none;
139 text-decoration: underline;
143 /* Rules for horizontal lines */
147 background-color: #ccc;
152 /* General styles for tables */
167 vertical-align: middle;
171 /* Rules for the whole left sidebar, including the logo */
180 border-right: 1px solid #ccc;
183 /* Rules for the OpenStreetMap logo in the top left corner */
207 /* Rules for the site name */
213 /* Rules for the introductory text displayed in the left sidebar to new users */
223 .sidebar-copy.intro {
224 border-top: 1px solid #ccc;
228 * Rules for alert boxes shown in the left sidebar when important
229 * information needs to be conveyed such as when the site is
230 * undergoing maintenance.
235 border-top: 1px solid #ccc;
247 * Rules for notice boxes shown in the left sidebar when important, but
248 * non-critical information needs to be conveyed such as notices about
254 border-top: 1px solid #ccc;
264 /* Rules for the menu displayed in the left sidebar */
272 list-style-type: none;
273 border-bottom: 1px solid #ccc;
274 border-top: 1px solid #ccc;
287 list-style-type: none;
293 padding: 5px 0 5px 0;
298 .left_menu li:last-child h4 {
302 /* Rules for SOTM advert */
317 * Rules for "optional boxes" which appear in the left sidebar on
318 * certain pages. Current users are the seach box on the main page
319 * and the tag cloud on the traces pages.
329 /* Rules for the search box */
339 #search_field input[type="text"] {
345 padding: 2px 0px 2px 5px;
346 box-shadow: inset #DDD 0px 1px 3px;
349 #search_field input[type="text"]:focus {
351 border: 1px solid #000;
354 #search_field input[type="submit"] {
360 text-indent: -1000px;
362 background: image-url("sprite.png") 0 0 no-repeat;
373 /* Utility for de-emphasizing content */
382 /* Rules for donation request box */
388 border: 1px solid #AED1A0;
395 margin: 10px 10px 0px 10px;
399 text-decoration: none;
404 background: image-url("sprite.png") 0 -29px no-repeat;
408 /* Rules for Creative Commons logo button */
415 /* Rules for tabbed navigation bar */
421 border-bottom: 1px solid #ccc;
427 .site-index #top-bar,
428 .site-export #top-bar {
444 #tabnav a, #tabnav a:link, #tabnav a:visited {
448 text-decoration: none;
452 -webkit-transition: color 200ms ease-in;
453 -moz-transition: color 200ms ease-in;
454 -o-transition: color 200ms ease-in;
455 transition: color 200ms ease-in;
458 .site-index #tabnav a#viewanchor,
459 .site-edit #tabnav a#editanchor,
460 .changeset-list #tabnav a#historyanchor,
461 .site-export #tabnav a#exportanchor {
462 border-bottom: 1px solid #aaa;
467 #tabnav a:link:hover, #tabnav a:visited:hover {
468 text-decoration: underline;
471 #tabnav a:link.disabled,
472 #tabnav a:visited.disabled,
473 #tabnav a:link:hover.disabled,
474 #tabnav a:visited:hover.disabled {
479 #tabnav a:link.disabled:hover,
480 #tabnav a:visited.disabled:hover,
481 #tabnav a:link:hover.disabled:hover,
482 #tabnav a:visited:hover.disabled:hover {
483 text-decoration: none;
486 /* Utility for styling notification numbers */
497 /* Rules for greeting bar in the top right corner */
505 .greeting-bar-unread {
509 /* Rules for the message shown in place of the map when javascript is disabled */
518 /* Rules for Leaflet maps */
520 .leaflet-control-attribution {
524 text-decoration: none;
527 ul.secondary-actions {
537 .site-index .leaflet-top,
538 .site-export .leaflet-top {
539 top: 10px !important;
541 margin-top: 0px !important;
545 .site-index #map .olControlScaleLine,
546 .site-export #map .olControlScaleLine {
547 left: 10px !important;
550 .leaflet-popup-scrolled {
552 border-bottom: 0px !important;
553 border-top: 0px !important;
556 .leaflet-popup-content-wrapper {
557 border-radius: 4px !important;
558 -webkit-border-radius: 4px !important;
561 /* Rules for edit menu */
566 display: inline-block;
568 text-decoration: none !important;
576 background-color: #ffffff;
577 border: 1px solid #cccccc;
587 border-top: 1px solid #eee;
591 /* Rules for attribution text under the main map shown on printouts */
597 .attribution_license,
598 .attribution_project {
602 .attribution_notice {
606 /* Rules for the popout map sidebar */
615 border-right: 1px solid #ccc;
622 border-bottom: 1px solid #ccc;
652 padding: 0 20px 10px 20px;
655 border-bottom: 1px solid #ddd;
659 /* Rules for the map key which appears in the popout sidebar */
665 #mapkey .mapkey-table-key img {
672 padding: 0 5px 5px 5px;
675 /* Rules for search results which appear in the popout sidebar */
682 .search_results_entry {
691 .search_results_entry .search_searching {
698 ul.results-list li { border-bottom: 1px solid #ccc; }
700 .search_results_error {
704 /* Rules for data browser information which appears in the popout sidebar */
708 .browse_show_list.button {
733 /* Rules for export information which appears in the popout sidebar */
739 .export_area_inputs {
747 .export_details input[type="text"]#export_html_text {
751 #sidebar #marker_inputs li:last-child {
766 /* Rules for the main content area */
774 .site-index #content,
775 .site-export #content {
778 top: 30px; bottom: 0;
779 left: 184px; right: 0;
780 border-left: 1px solid #ccc;
785 border-left: 1px solid #ccc;
789 .site-edit #content {
806 #slim_container_content {
808 background-color: #FFFFFF;
812 -moz-border-radius: 25px;
813 border: 1px solid #e6e6e6;
834 vertical-align: middle;
856 /* Rules for small maps in content areas */
862 border: 1px solid #ccc;
867 .content_map #small_map {
873 /* Rules for the home page */
884 /* Rules for the edit page */
895 /* Rules for the changeset list shown by the history tab etc */
902 border-top: 1px solid #ccc;
904 border-bottom: 1px solid #ccc;
912 border-left: 1px solid #ccc;
918 #changeset_list_map_wrapper {
926 #changeset_list_map_wrapper.scrolled {
930 #changeset_list_map {
936 border: 1px solid #ccc;
939 #changeset_list_map_wrapper.scrolled #changeset_list_map {
943 /* Rules for the data browser */
946 border-top: 1px solid #ccc;
953 background-color: #ffe0cc;
962 display: inline-block;
972 display: inline-block;
983 text-overflow: ellipsis;
994 #browse_map .geolink {
998 #browse_map .secondary-actions {
1002 /* Rules for the trace list shown by the traces tab etc */
1010 #trace_list .trace_summary {
1015 #trace_list .trace_pending {
1019 #trace_list .trace_public {
1023 #trace_list .trace_identifiable {
1027 #trace_list .trace_trackable {
1031 #trace_list .trace_private {
1035 /* Rules for the user profile page */
1039 .userinformation-inner {
1054 .admin-user-info small {
1055 margin-bottom: 10px;
1062 border-bottom: 1px solid #ccc;
1063 padding-bottom: 20px;
1066 margin-bottom: 10px;
1075 .activity-details p {
1080 #friends-container .contact-activity ul {
1084 .user-view p#no_home_location {
1088 .user-view .user_thumbnail {
1093 /* Rules for the user map */
1095 .content_map .leaflet-popup-content {
1100 /* Rules for user popups on maps */
1108 padding-bottom: 5px;
1112 .user_popup img.user_thumbnail {
1117 /* Rules for user popups on maps */
1125 /* Rules for the user list */
1133 vertical-align: middle;
1141 #user_list_actions {
1146 /* Rules for the diary list page */
1148 .diary_entry-list img.user_thumbnail {
1157 border-top: 1px solid #ccc;
1172 ul.secondary-actions { display: inline-block;}
1175 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
1179 #content .post_heading {
1180 margin-bottom: 20px;
1183 margin-bottom: 10px;
1188 /* Rules for the diary entry page */
1195 border: 1px solid #ccc;
1197 margin-bottom: 20px;
1200 border-top: 1px solid #ccc;
1209 border-top: 1px dashed #ccc;
1214 border-top: 1px solid #ccc;
1217 margin-bottom: 10px;
1226 .diary_entry-view img.user_thumbnail {
1230 /* Rules for the login page */
1232 #login_openid_buttons li {
1237 /* Rules for the account confirmation page */
1239 div#contributorTerms {
1240 border: 1px solid #ccc;
1242 margin-bottom: 20px;
1247 div#contributorTerms p#last {
1251 div#contributorTerms ol {
1255 div#contributorTerms img {
1257 margin: 20px auto inherit auto;
1260 form#termsForm div#buttons {
1264 form#termsForm input#agree {
1268 div#slim_content form#termsForm {
1272 p#contributorGuidance {
1273 background-color: #f4f4ff;
1275 -moz-border-radius: 4px;
1280 /* Rules for the account settings page */
1287 padding-bottom: 10px;
1290 #accountForm .user_map {
1294 border: 1px solid #ccc;
1297 .accountImage-options {
1299 display: inline-block;
1311 display: inline !important;
1314 #accountForm input[type=submit] {
1318 .content_map.settings_map {
1323 /* Rules for message in/out box page */
1327 border: 1px solid #ddd;
1330 .messages tbody tr {
1331 border-top: 1px solid #ccc;
1334 .messages .inbox-row {
1335 background: #f8f8ff;
1338 .messages .inbox-row-unread {
1351 .inbox-row .inbox-mark-read {
1356 margin-bottom: 20px;
1357 padding: 5px 0px 4px 0px;
1358 border-bottom: 1px solid #ccc;
1362 .info-line form div {
1366 .info-line .user_thumbnail_tiny {
1367 vertical-align: middle;
1370 .inbox-row-unread .inbox-mark-unread {
1374 /* Rules for "flash" notice boxes shown at the top of the content area */
1379 background-color: #ff7070;
1382 background-color: #ffe0cc;
1385 background-color: #CBEEA7;
1389 /* Rules for highlighting fields with rails validation errors */
1391 .field_with_errors {
1393 background-color: #ff7070;
1397 /* Rules for rails validation error boxes */
1401 border: 2px solid #ff7070;
1403 margin-bottom: 20px;
1404 background-color: #f0f0f0;
1407 #errorExplanation h2 {
1409 padding: 5px 5px 5px 15px;
1412 background-color: #c00;
1417 #errorExplanation p {
1423 #errorExplanation ul li {
1428 /* Rules for forms */
1435 vertical-align: top;
1438 line-height: 1.6666;
1451 input[type="email"],
1453 input[type="password"],
1455 border: 1px solid #ccc;
1458 /* Rules for user images */
1463 border: 1px solid #ccc;
1464 margin-bottom: 20px;
1469 img.user_thumbnail {
1472 border: 1px solid #ccc;
1476 img.user_thumbnail_tiny {
1479 border: 1px solid #ccc;
1482 /* Rule for "nowrap" class that can be applied to anything to stop wrapping */
1485 white-space: nowrap;
1488 /* Rules for geo microformats */
1491 border-bottom: none;
1494 /* Rules for RSS buttons */
1501 /* General styles for action lists / subnavs / pager navs */
1503 ul.secondary-actions {
1508 display: inline-block;
1515 border-left: 1px solid #ccc;
1528 /* Utility for managing inner content areas */
1530 .inner22 { padding: 20px;}
1532 .inner12 { padding: 10px 20px;}
1534 .inner02 { padding: 0 20px;}
1536 /* Utility for general button styles */
1542 margin-bottom: 10px;
1544 background: #7092FF;
1547 -moz-border-radius: 2px;
1550 text-decoration: none;
1558 background-color: #cbeea7;
1560 background-color: #9ed485;
1564 /* Rules for doing distinct colour of alternate table rows */
1568 background: #F4F4FF;
1576 /* Rules for OpenID logo */
1579 vertical-align: text-bottom;
1583 /* Rules for rich text */
1587 padding-bottom: 10px;
1588 border-bottom: 1px dashed #cccccc;
1589 margin-bottom: 10px;
1606 background: #e8e8e8;
1612 background-color: #f4f4ff;
1619 border-left: 20px solid #f4f4ff;
1628 margin-bottom: 20px;
1637 list-style: decimal;
1641 .diary_post .richtext {
1645 .comments .richtext {
1650 /* Rules for rich text editors */
1652 .richtext_container {
1654 display: inline-block;
1655 vertical-align: top;
1658 display: inline-block;
1660 background-color: #f4f4ff;
1664 background-image: image-url("loading.gif");
1665 background-repeat: no-repeat;
1666 background-position: center;
1676 display: inline-block;
1677 vertical-align: top;
1679 background-color: #f8f8ff;
1689 border-bottom: 1px solid #ccc;
1691 padding-bottom: 5px;
1694 li h4, li span, li p {
1695 display: inline-block;
1696 vertical-align: top;
1709 white-space: nowrap;
1712 input.richtext_doedit,
1713 input.richtext_dopreview {
1719 /* Rules for the user notes list */
1723 background-color: #eeeeee;
1735 /* Rules for the notes interface */
1743 margin-bottom: 10px;
1756 background: image-url("sprite.png") 0 -45px no-repeat;
1764 .permalink:hover span {
1770 background-color: #ffe0cc;
1772 margin-bottom: 10px;
1797 * Rules for the iD editor
1804 /* Rules for rotating sidebar ads */
1810 border-bottom: 1px solid #ccc;