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: middle;
607 /* Rules for the account confirmation page */
609 div#contributorTerms {
610 border: 1px solid black;
617 div#contributorTerms p#first {
621 div#contributorTerms p#last {
625 div#contributorTerms ol {
629 div#contributorTerms img {
640 form#termsForm div#buttons {
644 form#termsForm input#agree {
648 /* Rules for the account settings page */
651 padding-bottom: 10px;
667 display: inline !important;
670 /* Rules for the user map */
672 .user_map .olControlPanZoomBar {
676 .user_map .olControlPanZoom {
680 /* Rules for user popups on maps */
691 /* Rules for message in/out box page */
694 border: 1px solid #ccc;
697 .inbox-row-unread .inbox-subject {
701 /* Rules for "flash" notice boxes shown at the top of the content area */
704 border: 1px solid red;
706 background-color: #fff0f0;
711 border: 1px solid orange;
713 background-color: #fff6f0;
718 border: 1px solid green;
720 background-color: #f0fff0;
724 /* Rules for highlighting fields with rails validation errors */
728 background-color: red;
732 /* Rules for rails validation error boxes */
736 border: 2px solid red;
738 padding-bottom: 12px;
740 background-color: #f0f0f0;
743 #errorExplanation h2 {
746 padding: 5px 5px 5px 15px;
749 background-color: #c00;
753 #errorExplanation p {
759 #errorExplanation ul li {
764 /* Rules for forms */
775 input[type="text"], input[type="password"], textarea {
776 border: 1px solid black;
779 input[type="submit"] {
780 border: 1px solid black;
783 /* Rules for user images */
788 border: 1px solid black;
794 border: 1px solid black;
797 /* Rule for "nowrap" class that can be applied to anything to stop wrapping */
803 /* Rules for geo microformats */
809 /* Rules for RSS buttons */
816 /* Rules for doing distinct colour of alternate table rows */