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;
225 #search_field input[type="text"] {
229 #search_field input[type="submit"] {
240 /* Rules for donation request box */
246 border: 1px solid #ccc;
252 -moz-border-radius: 5px;
255 /* Rules for Creative Commons logo button */
262 /* Rules for tabbed navigation bar */
265 border-bottom: 1px solid #ccc;
279 list-style-type: none;
282 #tabnav a, #tabnav a:link, #tabnav a:visited {
288 text-decoration: none;
292 #tabnav a:link.active, #tabnav a:visited.active {
293 border-bottom: 1px solid #aaa;
298 #tabnav a:link:hover, #tabnav a:visited:hover {
299 text-decoration:underline;
302 #tabnav a:link.disabled,
303 #tabnav a:visited.disabled,
304 #tabnav a:link:hover.disabled,
305 #tabnav a:visited:hover.disabled {
310 #tabnav a:link.disabled:hover,
311 #tabnav a:visited.disabled:hover,
312 #tabnav a:link:hover.disabled:hover,
313 #tabnav a:visited:hover.disabled:hover {
314 text-decoration: none;
317 /* Rules for greeting bar in the top right corner */
326 .greeting-bar-unread {
330 /* Rules for the message shown in place of the map when javascript is disabled */
338 /* Rules for OpenLayers maps */
345 .olControlAttribution {
346 bottom: 15px !important;
347 left: 0px !important;
348 right: 0px !important;
367 /* Rules for edit menu */
374 text-decoration: none !important;
382 background-color: #ffffff;
383 border: 1px solid #cccccc;
395 list-style-type: none;
396 border-top: 1px solid #eee;
400 /* Rules for attribution text under the main map shown on printouts */
406 .attribution_notice {
410 /* Rules for the popout map sidebar */
422 #sidebar #sidebar_content {
433 #sidebar .sidebar_title {
435 padding: 3px 6px 4px 6px;
442 /* Rules for the map key which appears in the popout sidebar */
450 #mapkey .mapkey-table {
455 #mapkey .mapkey-table-key {
458 #mapkey .mapkey-table-value {
462 /* Rules for search results which appear in the popout sidebar */
469 .search_results_heading {
472 border-bottom: 1px solid #ccc;
476 .search_results_entry {
481 .search_results_error {
483 padding: 2px 6px 0px;
487 /* Rules for data browser information which appears in the popout sidebar */
492 border: 1px solid #ccc;
501 /* Rules for export information which appears in the popout sidebar */
506 border-bottom: 1px solid #ccc;
545 /* Rules for the main content area */
556 #content.site_export {
565 #slim_container_content {
567 background-color: #FFFFFF;
571 -moz-border-radius: 25px;
572 border: 1px solid #e6e6e6;
588 vertical-align: middle;
592 /* Rules for the home page */
610 /* Rules for the edit page */
620 /* Rules for the changeset list shown by the history tab etc */
622 #changeset_list_container {
629 border-collapse: collapse;
640 #changeset_list .date {
644 #changeset_list .user {
648 #changeset_list .area {
652 #changeset_list .selected {
653 background-color: rgb(255, 255, 160);
654 background-color: rgba(255, 255, 85, 0.5);
657 #changeset_list_map {
663 border: solid 1px black;
666 /* Rules for the data browser */
673 table.browse_details th {
681 #browse_map #small_map {
684 border: solid 1px black;
687 #browse_map .geolink {
691 /* Rules for the trace list shown by the traces tab etc */
695 border-collapse: collapse;
699 #trace_list .trace_summary {
704 #trace_list .trace_pending {
708 #trace_list .trace_public {
712 #trace_list .trace_identifiable {
716 #trace_list .trace_trackable {
720 #trace_list .trace_private {
724 /* Rules for the user list */
732 vertical-align: middle;
744 /* Rules for the new diary entry page */
746 .diary_entry div#map {
750 border: 1px solid #ccc;
754 /* Rules for the login page */
760 -moz-border-radius: 15px;
764 background-color: #f5f5ff;
765 border: 1px solid #f3f3ff;
767 -moz-border-radius: 15px;
774 table#login_openid_buttons {
775 padding-bottom: 10px;
778 #login_openid_buttons td {
785 #login_openid_buttons img {
789 #login_signup form.button-to div {
794 /* Rules for the account confirmation page */
796 div#contributorTerms {
797 border: 1px solid black;
804 div#slim_content div#contributorTerms {
808 div#contributorTerms p#first {
812 div#contributorTerms p#last {
816 div#contributorTerms ol {
820 div#contributorTerms img {
832 div#slim_content form#termsForm {
836 p#contributorGuidance {
837 background-color: #f5f5ff;
838 border: 1px solid #f3f3ff;
840 -moz-border-radius: 15px;
844 /* Rules for the account settings page */
847 padding-bottom: 10px;
850 #accountForm .user_map {
854 border: 1px solid #ccc;
870 display: inline !important;
873 #accountForm input[type=submit] {
877 /* Rules for the user view */
879 .user_view .user_map {
883 border: 1px solid #ccc;
886 .user_view .user_map p#no_home_location {
895 /* Rules for the user map */
897 .user_map .olControlPanZoomBar {
901 .user_map .olControlPanZoom {
905 /* Rules for user popups on maps */
916 .user_popup img.user_thumbnail {
920 /* Rules for message in/out box page */
923 border: 1px solid #ccc;
926 .inbox-row-unread .inbox-subject {
930 /* Rules for "flash" notice boxes shown at the top of the content area */
933 border: 1px solid red;
935 background-color: #fff0f0;
938 -moz-border-radius: 5px;
942 border: 1px solid orange;
944 background-color: #fff6f0;
947 -moz-border-radius: 5px;
951 border: 1px solid green;
953 background-color: #f0fff0;
956 -moz-border-radius: 5px;
959 /* Rules for highlighting fields with rails validation errors */
963 background-color: red;
967 /* Rules for rails validation error boxes */
971 border: 2px solid red;
973 padding-bottom: 12px;
975 background-color: #f0f0f0;
978 #errorExplanation h2 {
982 background-color: #c00;
986 #errorExplanation p {
992 #errorExplanation ul li {
997 /* Rules for forms */
1000 vertical-align: top;
1011 input[type="email"],
1013 input[type="password"],
1015 border: 1px solid #888;
1018 /* Rules for user images */
1023 border: 1px solid black;
1026 img.user_thumbnail {
1029 border: 1px solid black;
1032 /* Rule for "nowrap" class that can be applied to anything to stop wrapping */
1035 white-space: nowrap;
1038 /* Rules for geo microformats */
1041 border-bottom: none;
1044 /* Rules for RSS buttons */
1051 /* Rules for doing distinct colour of alternate table rows */
1054 background: #f6f6f6;
1061 /* Rules for OpenID logo */
1064 vertical-align: text-bottom;
1068 /* Rules for rich text editors */
1070 .richtext_container {
1071 white-space: nowrap;
1074 display: inline-block;
1075 vertical-align: top;
1078 display: inline-block;
1081 border: 4px solid #eee;
1082 background-color: #eee;
1083 white-space: normal;
1086 background-image: image-url("loading.gif");
1087 background-repeat: no-repeat;
1088 background-position: center;
1098 display: inline-block;
1099 vertical-align: top;
1100 background-color: #ddd;
1101 padding: 5px 10px 10px 10px;
1109 vertical-align: top;
1115 padding: 0px !important;
1118 input.richtext_doedit {
1119 margin-top: 5px !important;
1122 input.richtext_dopreview {
1123 margin-top: 5px !important;