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;
293 /* Rules for greeting bar in the top right corner */
303 background: url('../images/tab_bottom.gif') repeat-x bottom;
306 .greeting-bar-unread {
310 /* Rules for the message shown in place of the map when javascript is disabled */
319 /* Rules for OpenLayers maps */
323 border: 1px solid black;
332 .olControlAttribution {
333 display: none !important;
345 /* Rules for attribution text under the main map shown on printouts */
351 /* Rules for the popout map sidebar */
356 border: 1px solid black;
382 border-bottom: 1px solid black;
386 /* Rules for the map key which appears in the popout sidebar */
394 #mapkey .mapkey-table {
399 #mapkey .mapkey-table-key {
402 #mapkey .mapkey-table-value {
406 /* Rules for search results which appear in the popout sidebar */
413 .search_results_heading {
416 border: 1px solid #ccc;
420 .search_results_entry {
425 .search_results_error {
427 padding: 2px 6px 0px;
431 /* Rules for data browser information which appears in the popout sidebar */
436 border: 1px solid #ccc;
445 /* Rules for export information which appears in the popout sidebar */
450 border: 1px solid #ccc;
489 /* Rules for the main content area */
501 /* Rules for the changeset list shown by the history tab etc */
503 #changeset_list, #keyvalue {
507 border-collapse: collapse;
511 #changeset_list .date {
515 #changeset_list .user {
519 #changeset_list .area {
527 /* Rules for the trace list shown by the traces tab etc */
532 border-collapse: collapse;
536 #trace_list .trace_summary {
541 /* Rules for the account settings page */
544 padding-bottom: 10px;
560 display: inline !important;
563 /* Rules for the user map */
565 .user_map .olControlPanZoomBar {
569 .user_map .olControlPanZoom {
573 /* Rules for user popups on maps */
584 /* Rules for message in/out box page */
587 border: 1px solid #ccc;
590 .inbox-row-unread .inbox-subject {
594 /* Rules for "flash" notice boxes shown at the top of the content area */
597 border: 1px solid red;
599 background-color: #fff0f0;
604 border: 1px solid orange;
606 background-color: #fff6f0;
611 border: 1px solid green;
613 background-color: #f0fff0;
617 /* Rules for highlighting fields with rails validation errors */
621 background-color: red;
625 /* Rules for rails validation error boxes */
629 border: 2px solid red;
631 padding-bottom: 12px;
633 background-color: #f0f0f0;
636 #errorExplanation h2 {
639 padding: 5px 5px 5px 15px;
642 background-color: #c00;
646 #errorExplanation p {
652 #errorExplanation ul li {
657 /* Rules for forms */
668 input[type="text"], input[type="password"], textarea {
669 border: 1px solid black;
672 input[type="submit"] {
673 border: 1px solid black;
676 /* Rules for user images */
681 border: 1px solid black;
687 border: 1px solid black;
690 /* Rule for "nowrap" class that can be applied to anything to stop wrapping */
696 /* Rules for geo microformats */
702 /* Rules for RSS buttons */
709 /* Rules for doing distinct colour of alternate table rows */