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;
98 * Rules for alert boxes shown in the left sidebar when important
99 * information needs to be conveyed such as when the site is
100 * undergoing maintenance.
104 padding: 4px 5px 4px 5px;
105 border-top: 1px solid #ccc;
119 * Rules for notice boxes shown in the left sidebar when important, but
120 * non-critical information needs to be conveyed such as notices about
125 padding: 4px 5px 4px 5px;
126 border-top: 1px solid #ccc;
138 /* Rules for the menu displayed in the left sidebar */
143 border-top: 1px solid #ccc;
144 border-bottom: 1px solid #ccc;
157 list-style-type: none;
166 .left_menu ul li ul {
176 /* Rules for SOTM advert */
188 * Rules for "optional boxes" which appear in the left sidebar on
189 * certain pages. Current users are the seach box on the main page
190 * and the tag cloud on the traces pages.
196 border-top: 1px solid #ccc;
204 vertical-align: bottom;
207 /* Rules for the search box */
211 vertical-align: bottom;
220 #search_field input[type="text"] {
224 #search_field input[type="submit"] {
235 /* Rules for donation request box */
241 border: 1px solid #ccc;
247 -moz-border-radius: 5px;
250 /* Rules for Creative Commons logo button */
257 /* Rules for tabbed navigation bar */
260 border-bottom: 1px solid #ccc;
274 list-style-type: none;
277 #tabnav a, #tabnav a:link, #tabnav a:visited {
283 text-decoration: none;
287 #tabnav a:link.active, #tabnav a:visited.active {
288 border-bottom: 1px solid #aaa;
293 #tabnav a:link:hover, #tabnav a:visited:hover {
294 text-decoration:underline;
297 #tabnav a:link.disabled,
298 #tabnav a:visited.disabled,
299 #tabnav a:link:hover.disabled,
300 #tabnav a:visited:hover.disabled {
305 #tabnav a:link.disabled:hover,
306 #tabnav a:visited.disabled:hover,
307 #tabnav a:link:hover.disabled:hover,
308 #tabnav a:visited:hover.disabled:hover {
309 text-decoration: none;
321 /* Rules for greeting bar in the top right corner */
330 .greeting-bar-unread {
334 /* Rules for the message shown in place of the map when javascript is disabled */
342 /* Rules for OpenLayers maps */
349 .olControlAttribution {
350 bottom: 15px !important;
351 left: 0px !important;
352 right: 0px !important;
371 /* Rules for edit menu */
378 text-decoration: none !important;
386 background-color: #ffffff;
387 border: 1px solid #cccccc;
399 list-style-type: none;
400 border-top: 1px solid #eee;
404 /* Rules for attribution text under the main map shown on printouts */
410 .attribution_notice {
414 /* Rules for the popout map sidebar */
426 #sidebar #sidebar_content {
437 #sidebar .sidebar_title {
439 padding: 3px 6px 4px 6px;
446 /* Rules for the map key which appears in the popout sidebar */
454 #mapkey .mapkey-table {
459 #mapkey .mapkey-table-key {
462 #mapkey .mapkey-table-value {
466 /* Rules for search results which appear in the popout sidebar */
473 .search_results_heading {
476 border-bottom: 1px solid #ccc;
480 .search_results_entry {
485 .search_results_error {
487 padding: 2px 6px 0px;
491 /* Rules for data browser information which appears in the popout sidebar */
496 border: 1px solid #ccc;
505 /* Rules for export information which appears in the popout sidebar */
510 border-bottom: 1px solid #ccc;
549 /* Rules for the main content area */
560 #content.site_export {
569 #slim_container_content {
571 background-color: #FFFFFF;
575 -moz-border-radius: 25px;
576 border: 1px solid #e6e6e6;
592 vertical-align: middle;
596 /* Rules for the home page */
614 /* Rules for the edit page */
624 /* Rules for the changeset list shown by the history tab etc */
626 #changeset_list_container {
633 border-collapse: collapse;
644 #changeset_list .date {
648 #changeset_list .user {
652 #changeset_list .area {
656 #changeset_list .selected {
657 background-color: rgb(255, 255, 160);
658 background-color: rgba(255, 255, 85, 0.5);
661 #changeset_list_map {
667 border: solid 1px black;
670 /* Rules for the data browser */
677 table.browse_details th {
685 #browse_map #small_map {
688 border: solid 1px black;
691 #browse_map .geolink {
695 /* Rules for the trace list shown by the traces tab etc */
699 border-collapse: collapse;
703 #trace_list .trace_summary {
708 #trace_list .trace_pending {
712 #trace_list .trace_public {
716 #trace_list .trace_identifiable {
720 #trace_list .trace_trackable {
724 #trace_list .trace_private {
728 /* Rules for the user list */
736 vertical-align: middle;
748 /* Rules for the new diary entry page */
750 .diary_entry div#map {
754 border: 1px solid #ccc;
758 /* Rules for the login page */
764 -moz-border-radius: 15px;
768 background-color: #f5f5ff;
769 border: 1px solid #f3f3ff;
771 -moz-border-radius: 15px;
778 table#login_openid_buttons {
779 padding-bottom: 10px;
782 #login_openid_buttons td {
789 #login_openid_buttons img {
793 #login_signup form.button-to div {
798 /* Rules for the account confirmation page */
800 div#contributorTerms {
801 border: 1px solid black;
808 div#slim_content div#contributorTerms {
812 div#contributorTerms p#first {
816 div#contributorTerms p#last {
820 div#contributorTerms ol {
824 div#contributorTerms img {
836 div#slim_content form#termsForm {
840 p#contributorGuidance {
841 background-color: #f5f5ff;
842 border: 1px solid #f3f3ff;
844 -moz-border-radius: 15px;
848 /* Rules for the account settings page */
851 padding-bottom: 10px;
854 #accountForm .user_map {
858 border: 1px solid #ccc;
874 display: inline !important;
877 #accountForm input[type=submit] {
881 /* Rules for the user view */
883 .user_view .user_map {
887 border: 1px solid #ccc;
890 .user_view .user_map p#no_home_location {
899 /* Rules for the user map */
901 .user_map .olControlPanZoomBar {
905 .user_map .olControlZoom {
909 /* Rules for user popups on maps */
920 .user_popup img.user_thumbnail {
924 /* Rules for message in/out box page */
927 border: 1px solid #ccc;
930 .inbox-row-unread .inbox-subject {
934 /* Rules for "flash" notice boxes shown at the top of the content area */
937 border: 1px solid red;
939 background-color: #fff0f0;
942 -moz-border-radius: 5px;
946 border: 1px solid orange;
948 background-color: #fff6f0;
951 -moz-border-radius: 5px;
955 border: 1px solid green;
957 background-color: #f0fff0;
960 -moz-border-radius: 5px;
963 /* Rules for highlighting fields with rails validation errors */
967 background-color: red;
971 /* Rules for rails validation error boxes */
975 border: 2px solid red;
977 padding-bottom: 12px;
979 background-color: #f0f0f0;
982 #errorExplanation h2 {
986 background-color: #c00;
990 #errorExplanation p {
996 #errorExplanation ul li {
1001 /* Rules for forms */
1004 vertical-align: top;
1015 input[type="email"],
1017 input[type="password"],
1019 border: 1px solid #888;
1022 /* Rules for user images */
1027 border: 1px solid black;
1030 img.user_thumbnail {
1033 border: 1px solid black;
1036 /* Rule for "nowrap" class that can be applied to anything to stop wrapping */
1039 white-space: nowrap;
1042 /* Rules for geo microformats */
1045 border-bottom: none;
1048 /* Rules for RSS buttons */
1055 /* Rules for doing distinct colour of alternate table rows */
1058 background: #f6f6f6;
1065 /* Rules for OpenID logo */
1068 vertical-align: text-bottom;
1072 /* Rules for rich text editors */
1074 .richtext_container {
1075 white-space: nowrap;
1078 display: inline-block;
1079 vertical-align: top;
1082 display: inline-block;
1085 border: 4px solid #eee;
1086 background-color: #eee;
1087 white-space: normal;
1090 background-image: image-url("loading.gif");
1091 background-repeat: no-repeat;
1092 background-position: center;
1102 display: inline-block;
1103 vertical-align: top;
1104 background-color: #ddd;
1105 padding: 5px 10px 10px 10px;
1113 vertical-align: top;
1119 padding: 0px !important;
1122 input.richtext_doedit {
1123 margin-top: 5px !important;
1126 input.richtext_dopreview {
1127 margin-top: 5px !important;