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 login form */
594 padding-bottom: 10px;
605 .loginBox #openid_buttons img {
606 vertical-align: middle;
609 .loginBox input[type="submit"] {
617 /* Rules for the account confirmation page */
619 div#contributorTerms {
620 border: 1px solid black;
627 div#contributorTerms p#first {
631 div#contributorTerms p#last {
635 div#contributorTerms ol {
639 div#contributorTerms img {
650 form#termsForm div#buttons {
654 form#termsForm input#agree {
658 /* Rules for the account settings page */
661 padding-bottom: 10px;
677 display: inline !important;
680 /* Rules for the user map */
682 .user_map .olControlPanZoomBar {
686 .user_map .olControlPanZoom {
690 /* Rules for user popups on maps */
701 /* Rules for message in/out box page */
704 border: 1px solid #ccc;
707 .inbox-row-unread .inbox-subject {
711 /* Rules for "flash" notice boxes shown at the top of the content area */
714 border: 1px solid red;
716 background-color: #fff0f0;
721 border: 1px solid orange;
723 background-color: #fff6f0;
728 border: 1px solid green;
730 background-color: #f0fff0;
734 /* Rules for highlighting fields with rails validation errors */
738 background-color: red;
742 /* Rules for rails validation error boxes */
746 border: 2px solid red;
748 padding-bottom: 12px;
750 background-color: #f0f0f0;
753 #errorExplanation h2 {
756 padding: 5px 5px 5px 15px;
759 background-color: #c00;
763 #errorExplanation p {
769 #errorExplanation ul li {
774 /* Rules for forms */
785 input[type="text"], input[type="password"], textarea {
786 border: 1px solid black;
789 input[type="submit"] {
790 border: 1px solid black;
794 background: url('../images/openid_input.png') repeat-y left;
798 /* Rules for user images */
803 border: 1px solid black;
809 border: 1px solid black;
812 /* Rule for "nowrap" class that can be applied to anything to stop wrapping */
818 /* Rules for geo microformats */
824 /* Rules for RSS buttons */
831 /* Rules for doing distinct colour of alternate table rows */
841 /* Rules for OpenID logo */
844 vertical-align: text-bottom;