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;
159 margin: 2px 8px 0px 0px;
166 /* Rules for SOTM advert */
174 * Rules for "optional boxes" which appear in the left sidebar on
175 * certain pages. Current users are the seach box on the main page
176 * and the tag cloud on the traces pages.
184 border: 1px solid #ccc;
191 -moz-border-radius: 5px;
199 vertical-align: bottom;
202 /* Rules for the search box */
206 vertical-align: bottom;
221 #search_field input[type="text"] {
225 #search_field input[type="submit"] {
236 /* Rules for donation request box */
242 border: 1px solid #ccc;
248 -moz-border-radius: 5px;
251 /* Rules for Creative Commons logo button */
258 /* Rules for tabbed navigation bar */
266 background: url('../images/tab_bottom.gif') repeat-x bottom;
274 list-style-type: none;
277 #tabnav a, #tabnav a:link, #tabnav a:visited
286 border: 1px solid #ccc;
287 text-decoration: none;
289 border-top-right-radius: 5px;
290 -moz-border-radius-topright: 5px;
291 border-top-left-radius: 5px;
292 -moz-border-radius-topleft: 5px;
295 #tabnav a:link.active, #tabnav a:visited.active
297 border-bottom: 1px solid #fff;
302 #tabnav a:link:hover, #tabnav a:visited:hover
307 #tabnav a:link.disabled, #tabnav a:visited.disabled,
308 #tabnav a:link:hover.disabled, #tabnav a:visited:hover.disabled
314 /* Rules for greeting bar in the top right corner */
324 background: url('../images/tab_bottom.gif') repeat-x bottom;
327 .greeting-bar-unread {
331 /* Rules for the message shown in place of the map when javascript is disabled */
340 /* Rules for OpenLayers maps */
344 border: 1px solid black;
353 .olControlAttribution {
354 display: none !important;
366 /* Rules for edit menu */
372 background-color: #ffffff;
373 border: 1px solid black;
384 list-style-type: none;
387 /* Rules for attribution text under the main map shown on printouts */
393 /* Rules for the popout map sidebar */
398 border: 1px solid black;
424 border-bottom: 1px solid black;
428 /* Rules for the map key which appears in the popout sidebar */
436 #mapkey .mapkey-table {
441 #mapkey .mapkey-table-key {
444 #mapkey .mapkey-table-value {
448 /* Rules for search results which appear in the popout sidebar */
455 .search_results_heading {
458 border: 1px solid #ccc;
462 .search_results_entry {
467 .search_results_error {
469 padding: 2px 6px 0px;
473 /* Rules for data browser information which appears in the popout sidebar */
478 border: 1px solid #ccc;
487 /* Rules for export information which appears in the popout sidebar */
492 border: 1px solid #ccc;
531 /* Rules for the main content area */
543 /* Rules for the changeset list shown by the history tab etc */
545 #changeset_list, #keyvalue {
549 border-collapse: collapse;
553 #changeset_list .date {
557 #changeset_list .user {
561 #changeset_list .area {
569 /* Rules for the data browser */
585 #browse_map #small_map {
588 border: solid 1px black;
591 /* Rules for the trace list shown by the traces tab etc */
596 border-collapse: collapse;
600 #trace_list .trace_summary {
605 /* Rules for the user list */
613 vertical-align: middle;
626 /* Rules for the account confirmation page */
628 div#contributorTerms {
629 border: 1px solid black;
636 div#contributorTerms p#first {
640 div#contributorTerms p#last {
644 div#contributorTerms ol {
648 div#contributorTerms img {
659 form#termsForm div#buttons {
663 form#termsForm input#agree {
667 /* Rules for the account settings page */
670 padding-bottom: 10px;
686 display: inline !important;
689 /* Rules for the user map */
691 .user_map .olControlPanZoomBar {
695 .user_map .olControlPanZoom {
699 /* Rules for user popups on maps */
710 /* Rules for message in/out box page */
713 border: 1px solid #ccc;
716 .inbox-row-unread .inbox-subject {
720 /* Rules for "flash" notice boxes shown at the top of the content area */
723 border: 1px solid red;
725 background-color: #fff0f0;
730 border: 1px solid orange;
732 background-color: #fff6f0;
737 border: 1px solid green;
739 background-color: #f0fff0;
743 /* Rules for highlighting fields with rails validation errors */
747 background-color: red;
751 /* Rules for rails validation error boxes */
755 border: 2px solid red;
757 padding-bottom: 12px;
759 background-color: #f0f0f0;
762 #errorExplanation h2 {
765 padding: 5px 5px 5px 15px;
768 background-color: #c00;
772 #errorExplanation p {
778 #errorExplanation ul li {
783 /* Rules for forms */
794 input[type="text"], input[type="password"], textarea {
795 border: 1px solid black;
798 input[type="submit"] {
799 border: 1px solid black;
802 /* Rules for user images */
807 border: 1px solid black;
813 border: 1px solid black;
816 /* Rule for "nowrap" class that can be applied to anything to stop wrapping */
822 /* Rules for geo microformats */
828 /* Rules for RSS buttons */
835 /* Rules for doing distinct colour of alternate table rows */