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 */
84 /* Rules for the site name */
94 /* Rules for the introductory text displayed in the left sidebar to new users */
104 .sidebar-copy.intro {
106 border-top: 1px solid #ccc;
110 * Rules for alert boxes shown in the left sidebar when important
111 * information needs to be conveyed such as when the site is
112 * undergoing maintenance.
116 padding: 4px 5px 4px 5px;
117 border-top: 1px solid #ccc;
131 * Rules for notice boxes shown in the left sidebar when important, but
132 * non-critical information needs to be conveyed such as notices about
137 padding: 4px 5px 4px 5px;
138 border-top: 1px solid #ccc;
150 /* Rules for the menu displayed in the left sidebar */
155 border-top: 1px solid #ccc;
168 list-style-type: none;
177 .left_menu ul li ul {
187 /* Rules for SOTM advert */
202 * Rules for "optional boxes" which appear in the left sidebar on
203 * certain pages. Current users are the seach box on the main page
204 * and the tag cloud on the traces pages.
217 vertical-align: bottom;
220 /* Rules for the search box */
235 #search_field input[type="text"] {
241 box-shadow: inset #DDD 0px 1px 3px;
242 box-sizing: border-box;
243 -webkit-box-sizing: border-box;
244 -moz-box-sizing: border-box;
245 -ms-box-sizing: border-box;
248 #search_field input[type="text"]:focus {
250 border: 1px solid #000;
253 #search_field input[type="submit"] {
260 background: url(sprite.png);
279 /* Rules for donation request box */
285 border: 1px solid #AED1A0;
291 -moz-border-radius: 2px;
298 /* Rules for Creative Commons logo button */
305 /* Rules for tabbed navigation bar */
308 border-bottom: 1px solid #ccc;
322 list-style-type: none;
325 #tabnav a, #tabnav a:link, #tabnav a:visited {
331 text-decoration: none;
333 -webkit-transition: color 200ms ease-in;
334 -moz-transition: color 200ms ease-in;
335 -o-transition: color 200ms ease-in;
336 transition: color 200ms ease-in;
339 body.site-index #tabnav a#viewanchor,
340 body.site-edit #tabnav a#editanchor,
341 body.changeset-list #tabnav a#historyanchor,
342 body.site-export #tabnav a#exportanchor {
343 border-bottom: 1px solid #aaa;
348 #tabnav a:link:hover, #tabnav a:visited:hover {
349 text-decoration:underline;
352 #tabnav a:link.disabled,
353 #tabnav a:visited.disabled,
354 #tabnav a:link:hover.disabled,
355 #tabnav a:visited:hover.disabled {
360 #tabnav a:link.disabled:hover,
361 #tabnav a:visited.disabled:hover,
362 #tabnav a:link:hover.disabled:hover,
363 #tabnav a:visited:hover.disabled:hover {
364 text-decoration: none;
376 /* Rules for greeting bar in the top right corner */
385 .greeting-bar-unread {
389 /* Rules for the message shown in place of the map when javascript is disabled */
397 /* Rules for OpenLayers maps */
405 .olControlAttribution {
406 bottom: 15px !important;
407 left: 0px !important;
408 right: 0px !important;
427 /* Rules for edit menu */
434 text-decoration: none !important;
442 background-color: #ffffff;
443 border: 1px solid #cccccc;
455 list-style-type: none;
456 border-top: 1px solid #eee;
460 /* Rules for attribution text under the main map shown on printouts */
466 .attribution_notice {
470 /* Rules for the popout map sidebar */
482 #sidebar #sidebar_content {
493 #sidebar .sidebar_title {
495 padding: 3px 6px 4px 6px;
502 /* Rules for the map key which appears in the popout sidebar */
510 #mapkey .mapkey-table {
515 #mapkey .mapkey-table-key img {
521 #mapkey .mapkey-table-value {
525 /* Rules for search results which appear in the popout sidebar */
532 .search_results_heading {
535 border-bottom: 1px solid #ccc;
539 .search_results_entry {
544 .search_results_error {
546 padding: 2px 6px 0px;
550 /* Rules for data browser information which appears in the popout sidebar */
555 border: 1px solid #ccc;
564 /* Rules for export information which appears in the popout sidebar */
569 border-bottom: 1px solid #ccc;
608 /* Rules for the main content area */
617 .site-index #content,
619 .site-export #content {
628 #slim_container_content {
630 background-color: #FFFFFF;
634 -moz-border-radius: 25px;
635 border: 1px solid #e6e6e6;
651 vertical-align: middle;
655 /* Rules for the home page */
673 /* Rules for the edit page */
684 /* Rules for the changeset list shown by the history tab etc */
686 #changeset_list_container {
693 border-collapse: collapse;
704 #changeset_list .date {
708 #changeset_list .user {
712 #changeset_list .area {
716 #changeset_list .selected {
717 background-color: rgb(255, 255, 160);
718 background-color: rgba(255, 255, 85, 0.5);
721 #changeset_list_map {
727 border: solid 1px black;
730 /* Rules for the data browser */
737 table.browse_details th {
745 td.browse_comments table {
746 border-collapse: collapse;
749 td.browse_comments table td {
750 padding-bottom: 10px;
753 td.browse_comments table td span.by {
762 #browse_map #small_map {
765 border: solid 1px black;
768 #browse_map .geolink {
772 /* Rules for the trace list shown by the traces tab etc */
776 border-collapse: collapse;
780 #trace_list .trace_summary {
785 #trace_list .trace_pending {
789 #trace_list .trace_public {
793 #trace_list .trace_identifiable {
797 #trace_list .trace_trackable {
801 #trace_list .trace_private {
805 /* Rules for the user list */
813 vertical-align: middle;
825 /* Rules for the new diary entry page */
827 .diary_entry div#map {
831 border: 1px solid #ccc;
835 /* Rules for the login page */
841 -moz-border-radius: 15px;
845 background-color: #f5f5ff;
846 border: 1px solid #f3f3ff;
848 -moz-border-radius: 15px;
855 table#login_openid_buttons {
856 padding-bottom: 10px;
859 #login_openid_buttons td {
866 #login_openid_buttons img {
870 #login_signup form.button-to div {
875 /* Rules for the account confirmation page */
877 div#contributorTerms {
878 border: 1px solid black;
885 div#slim_content div#contributorTerms {
889 div#contributorTerms p#first {
893 div#contributorTerms p#last {
897 div#contributorTerms ol {
901 div#contributorTerms img {
913 div#slim_content form#termsForm {
917 p#contributorGuidance {
918 background-color: #f5f5ff;
919 border: 1px solid #f3f3ff;
921 -moz-border-radius: 15px;
925 /* Rules for the account settings page */
932 padding-bottom: 10px;
935 #accountForm .user_map {
939 border: 1px solid #ccc;
955 display: inline !important;
958 #accountForm input[type=submit] {
962 /* Rules for the user view */
964 .user-view .user_map {
968 border: 1px solid #ccc;
971 .user-view .user_map p#no_home_location {
980 /* Rules for the user map */
982 .user_map .olControlSimplePanZoom {
986 .user_map .olControlZoom {
990 /* Rules for user popups on maps */
1001 .user_popup img.user_thumbnail {
1005 /* Rules for message in/out box page */
1008 border: 1px solid #ccc;
1011 .inbox-row-unread .inbox-subject {
1015 .inbox-row .inbox-mark-read {
1019 .inbox-row-unread .inbox-mark-unread {
1023 /* Rules for "flash" notice boxes shown at the top of the content area */
1026 border: 1px solid red;
1028 background-color: #fff0f0;
1029 margin-bottom: 20px;
1031 -moz-border-radius: 5px;
1035 border: 1px solid orange;
1037 background-color: #fff6f0;
1038 margin-bottom: 20px;
1040 -moz-border-radius: 5px;
1044 border: 1px solid green;
1046 background-color: #f0fff0;
1047 margin-bottom: 20px;
1049 -moz-border-radius: 5px;
1052 /* Rules for highlighting fields with rails validation errors */
1054 .field_with_errors {
1056 background-color: red;
1060 /* Rules for rails validation error boxes */
1064 border: 2px solid red;
1066 padding-bottom: 12px;
1067 margin-bottom: 20px;
1068 background-color: #f0f0f0;
1071 #errorExplanation h2 {
1075 background-color: #c00;
1079 #errorExplanation p {
1085 #errorExplanation ul li {
1090 /* Rules for forms */
1093 vertical-align: top;
1104 input[type="email"],
1106 input[type="password"],
1108 border: 1px solid #ccc;
1111 /* Rules for user images */
1116 border: 1px solid black;
1119 img.user_thumbnail {
1122 border: 1px solid black;
1125 /* Rule for "nowrap" class that can be applied to anything to stop wrapping */
1128 white-space: nowrap;
1131 /* Rules for geo microformats */
1134 border-bottom: none;
1137 /* Rules for RSS buttons */
1144 /* Rules for doing distinct colour of alternate table rows */
1147 background: #f6f6f6;
1154 /* Rules for OpenID logo */
1157 vertical-align: text-bottom;
1161 /* Rules for rich text editors */
1163 .richtext_container {
1164 white-space: nowrap;
1167 display: inline-block;
1168 vertical-align: top;
1171 display: inline-block;
1174 border: 4px solid #eee;
1175 background-color: #eee;
1176 white-space: normal;
1179 background-image: image-url("loading.gif");
1180 background-repeat: no-repeat;
1181 background-position: center;
1191 display: inline-block;
1192 vertical-align: top;
1193 background-color: #ddd;
1194 padding: 5px 10px 10px 10px;
1202 vertical-align: top;
1208 padding: 0px !important;
1211 input.richtext_doedit {
1212 margin-top: 5px !important;
1215 input.richtext_dopreview {
1216 margin-top: 5px !important;