1 /* Styles common to large and small screens */
3 /* Default rules for the body of every page */
6 font-family: Arial,sans-serif;
8 background-color: #fff;
17 text-decoration: none;
21 text-decoration: underline;
24 /* Rules for horizontal lines */
28 background-color: #ccc;
33 /* Rules for the whole left sidebar, including the logo */
41 /* Rules for the OpenStreetMap logo in the top left corner */
50 border: 1px solid #ccd;
52 -moz-border-radius: 5px;
66 /* Rules for the introductory text displayed in the left sidebar to new users */
71 border: 1px solid #ccc;
74 -moz-border-radius: 5px;
77 #intro p { margin: 10px; }
80 * Rules for alert boxes shown in the left sidebar when important
81 * information needs to be conveyed such as when the site is
82 * undergoing maintenance.
89 border: 1px solid #ccc;
95 -moz-border-radius: 5px;
99 * Rules for notice boxes shown in the left sidebar when important, but
100 * non-critical information needs to be conveyed such as notices about
108 border: 1px solid #ccc;
114 -moz-border-radius: 5px;
117 /* Rules for the menu displayed in the left sidebar */
124 border: 1px solid #ccc;
132 -moz-border-radius: 5px;
143 padding: 0em 0em 0em 1em;
158 margin: 2px 8px 0px 0px;
165 /* Rules for SOTM advert */
173 * Rules for "optional boxes" which appear in the left sidebar on
174 * certain pages. Current users are the seach box on the main page
175 * and the tag cloud on the traces pages.
183 border: 1px solid #ccc;
190 -moz-border-radius: 5px;
198 vertical-align: bottom;
201 /* Rules for the search box */
205 vertical-align: bottom;
220 #search_field input[type="text"] {
224 #search_field input[type="submit"] {
235 /* Rules for donation request box */
241 border: 1px solid #ccc;
247 -moz-border-radius: 5px;
250 /* Rules for Creative Commons logo button */
257 /* Rules for tabbed navigation bar */
265 background: url('../images/tab_bottom.gif') repeat-x bottom;
273 list-style-type: none;
276 #tabnav a, #tabnav a:link, #tabnav a:visited
285 border: 1px solid #ccc;
286 text-decoration: none;
288 border-top-right-radius: 5px;
289 -moz-border-radius-topright: 5px;
290 border-top-left-radius: 5px;
291 -moz-border-radius-topleft: 5px;
294 #tabnav a:link.active, #tabnav a:visited.active
296 border-bottom: 1px solid #fff;
301 #tabnav a:link:hover, #tabnav a:visited:hover
306 #tabnav a:link.disabled, #tabnav a:visited.disabled,
307 #tabnav a:link:hover.disabled, #tabnav a:visited:hover.disabled
313 /* Rules for greeting bar in the top right corner */
323 background: url('../images/tab_bottom.gif') repeat-x bottom;
326 .greeting-bar-unread {
330 /* Rules for the message shown in place of the map when javascript is disabled */
339 /* Rules for OpenLayers maps */
343 border: 1px solid black;
352 .olControlAttribution {
353 display: none !important;
365 /* Rules for edit menu */
371 background-color: #ffffff;
372 border: 1px solid black;
383 list-style-type: none;
386 /* Rules for attribution text under the main map shown on printouts */
392 /* Rules for the popout map sidebar */
397 border: 1px solid black;
423 border-bottom: 1px solid black;
427 /* Rules for the map key which appears in the popout sidebar */
435 #mapkey .mapkey-table {
440 #mapkey .mapkey-table-key {
443 #mapkey .mapkey-table-value {
447 /* Rules for search results which appear in the popout sidebar */
454 .search_results_heading {
457 border: 1px solid #ccc;
461 .search_results_entry {
466 .search_results_error {
468 padding: 2px 6px 0px;
472 /* Rules for data browser information which appears in the popout sidebar */
477 border: 1px solid #ccc;
486 /* Rules for export information which appears in the popout sidebar */
491 border: 1px solid #ccc;
530 /* Rules for the main content area */
542 /* Rules for the changeset list shown by the history tab etc */
544 #changeset_list, #keyvalue {
548 border-collapse: collapse;
552 #changeset_list .date {
556 #changeset_list .user {
560 #changeset_list .area {
568 /* Rules for the data browser */
584 #browse_map #small_map {
587 border: solid 1px black;
590 /* Rules for the trace list shown by the traces tab etc */
595 border-collapse: collapse;
599 #trace_list .trace_summary {
604 /* Rules for the user list */
612 vertical-align: middle;
625 /* Rules for the account confirmation page */
627 div#contributorTerms {
628 border: 1px solid black;
635 div#contributorTerms p#first {
639 div#contributorTerms p#last {
643 div#contributorTerms ol {
647 div#contributorTerms img {
658 form#termsForm div#buttons {
662 form#termsForm input#agree {
666 /* Rules for the account settings page */
669 padding-bottom: 10px;
685 display: inline !important;
688 /* Rules for the user map */
690 .user_map .olControlPanZoomBar {
694 .user_map .olControlPanZoom {
698 /* Rules for user popups on maps */
709 /* Rules for message in/out box page */
712 border: 1px solid #ccc;
715 .inbox-row-unread .inbox-subject {
719 /* Rules for "flash" notice boxes shown at the top of the content area */
722 border: 1px solid red;
724 background-color: #fff0f0;
729 border: 1px solid orange;
731 background-color: #fff6f0;
736 border: 1px solid green;
738 background-color: #f0fff0;
742 /* Rules for highlighting fields with rails validation errors */
746 background-color: red;
750 /* Rules for rails validation error boxes */
754 border: 2px solid red;
756 padding-bottom: 12px;
758 background-color: #f0f0f0;
761 #errorExplanation h2 {
764 padding: 5px 5px 5px 15px;
767 background-color: #c00;
771 #errorExplanation p {
777 #errorExplanation ul li {
782 /* Rules for forms */
793 input[type="text"], input[type="password"], textarea {
794 border: 1px solid black;
797 input[type="submit"] {
798 border: 1px solid black;
801 /* Rules for user images */
806 border: 1px solid black;
812 border: 1px solid black;
815 /* Rule for "nowrap" class that can be applied to anything to stop wrapping */
821 /* Rules for geo microformats */
827 /* Rules for RSS buttons */
834 /* Rules for doing distinct colour of alternate table rows */