1 /* Styles common to large and small screens */
3 /* Default rules for the body of every page */
6 font-family: 'Helvetica Neue',Arial,sans-serif;
10 background-color: #fff;
16 background-color: #f0f0f0;
23 text-decoration: none;
27 text-decoration: underline;
30 /* Rules for horizontal lines */
34 background-color: #ccc;
39 /* Default rules for headings */
47 /* Rules for the whole left sidebar, including the logo */
57 /* Rules for the OpenStreetMap logo in the top left corner */
80 /* Rules for the site name */
86 /* Rules for the introductory text displayed in the left sidebar to new users */
89 border-top: 1px solid #ccc;
97 * Rules for alert boxes shown in the left sidebar when important
98 * information needs to be conveyed such as when the site is
99 * undergoing maintenance.
106 border: 1px solid #ccc;
111 -moz-border-radius: 5px;
115 * Rules for notice boxes shown in the left sidebar when important, but
116 * non-critical information needs to be conveyed such as notices about
124 border: 1px solid #ccc;
129 -moz-border-radius: 5px;
132 /* Rules for the menu displayed in the left sidebar */
137 border-top: 1px solid #ccc;
138 border-bottom: 1px solid #ccc;
151 list-style-type: none;
163 /* Rules for SOTM advert */
175 * Rules for "optional boxes" which appear in the left sidebar on
176 * certain pages. Current users are the seach box on the main page
177 * and the tag cloud on the traces pages.
183 border-top: 1px solid #ccc;
191 vertical-align: bottom;
194 /* Rules for the search box */
198 vertical-align: bottom;
212 #search_field input[type="text"] {
216 #search_field input[type="submit"] {
227 /* Rules for donation request box */
233 border: 1px solid #ccc;
239 -moz-border-radius: 5px;
242 /* Rules for Creative Commons logo button */
249 /* Rules for tabbed navigation bar */
255 background: image-url('tab_bottom.gif') repeat-x bottom;
262 list-style-type: none;
265 #tabnav a, #tabnav a:link, #tabnav a:visited {
271 border: 1px solid #ccc;
272 text-decoration: none;
274 border-top-right-radius: 5px;
275 -moz-border-radius-topright: 5px;
276 border-top-left-radius: 5px;
277 -moz-border-radius-topleft: 5px;
280 #tabnav a:link.active, #tabnav a:visited.active {
281 border-bottom: 1px solid #fff;
286 #tabnav a:link:hover, #tabnav a:visited:hover {
290 #tabnav a:link.disabled,
291 #tabnav a:visited.disabled,
292 #tabnav a:link:hover.disabled,
293 #tabnav a:visited:hover.disabled {
298 /* Rules for greeting bar in the top right corner */
306 background: image-url('tab_bottom.gif') repeat-x bottom;
309 .greeting-bar-unread {
313 /* Rules for the message shown in place of the map when javascript is disabled */
321 /* Rules for OpenLayers maps */
328 .olControlAttribution {
329 bottom: 15px !important;
330 left: 0px !important;
331 right: 0px !important;
350 /* Rules for edit menu */
356 background-color: #ffffff;
357 border: 1px solid black;
368 list-style-type: none;
372 /* Rules for attribution text under the main map shown on printouts */
378 .attribution_notice {
382 /* Rules for the popout map sidebar */
394 #sidebar #sidebar_content {
405 #sidebar .sidebar_title {
407 padding: 3px 6px 4px 6px;
414 /* Rules for the map key which appears in the popout sidebar */
422 #mapkey .mapkey-table {
427 #mapkey .mapkey-table-key {
430 #mapkey .mapkey-table-value {
434 /* Rules for search results which appear in the popout sidebar */
441 .search_results_heading {
447 .search_results_entry {
452 .search_results_error {
454 padding: 2px 6px 0px;
458 /* Rules for data browser information which appears in the popout sidebar */
463 border: 1px solid #ccc;
472 /* Rules for export information which appears in the popout sidebar */
477 border-bottom: 1px solid #ccc;
516 /* Rules for the main content area */
536 #slim_container_content {
538 background-color: #FFFFFF;
542 -moz-border-radius: 25px;
543 border: 1px solid #e6e6e6;
559 vertical-align: middle;
563 /* Rules for the home page */
581 /* Rules for the edit page */
591 /* Rules for the changeset list shown by the history tab etc */
593 #changeset_list_container {
600 border-collapse: collapse;
611 #changeset_list .date {
615 #changeset_list .user {
619 #changeset_list .area {
623 #changeset_list .selected {
624 background-color: rgb(255, 255, 160);
625 background-color: rgba(255, 255, 85, 0.5);
628 #changeset_list_map {
634 border: solid 1px black;
637 /* Rules for the data browser */
644 table.browse_details th {
652 #browse_map #small_map {
655 border: solid 1px black;
658 #browse_map .geolink {
662 /* Rules for the trace list shown by the traces tab etc */
666 border-collapse: collapse;
670 #trace_list .trace_summary {
675 #trace_list .trace_pending {
679 #trace_list .trace_public {
683 #trace_list .trace_identifiable {
687 #trace_list .trace_trackable {
691 #trace_list .trace_private {
695 /* Rules for the user list */
703 vertical-align: middle;
715 /* Rules for the new diary entry page */
717 .diary_entry div#map {
724 /* Rules for the login page */
730 -moz-border-radius: 15px;
734 background-color: #f5f5ff;
735 border: 1px solid #f3f3ff;
737 -moz-border-radius: 15px;
744 table#login_openid_buttons {
745 padding-bottom: 10px;
748 #login_openid_buttons td {
755 #login_openid_buttons img {
759 #login_signup form.button-to div {
764 /* Rules for the account confirmation page */
766 div#contributorTerms {
767 border: 1px solid black;
774 div#slim_content div#contributorTerms {
778 div#contributorTerms p#first {
782 div#contributorTerms p#last {
786 div#contributorTerms ol {
790 div#contributorTerms img {
802 div#slim_content form#termsForm {
806 p#contributorGuidance {
807 background-color: #f5f5ff;
808 border: 1px solid #f3f3ff;
810 -moz-border-radius: 15px;
814 /* Rules for the account settings page */
817 padding-bottom: 10px;
820 #accountForm .user_map {
839 display: inline !important;
842 #accountForm input[type=submit] {
846 /* Rules for the user view */
848 .user_view .user_map {
854 .user_view .user_map p#no_home_location {
863 /* Rules for the user map */
865 .user_map .olControlPanZoomBar {
869 .user_map .olControlPanZoom {
873 /* Rules for user popups on maps */
884 .user_popup img.user_thumbnail {
888 /* Rules for message in/out box page */
891 border: 1px solid #ccc;
894 .inbox-row-unread .inbox-subject {
898 /* Rules for "flash" notice boxes shown at the top of the content area */
901 border: 1px solid red;
903 background-color: #fff0f0;
906 -moz-border-radius: 5px;
910 border: 1px solid orange;
912 background-color: #fff6f0;
915 -moz-border-radius: 5px;
919 border: 1px solid green;
921 background-color: #f0fff0;
924 -moz-border-radius: 5px;
927 /* Rules for highlighting fields with rails validation errors */
931 background-color: red;
935 /* Rules for rails validation error boxes */
939 border: 2px solid red;
941 padding-bottom: 12px;
943 background-color: #f0f0f0;
946 #errorExplanation h2 {
950 background-color: #c00;
954 #errorExplanation p {
960 #errorExplanation ul li {
965 /* Rules for forms */
981 input[type="password"],
983 border: 1px solid #888;
986 /* Rules for user images */
991 border: 1px solid black;
997 border: 1px solid black;
1000 /* Rule for "nowrap" class that can be applied to anything to stop wrapping */
1003 white-space: nowrap;
1006 /* Rules for geo microformats */
1009 border-bottom: none;
1012 /* Rules for RSS buttons */
1019 /* Rules for doing distinct colour of alternate table rows */
1022 background: #f6f6f6;
1029 /* Rules for OpenID logo */
1032 vertical-align: text-bottom;