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;
 
  98  * Rules for alert boxes shown in the left sidebar when important
 
  99  * information needs to be conveyed such as when the site is
 
 100  * undergoing maintenance.
 
 104   padding: 0px 5px 0.1px 5px;
 
 105   border-top: 1px solid #ccc;
 
 119  * Rules for notice boxes shown in the left sidebar when important, but
 
 120  * non-critical information needs to be conveyed such as notices about
 
 125   padding: 0px 5px 0.1px 5px;
 
 126   border-top: 1px solid #ccc;
 
 138 /* Rules for the menu displayed in the left sidebar */
 
 143   border-top: 1px solid #ccc;
 
 144   border-bottom: 1px solid #ccc;
 
 157   list-style-type: none;
 
 166 .left_menu ul li ul {
 
 176 /* Rules for SOTM advert */
 
 188  * Rules for "optional boxes" which appear in the left sidebar on
 
 189  * certain pages. Current users are the seach box on the main page
 
 190  * and the tag cloud on the traces pages.
 
 196   border-top: 1px solid #ccc;
 
 204   vertical-align: bottom;
 
 207 /* Rules for the search box */
 
 211   vertical-align: bottom;
 
 225 #search_field input[type="text"] {
 
 229 #search_field input[type="submit"] {
 
 240 /* Rules for donation request box */
 
 246   border: 1px solid #ccc;
 
 252   -moz-border-radius: 5px;
 
 255 /* Rules for Creative Commons logo button */
 
 262 /* Rules for tabbed navigation bar */
 
 265   border-bottom: 1px solid #ccc;
 
 279   list-style-type: none;
 
 282 #tabnav a, #tabnav a:link, #tabnav a:visited {
 
 288   text-decoration: none;
 
 292 #tabnav a:link.active, #tabnav a:visited.active {
 
 293   border-bottom: 1px solid #aaa;
 
 298 #tabnav a:link:hover, #tabnav a:visited:hover {
 
 299   text-decoration:underline;
 
 302 #tabnav a:link.disabled,
 
 303 #tabnav a:visited.disabled,
 
 304 #tabnav a:link:hover.disabled,
 
 305 #tabnav a:visited:hover.disabled {
 
 310 #tabnav a:link.disabled:hover,
 
 311 #tabnav a:visited.disabled:hover,
 
 312 #tabnav a:link:hover.disabled:hover,
 
 313 #tabnav a:visited:hover.disabled:hover {
 
 314   text-decoration: none;
 
 317 /* Rules for greeting bar in the top right corner */
 
 326 .greeting-bar-unread {
 
 330 /* Rules for the message shown in place of the map when javascript is disabled */
 
 338 /* Rules for OpenLayers maps */
 
 345 .olControlAttribution {
 
 346   bottom: 15px !important;
 
 347   left: 0px !important;
 
 348   right: 0px !important;
 
 367 /* Rules for edit menu */
 
 373   background-color: #ffffff;
 
 374   border: 1px solid black;
 
 385   list-style-type: none;
 
 389 /* Rules for attribution text under the main map shown on printouts */
 
 395 .attribution_notice {
 
 399 /* Rules for the popout map sidebar */
 
 411 #sidebar #sidebar_content {
 
 422 #sidebar .sidebar_title {
 
 424   padding: 3px 6px 4px 6px;
 
 431 /* Rules for the map key which appears in the popout sidebar */
 
 439 #mapkey .mapkey-table {
 
 444 #mapkey .mapkey-table-key {
 
 447 #mapkey .mapkey-table-value {
 
 451 /* Rules for search results which appear in the popout sidebar */
 
 458 .search_results_heading {
 
 461   border-bottom: 1px solid #ccc;
 
 465 .search_results_entry {
 
 470 .search_results_error {
 
 472   padding: 2px 6px 0px;
 
 476 /* Rules for data browser information which appears in the popout sidebar */
 
 481   border: 1px solid #ccc;
 
 490 /* Rules for export information which appears in the popout sidebar */
 
 495   border-bottom: 1px solid #ccc;
 
 534 /* Rules for the main content area */
 
 545 #content.site_export {
 
 554 #slim_container_content {
 
 556   background-color: #FFFFFF;
 
 560   -moz-border-radius: 25px;
 
 561   border: 1px solid #e6e6e6;
 
 577   vertical-align: middle;
 
 581 /* Rules for the home page */
 
 599 /* Rules for the edit page */
 
 609 /* Rules for the changeset list shown by the history tab etc */
 
 611 #changeset_list_container {
 
 618   border-collapse: collapse;
 
 629 #changeset_list .date {
 
 633 #changeset_list .user {
 
 637 #changeset_list .area {
 
 641 #changeset_list .selected {
 
 642   background-color: rgb(255, 255, 160);
 
 643   background-color: rgba(255, 255, 85, 0.5);
 
 646 #changeset_list_map {
 
 652   border: solid 1px black;
 
 655 /* Rules for the data browser */
 
 662 table.browse_details th {
 
 670 #browse_map #small_map {
 
 673   border: solid 1px black;
 
 676 #browse_map .geolink {
 
 680 /* Rules for the trace list shown by the traces tab etc */
 
 684   border-collapse: collapse;
 
 688 #trace_list .trace_summary {
 
 693 #trace_list .trace_pending {
 
 697 #trace_list .trace_public {
 
 701 #trace_list .trace_identifiable {
 
 705 #trace_list .trace_trackable {
 
 709 #trace_list .trace_private {
 
 713 /* Rules for the user list */
 
 721   vertical-align: middle;
 
 733 /* Rules for the new diary entry page */
 
 735 .diary_entry div#map {
 
 739   border: 1px solid #ccc;
 
 743 /* Rules for the login page */
 
 749   -moz-border-radius: 15px;
 
 753   background-color: #f5f5ff;
 
 754   border: 1px solid #f3f3ff;
 
 756   -moz-border-radius: 15px;
 
 763 table#login_openid_buttons {
 
 764   padding-bottom: 10px;
 
 767 #login_openid_buttons td {
 
 774 #login_openid_buttons img {
 
 778 #login_signup form.button-to div {
 
 783 /* Rules for the account confirmation page */
 
 785 div#contributorTerms {
 
 786   border: 1px solid black;
 
 793 div#slim_content div#contributorTerms {
 
 797 div#contributorTerms p#first {
 
 801 div#contributorTerms p#last {
 
 805 div#contributorTerms ol {
 
 809 div#contributorTerms img {
 
 821 div#slim_content form#termsForm {
 
 825 p#contributorGuidance {
 
 826   background-color: #f5f5ff;
 
 827   border: 1px solid #f3f3ff;
 
 829   -moz-border-radius: 15px;
 
 833 /* Rules for the account settings page */
 
 836   padding-bottom: 10px;
 
 839 #accountForm .user_map {
 
 843   border: 1px solid #ccc;
 
 859   display: inline !important;
 
 862 #accountForm input[type=submit] {
 
 866 /* Rules for the user view */
 
 868 .user_view .user_map {
 
 872   border: 1px solid #ccc;
 
 875 .user_view .user_map p#no_home_location {
 
 884 /* Rules for the user map */
 
 886 .user_map .olControlPanZoomBar {
 
 890 .user_map .olControlPanZoom {
 
 894 /* Rules for user popups on maps */
 
 905 .user_popup img.user_thumbnail {
 
 909 /* Rules for message in/out box page */
 
 912   border: 1px solid #ccc;
 
 915 .inbox-row-unread .inbox-subject {
 
 919 /* Rules for "flash" notice boxes shown at the top of the content area */
 
 922   border: 1px solid red;
 
 924   background-color: #fff0f0;
 
 927   -moz-border-radius: 5px;
 
 931   border: 1px solid orange;
 
 933   background-color: #fff6f0;
 
 936   -moz-border-radius: 5px;
 
 940   border: 1px solid green;
 
 942   background-color: #f0fff0;
 
 945   -moz-border-radius: 5px;
 
 948 /* Rules for highlighting fields with rails validation errors */
 
 952   background-color: red;
 
 956 /* Rules for rails validation error boxes */
 
 960   border: 2px solid red;
 
 962   padding-bottom: 12px;
 
 964   background-color: #f0f0f0;
 
 967 #errorExplanation h2 {
 
 971   background-color: #c00;
 
 975 #errorExplanation p {
 
 981 #errorExplanation ul li {
 
 986 /* Rules for forms */
 
1000 input[type="email"],
 
1002 input[type="password"],
 
1004   border: 1px solid #888;
 
1007 /* Rules for user images */
 
1012   border: 1px solid black;
 
1015 img.user_thumbnail {
 
1018   border: 1px solid black;
 
1021 /* Rule for "nowrap" class that can be applied to anything to stop wrapping */
 
1024   white-space: nowrap;
 
1027 /* Rules for geo microformats */
 
1030   border-bottom: none;
 
1033 /* Rules for RSS buttons */
 
1040 /* Rules for doing distinct colour of alternate table rows */
 
1043   background: #f6f6f6;
 
1050 /* Rules for OpenID logo */
 
1053   vertical-align: text-bottom;
 
1057 /* Rules for rich text editors */
 
1059 .richtext_container {
 
1060   white-space: nowrap;
 
1063     display: inline-block;
 
1064     vertical-align: top;
 
1067       display: inline-block;
 
1070       border: 4px solid #eee;
 
1071       background-color: #eee;
 
1072       white-space: normal;
 
1075         background-image: image-url("loading.gif");
 
1076         background-repeat: no-repeat;
 
1077         background-position: center;
 
1087     display: inline-block;
 
1088     vertical-align: top;
 
1089     background-color: #ddd;
 
1090     padding: 5px 10px 10px 10px;
 
1098       vertical-align: top;
 
1104       padding: 0px !important;
 
1107     input.richtext_doedit {
 
1108       margin-top: 5px !important;
 
1111     input.richtext_dopreview {
 
1112       margin-top: 5px !important;