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 */
72 border: 1px solid #ccc;
75 -moz-border-radius: 5px;
78 #intro p { margin: 5px; }
81 * Rules for alert boxes shown in the left sidebar when important
82 * information needs to be conveyed such as when the site is
83 * undergoing maintenance.
90 border: 1px solid #ccc;
96 -moz-border-radius: 5px;
100 * Rules for notice boxes shown in the left sidebar when important, but
101 * non-critical information needs to be conveyed such as notices about
109 border: 1px solid #ccc;
115 -moz-border-radius: 5px;
118 /* Rules for the menu displayed in the left sidebar */
125 border: 1px solid #ccc;
133 -moz-border-radius: 5px;
144 padding: 0em 0em 0em 1em;
151 list-style-type: none;
160 margin: 2px 8px 0px 0px;
167 /* 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.
185 border: 1px solid #ccc;
192 -moz-border-radius: 5px;
200 vertical-align: bottom;
203 /* Rules for the search box */
207 vertical-align: bottom;
222 #search_field input[type="text"] {
226 #search_field input[type="submit"] {
237 /* Rules for donation request box */
243 border: 1px solid #ccc;
249 -moz-border-radius: 5px;
252 /* Rules for Creative Commons logo button */
259 /* Rules for tabbed navigation bar */
267 background: url('../images/tab_bottom.gif') repeat-x bottom;
275 list-style-type: none;
278 #tabnav a, #tabnav a:link, #tabnav a:visited
287 border: 1px solid #ccc;
288 text-decoration: none;
290 border-top-right-radius: 5px;
291 -moz-border-radius-topright: 5px;
292 border-top-left-radius: 5px;
293 -moz-border-radius-topleft: 5px;
296 #tabnav a:link.active, #tabnav a:visited.active
298 border-bottom: 1px solid #fff;
303 #tabnav a:link:hover, #tabnav a:visited:hover
308 #tabnav a:link.disabled, #tabnav a:visited.disabled,
309 #tabnav a:link:hover.disabled, #tabnav a:visited:hover.disabled
315 /* Rules for greeting bar in the top right corner */
325 background: url('../images/tab_bottom.gif') repeat-x bottom;
328 .greeting-bar-unread {
332 /* Rules for the message shown in place of the map when javascript is disabled */
341 /* Rules for OpenLayers maps */
345 border: 1px solid black;
354 .olControlAttribution {
355 display: none !important;
367 /* Rules for edit menu */
373 background-color: #ffffff;
374 border: 1px solid black;
385 list-style-type: none;
388 /* Rules for attribution text under the main map shown on printouts */
394 /* Rules for the popout map sidebar */
399 border: 1px solid black;
425 border-bottom: 1px solid black;
429 /* Rules for the map key which appears in the popout sidebar */
437 #mapkey .mapkey-table {
442 #mapkey .mapkey-table-key {
445 #mapkey .mapkey-table-value {
449 /* Rules for search results which appear in the popout sidebar */
456 .search_results_heading {
459 border: 1px solid #ccc;
463 .search_results_entry {
468 .search_results_error {
470 padding: 2px 6px 0px;
474 /* Rules for data browser information which appears in the popout sidebar */
479 border: 1px solid #ccc;
488 /* Rules for export information which appears in the popout sidebar */
493 border: 1px solid #ccc;
532 /* Rules for the main content area */
544 /* Rules for the changeset list shown by the history tab etc */
546 #changeset_list, #keyvalue {
550 border-collapse: collapse;
554 #changeset_list .date {
558 #changeset_list .user {
562 #changeset_list .area {
570 /* Rules for the data browser */
586 #browse_map #small_map {
589 border: solid 1px black;
592 /* Rules for the trace list shown by the traces tab etc */
597 border-collapse: collapse;
601 #trace_list .trace_summary {
606 /* Rules for the user list */
614 vertical-align: middle;
627 /* Rules for the account confirmation page */
629 div#contributorTerms {
630 border: 1px solid black;
637 div#contributorTerms p#first {
641 div#contributorTerms p#last {
645 div#contributorTerms ol {
649 div#contributorTerms img {
660 form#termsForm div#buttons {
664 form#termsForm input#agree {
668 /* Rules for the account settings page */
671 padding-bottom: 10px;
687 display: inline !important;
690 /* Rules for the user map */
692 .user_map .olControlPanZoomBar {
696 .user_map .olControlPanZoom {
700 /* Rules for user popups on maps */
711 /* Rules for message in/out box page */
714 border: 1px solid #ccc;
717 .inbox-row-unread .inbox-subject {
721 /* Rules for "flash" notice boxes shown at the top of the content area */
724 border: 1px solid red;
726 background-color: #fff0f0;
731 border: 1px solid orange;
733 background-color: #fff6f0;
738 border: 1px solid green;
740 background-color: #f0fff0;
744 /* Rules for highlighting fields with rails validation errors */
748 background-color: red;
752 /* Rules for rails validation error boxes */
756 border: 2px solid red;
758 padding-bottom: 12px;
760 background-color: #f0f0f0;
763 #errorExplanation h2 {
766 padding: 5px 5px 5px 15px;
769 background-color: #c00;
773 #errorExplanation p {
779 #errorExplanation ul li {
784 /* Rules for forms */
795 input[type="text"], input[type="password"], textarea {
796 border: 1px solid black;
799 input[type="submit"] {
800 border: 1px solid black;
803 /* Rules for user images */
808 border: 1px solid black;
814 border: 1px solid black;
817 /* Rule for "nowrap" class that can be applied to anything to stop wrapping */
823 /* Rules for geo microformats */
829 /* Rules for RSS buttons */
836 /* Rules for doing distinct colour of alternate table rows */