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 edit menu */
353 background-color: #ffffff;
354 border: 1px solid black;
365 list-style-type: none;
368 /* Rules for attribution text under the main map shown on printouts */
374 /* Rules for the popout map sidebar */
379 border: 1px solid black;
405 border-bottom: 1px solid black;
409 /* Rules for the map key which appears in the popout sidebar */
417 #mapkey .mapkey-table {
422 #mapkey .mapkey-table-key {
425 #mapkey .mapkey-table-value {
429 /* Rules for search results which appear in the popout sidebar */
436 .search_results_heading {
439 border: 1px solid #ccc;
443 .search_results_entry {
448 .search_results_error {
450 padding: 2px 6px 0px;
454 /* Rules for data browser information which appears in the popout sidebar */
459 border: 1px solid #ccc;
468 /* Rules for export information which appears in the popout sidebar */
473 border: 1px solid #ccc;
512 /* Rules for the main content area */
524 /* Rules for the changeset list shown by the history tab etc */
526 #changeset_list, #keyvalue {
530 border-collapse: collapse;
534 #changeset_list .date {
538 #changeset_list .user {
542 #changeset_list .area {
550 /* Rules for the data browser */
566 #browse_map #small_map {
569 border: solid 1px black;
572 /* Rules for the trace list shown by the traces tab etc */
577 border-collapse: collapse;
581 #trace_list .trace_summary {
586 /* Rules for the user list */
594 vertical-align: center;
607 /* Rules for the login form */
615 padding-bottom: 10px;
626 .loginBox #openid_buttons img {
627 vertical-align: middle;
630 .loginBox input[type="submit"] {
638 /* Rules for the account confirmation page */
640 div#contributorTerms {
641 border: 1px solid black;
648 div#contributorTerms p#first {
652 div#contributorTerms p#last {
656 div#contributorTerms ol {
660 div#contributorTerms img {
671 form#termsForm div#buttons {
675 form#termsForm input#agree {
679 /* Rules for the account settings page */
682 padding-bottom: 10px;
698 display: inline !important;
701 /* Rules for the user map */
703 .user_map .olControlPanZoomBar {
707 .user_map .olControlPanZoom {
711 /* Rules for user popups on maps */
722 /* Rules for message in/out box page */
725 border: 1px solid #ccc;
728 .inbox-row-unread .inbox-subject {
732 /* Rules for "flash" notice boxes shown at the top of the content area */
735 border: 1px solid red;
737 background-color: #fff0f0;
742 border: 1px solid orange;
744 background-color: #fff6f0;
749 border: 1px solid green;
751 background-color: #f0fff0;
755 /* Rules for highlighting fields with rails validation errors */
759 background-color: red;
763 /* Rules for rails validation error boxes */
767 border: 2px solid red;
769 padding-bottom: 12px;
771 background-color: #f0f0f0;
774 #errorExplanation h2 {
777 padding: 5px 5px 5px 15px;
780 background-color: #c00;
784 #errorExplanation p {
790 #errorExplanation ul li {
795 /* Rules for forms */
806 input[type="text"], input[type="password"], textarea {
807 border: 1px solid black;
810 input[type="submit"] {
811 border: 1px solid black;
815 background: url('../images/openid_input.png') repeat-y left;
819 /* Rules for user images */
824 border: 1px solid black;
830 border: 1px solid black;
833 /* Rule for "nowrap" class that can be applied to anything to stop wrapping */
839 /* Rules for geo microformats */
845 /* Rules for RSS buttons */
852 /* Rules for doing distinct colour of alternate table rows */
862 /* Rules for OpenID logo */
865 vertical-align: text-bottom;