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 user list */
573 vertical-align: center;
586 /* Rules for the account confirmation page */
588 div#contributorTerms {
589 border: 1px solid black;
596 div#contributorTerms p#first {
600 div#contributorTerms p#last {
604 div#contributorTerms ol {
608 div#contributorTerms img {
619 form#termsForm div#buttons {
623 form#termsForm input#agree {
627 /* Rules for the account settings page */
630 padding-bottom: 10px;
646 display: inline !important;
649 /* Rules for the user map */
651 .user_map .olControlPanZoomBar {
655 .user_map .olControlPanZoom {
659 /* Rules for user popups on maps */
670 /* Rules for message in/out box page */
673 border: 1px solid #ccc;
676 .inbox-row-unread .inbox-subject {
680 /* Rules for "flash" notice boxes shown at the top of the content area */
683 border: 1px solid red;
685 background-color: #fff0f0;
690 border: 1px solid orange;
692 background-color: #fff6f0;
697 border: 1px solid green;
699 background-color: #f0fff0;
703 /* Rules for highlighting fields with rails validation errors */
707 background-color: red;
711 /* Rules for rails validation error boxes */
715 border: 2px solid red;
717 padding-bottom: 12px;
719 background-color: #f0f0f0;
722 #errorExplanation h2 {
725 padding: 5px 5px 5px 15px;
728 background-color: #c00;
732 #errorExplanation p {
738 #errorExplanation ul li {
743 /* Rules for forms */
754 input[type="text"], input[type="password"], textarea {
755 border: 1px solid black;
758 input[type="submit"] {
759 border: 1px solid black;
762 /* Rules for user images */
767 border: 1px solid black;
773 border: 1px solid black;
776 /* Rule for "nowrap" class that can be applied to anything to stop wrapping */
782 /* Rules for geo microformats */
788 /* Rules for RSS buttons */
795 /* Rules for doing distinct colour of alternate table rows */