1 /* Styles common to large and small screens */
 
   3 /* Default rules for the body of every page */
 
   6   font-family: 'Helvetica Neue',Arial,sans-serif;
 
  10   background-color: #fff;
 
  16   background-color: #f0f0f0;
 
  23   text-decoration: none;
 
  27   text-decoration: underline;
 
  30 /* Rules for horizontal lines */
 
  34   background-color: #ccc;
 
  39 /* Default rules for headings */
 
  47 /* Rules for the whole left sidebar, including the logo */
 
  57 /* Rules for the OpenStreetMap logo in the top left corner */
 
  80 /* Rules for the site name */
 
  86 /* Rules for the introductory text displayed in the left sidebar to new users */
 
  89   border-top: 1px solid #ccc;
 
  97  * Rules for alert boxes shown in the left sidebar when important
 
  98  * information needs to be conveyed such as when the site is
 
  99  * undergoing maintenance.
 
 106   border: 1px solid #ccc;
 
 111   -moz-border-radius: 5px;
 
 115  * Rules for notice boxes shown in the left sidebar when important, but
 
 116  * non-critical information needs to be conveyed such as notices about
 
 124   border: 1px solid #ccc;
 
 129   -moz-border-radius: 5px;
 
 132 /* Rules for the menu displayed in the left sidebar */
 
 137   border-top: 1px solid #ccc;
 
 138   border-bottom: 1px solid #ccc;
 
 151   list-style-type: none;
 
 163 /* Rules for SOTM advert */
 
 175  * Rules for "optional boxes" which appear in the left sidebar on
 
 176  * certain pages. Current users are the seach box on the main page
 
 177  * and the tag cloud on the traces pages.
 
 183   border-top: 1px solid #ccc;
 
 191   vertical-align: bottom;
 
 194 /* Rules for the search box */
 
 198   vertical-align: bottom;
 
 212 #search_field input[type="text"] {
 
 216 #search_field input[type="submit"] {
 
 227 /* Rules for donation request box */
 
 233   border: 1px solid #ccc;
 
 239   -moz-border-radius: 5px;
 
 242 /* Rules for Creative Commons logo button */
 
 249 /* Rules for tabbed navigation bar */
 
 252   border-bottom: 1px solid #ccc;
 
 266   list-style-type: none;
 
 269 #tabnav a, #tabnav a:link, #tabnav a:visited {
 
 275   text-decoration: none;
 
 279 #tabnav a:link.active, #tabnav a:visited.active {
 
 280   border-bottom: 1px solid #aaa;
 
 285 #tabnav a:link:hover, #tabnav a:visited:hover {
 
 286   text-decoration:underline;
 
 289 #tabnav a:link.disabled,
 
 290 #tabnav a:visited.disabled,
 
 291 #tabnav a:link:hover.disabled,
 
 292 #tabnav a:visited:hover.disabled {
 
 296 /* Rules for greeting bar in the top right corner */
 
 305 .greeting-bar-unread {
 
 309 /* Rules for the message shown in place of the map when javascript is disabled */
 
 317 /* Rules for OpenLayers maps */
 
 324 .olControlAttribution {
 
 325   bottom: 15px !important;
 
 326   left: 0px !important;
 
 327   right: 0px !important;
 
 346 /* Rules for edit menu */
 
 352   background-color: #ffffff;
 
 353   border: 1px solid black;
 
 364   list-style-type: none;
 
 368 /* Rules for attribution text under the main map shown on printouts */
 
 374 .attribution_notice {
 
 378 /* Rules for the popout map sidebar */
 
 390 #sidebar #sidebar_content {
 
 401 #sidebar .sidebar_title {
 
 403   padding: 3px 6px 4px 6px;
 
 410 /* Rules for the map key which appears in the popout sidebar */
 
 418 #mapkey .mapkey-table {
 
 423 #mapkey .mapkey-table-key {
 
 426 #mapkey .mapkey-table-value {
 
 430 /* Rules for search results which appear in the popout sidebar */
 
 437 .search_results_heading {
 
 440   border-bottom: 1px solid #ccc;
 
 444 .search_results_entry {
 
 449 .search_results_error {
 
 451   padding: 2px 6px 0px;
 
 455 /* Rules for data browser information which appears in the popout sidebar */
 
 460   border: 1px solid #ccc;
 
 469 /* Rules for export information which appears in the popout sidebar */
 
 474   border-bottom: 1px solid #ccc;
 
 513 /* Rules for the main content area */
 
 524 #content.site_export {
 
 533 #slim_container_content {
 
 535   background-color: #FFFFFF;
 
 539   -moz-border-radius: 25px;
 
 540   border: 1px solid #e6e6e6;
 
 556   vertical-align: middle;
 
 560 /* Rules for the home page */
 
 578 /* Rules for the edit page */
 
 588 /* Rules for the changeset list shown by the history tab etc */
 
 590 #changeset_list_container {
 
 597   border-collapse: collapse;
 
 608 #changeset_list .date {
 
 612 #changeset_list .user {
 
 616 #changeset_list .area {
 
 620 #changeset_list .selected {
 
 621   background-color: rgb(255, 255, 160);
 
 622   background-color: rgba(255, 255, 85, 0.5);
 
 625 #changeset_list_map {
 
 631   border: solid 1px black;
 
 634 /* Rules for the data browser */
 
 641 table.browse_details th {
 
 649 #browse_map #small_map {
 
 652   border: solid 1px black;
 
 655 #browse_map .geolink {
 
 659 /* Rules for the trace list shown by the traces tab etc */
 
 663   border-collapse: collapse;
 
 667 #trace_list .trace_summary {
 
 672 #trace_list .trace_pending {
 
 676 #trace_list .trace_public {
 
 680 #trace_list .trace_identifiable {
 
 684 #trace_list .trace_trackable {
 
 688 #trace_list .trace_private {
 
 692 /* Rules for the user list */
 
 700   vertical-align: middle;
 
 712 /* Rules for the new diary entry page */
 
 714 .diary_entry div#map {
 
 718   border: 1px solid #ccc;
 
 722 /* Rules for the login page */
 
 728   -moz-border-radius: 15px;
 
 732   background-color: #f5f5ff;
 
 733   border: 1px solid #f3f3ff;
 
 735   -moz-border-radius: 15px;
 
 742 table#login_openid_buttons {
 
 743   padding-bottom: 10px;
 
 746 #login_openid_buttons td {
 
 753 #login_openid_buttons img {
 
 757 #login_signup form.button-to div {
 
 762 /* Rules for the account confirmation page */
 
 764 div#contributorTerms {
 
 765   border: 1px solid black;
 
 772 div#slim_content div#contributorTerms {
 
 776 div#contributorTerms p#first {
 
 780 div#contributorTerms p#last {
 
 784 div#contributorTerms ol {
 
 788 div#contributorTerms img {
 
 800 div#slim_content form#termsForm {
 
 804 p#contributorGuidance {
 
 805   background-color: #f5f5ff;
 
 806   border: 1px solid #f3f3ff;
 
 808   -moz-border-radius: 15px;
 
 812 /* Rules for the account settings page */
 
 815   padding-bottom: 10px;
 
 818 #accountForm .user_map {
 
 822   border: 1px solid #ccc;
 
 838   display: inline !important;
 
 841 #accountForm input[type=submit] {
 
 845 /* Rules for the user view */
 
 847 .user_view .user_map {
 
 851   border: 1px solid #ccc;
 
 854 .user_view .user_map p#no_home_location {
 
 863 /* Rules for the user map */
 
 865 .user_map .olControlPanZoomBar {
 
 869 .user_map .olControlPanZoom {
 
 873 /* Rules for user popups on maps */
 
 884 .user_popup img.user_thumbnail {
 
 888 /* Rules for message in/out box page */
 
 891   border: 1px solid #ccc;
 
 894 .inbox-row-unread .inbox-subject {
 
 898 /* Rules for "flash" notice boxes shown at the top of the content area */
 
 901   border: 1px solid red;
 
 903   background-color: #fff0f0;
 
 906   -moz-border-radius: 5px;
 
 910   border: 1px solid orange;
 
 912   background-color: #fff6f0;
 
 915   -moz-border-radius: 5px;
 
 919   border: 1px solid green;
 
 921   background-color: #f0fff0;
 
 924   -moz-border-radius: 5px;
 
 927 /* Rules for highlighting fields with rails validation errors */
 
 931   background-color: red;
 
 935 /* Rules for rails validation error boxes */
 
 939   border: 2px solid red;
 
 941   padding-bottom: 12px;
 
 943   background-color: #f0f0f0;
 
 946 #errorExplanation h2 {
 
 950   background-color: #c00;
 
 954 #errorExplanation p {
 
 960 #errorExplanation ul li {
 
 965 /* Rules for forms */
 
 981 input[type="password"],
 
 983   border: 1px solid #888;
 
 986 /* Rules for user images */
 
 991   border: 1px solid black;
 
 997   border: 1px solid black;
 
1000 /* Rule for "nowrap" class that can be applied to anything to stop wrapping */
 
1003   white-space: nowrap;
 
1006 /* Rules for geo microformats */
 
1009   border-bottom: none;
 
1012 /* Rules for RSS buttons */
 
1019 /* Rules for doing distinct colour of alternate table rows */
 
1022   background: #f6f6f6;
 
1029 /* Rules for OpenID logo */
 
1032   vertical-align: text-bottom;