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;
64 /* Rules for the introductory text displayed in the left sidebar to new users */
69 border: 1px solid #ccc;
73 #intro p { margin: 10px; }
76 * Rules for alert boxes shown in the left sidebar when important
77 * information needs to be conveyed such as when the site is
78 * undergoing maintenance.
85 border: 1px solid #ccc;
93 * Rules for notice boxes shown in the left sidebar when important, but
94 * non-critical information needs to be conveyed such as notices about
102 border: 1px solid #ccc;
109 /* Rules for the menu displayed in the left sidebar */
116 border: 1px solid #ccc;
133 padding: 0em 0em 0em 1em;
148 margin: 2px 8px 0px 0px;
155 /* Rules for SOTM advert */
163 * Rules for "optional boxes" which appear in the left sidebar on
164 * certain pages. Current users are the seach box on the main page
165 * and the tag cloud on the traces pages.
173 border: 1px solid #ccc;
186 vertical-align: bottom;
189 /* Rules for the search box */
193 vertical-align: bottom;
208 #search_field input[type="text"] {
212 #search_field input[type="submit"] {
223 /* Rules for donation request box */
229 border: 1px solid #ccc;
236 /* Rules for Creative Commons logo button */
243 /* Rules for tabbed navigation bar */
251 background: url('../images/tab_bottom.gif') repeat-x bottom;
259 list-style-type: none;
262 #tabnav a, #tabnav a:link, #tabnav a:visited
271 border: 1px solid #ccc;
272 text-decoration: none;
276 #tabnav a:link.active, #tabnav a:visited.active
278 border-bottom: 1px solid #fff;
283 #tabnav a:link:hover, #tabnav a:visited:hover
288 #tabnav a:link.disabled, #tabnav a:visited.disabled,
289 #tabnav a:link:hover.disabled, #tabnav a:visited:hover.disabled
295 /* Rules for greeting bar in the top right corner */
305 background: url('../images/tab_bottom.gif') repeat-x bottom;
308 .greeting-bar-unread {
312 /* Rules for the message shown in place of the map when javascript is disabled */
321 /* Rules for OpenLayers maps */
325 border: 1px solid black;
334 .olControlAttribution {
335 display: none !important;
347 /* Rules for attribution text under the main map shown on printouts */
353 /* Rules for the popout map sidebar */
358 border: 1px solid black;
384 border-bottom: 1px solid black;
388 /* Rules for the map key which appears in the popout sidebar */
396 #mapkey .mapkey-table {
401 #mapkey .mapkey-table-key {
404 #mapkey .mapkey-table-value {
408 /* Rules for search results which appear in the popout sidebar */
415 .search_results_heading {
418 border: 1px solid #ccc;
422 .search_results_entry {
427 .search_results_error {
429 padding: 2px 6px 0px;
433 /* Rules for data browser information which appears in the popout sidebar */
438 border: 1px solid #ccc;
447 /* Rules for export information which appears in the popout sidebar */
452 border: 1px solid #ccc;
491 /* Rules for the main content area */
503 /* Rules for the changeset list shown by the history tab etc */
505 #changeset_list, #keyvalue {
509 border-collapse: collapse;
513 #changeset_list .date {
517 #changeset_list .user {
521 #changeset_list .area {
529 /* Rules for the data browser */
545 #browse_map #small_map {
548 border: solid 1px black;
551 /* Rules for the trace list shown by the traces tab etc */
556 border-collapse: collapse;
560 #trace_list .trace_summary {
565 /* Rules for the account confirmation page */
567 div#contributorTerms {
568 border: 1px solid black;
575 div#contributorTerms p#first {
579 div#contributorTerms p#last {
583 div#contributorTerms ol {
587 div#contributorTerms img {
598 form#termsForm div#buttons {
602 form#termsForm input#agree {
606 /* Rules for the account settings page */
609 padding-bottom: 10px;
625 display: inline !important;
628 /* Rules for the user map */
630 .user_map .olControlPanZoomBar {
634 .user_map .olControlPanZoom {
638 /* Rules for user popups on maps */
649 /* Rules for message in/out box page */
652 border: 1px solid #ccc;
655 .inbox-row-unread .inbox-subject {
659 /* Rules for "flash" notice boxes shown at the top of the content area */
662 border: 1px solid red;
664 background-color: #fff0f0;
669 border: 1px solid orange;
671 background-color: #fff6f0;
676 border: 1px solid green;
678 background-color: #f0fff0;
682 /* Rules for highlighting fields with rails validation errors */
686 background-color: red;
690 /* Rules for rails validation error boxes */
694 border: 2px solid red;
696 padding-bottom: 12px;
698 background-color: #f0f0f0;
701 #errorExplanation h2 {
704 padding: 5px 5px 5px 15px;
707 background-color: #c00;
711 #errorExplanation p {
717 #errorExplanation ul li {
722 /* Rules for forms */
733 input[type="text"], input[type="password"], textarea {
734 border: 1px solid black;
737 input[type="submit"] {
738 border: 1px solid black;
741 /* Rules for user images */
746 border: 1px solid black;
752 border: 1px solid black;
755 /* Rule for "nowrap" class that can be applied to anything to stop wrapping */
761 /* Rules for geo microformats */
767 /* Rules for RSS buttons */
774 /* Rules for doing distinct colour of alternate table rows */